{"document_id":"3","document_content":"# A Deep Learning Approach to Integrate Human-Level Understanding in a Chatbot\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nIn recent times, a large number of people have been involved in establishing their own businesses. Unlike humans, chatbots can serve multiple customers at a time, are available 24\/7 and reply in less than a fraction of a second. Though chatbots perform well in task-oriented activities, in most cases they fail to understand personalized opinions, statements or even queries which later impact the organization for poor service management. Lack of understanding capabilities in bots disinterest humans to continue conversations with them. Usually, chatbots give absurd responses when they are unable to interpret a user's text accurately. Extracting the client reviews from conversations by using chatbots, organizations can reduce the major gap of understanding between the users and the chatbot and improve their quality of products and services.Thus, in our research we incorporated all the key elements that are necessary for a chatbot to analyse and understand an input text precisely and accurately. We performed sentiment analysis, emotion detection, intent classification and named-entity recognition using deep learning to develop chatbots with humanistic understanding and intelligence. The efficiency of our approach can be demonstrated accordingly by the detailed analysis.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2201.02735v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"137492\", \"159867\", \"299491\"]}","task_split":"paper_retrieval"} {"document_id":"71","document_content":"# Disjoint Contrastive Regression Learning for Multi-Sourced Annotations\n## Categories\n- Machine Learning\n- Computer Vision and Pattern Recognition\n## Abstract\nLarge-scale datasets are important for the development of deep learning models. Such datasets usually require a heavy workload of annotations, which are extremely time-consuming and expensive. To accelerate the annotation procedure, multiple annotators may be employed to label different subsets of the data. However, the inconsistency and bias among different annotators are harmful to the model training, especially for qualitative and subjective tasks.To address this challenge, in this paper, we propose a novel contrastive regression framework to address the disjoint annotations problem, where each sample is labeled by only one annotator and multiple annotators work on disjoint subsets of the data. To take account of both the intra-annotator consistency and inter-annotator inconsistency, two strategies are employed.Firstly, a contrastive-based loss is applied to learn the relative ranking among different samples of the same annotator, with the assumption that the ranking of samples from the same annotator is unanimous. Secondly, we apply the gradient reversal layer to learn robust representations that are invariant to different annotators. Experiments on the facial expression prediction task, as well as the image quality assessment task, verify the effectiveness of our proposed framework.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.15411v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.CV\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"66897\", \"75558\", \"98936\", \"115038\", \"125960\", \"128941\", \"131664\", \"131670\", \"148580\", \"151719\", \"175601\", \"191399\", \"199491\", \"203998\", \"204327\", \"207872\", \"209178\", \"219188\", \"221692\", \"256776\", \"270545\", \"272839\"]}","task_split":"paper_retrieval"} {"document_id":"90","document_content":"# Conditional Generative Data-free Knowledge Distillation\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nKnowledge distillation has made remarkable achievements in model compression. However, most existing methods require the original training data, which is usually unavailable due to privacy and security issues. In this paper, we propose a conditional generative data-free knowledge distillation (CGDD) framework for training lightweight networks without any training data. This method realizes efficient knowledge distillation based on conditional image generation. Specifically, we treat the preset labels as ground truth to train a conditional generator in a semi-supervised manner. The trained generator can produce specified classes of training images. For training the student network, we force it to extract the knowledge hidden in teacher feature maps, which provide crucial cues for the learning process. Moreover, an adversarial training framework for promoting distillation performance is constructed by designing several loss functions. This framework helps the student model to explore larger data space. To demonstrate the effectiveness of the proposed method, we conduct extensive experiments on different datasets. Compared with other data-free works, our work obtains state-of-the-art results on CIFAR100, Caltech101, and different versions of ImageNet datasets. The codes will be released.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.15358v4\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"47001\", \"48820\", \"56732\", \"60036\", \"75482\", \"81440\", \"109032\", \"131467\", \"144840\", \"148853\", \"150516\", \"151798\", \"155027\", \"157044\", \"163614\", \"163676\", \"165835\", \"170278\", \"170810\", \"173254\", \"181284\", \"185555\", \"190464\", \"191248\", \"192746\", \"195661\", \"199616\", \"216133\", \"231164\", \"232302\", \"252221\", \"252897\", \"255606\", \"260782\", \"262065\", \"275665\", \"278175\", \"286661\", \"296421\", \"302907\", \"304173\", \"309161\", \"311552\", \"313499\", \"316293\", \"320046\", \"322163\", \"331635\", \"344133\"]}","task_split":"paper_retrieval"} {"document_id":"92","document_content":"# OpenQA: Hybrid QA System Relying on Structured Knowledge Base as well as Non-structured Data\n## Categories\n- Computation and Language\n## Abstract\nSearch engines based on keyword retrieval can no longer adapt to the way of information acquisition in the era of intelligent Internet of Things due to the return of keyword related Internet pages. How to quickly, accurately and effectively obtain the information needed by users from massive Internet data has become one of the key issues urgently needed to be solved. We propose an intelligent question-answering system based on structured KB and unstructured data, called OpenQA, in which users can give query questions and the model can quickly give accurate answers back to users. We integrate KBQA structured question answering based on semantic parsing and deep representation learning, and two-stage unstructured question answering based on retrieval and neural machine reading comprehension into OpenQA, and return the final answer with the highest probability through the Transformer answer selection module in OpenQA. We carry out preliminary experiments on our constructed dataset, and the experimental results prove the effectiveness of the proposed intelligent question answering system. At the same time, the core technology of each module of OpenQA platform is still in the forefront of academic hot spots, and the theoretical essence and enrichment of OpenQA will be further explored based on these academic hot spots.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.15356v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"22719\", \"36194\", \"78772\", \"102310\", \"114755\", \"131921\", \"180895\", \"183076\", \"192346\", \"211664\", \"216563\", \"238610\", \"256171\", \"270020\", \"301767\", \"311684\", \"313440\"]}","task_split":"paper_retrieval"} {"document_id":"121","document_content":"# An Intelligent Self-driving Truck System For Highway Transportation\n## Categories\n- Robotics\n- Artificial Intelligence\n## Abstract\nRecently, there have been many advances in autonomous driving society, attracting a lot of attention from academia and industry. However, existing works mainly focus on cars, extra development is still required for self-driving truck algorithms and models. In this paper, we introduce an intelligent self-driving truck system. Our presented system consists of three main components, 1) a realistic traffic simulation module for generating realistic traffic flow in testing scenarios, 2) a high-fidelity truck model which is designed and evaluated for mimicking real truck response in real-world deployment, 3) an intelligent planning module with learning-based decision making algorithm and multi-mode trajectory planner, taking into account the truck's constraints, road slope changes, and the surrounding traffic flow. We provide quantitative evaluations for each component individually to demonstrate the fidelity and performance of each part. We also deploy our proposed system on a real truck and conduct real world experiments which shows our system's capacity of mitigating sim-to-real gap. Our code is available at https:\/\/github.com\/InceptioResearch\/IITS","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.15304v1\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.RO\", \"cs.AI\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Robotics\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"48997\", \"76456\", \"138452\", \"157035\", \"193066\", \"201953\", \"234762\", \"250822\", \"253953\", \"266485\", \"269382\"]}","task_split":"paper_retrieval"} {"document_id":"222","document_content":"# Measuring and Sampling: A Metric-guided Subgraph Learning Framework for Graph Neural Network\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nGraph neural network (GNN) has shown convincing performance in learning powerful node representations that preserve both node attributes and graph structural information. However, many GNNs encounter problems in effectiveness and efficiency when they are designed with a deeper network structure or handle large-sized graphs. Several sampling algorithms have been proposed for improving and accelerating the training of GNNs, yet they ignore understanding the source of GNN performance gain. The measurement of information within graph data can help the sampling algorithms to keep high-value information while removing redundant information and even noise. In this paper, we propose a Metric-Guided (MeGuide) subgraph learning framework for GNNs. MeGuide employs two novel metrics: Feature Smoothness and Connection Failure Distance to guide the subgraph sampling and mini-batch based training. Feature Smoothness is designed for analyzing the feature of nodes in order to retain the most valuable information, while Connection Failure Distance can measure the structural information to control the size of subgraphs. We demonstrate the effectiveness and efficiency of MeGuide in training various GNNs on multiple datasets.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.15015v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"75522\", \"90518\", \"104578\", \"141774\", \"155900\", \"164732\", \"167195\", \"173673\", \"176611\", \"179704\", \"185584\", \"188300\", \"203857\", \"214311\", \"221587\", \"227067\", \"228663\", \"234153\", \"243791\", \"244510\", \"245486\", \"252105\", \"265828\", \"279575\", \"311030\", \"336185\", \"356343\"]}","task_split":"paper_retrieval"} {"document_id":"262","document_content":"# RheFrameDetect: A Text Classification System for Automatic Detection of Rhetorical Frames in AI from Open Sources\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nRhetorical Frames in AI can be thought of as expressions that describe AI development as a competition between two or more actors, such as governments or companies. Examples of such Frames include robotic arms race, AI rivalry, technological supremacy, cyberwarfare dominance and 5G race. Detection of Rhetorical Frames from open sources can help us track the attitudes of governments or companies towards AI, specifically whether attitudes are becoming more cooperative or competitive over time. Given the rapidly increasing volumes of open sources (online news media, twitter, blogs), it is difficult for subject matter experts to identify Rhetorical Frames in (near) real-time. Moreover, these sources are in general unstructured (noisy) and therefore, detecting Frames from these sources will require state-of-the-art text classification techniques. In this paper, we develop RheFrameDetect, a text classification system for (near) real-time capture of Rhetorical Frames from open sources. Given an input document, RheFrameDetect employs text classification techniques at multiple levels (document level and paragraph level) to identify all occurrences of Frames used in the discussion of AI. We performed extensive evaluation of the text classification techniques used in RheFrameDetect against human annotated Frames from multiple news sources. To further demonstrate the effectiveness of RheFrameDetect, we show multiple case studies depicting the Frames identified by RheFrameDetect compared against human annotated Frames.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.14933v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"210090\", \"271934\"]}","task_split":"paper_retrieval"} {"document_id":"267","document_content":"# Retrieving Black-box Optimal Images from External Databases\n## Categories\n- Information Retrieval\n- Machine Learning\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n## Abstract\nSuppose we have a black-box function (e.g., deep neural network) that takes an image as input and outputs a value that indicates preference. How can we retrieve optimal images with respect to this function from an external database on the Internet? Standard retrieval problems in the literature (e.g., item recommendations) assume that an algorithm has full access to the set of items. In other words, such algorithms are designed for service providers. In this paper, we consider the retrieval problem under different assumptions. Specifically, we consider how users with limited access to an image database can retrieve images using their own black-box functions. This formulation enables a flexible and finer-grained image search defined by each user. We assume the user can access the database through a search query with tight API limits. Therefore, a user needs to efficiently retrieve optimal images in terms of the number of queries. We propose an efficient retrieval algorithm Tiara for this problem. In the experiments, we confirm that our proposed method performs better than several baselines under various settings.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.14921v1\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.LG\", \"cs.IR\", \"cs.CV\", \"cs.AI\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Machine Learning\", \"Information Retrieval\", \"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"47260\", \"121171\", \"190461\", \"197601\", \"200601\", \"227056\", \"230664\", \"241493\", \"291537\", \"295204\", \"314568\", \"317165\", \"342438\", \"357161\"]}","task_split":"paper_retrieval"} {"document_id":"275","document_content":"# Motif Graph Neural Network\n## Categories\n- Machine Learning\n## Abstract\nGraphs can model complicated interactions between entities, which naturally emerge in many important applications. These applications can often be cast into standard graph learning tasks, in which a crucial step is to learn low-dimensional graph representations. Graph neural networks (GNNs) are currently the most popular model in graph embedding approaches. However, standard GNNs in the neighborhood aggregation paradigm suffer from limited discriminative power in distinguishing \\emph{high-order} graph structures as opposed to \\emph{low-order} structures. To capture high-order structures, researchers have resorted to motifs and developed motif-based GNNs. However, existing motif-based GNNs still often suffer from less discriminative power on high-order structures. To overcome the above limitations, we propose Motif Graph Neural Network (MGNN), a novel framework to better capture high-order structures, hinging on our proposed motif redundancy minimization operator and injective motif combination. First, MGNN produces a set of node representations w.r.t. each motif. The next phase is our proposed redundancy minimization among motifs which compares the motifs with each other and distills the features unique to each motif. Finally, MGNN performs the updating of node representations by combining multiple representations from different motifs. In particular, to enhance the discriminative power, MGNN utilizes an injective function to combine the representations w.r.t. different motifs. We further show that our proposed architecture increases the expressive power of GNNs with a theoretical analysis. We demonstrate that MGNN outperforms state-of-the-art methods on seven public benchmarks on both node classification and graph classification tasks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.14900v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"92075\", \"101267\", \"111014\", \"124721\", \"155642\", \"160051\", \"170157\", \"170705\", \"184286\", \"198364\", \"215435\", \"227067\", \"229324\", \"230330\", \"243382\", \"243791\", \"248459\", \"250373\", \"261085\", \"277250\", \"302934\", \"303167\", \"356982\", \"357242\"]}","task_split":"paper_retrieval"} {"document_id":"385","document_content":"# On some Foundational Aspects of Human-Centered Artificial Intelligence\n## Categories\n- Artificial Intelligence\n## Abstract\nThe burgeoning of AI has prompted recommendations that AI techniques should be \"human-centered\". However, there is no clear definition of what is meant by Human Centered Artificial Intelligence, or for short, HCAI. This paper aims to improve this situation by addressing some foundational aspects of HCAI. To do so, we introduce the term HCAI agent to refer to any physical or software computational agent equipped with AI components and that interacts and\/or collaborates with humans. This article identifies five main conceptual components that participate in an HCAI agent: Observations, Requirements, Actions, Explanations and Models. We see the notion of HCAI agent, together with its components and functions, as a way to bridge the technical and non-technical discussions on human-centered AI. In this paper, we focus our analysis on scenarios consisting of a single agent operating in dynamic environments in presence of humans.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.14480v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"117113\"]}","task_split":"paper_retrieval"} {"document_id":"404","document_content":"# Deformable Graph Convolutional Networks\n## Categories\n- Machine Learning\n## Abstract\nGraph neural networks (GNNs) have significantly improved the representation power for graph-structured data. Despite of the recent success of GNNs, the graph convolution in most GNNs have two limitations. Since the graph convolution is performed in a small local neighborhood on the input graph, it is inherently incapable to capture long-range dependencies between distance nodes. In addition, when a node has neighbors that belong to different classes, i.e., heterophily, the aggregated messages from them often negatively affect representation learning. To address the two common problems of graph convolution, in this paper, we propose Deformable Graph Convolutional Networks (Deformable GCNs) that adaptively perform convolution in multiple latent spaces and capture short\/long-range dependencies between nodes. Separated from node representations (features), our framework simultaneously learns the node positional embeddings (coordinates) to determine the relations between nodes in an end-to-end fashion. Depending on node position, the convolution kernels are deformed by deformation vectors and apply different transformations to its neighbor nodes. Our extensive experiments demonstrate that Deformable GCNs flexibly handles the heterophily and achieve the best performance in node classification tasks on six heterophilic graph datasets.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.14438v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"98076\", \"117308\", \"122212\", \"142571\", \"150166\", \"157816\", \"164464\", \"187381\", \"188300\", \"189860\", \"198382\", \"208418\", \"227067\", \"228663\", \"240758\", \"244510\", \"246291\", \"264326\", \"265739\", \"271196\", \"271216\", \"316095\"]}","task_split":"paper_retrieval"} {"document_id":"615","document_content":"# LINDA: Unsupervised Learning to Interpolate in Natural Language Processing\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nDespite the success of mixup in data augmentation, its applicability to natural language processing (NLP) tasks has been limited due to the discrete and variable-length nature of natural languages. Recent studies have thus relied on domain-specific heuristics and manually crafted resources, such as dictionaries, in order to apply mixup in NLP. In this paper, we instead propose an unsupervised learning approach to text interpolation for the purpose of data augmentation, to which we refer as \"Learning to INterpolate for Data Augmentation\" (LINDA), that does not require any heuristics nor manually crafted resources but learns to interpolate between any pair of natural language sentences over a natural language manifold. After empirically demonstrating the LINDA's interpolation capability, we show that LINDA indeed allows us to seamlessly apply mixup in NLP and leads to better generalization in text classification both in-domain and out-of-domain.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.13969v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [\"55926\"], \"outgoing_citations\": [\"41974\", \"62767\", \"96445\", \"99332\", \"128975\", \"131414\", \"138517\", \"171020\", \"185283\", \"188176\", \"188492\", \"200867\", \"205715\", \"220017\", \"228120\", \"302824\", \"306182\"]}","task_split":"paper_retrieval"} {"document_id":"843","document_content":"# An Interdisciplinary Approach for the Automated Detection and Visualization of Media Bias in News Articles\n## Categories\n- Computation and Language\n## Abstract\nMedia coverage has a substantial effect on the public perception of events. Nevertheless, media outlets are often biased. One way to bias news articles is by altering the word choice. The automatic identification of bias by word choice is challenging, primarily due to the lack of gold-standard data sets and high context dependencies. In this research project, I aim to devise data sets and methods to identify media bias. To achieve this, I plan to research methods using natural language processing and deep learning while employing models and using analysis concepts from psychology and linguistics. The first results indicate the effectiveness of an interdisciplinary research approach. My vision is to devise a system that helps news readers become aware of media coverage differences caused by bias. So far, my best performing BERT-based model is pre-trained on a larger corpus consisting of distant labels, indicating that distant supervision has the potential to become a solution for the difficult task of bias detection.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.13352v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"3111\", \"3121\", \"3122\", \"3123\", \"48329\", \"48389\", \"92720\", \"126188\", \"168387\", \"181098\", \"210148\", \"244755\", \"272081\"]}","task_split":"paper_retrieval"} {"document_id":"982","document_content":"# An Efficient Combinatorial Optimization Model Using Learning-to-Rank Distillation\n## Categories\n- Information Retrieval\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nRecently, deep reinforcement learning (RL) has proven its feasibility in solving combinatorial optimization problems (COPs). The learning-to-rank techniques have been studied in the field of information retrieval. While several COPs can be formulated as the prioritization of input items, as is common in the information retrieval, it has not been fully explored how the learning-to-rank techniques can be incorporated into deep RL for COPs. In this paper, we present the learning-to-rank distillation-based COP framework, where a high-performance ranking policy obtained by RL for a COP can be distilled into a non-iterative, simple model, thereby achieving a low-latency COP solver. Specifically, we employ the approximated ranking distillation to render a score-based ranking model learnable via gradient descent. Furthermore, we use the efficient sequence sampling to improve the inference performance with a limited delay. With the framework, we demonstrate that a distilled model not only achieves comparable performance to its respective, high-performance RL, but also provides several times faster inferences. We evaluate the framework with several COPs such as priority-based task scheduling and multidimensional knapsack, demonstrating the benefits of the framework in terms of inference latency and performance.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2201.00695v1\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.IR\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Information Retrieval\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"129043\", \"141071\", \"142267\", \"165441\", \"194309\", \"215520\", \"217191\", \"238077\", \"242432\", \"263863\", \"279191\", \"281175\", \"281269\", \"289589\", \"358914\"]}","task_split":"paper_retrieval"} {"document_id":"1113","document_content":"# Towards more patient friendly clinical notes through language models and ontologies\n## Categories\n- Computation and Language\n## Abstract\nClinical notes are an efficient way to record patient information but are notoriously hard to decipher for non-experts. Automatically simplifying medical text can empower patients with valuable information about their health, while saving clinicians time. We present a novel approach to automated simplification of medical text based on word frequencies and language modelling, grounded on medical ontologies enriched with layman terms. We release a new dataset of pairs of publicly available medical sentences and a version of them simplified by clinicians. Also, we define a novel text simplification metric and evaluation framework, which we use to conduct a large-scale human evaluation of our method against the state of the art. Our method based on a language model trained on medical forum data generates simpler sentences while preserving both grammar and the original meaning, surpassing the current state of the art.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.12672v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"115939\", \"214312\", \"214570\", \"237283\"]}","task_split":"paper_retrieval"} {"document_id":"1158","document_content":"# Curriculum Learning for Safe Mapless Navigation\n## Categories\n- Artificial Intelligence\n- Machine Learning\n- Robotics\n## Abstract\nThis work investigates the effects of Curriculum Learning (CL)-based approaches on the agent's performance. In particular, we focus on the safety aspect of robotic mapless navigation, comparing over a standard end-to-end (E2E) training strategy. To this end, we present a CL approach that leverages Transfer of Learning (ToL) and fine-tuning in a Unity-based simulation with the Robotnik Kairos as a robotic agent. For a fair comparison, our evaluation considers an equal computational demand for every learning approach (i.e., the same number of interactions and difficulty of the environments) and confirms that our CL-based method that uses ToL outperforms the E2E methodology. In particular, we improve the average success rate and the safety of the trained policy, resulting in 10% fewer collisions in unseen testing scenarios. To further confirm these results, we employ a formal verification tool to quantify the number of correct behaviors of Reinforcement Learning policies over desired specifications.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1145\/3477314.3507182\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.LG\", \"cs.RO\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Machine Learning\", \"Robotics\"], \"incoming_citations\": [], \"outgoing_citations\": [\"70865\", \"73516\", \"98682\", \"127961\", \"133821\", \"190536\", \"194963\", \"206231\", \"217206\", \"218770\", \"233055\", \"233865\", \"237008\", \"272668\", \"277797\", \"283956\", \"291995\", \"302952\", \"317251\"]}","task_split":"paper_retrieval"} {"document_id":"1230","document_content":"# Making sense of electrical vehicle discussions using sentiment analysis on closely related news and user comments\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nWe used a token-wise and document-wise sentiment analysis using both unsupervised and supervised models applied to both news and user reviews dataset. And our token-wise sentiment analysis found a statistically significant difference in sentiment between the two groups (both of which were very large N), our document-wise supervised sentiment analysis found no significant difference in sentiment.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.12327v4\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"63964\", \"228021\"]}","task_split":"paper_retrieval"} {"document_id":"1310","document_content":"# Improved skin lesion recognition by a Self-Supervised Curricular Deep Learning approach\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nState-of-the-art deep learning approaches for skin lesion recognition often require pretraining on larger and more varied datasets, to overcome the generalization limitations derived from the reduced size of the skin lesion imaging datasets. ImageNet is often used as the pretraining dataset, but its transferring potential is hindered by the domain gap between the source dataset and the target dermatoscopic scenario. In this work, we introduce a novel pretraining approach that sequentially trains a series of Self-Supervised Learning pretext tasks and only requires the unlabeled skin lesion imaging data. We present a simple methodology to establish an ordering that defines a pretext task curriculum. For the multi-class skin lesion classification problem, and ISIC-2019 dataset, we provide experimental evidence showing that: i) a model pretrained by a curriculum of pretext tasks outperforms models pretrained by individual pretext tasks, and ii) a model pretrained by the optimal pretext task curriculum outperforms a model pretrained on ImageNet. We demonstrate that this performance gain is related to the fact that the curriculum of pretext tasks better focuses the attention of the final model on the skin lesion. Beyond performance improvement, this strategy allows for a large reduction in the training time with respect to ImageNet pretraining, which is especially advantageous for network architectures tailored for a specific problem.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.12086v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"41481\", \"49523\", \"58203\", \"117646\", \"117898\", \"123821\", \"152356\", \"162635\", \"172832\", \"188169\", \"221186\", \"224597\", \"237466\", \"295591\", \"295741\", \"312587\"]}","task_split":"paper_retrieval"} {"document_id":"1340","document_content":"# Text is no more Enough! A Benchmark for Profile-based Spoken Language Understanding\n## Categories\n- Computation and Language\n## Abstract\nCurrent researches on spoken language understanding (SLU) heavily are limited to a simple setting: the plain text-based SLU that takes the user utterance as input and generates its corresponding semantic frames (e.g., intent and slots). Unfortunately, such a simple setting may fail to work in complex real-world scenarios when an utterance is semantically ambiguous, which cannot be achieved by the text-based SLU models. In this paper, we first introduce a new and important task, Profile-based Spoken Language Understanding (ProSLU), which requires the model that not only relies on the plain text but also the supporting profile information to predict the correct intents and slots. To this end, we further introduce a large-scale human-annotated Chinese dataset with over 5K utterances and their corresponding supporting profile information (Knowledge Graph (KG), User Profile (UP), Context Awareness (CA)). In addition, we evaluate several state-of-the-art baseline models and explore a multi-level knowledge adapter to effectively incorporate profile information. Experimental results reveal that all existing text-based SLU models fail to work when the utterances are semantically ambiguous and our proposed framework can effectively fuse the supporting information for sentence-level intent detection and token-level slot filling. Finally, we summarize key challenges and provide new points for future directions, which hopes to facilitate the research.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.11953v3\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"45038\", \"65237\", \"93627\", \"95751\", \"95759\", \"99497\", \"129831\", \"135296\", \"168571\", \"178308\", \"183080\", \"201322\", \"204763\", \"231442\", \"234783\", \"236938\", \"244339\", \"244479\", \"260475\", \"268344\", \"307969\"]}","task_split":"paper_retrieval"} {"document_id":"1447","document_content":"# A Deep Reinforcement Learning Approach for Solving the Traveling Salesman Problem with Drone\n## Categories\n- Optimization and Control\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nReinforcement learning has recently shown promise in learning quality solutions in many combinatorial optimization problems. In particular, the attention-based encoder-decoder models show high effectiveness on various routing problems, including the Traveling Salesman Problem (TSP). Unfortunately, they perform poorly for the TSP with Drone (TSP-D), requiring routing a heterogeneous fleet of vehicles in coordination -- a truck and a drone. In TSP-D, the two vehicles are moving in tandem and may need to wait at a node for the other vehicle to join. State-less attention-based decoder fails to make such coordination between vehicles. We propose a hybrid model that uses an attention encoder and a Long Short-Term Memory (LSTM) network decoder, in which the decoder's hidden state can represent the sequence of actions made. We empirically demonstrate that such a hybrid model improves upon a purely attention-based model for both solution quality and computational efficiency. Our experiments on the min-max Capacitated Vehicle Routing Problem (mmCVRP) also confirm that the hybrid model is more suitable for the coordinated routing of multiple vehicles than the attention-based model. The proposed model demonstrates comparable results as the operations research baseline methods.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.12545v3\", \"primary_category\": \"math.OC\", \"categories\": [\"cs.LG\", \"math.OC\", \"cs.AI\"], \"primary_category_human_readable\": \"Optimization and Control\", \"categories_human_readable\": [\"Machine Learning\", \"Optimization and Control\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"13497\", \"67428\", \"90319\", \"96458\", \"113035\", \"138001\", \"142472\", \"154998\", \"235985\", \"238077\", \"242457\", \"269617\", \"279191\", \"311464\", \"322180\", \"336316\"]}","task_split":"paper_retrieval"} {"document_id":"1502","document_content":"# Sentence Embeddings and High-speed Similarity Search for Fast Computer Assisted Annotation of Legal Documents\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nHuman-performed annotation of sentences in legal documents is an important prerequisite to many machine learning based systems supporting legal tasks. Typically, the annotation is done sequentially, sentence by sentence, which is often time consuming and, hence, expensive. In this paper, we introduce a proof-of-concept system for annotating sentences \"laterally.\" The approach is based on the observation that sentences that are similar in meaning often have the same label in terms of a particular type system. We use this observation in allowing annotators to quickly view and annotate sentences that are semantically similar to a given sentence, across an entire corpus of documents. Here, we present the interface of the system and empirically evaluate the approach. The experiments show that lateral annotation has the potential to make the annotation process quicker and more consistent.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.3233\/FAIA200860\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [\"2939\", \"82242\", \"2949\"], \"outgoing_citations\": [\"3842\", \"156575\", \"237274\", \"267161\", \"313872\"]}","task_split":"paper_retrieval"} {"document_id":"1509","document_content":"# Towards a Science of Human-AI Decision Making: A Survey of Empirical Studies\n## Categories\n- Artificial Intelligence\n- Computation and Language\n- Computers and Society\n- Human-Computer Interaction\n- Machine Learning\n## Abstract\nAs AI systems demonstrate increasingly strong predictive performance, their adoption has grown in numerous domains. However, in high-stakes domains such as criminal justice and healthcare, full automation is often not desirable due to safety, ethical, and legal concerns, yet fully manual approaches can be inaccurate and time consuming. As a result, there is growing interest in the research community to augment human decision making with AI assistance. Besides developing AI technologies for this purpose, the emerging field of human-AI decision making must embrace empirical approaches to form a foundational understanding of how humans interact and work with AI to make decisions. To invite and help structure research efforts towards a science of understanding and improving human-AI decision making, we survey recent literature of empirical human-subject studies on this topic. We summarize the study design choices made in over 100 papers in three important aspects: (1) decision tasks, (2) AI models and AI assistance elements, and (3) evaluation metrics. For each aspect, we summarize current trends, discuss gaps in current practices of the field, and make a list of recommendations for future research. Our survey highlights the need to develop common frameworks to account for the design and research spaces of human-AI decision making, so that researchers can make rigorous choices in study design, and the research community can build on each other's work and produce generalizable scientific knowledge. We also hope this survey will serve as a bridge for HCI and AI communities to work together to mutually shape the empirical science and computational technologies for human-AI decision making.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.11471v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.CL\", \"cs.CY\", \"cs.HC\", \"cs.LG\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Computation and Language\", \"Computers and Society\", \"Human-Computer Interaction\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"24413\", \"31927\", \"38677\", \"45284\", \"52458\", \"64483\", \"73733\", \"75604\", \"77839\", \"87447\", \"94168\", \"100775\", \"105985\", \"115953\", \"127043\", \"141414\", \"143004\", \"144241\", \"144378\", \"145662\", \"145981\", \"147166\", \"148071\", \"148191\", \"150190\", \"167996\", \"171988\", \"175710\", \"177198\", \"181717\", \"197416\", \"199568\", \"199757\", \"202016\", \"206169\", \"206531\", \"208922\", \"209451\", \"211336\", \"212500\", \"213326\", \"215081\", \"215230\", \"220097\", \"220666\", \"227047\", \"239137\", \"241330\", \"243395\", \"243731\", \"244557\", \"250393\", \"271562\", \"272864\", \"290677\", \"291537\"]}","task_split":"paper_retrieval"} {"document_id":"1531","document_content":"# Shape from Polarization for Complex Scenes in the Wild\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nWe present a new data-driven approach with physics-based priors to scene-level normal estimation from a single polarization image. Existing shape from polarization (SfP) works mainly focus on estimating the normal of a single object rather than complex scenes in the wild. A key barrier to high-quality scene-level SfP is the lack of real-world SfP data in complex scenes. Hence, we contribute the first real-world scene-level SfP dataset with paired input polarization images and ground-truth normal maps. Then we propose a learning-based framework with a multi-head self-attention module and viewing encoding, which is designed to handle increasing polarization ambiguities caused by complex materials and non-orthographic projection in scene-level SfP. Our trained model can be generalized to far-field outdoor scenes as the relationship between polarized light and surface normals is not affected by distance. Experimental results demonstrate that our approach significantly outperforms existing SfP models on two datasets. Our dataset and source code will be publicly available at https:\/\/github.com\/ChenyangLEI\/sfp-wild","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.11377v3\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"51214\", \"61446\", \"70752\", \"80879\", \"95913\", \"104023\", \"109661\", \"111228\", \"111407\", \"120528\", \"134499\", \"181809\", \"187386\", \"193251\", \"193319\", \"193877\", \"194752\", \"208052\", \"225289\", \"229003\", \"243882\", \"269261\", \"274005\", \"277452\", \"284214\", \"287664\", \"321620\", \"321655\"]}","task_split":"paper_retrieval"} {"document_id":"1854","document_content":"# Towards Trustworthy Cross-patient Model Development\n## Categories\n- Machine Learning\n- Software Engineering\n## Abstract\nMachine learning is used in medicine to support physicians in examination, diagnosis, and predicting outcomes. One of the most dynamic area is the usage of patient generated health data from intensive care units. The goal of this paper is to demonstrate how we advance cross-patient ML model development by combining the patient's demographics data with their physiological data. We used a population of patients undergoing Carotid Enderarterectomy (CEA), where we studied differences in model performance and explainability when trained for all patients and one patient at a time. The results show that patients' demographics has a large impact on the performance and explainability and thus trustworthiness. We conclude that we can increase trust in ML models in a cross-patient context, by careful selection of models and patients based on their demographics and the surgical procedure.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.10441v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.SE\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Software Engineering\"], \"incoming_citations\": [], \"outgoing_citations\": [\"63004\"]}","task_split":"paper_retrieval"} {"document_id":"2012","document_content":"# D-HAN: Dynamic News Recommendation with Hierarchical Attention Network\n## Categories\n- Information Retrieval\n- Artificial Intelligence\n## Abstract\nNews recommendation is an effective information dissemination solution in modern society. While recent years have witnessed many promising news recommendation models, they mostly capture the user-news interactions on the document-level in a static manner. However, in real-world scenarios, the news can be quite complex and diverse, blindly squeezing all the contents into an embedding vector can be less effective in extracting information compatible with the personalized preference of the users. In addition, user preferences in the news recommendation scenario can be highly dynamic, and a tailored dynamic mechanism should be designed for better recommendation performance. In this paper, we propose a novel dynamic news recommender model. For better understanding the news content, we leverage the attention mechanism to represent the news from the sentence-, element- and document-levels, respectively. For capturing users' dynamic preferences, the continuous time information is seamlessly incorporated into the computing of the attention weights. More specifically, we design a hierarchical attention network, where the lower layer learns the importance of different sentences and elements, and the upper layer captures the correlations between the previously interacted and the target news. To comprehensively model the dynamic characters, we firstly enhance the traditional attention mechanism by incorporating both absolute and relative time information, and then we propose a dynamic negative sampling method to optimize the users' implicit feedback. We conduct extensive experiments based on three real-world datasets to demonstrate our model's effectiveness. Our source code and pre-trained representations are available at https:\/\/github.com\/lshowway\/D-HAN.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.10085v1\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.IR\", \"cs.AI\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Information Retrieval\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"133908\", \"142159\", \"190649\", \"217192\", \"221248\", \"244250\", \"250622\", \"258567\", \"263158\", \"263938\", \"302767\", \"323243\", \"348033\"]}","task_split":"paper_retrieval"} {"document_id":"2048","document_content":"# Online Grounding of Symbolic Planning Domains in Unknown Environments\n## Categories\n- Artificial Intelligence\n- Robotics\n## Abstract\nIf a robotic agent wants to exploit symbolic planning techniques to achieve some goal, it must be able to properly ground an abstract planning domain in the environment in which it operates. However, if the environment is initially unknown by the agent, the agent needs to explore it and discover the salient aspects of the environment needed to reach its goals. Namely, the agent has to discover: (i) the objects present in the environment, (ii) the properties of these objects and their relations, and finally (iii) how abstract actions can be successfully executed. The paper proposes a framework that aims to accomplish the aforementioned perspective for an agent that perceives the environment partially and subjectively, through real value sensors (e.g., GPS, and on-board camera) and can operate in the environment through low level actuators (e.g., move forward of 20 cm). We evaluate the proposed architecture in photo-realistic simulated environments, where the sensors are RGB-D on-board camera, GPS and compass, and low level actions include movements, grasping\/releasing objects, and manipulating objects. The agent is placed in an unknown environment and asked to find objects of a certain type, place an object on top of another, close or open an object of a certain type. We compare our approach with the state of the art methods on object goal navigation based on reinforcement learning, showing better performances.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.10007v2\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.RO\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Robotics\"], \"incoming_citations\": [], \"outgoing_citations\": [\"57326\", \"63032\", \"104772\", \"114824\", \"131180\", \"131814\", \"137930\", \"158547\", \"195772\", \"197475\", \"207499\", \"212102\", \"224223\", \"231955\", \"247418\", \"247749\", \"280681\", \"284470\"]}","task_split":"paper_retrieval"} {"document_id":"2120","document_content":"# Face Deblurring Based on Separable Normalization and Adaptive Denormalization\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n## Abstract\nFace deblurring aims to restore a clear face image from a blurred input image with more explicit structure and facial details. However, most conventional image and face deblurring methods focus on the whole generated image resolution without consideration of special face part texture and generally produce unsufficient details. Considering that faces and backgrounds have different distribution information, in this study, we designed an effective face deblurring network based on separable normalization and adaptive denormalization (SNADNet). First, We fine-tuned the face parsing network to obtain an accurate face structure. Then, we divided the face parsing feature into face foreground and background. Moreover, we constructed a new feature adaptive denormalization to regularize fafcial structures as a condition of the auxiliary to generate more harmonious and undistorted face structure. In addition, we proposed a texture extractor and multi-patch discriminator to enhance the generated facial texture information. Experimental results on both CelebA and CelebA-HQ datasets demonstrate that the proposed face deblurring network restores face structure with more facial details and performs favorably against state-of-the-art methods in terms of structured similarity indexing method (SSIM), peak signal-to-noise ratio (PSNR), Frechet inception distance (FID) and L1, and qualitative comparisons.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.09833v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"71439\", \"96383\", \"112219\", \"134043\", \"172265\", \"173743\", \"190402\", \"191876\", \"203578\", \"209098\", \"226061\", \"230415\", \"239574\", \"242497\", \"243188\", \"257765\", \"263731\", \"278546\", \"280600\", \"287664\"]}","task_split":"paper_retrieval"} {"document_id":"2186","document_content":"# Distillation of RL Policies with Formal Guarantees via Variational Abstraction of Markov Decision Processes (Technical Report)\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nWe consider the challenge of policy simplification and verification in the context of policies learned through reinforcement learning (RL) in continuous environments. In well-behaved settings, RL algorithms have convergence guarantees in the limit. While these guarantees are valuable, they are insufficient for safety-critical applications. Furthermore, they are lost when applying advanced techniques such as deep-RL. To recover guarantees when applying advanced RL algorithms to more complex environments with (i) reachability, (ii) safety-constrained reachability, or (iii) discounted-reward objectives, we build upon the DeepMDP framework introduced by Gelada et al. to derive new bisimulation bounds between the unknown environment and a learned discrete latent model of it. Our bisimulation bounds enable the application of formal methods for Markov decision processes. Finally, we show how one can use a policy obtained via state-of-the-art RL to efficiently train a variational autoencoder that yields a discrete latent model with provably approximately correct bisimulation guarantees. Additionally, we obtain a distilled version of the policy for the latent model.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.09655v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"70557\", \"87269\", \"123065\", \"125089\", \"141797\", \"142445\", \"159243\", \"160566\", \"176830\", \"178094\", \"182108\", \"242444\", \"249008\", \"251693\", \"257501\", \"281269\", \"281358\", \"303049\", \"304741\", \"356867\", \"357095\"]}","task_split":"paper_retrieval"} {"document_id":"2191","document_content":"# Improving neural implicit surfaces geometry with patch warping\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nNeural implicit surfaces have become an important technique for multi-view 3D reconstruction but their accuracy remains limited. In this paper, we argue that this comes from the difficulty to learn and render high frequency textures with neural networks. We thus propose to add to the standard neural rendering optimization a direct photo-consistency term across the different views. Intuitively, we optimize the implicit geometry so that it warps views on each other in a consistent way. We demonstrate that two elements are key to the success of such an approach: (i) warping entire patches, using the predicted occupancy and normals of the 3D points along each ray, and measuring their similarity with a robust structural similarity (SSIM); (ii) handling visibility and occlusion in such a way that incorrect warps are not given too much importance while encouraging a reconstruction as complete as possible. We evaluate our approach, dubbed NeuralWarp, on the standard DTU and EPFL benchmarks and show it outperforms state of the art unsupervised implicit surfaces reconstructions by over 20% on both datasets.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.09648v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"28090\", \"38936\", \"40195\", \"40788\", \"52462\", \"54590\", \"56096\", \"56736\", \"59877\", \"66863\", \"82893\", \"95454\", \"105382\", \"135330\", \"135562\", \"135924\", \"137564\", \"140528\", \"150974\", \"154640\", \"154756\", \"169517\", \"172067\", \"183970\", \"197270\", \"202836\", \"206570\", \"236476\", \"259277\"]}","task_split":"paper_retrieval"} {"document_id":"2220","document_content":"# Topic-Aware Encoding for Extractive Summarization\n## Categories\n- Computation and Language\n## Abstract\nDocument summarization provides an instrument for faster understanding the collection of text documents and has several real-life applications. With the growth of online text data, numerous summarization models have been proposed recently. The Sequence-to-Sequence (Seq2Seq) based neural summarization model is the most widely used in the summarization field due to its high performance. This is because semantic information and structure information in the text is adequately considered when encoding. However, the existing extractive summarization models pay little attention to and use the central topic information to assist the generation of summaries, which leads to models not ensuring the generated summary under the primary topic. A lengthy document can span several topics, and a single summary cannot do justice to all the topics. Therefore, the key to generating a high-quality summary is determining the central topic and building a summary based on it, especially for a long document. We propose a topic-aware encoding for document summarization to deal with this issue. This model effectively combines syntactic-level and topic-level information to build a comprehensive sentence representation. Specifically, a neural topic model is added in the neural-based sentence-level representation learning to adequately consider the central topic information for capturing the critical content in the original document. The experimental results on three public datasets show that our model outperforms the state-of-the-art models.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.09572v3\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"168613\", \"181713\", \"197339\", \"230212\", \"231869\", \"232632\", \"241070\", \"259563\", \"264795\", \"268902\", \"280552\", \"280557\", \"284092\", \"311423\", \"311464\"]}","task_split":"paper_retrieval"} {"document_id":"2280","document_content":"# Search Strategy Formulation for Systematic Reviews: issues, challenges and opportunities\n## Categories\n- Information Retrieval\n## Abstract\nSystematic literature reviews play a vital role in identifying the best available evidence for health and social care policy. The resources required to produce systematic reviews can be significant, and a key to the success of any review is the search strategy used to identify relevant literature. However, the methods used to construct search strategies can be complex, time consuming, resource intensive and error prone. In this review, we examine the state of the art in resolving complex structured information needs, focusing primarily on the healthcare context. We analyse the literature to identify key challenges and issues and explore appropriate solutions and workarounds. From this analysis we propose a way forward to facilitate trust and transparency and to aid explainability, reproducibility and replicability through a set of key design principles for tools to support the development of search strategies in systematic literature reviews.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.09424v1\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.IR\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Information Retrieval\"], \"incoming_citations\": [], \"outgoing_citations\": [\"39549\", \"214486\", \"254281\", \"299973\"]}","task_split":"paper_retrieval"} {"document_id":"2329","document_content":"# WebGPT: Browser-assisted question-answering with human feedback\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nWe fine-tune GPT-3 to answer long-form questions using a text-based web-browsing environment, which allows the model to search and navigate the web. By setting up the task so that it can be performed by humans, we are able to train models on the task using imitation learning, and then optimize answer quality with human feedback. To make human evaluation of factual accuracy easier, models must collect references while browsing in support of their answers. We train and evaluate our models on ELI5, a dataset of questions asked by Reddit users. Our best model is obtained by fine-tuning GPT-3 using behavior cloning, and then performing rejection sampling against a reward model trained to predict human preferences. This model's answers are preferred by humans 56% of the time to those of our human demonstrators, and 69% of the time to the highest-voted answer from Reddit.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.09332v3\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [\"15924\", \"24984\", \"36644\", \"2084\", \"26365\"], \"outgoing_citations\": [\"16723\", \"24984\", \"26365\", \"55799\", \"63848\", \"71196\", \"77468\", \"102649\", \"107494\", \"123394\", \"127538\", \"131921\", \"143089\", \"169889\", \"175089\", \"205085\", \"209453\", \"213652\", \"266850\"]}","task_split":"paper_retrieval"} {"document_id":"2340","document_content":"# Optimal discharge of patients from intensive care via a data-driven policy learning framework\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Optimization and Control\n## Abstract\nClinical decision support tools rooted in machine learning and optimization can provide significant value to healthcare providers, including through better management of intensive care units. In particular, it is important that the patient discharge task addresses the nuanced trade-off between decreasing a patient's length of stay (and associated hospitalization costs) and the risk of readmission or even death following the discharge decision. This work introduces an end-to-end general framework for capturing this trade-off to recommend optimal discharge timing decisions given a patient's electronic health records. A data-driven approach is used to derive a parsimonious, discrete state space representation that captures a patient's physiological condition. Based on this model and a given cost function, an infinite-horizon discounted Markov decision process is formulated and solved numerically to compute an optimal discharge policy, whose value is assessed using off-policy evaluation strategies. Extensive numerical experiments are performed to validate the proposed framework using real-life intensive care unit patient data.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.09315v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"math.OC\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Optimization and Control\"], \"incoming_citations\": [], \"outgoing_citations\": [\"23098\", \"170695\", \"265649\", \"290019\", \"350523\"]}","task_split":"paper_retrieval"} {"document_id":"2531","document_content":"# Ditch the Gold Standard: Re-evaluating Conversational Question Answering\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nConversational question answering aims to provide natural-language answers to users in information-seeking conversations. Existing conversational QA benchmarks compare models with pre-collected human-human conversations, using ground-truth answers provided in conversational history. It remains unclear whether we can rely on this static evaluation for model development and whether current systems can well generalize to real-world human-machine conversations. In this work, we conduct the first large-scale human evaluation of state-of-the-art conversational QA systems, where human evaluators converse with models and judge the correctness of their answers. We find that the distribution of human machine conversations differs drastically from that of human-human conversations, and there is a disagreement between human and gold-history evaluation in terms of model ranking. We further investigate how to improve automatic evaluations, and propose a question rewriting mechanism based on predicted history, which better correlates with human judgments. Finally, we analyze the impact of various modeling strategies and discuss future directions towards building better conversational question answering systems.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.08812v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [\"96631\"], \"outgoing_citations\": [\"19499\", \"40367\", \"45703\", \"95304\", \"98907\", \"123404\", \"125555\", \"127214\", \"127625\", \"170238\", \"173570\", \"173884\", \"174596\", \"183590\", \"186455\", \"189217\", \"197860\", \"219975\", \"220723\", \"220724\", \"235555\", \"238321\", \"243759\", \"257858\", \"266155\", \"276382\", \"279518\", \"295863\"]}","task_split":"paper_retrieval"} {"document_id":"2568","document_content":"# Unsupervised Reinforcement Learning in Multiple Environments\n## Categories\n- Machine Learning\n## Abstract\nSeveral recent works have been dedicated to unsupervised reinforcement learning in a single environment, in which a policy is first pre-trained with unsupervised interactions, and then fine-tuned towards the optimal policy for several downstream supervised tasks defined over the same environment. Along this line, we address the problem of unsupervised reinforcement learning in a class of multiple environments, in which the policy is pre-trained with interactions from the whole class, and then fine-tuned for several tasks in any environment of the class. Notably, the problem is inherently multi-objective as we can trade off the pre-training objective between environments in many ways. In this work, we foster an exploration strategy that is sensitive to the most adverse cases within the class. Hence, we cast the exploration problem as the maximization of the mean of a critical percentile of the state visitation entropy induced by the exploration strategy over the class of environments. Then, we present a policy gradient algorithm, $\\alpha$MEPOL, to optimize the introduced objective through mediated interactions with the class. Finally, we empirically demonstrate the ability of the algorithm in learning to explore challenging classes of continuous environments and we show that reinforcement learning greatly benefits from the pre-trained exploration strategy w.r.t. learning from scratch.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.08746v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"7252\", \"12959\", \"26551\", \"64566\", \"67153\", \"67624\", \"68436\", \"70473\", \"76745\", \"113199\", \"118123\", \"119548\", \"143630\", \"151100\", \"161071\", \"176698\", \"181066\", \"181532\", \"197061\", \"203991\", \"206945\", \"212299\", \"217595\", \"222199\", \"223225\", \"228299\", \"241496\", \"241900\", \"266419\", \"272422\", \"279790\", \"280457\", \"283289\", \"291025\", \"293995\", \"317251\", \"317861\", \"328415\", \"331072\"]}","task_split":"paper_retrieval"} {"document_id":"2611","document_content":"# Taming Repetition in Dialogue Generation\n## Categories\n- Computation and Language\n## Abstract\nThe wave of pre-training language models has been continuously improving the quality of the machine-generated conversations, however, some of the generated responses still suffer from excessive repetition, sometimes repeating words from utterance, sometimes repeating words within self-generated responses, or both. Inappropriate repetition of words can significantly degrade the quality of the generated texts. Penalized sampling is one popular solution, reducing the sampling probability of existing words during inference, however, it is highly vulnerable to the inappropriate setting of the static weight. Setting it too high can yield strange and unrealistic sentences while setting it too low makes the task of suppressing repetition trivial. To remedy the shortcomings of the above methods, we design a context-aware classifier to explicitly decide when to allow repetition and when to employ penalized sampling. Such a classifier can be easily integrated with existing decoding methods, reducing repetitions where appropriate while preserving the diversity of the text. Experimental results demonstrate that our method can generate higher quality and more authentic dialogues.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.08657v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"35166\", \"145384\", \"158493\", \"165308\", \"167338\", \"172088\", \"189504\", \"192158\", \"192811\", \"197924\", \"201867\", \"219618\", \"260314\", \"268902\", \"277028\", \"291102\", \"292831\", \"299936\", \"302815\", \"305200\", \"310903\", \"311470\", \"352129\"]}","task_split":"paper_retrieval"} {"document_id":"2612","document_content":"# DREAM: Improving Situational QA by First Elaborating the Situation\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nWhen people answer questions about a specific situation, e.g., \"I cheated on my mid-term exam last week. Was that wrong?\", cognitive science suggests that they form a mental picture of that situation before answering. While we do not know how language models (LMs) answer such questions, we conjecture that they may answer more accurately if they are also provided with additional details about the question situation, elaborating the \"scene\". To test this conjecture, we train a new model, DREAM, to answer questions that elaborate the scenes that situated questions are about, and then provide those elaborations as additional context to a question-answering (QA) model. We find that DREAM is able to create better scene elaborations (more accurate, useful, and consistent) than a representative state-of-the-art, zero-shot model (Macaw). We also find that using the scene elaborations as additional context improves the answer accuracy of a downstream QA system, including beyond that obtainable by simply further finetuning the QA system on DREAM's training data. These results suggest that adding focused elaborations about a situation can improve a system's reasoning about it, and may serve as an effective way of injecting new scenario based knowledge into QA models. Finally, our approach is dataset-neutral; we observe improved QA performance across different models, with even bigger gains on models with fewer parameters. We make our dataset and model publicly available at https:\/\/github.com\/allenai\/dream.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.08656v3\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"2627\", \"3595\", \"6203\", \"14159\", \"15941\", \"25460\", \"51371\", \"62937\", \"72160\", \"74993\", \"77463\", \"77587\", \"89808\", \"94815\", \"96781\", \"107630\", \"120172\", \"127481\", \"127513\", \"131681\", \"143050\", \"153825\", \"158621\", \"171572\", \"182261\", \"189515\", \"212117\", \"231813\", \"238321\", \"296279\"]}","task_split":"paper_retrieval"} {"document_id":"2636","document_content":"# Knowledge-Augmented Language Models for Cause-Effect Relation Classification\n## Categories\n- Computation and Language\n## Abstract\nPrevious studies have shown the efficacy of knowledge augmentation methods in pretrained language models. However, these methods behave differently across domains and downstream tasks. In this work, we investigate the augmentation of pretrained language models with commonsense knowledge in the cause-effect relation classification and commonsense causal reasoning tasks. After automatically verbalizing ATOMIC2020, a wide coverage commonsense reasoning knowledge graph, and GLUCOSE, a dataset of implicit commonsense causal knowledge, we continually pretrain BERT and RoBERTa with the verbalized data. Then we evaluate the resulting models on cause-effect pair classification and answering commonsense causal reasoning questions. Our results show that continually pretrained language models augmented with commonsense knowledge outperform our baselines on two commonsense causal reasoning benchmarks, COPA and BCOPA-CE, and the Temporal and Causal Reasoning (TCR) dataset, without additional improvement in model architecture or using quality-enhanced data for fine-tuning.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.08615v3\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"33114\", \"34255\", \"37617\", \"91739\", \"94815\", \"100285\", \"120762\", \"129503\", \"147108\", \"158595\", \"169182\", \"181204\", \"182349\", \"185514\", \"189515\", \"221212\"]}","task_split":"paper_retrieval"} {"document_id":"2651","document_content":"# Idiomatic Expression Paraphrasing without Strong Supervision\n## Categories\n- Computation and Language\n## Abstract\nIdiomatic expressions (IEs) play an essential role in natural language. In this paper, we study the task of idiomatic sentence paraphrasing (ISP), which aims to paraphrase a sentence with an IE by replacing the IE with its literal paraphrase. The lack of large-scale corpora with idiomatic-literal parallel sentences is a primary challenge for this task, for which we consider two separate solutions. First, we propose an unsupervised approach to ISP, which leverages an IE's contextual information and definition and does not require a parallel sentence training set. Second, we propose a weakly supervised approach using back-translation to jointly perform paraphrasing and generation of sentences with IEs to enlarge the small-scale parallel sentence training dataset. Other significant derivatives of the study include a model that replaces a literal phrase in a sentence with an IE to generate an idiomatic expression and a large scale parallel dataset with idiomatic\/literal sentence pairs. The effectiveness of the proposed solutions compared to competitive baselines is seen in the relative gains of over 5.16 points in BLEU, over 8.75 points in METEOR, and over 19.57 points in SARI when the generated sentences are empirically validated on a parallel dataset using automatic and manual evaluations. We demonstrate the practical utility of ISP as a preprocessing step in En-De machine translation.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.08592v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"15122\", \"56276\", \"73415\", \"94898\", \"96377\", \"119895\", \"129921\", \"139107\", \"146003\", \"167338\", \"170273\", \"193731\", \"219618\", \"235238\", \"235345\", \"242324\", \"255894\", \"262088\", \"268902\", \"279224\", \"307068\", \"307969\", \"309148\"]}","task_split":"paper_retrieval"} {"document_id":"2693","document_content":"# Penn-Helsinki Parsed Corpus of Early Modern English: First Parsing Results and Analysis\n## Categories\n- Computation and Language\n## Abstract\nWe present the first parsing results on the Penn-Helsinki Parsed Corpus of Early Modern English (PPCEME), a 1.9 million word treebank that is an important resource for research in syntactic change. We describe key features of PPCEME that make it challenging for parsing, including a larger and more varied set of function tags than in the Penn Treebank. We present results for this corpus using a modified version of the Berkeley Neural Parser and the approach to function tag recovery of Gabbard et al (2006). Despite its simplicity, this approach works surprisingly well, suggesting it is possible to recover the original structure with sufficient accuracy to support linguistic applications (e.g., searching for syntactic structures of interest). However, for a subset of function tags (e.g., the tag indicating direct speech), additional work is needed, and we discuss some further limits of this approach. The resulting parser will be used to parse Early English Books Online, a 1.1 billion word corpus whose utility for the study of syntactic change will be greatly increased with the addition of accurate parse trees.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.08532v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"96350\", \"140362\", \"157137\", \"170021\", \"192402\", \"193725\", \"204342\", \"233407\", \"266758\", \"296816\", \"310738\"]}","task_split":"paper_retrieval"} {"document_id":"2746","document_content":"# Design Challenges for a Multi-Perspective Search Engine\n## Categories\n- Computation and Language\n- Information Retrieval\n## Abstract\nMany users turn to document retrieval systems (e.g. search engines) to seek answers to controversial questions. Answering such user queries usually require identifying responses within web documents, and aggregating the responses based on their different perspectives. Classical document retrieval systems fall short at delivering a set of direct and diverse responses to the users. Naturally, identifying such responses within a document is a natural language understanding task. In this paper, we examine the challenges of synthesizing such language understanding objectives with document retrieval, and study a new perspective-oriented document retrieval paradigm. We discuss and assess the inherent natural language understanding challenges in order to achieve the goal. Following the design challenges and principles, we demonstrate and evaluate a practical prototype pipeline system. We use the prototype system to conduct a user survey in order to assess the utility of our paradigm, as well as understanding the user information needs for controversial queries.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.08357v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.IR\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Information Retrieval\"], \"incoming_citations\": [], \"outgoing_citations\": [\"51468\", \"70389\", \"101670\", \"127111\", \"127538\", \"154465\", \"181273\", \"181804\", \"238986\", \"259723\", \"263265\", \"266850\", \"268671\", \"270020\"]}","task_split":"paper_retrieval"} {"document_id":"2763","document_content":"# Is \"My Favorite New Movie\" My Favorite Movie? Probing the Understanding of Recursive Noun Phrases\n## Categories\n- Computation and Language\n## Abstract\nRecursive noun phrases (NPs) have interesting semantic properties. For example, \"my favorite new movie\" is not necessarily my favorite movie, whereas \"my new favorite movie\" is. This is common sense to humans, yet it is unknown whether language models have such knowledge. We introduce the Recursive Noun Phrase Challenge (RNPC), a dataset of three textual inference tasks involving textual entailment and event plausibility comparison, precisely targeting the understanding of recursive NPs. When evaluated on RNPC, state-of-the-art Transformer models only perform around chance. Still, we show that such knowledge is learnable with appropriate data. We further probe the models for relevant linguistic features that can be learned from our tasks, including modifier semantic category and modifier scope. Finally, models trained on RNPC achieve strong zero-shot performance on an extrinsic Harm Detection evaluation task, showing the usefulness of the understanding of recursive NPs in downstream applications.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.08326v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"16884\", \"154632\", \"158683\", \"168097\", \"168951\", \"171988\", \"181098\", \"186130\", \"192195\", \"197416\", \"238196\", \"253818\", \"259175\", \"268604\", \"307756\"]}","task_split":"paper_retrieval"} {"document_id":"2793","document_content":"# One System to Rule them All: a Universal Intent Recognition System for Customer Service Chatbots\n## Categories\n- Human-Computer Interaction\n- Computation and Language\n## Abstract\nCustomer service chatbots are conversational systems designed to provide information to customers about products\/services offered by different companies. Particularly, intent recognition is one of the core components in the natural language understating capabilities of a chatbot system. Among the different intents that a chatbot is trained to recognize, there is a set of them that is universal to any customer service chatbot. Universal intents may include salutation, switch the conversation to a human agent, farewells, among others. A system to recognize those universal intents will be very helpful to optimize the training process of specific customer service chatbots. We propose the development of a universal intent recognition system, which is trained to recognize a selected group of 11 intents that are common in 28 different chatbots. The proposed system is trained considering state-of-the-art word-embedding models such as word2vec and BERT, and deep classifiers based on convolutional and recurrent neural networks. The proposed model is able to discriminate between those universal intents with a balanced accuracy up to 80.4\\%. In addition, the proposed system is equally accurate to recognize intents expressed both in short and long text requests. At the same time, misclassification errors often occurs between intents with very similar semantic fields such as farewells and positive comments. The proposed system will be very helpful to optimize the training process of a customer service chatbot because some of the intents will be already available and detected by our system. At the same time, the proposed approach will be a suitable base model to train more specific chatbots by applying transfer learning strategies.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.08261v1\", \"primary_category\": \"cs.HC\", \"categories\": [\"cs.CL\", \"cs.HC\"], \"primary_category_human_readable\": \"Human-Computer Interaction\", \"categories_human_readable\": [\"Computation and Language\", \"Human-Computer Interaction\"], \"incoming_citations\": [], \"outgoing_citations\": [\"21909\", \"40001\", \"88668\", \"195286\", \"197154\", \"223084\", \"235922\"]}","task_split":"paper_retrieval"} {"document_id":"2844","document_content":"# Assisted Text Annotation Using Active Learning to Achieve High Quality with Little Effort\n## Categories\n- Digital Libraries\n- Artificial Intelligence\n- Computation and Language\n## Abstract\nLarge amounts of annotated data have become more important than ever, especially since the rise of deep learning techniques. However, manual annotations are costly. We propose a tool that enables researchers to create large, high-quality, annotated datasets with only a few manual annotations, thus strongly reducing annotation cost and effort. For this purpose, we combine an active learning (AL) approach with a pre-trained language model to semi-automatically identify annotation categories in the given text documents. To highlight our research direction's potential, we evaluate the approach on the task of identifying frames in news articles. Our preliminary results show that employing AL strongly reduces the number of annotations for correct classification of even these complex and subtle frames. On the framing dataset, the AL approach needs only 16.3\\% of the annotations to reach the same performance as a model trained on the full dataset.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.11914v1\", \"primary_category\": \"cs.DL\", \"categories\": [\"cs.AI\", \"cs.CL\", \"cs.DL\"], \"primary_category_human_readable\": \"Digital Libraries\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Computation and Language\", \"Digital Libraries\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"2947","document_content":"# Tracing Text Provenance via Context-Aware Lexical Substitution\n## Categories\n- Cryptography and Security\n- Computation and Language\n## Abstract\nText content created by humans or language models is often stolen or misused by adversaries. Tracing text provenance can help claim the ownership of text content or identify the malicious users who distribute misleading content like machine-generated fake news. There have been some attempts to achieve this, mainly based on watermarking techniques. Specifically, traditional text watermarking methods embed watermarks by slightly altering text format like line spacing and font, which, however, are fragile to cross-media transmissions like OCR. Considering this, natural language watermarking methods represent watermarks by replacing words in original sentences with synonyms from handcrafted lexical resources (e.g., WordNet), but they do not consider the substitution's impact on the overall sentence's meaning. Recently, a transformer-based network was proposed to embed watermarks by modifying the unobtrusive words (e.g., function words), which also impair the sentence's logical and semantic coherence. Besides, one well-trained network fails on other different types of text content. To address the limitations mentioned above, we propose a natural language watermarking scheme based on context-aware lexical substitution (LS). Specifically, we employ BERT to suggest LS candidates by inferring the semantic relatedness between the candidates and the original sentence. Based on this, a selection strategy in terms of synchronicity and substitutability is further designed to test whether a word is exactly suitable for carrying the watermark signal. Extensive experiments demonstrate that, under both objective and subjective metrics, our watermarking scheme can well preserve the semantic integrity of original sentences and has a better transferability than existing methods. Besides, the proposed LS approach outperforms the state-of-the-art approach on the Stanford Word Substitution Benchmark.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.07873v1\", \"primary_category\": \"cs.CR\", \"categories\": [\"cs.CL\", \"cs.CR\"], \"primary_category_human_readable\": \"Cryptography and Security\", \"categories_human_readable\": [\"Computation and Language\", \"Cryptography and Security\"], \"incoming_citations\": [], \"outgoing_citations\": [\"43878\", \"81800\", \"91982\", \"101963\", \"140130\", \"176154\", \"191143\", \"199361\", \"223323\", \"259884\", \"284357\", \"307756\"]}","task_split":"paper_retrieval"} {"document_id":"3036","document_content":"# Towards Interactive Language Modeling\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nInteraction between caregivers and children plays a critical role in human language acquisition and development. Given this observation, it is remarkable that explicit interaction plays little to no role in artificial language modeling -- which also targets the acquisition of human language, yet by artificial models. Moreover, an interactive approach to language modeling has the potential to make language models substantially more versatile and to considerably impact downstream applications. Motivated by these considerations, we pioneer the space of interactive language modeling. As a first contribution we present a road map in which we detail the steps that need to be taken towards interactive language modeling. We then lead by example and take the first steps on this road map, showing the initial feasibility of our approach. As such, this work aims to be the start of a larger research agenda on interactive language modeling.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.11911v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"15851\", \"37830\", \"96571\", \"132309\", \"147773\", \"153289\", \"170653\", \"192616\", \"192811\", \"195137\", \"216554\", \"241070\", \"249109\", \"251911\", \"262325\"]}","task_split":"paper_retrieval"} {"document_id":"3080","document_content":"# CORE-Text: Improving Scene Text Detection with Contrastive Relational Reasoning\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n- Multimedia\n## Abstract\nLocalizing text instances in natural scenes is regarded as a fundamental challenge in computer vision. Nevertheless, owing to the extremely varied aspect ratios and scales of text instances in real scenes, most conventional text detectors suffer from the sub-text problem that only localizes the fragments of text instance (i.e., sub-texts). In this work, we quantitatively analyze the sub-text problem and present a simple yet effective design, COntrastive RElation (CORE) module, to mitigate that issue. CORE first leverages a vanilla relation block to model the relations among all text proposals (sub-texts of multiple text instances) and further enhances relational reasoning via instance-level sub-text discrimination in a contrastive manner. Such way naturally learns instance-aware representations of text proposals and thus facilitates scene text detection. We integrate the CORE module into a two-stage text detector of Mask R-CNN and devise our text detector CORE-Text. Extensive experiments on four benchmarks demonstrate the superiority of CORE-Text. Code is available: \\url{https:\/\/github.com\/jylins\/CORE-Text}.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.07513v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\", \"cs.MM\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\", \"Multimedia\"], \"incoming_citations\": [\"3078\"], \"outgoing_citations\": [\"97564\", \"108123\", \"119397\", \"133970\", \"136466\", \"155242\", \"170212\", \"189021\", \"193382\", \"217310\", \"225195\", \"248133\", \"248734\", \"252159\", \"271112\", \"284871\"]}","task_split":"paper_retrieval"} {"document_id":"3219","document_content":"# Discovering Explanatory Sentences in Legal Case Decisions Using Pre-trained Language Models\n## Categories\n- Computation and Language\n- Information Retrieval\n## Abstract\nLegal texts routinely use concepts that are difficult to understand. Lawyers elaborate on the meaning of such concepts by, among other things, carefully investigating how have they been used in past. Finding text snippets that mention a particular concept in a useful way is tedious, time-consuming, and, hence, expensive. We assembled a data set of 26,959 sentences, coming from legal case decisions, and labeled them in terms of their usefulness for explaining selected legal concepts. Using the dataset we study the effectiveness of transformer-based models pre-trained on large language corpora to detect which of the sentences are useful. In light of models' predictions, we analyze various linguistic properties of the explanatory sentences as well as their relationship to the legal concept that needs to be explained. We show that the transformer-based models are capable of learning surprisingly sophisticated features and outperform the prior approaches to the task.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.07165v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.IR\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Information Retrieval\"], \"incoming_citations\": [], \"outgoing_citations\": [\"2949\", \"28030\", \"94572\", \"158750\", \"181098\", \"182360\", \"190743\", \"193627\"]}","task_split":"paper_retrieval"} {"document_id":"3261","document_content":"# Heuristic Hyperparameter Optimization for Convolutional Neural Networks using Genetic Algorithm\n## Categories\n- Neural and Evolutionary Computing\n- Machine Learning\n- Image and Video Processing\n- Computer Vision and Pattern Recognition\n## Abstract\nIn recent years, people from all over the world are suffering from one of the most severe diseases in history, known as Coronavirus disease 2019, COVID-19 for short. When the virus reaches the lungs, it has a higher probability to cause lung pneumonia and sepsis. X-ray image is a powerful tool in identifying the typical features of the infection for COVID-19 patients. The radiologists and pathologists observe that ground-glass opacity appears in the chest X-ray for infected patient \\cite{cozzi2021ground}, and it could be used as one of the criteria during the diagnosis process. In the past few years, deep learning has proven to be one of the most powerful methods in the field of image classification. Due to significant differences in Chest X-Ray between normal and infected people \\cite{rousan2020chest}, deep models could be used to identify the presence of the disease given a patient's Chest X-Ray. Many deep models are complex, and it evolves with lots of input parameters. Designers sometimes struggle with the tuning process for deep models, especially when they build up the model from scratch. Genetic Algorithm, inspired by the biological evolution process, plays a key role in solving such complex problems. In this paper, I proposed a genetic-based approach to optimize the Convolutional Neural Network(CNN) for the Chest X-Ray classification task.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.07087v1\", \"primary_category\": \"cs.NE\", \"categories\": [\"cs.LG\", \"eess.IV\", \"cs.NE\", \"cs.CV\"], \"primary_category_human_readable\": \"Neural and Evolutionary Computing\", \"categories_human_readable\": [\"Machine Learning\", \"Image and Video Processing\", \"Neural and Evolutionary Computing\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"202576\", \"341335\"]}","task_split":"paper_retrieval"} {"document_id":"3333","document_content":"# A cognitively driven weighted-entropy model for embedding semantic categories in hyperbolic geometry\n## Categories\n- Computation and Language\n## Abstract\nIn this paper, an unsupervised and cognitively driven weighted-entropy method for embedding semantic categories in hyperbolic geometry is proposed. The model is driven by two fields of research in cognitive linguistics: the first is the statistical learning theory of language acquisition and the proposal of using high-dimensional networks to represent semantic knowledge in cognition, and the second is the domain-specific approach to semantic communication. Weighted conditional entropy of word co-occurrence is proposed as the embedding metric, and the two weighting parameters are collocation diversity and conditional probability ranking in the corresponding statistical distribution. The Boltzmann distribution is then used on the weighted-entropy metric and embedded into a hyperbolic Poincare disk model. Testing has been in particular performed in the domains of basic color and kinship words, which belong to the classes that domain-specificity focused research in cognitive semantics has most intensively investigated. Results show that this new approach can successfully model and map the semantic relationships of popularity and similarity for most of the basic color and kinship words in English and have potential to be generalized to other semantic domains and different languages. Generally, this paper contributes to both computational cognitive semantics and the research on network and geometry-driven language embedding in computational linguistics and NLP.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.06876v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"9935\", \"184568\", \"186776\", \"228417\", \"236182\", \"265739\"]}","task_split":"paper_retrieval"} {"document_id":"3371","document_content":"# The King is Naked: on the Notion of Robustness for Natural Language Processing\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nThere is growing evidence that the classical notion of adversarial robustness originally introduced for images has been adopted as a de facto standard by a large part of the NLP research community. We show that this notion is problematic in the context of NLP as it considers a narrow spectrum of linguistic phenomena. In this paper, we argue for semantic robustness, which is better aligned with the human concept of linguistic fidelity. We characterize semantic robustness in terms of biases that it is expected to induce in a model. We study semantic robustness of a range of vanilla and robustly trained architectures using a template-based generative test bed. We complement the analysis with empirical evidence that, despite being harder to implement, semantic robustness can improve performance %gives guarantees for on complex linguistic phenomena where models robust in the classical sense fail.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.07605v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [\"124477\"], \"outgoing_citations\": [\"29312\", \"32779\", \"49046\", \"50908\", \"51130\", \"56222\", \"74993\", \"81845\", \"96709\", \"97442\", \"105077\", \"105435\", \"115891\", \"126188\", \"127746\", \"128071\", \"129087\", \"129858\", \"131414\", \"139587\", \"139638\", \"146147\", \"157244\", \"157497\", \"168809\", \"168988\", \"180177\", \"180873\", \"202296\", \"212366\", \"228366\", \"229886\", \"234716\", \"240174\", \"245196\", \"246146\", \"247127\", \"251240\", \"251412\", \"255035\", \"258100\", \"260450\", \"267955\", \"282181\", \"307068\", \"350314\"]}","task_split":"paper_retrieval"} {"document_id":"3402","document_content":"# Learning Semantic-Aligned Feature Representation for Text-based Person Search\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n- Multimedia\n## Abstract\nText-based person search aims to retrieve images of a certain pedestrian by a textual description. The key challenge of this task is to eliminate the inter-modality gap and achieve the feature alignment across modalities. In this paper, we propose a semantic-aligned embedding method for text-based person search, in which the feature alignment across modalities is achieved by automatically learning the semantic-aligned visual features and textual features. First, we introduce two Transformer-based backbones to encode robust feature representations of the images and texts. Second, we design a semantic-aligned feature aggregation network to adaptively select and aggregate features with the same semantics into part-aware features, which is achieved by a multi-head attention module constrained by a cross-modality part alignment loss and a diversity loss. Experimental results on the CUHK-PEDES and Flickr30K datasets show that our method achieves state-of-the-art performances.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.06714v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\", \"cs.MM\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\", \"Multimedia\"], \"incoming_citations\": [], \"outgoing_citations\": [\"33140\", \"125002\", \"179422\", \"216895\", \"222262\", \"250405\", \"259197\", \"273696\", \"320761\"]}","task_split":"paper_retrieval"} {"document_id":"3438","document_content":"# Detecting Emotion Carriers by Combining Acoustic and Lexical Representations\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Sound\n- Audio and Speech Processing\n## Abstract\nPersonal narratives (PN) - spoken or written - are recollections of facts, people, events, and thoughts from one's own experience. Emotion recognition and sentiment analysis tasks are usually defined at the utterance or document level. However, in this work, we focus on Emotion Carriers (EC) defined as the segments (speech or text) that best explain the emotional state of the narrator (\"loss of father\", \"made me choose\"). Once extracted, such EC can provide a richer representation of the user state to improve natural language understanding and dialogue modeling. In previous work, it has been shown that EC can be identified using lexical features. However, spoken narratives should provide a richer description of the context and the users' emotional state. In this paper, we leverage word-based acoustic and textual embeddings as well as early and late fusion techniques for the detection of ECs in spoken narratives. For the acoustic word-level representations, we use Residual Neural Networks (ResNet) pretrained on separate speech emotion corpora and fine-tuned to detect EC. Experiments with different fusion and system combination strategies show that late fusion leads to significant improvements for this task.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.06603v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.SD\", \"eess.AS\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Sound\", \"Audio and Speech Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"105550\", \"139687\", \"187048\", \"223222\", \"227994\"]}","task_split":"paper_retrieval"} {"document_id":"3461","document_content":"# MAGIC: Multimodal relAtional Graph adversarIal inferenCe for Diverse and Unpaired Text-based Image Captioning\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n## Abstract\nText-based image captioning (TextCap) requires simultaneous comprehension of visual content and reading the text of images to generate a natural language description. Although a task can teach machines to understand the complex human environment further given that text is omnipresent in our daily surroundings, it poses additional challenges in normal captioning. A text-based image intuitively contains abundant and complex multimodal relational content, that is, image details can be described diversely from multiview rather than a single caption. Certainly, we can introduce additional paired training data to show the diversity of images' descriptions, this process is labor-intensive and time-consuming for TextCap pair annotations with extra texts. Based on the insight mentioned above, we investigate how to generate diverse captions that focus on different image parts using an unpaired training paradigm. We propose the Multimodal relAtional Graph adversarIal inferenCe (MAGIC) framework for diverse and unpaired TextCap. This framework can adaptively construct multiple multimodal relational graphs of images and model complex relationships among graphs to represent descriptive diversity. Moreover, a cascaded generative adversarial network is developed from modeled graphs to infer the unpaired caption generation in image-sentence feature alignment and linguistic coherence levels. We validate the effectiveness of MAGIC in generating diverse captions from different relational information items of an image. Experimental results show that MAGIC can generate very promising outcomes without using any image-caption training pairs.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.06558v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"5837\", \"5843\", \"33300\", \"40810\", \"53992\", \"108136\", \"135255\", \"137828\", \"155831\", \"162242\", \"173039\", \"182657\", \"185622\", \"189847\", \"193328\", \"193738\", \"217310\", \"238941\", \"251816\", \"262064\", \"264326\", \"271527\", \"278954\", \"287504\", \"302621\", \"305200\", \"321493\"]}","task_split":"paper_retrieval"} {"document_id":"3480","document_content":"# Automated Evidence Collection for Fake News Detection\n## Categories\n- Computation and Language\n## Abstract\nFake news, misinformation, and unverifiable facts on social media platforms propagate disharmony and affect society, especially when dealing with an epidemic like COVID-19. The task of Fake News Detection aims to tackle the effects of such misinformation by classifying news items as fake or real. In this paper, we propose a novel approach that improves over the current automatic fake news detection approaches by automatically gathering evidence for each claim. Our approach extracts supporting evidence from the web articles and then selects appropriate text to be treated as evidence sets. We use a pre-trained summarizer on these evidence sets and then use the extracted summary as supporting evidence to aid the classification task. Our experiments, using both machine learning and deep learning-based methods, help perform an extensive evaluation of our approach. The results show that our approach outperforms the state-of-the-art methods in fake news detection to achieve an F1-score of 99.25 over the dataset provided for the CONSTRAINT-2021 Shared Task. We also release the augmented dataset, our code and models for any further research.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.06507v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"72864\", \"72890\", \"75448\", \"75513\", \"76033\", \"76628\", \"79024\", \"84522\", \"88648\", \"94401\", \"117359\", \"124916\", \"203557\", \"208471\", \"210466\", \"219367\", \"238986\", \"259202\", \"267552\", \"284357\", \"291019\", \"311423\"]}","task_split":"paper_retrieval"} {"document_id":"3492","document_content":"# ITA: Image-Text Alignments for Multi-Modal Named Entity Recognition\n## Categories\n- Computation and Language\n## Abstract\nRecently, Multi-modal Named Entity Recognition (MNER) has attracted a lot of attention. Most of the work utilizes image information through region-level visual representations obtained from a pretrained object detector and relies on an attention mechanism to model the interactions between image and text representations. However, it is difficult to model such interactions as image and text representations are trained separately on the data of their respective modality and are not aligned in the same space. As text representations take the most important role in MNER, in this paper, we propose {\\bf I}mage-{\\bf t}ext {\\bf A}lignments (ITA) to align image features into the textual space, so that the attention mechanism in transformer-based pretrained textual embeddings can be better utilized. ITA first aligns the image into regional object tags, image-level captions and optical characters as visual contexts, concatenates them with the input texts as a new cross-modal input, and then feeds it into a pretrained textual embedding model. This makes it easier for the attention module of a pretrained textual embedding model to model the interaction between the two modalities since they are both represented in the textual space. ITA further aligns the output distributions predicted from the cross-modal input and textual input views so that the MNER model can be more practical in dealing with text-only inputs and robust to noises from images. In our experiments, we show that ITA models can achieve state-of-the-art accuracy on multi-modal Named Entity Recognition datasets, even without image information.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.06482v4\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"50900\", \"71366\", \"77306\", \"87107\", \"89406\", \"97100\", \"115124\", \"125061\", \"131401\", \"164927\", \"170926\", \"172370\", \"172774\", \"211953\", \"239242\", \"241309\", \"278954\", \"297147\", \"297150\", \"308333\", \"311824\", \"313440\"]}","task_split":"paper_retrieval"} {"document_id":"3565","document_content":"# Dependency Learning for Legal Judgment Prediction with a Unified Text-to-Text Transformer\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nGiven the fact of a case, Legal Judgment Prediction (LJP) involves a series of sub-tasks such as predicting violated law articles, charges and term of penalty. We propose leveraging a unified text-to-text Transformer for LJP, where the dependencies among sub-tasks can be naturally established within the auto-regressive decoder. Compared with previous works, it has three advantages: (1) it fits in the pretraining pattern of masked language models, and thereby can benefit from the semantic prompts of each sub-task rather than treating them as atomic labels, (2) it utilizes a single unified architecture, enabling full parameter sharing across all sub-tasks, and (3) it can incorporate both classification and generative sub-tasks. We show that this unified transformer, albeit pretrained on general-domain text, outperforms pretrained models tailored specifically for the legal domain. Through an extensive set of experiments, we find that the best order to capture dependencies is different from human intuitions, and the most reasonable logical order for humans can be sub-optimal for the model. We further include two more auxiliary tasks: court view generation and article content prediction, showing they can not only improve the prediction accuracy, but also provide interpretable explanations for model outputs even when an error is made. With the best configuration, our model outperforms both previous SOTA and a single-tasked version of the unified transformer by a large margin.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.06370v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"32774\", \"54317\", \"61481\", \"92112\", \"100541\", \"127463\", \"129023\", \"131921\", \"132828\", \"166518\", \"169521\", \"177592\", \"182363\", \"187002\", \"214739\", \"217447\", \"225839\", \"235913\", \"241110\", \"259303\", \"259931\"]}","task_split":"paper_retrieval"} {"document_id":"3699","document_content":"# Synthetic Map Generation to Provide Unlimited Training Data for Historical Map Text Detection\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n## Abstract\nMany historical map sheets are publicly available for studies that require long-term historical geographic data. The cartographic design of these maps includes a combination of map symbols and text labels. Automatically reading text labels from map images could greatly speed up the map interpretation and helps generate rich metadata describing the map content. Many text detection algorithms have been proposed to locate text regions in map images automatically, but most of the algorithms are trained on out-ofdomain datasets (e.g., scenic images). Training data determines the quality of machine learning models, and manually annotating text regions in map images is labor-extensive and time-consuming. On the other hand, existing geographic data sources, such as Open- StreetMap (OSM), contain machine-readable map layers, which allow us to separate out the text layer and obtain text label annotations easily. However, the cartographic styles between OSM map tiles and historical maps are significantly different. This paper proposes a method to automatically generate an unlimited amount of annotated historical map images for training text detection models. We use a style transfer model to convert contemporary map images into historical style and place text labels upon them. We show that the state-of-the-art text detection models (e.g., PSENet) can benefit from the synthetic historical maps and achieve significant improvement for historical map text detection.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1145\/3486635.3491070\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"5561\", \"135263\", \"178095\", \"225795\", \"257286\", \"262570\", \"269205\", \"294023\", \"299461\"]}","task_split":"paper_retrieval"} {"document_id":"3852","document_content":"# On Causally Disentangled Representations\n## Categories\n- Machine Learning\n## Abstract\nRepresentation learners that disentangle factors of variation have already proven to be important in addressing various real world concerns such as fairness and interpretability. Initially consisting of unsupervised models with independence assumptions, more recently, weak supervision and correlated features have been explored, but without a causal view of the generative process. In contrast, we work under the regime of a causal generative process where generative factors are either independent or can be potentially confounded by a set of observed or unobserved confounders. We present an analysis of disentangled representations through the notion of disentangled causal process. We motivate the need for new metrics and datasets to study causal disentanglement and propose two evaluation metrics and a dataset. We show that our metrics capture the desiderata of disentangled causal process. Finally, we perform an empirical study on state of the art disentangled representation learners using our metrics and dataset to evaluate them from causal perspective.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.05746v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"90921\", \"113870\", \"116297\", \"118768\", \"123374\", \"130407\", \"138086\", \"143581\", \"160471\", \"175837\", \"181359\", \"181394\", \"181909\", \"182154\", \"182775\", \"184690\", \"190384\", \"199971\", \"208041\", \"212169\", \"223886\", \"241933\", \"242142\", \"242239\", \"251597\", \"256720\", \"290677\", \"335083\"]}","task_split":"paper_retrieval"} {"document_id":"4039","document_content":"# Dynamic hardware system for cascade SVM classification of melanoma\n## Categories\n- Hardware Architecture\n- Computer Vision and Pattern Recognition\n- Image and Video Processing\n## Abstract\nMelanoma is the most dangerous form of skin cancer, which is responsible for the majority of skin cancer-related deaths. Early diagnosis of melanoma can significantly reduce mortality rates and treatment costs. Therefore, skin cancer specialists are using image-based diagnostic tools for detecting melanoma earlier. We aim to develop a handheld device featured with low cost and high performance to enhance early detection of melanoma at the primary healthcare. But, developing this device is very challenging due to the complicated computations required by the embedded diagnosis system. Thus, we aim to exploit the recent hardware technology in reconfigurable computing to achieve a high-performance embedded system at low cost. Support vector machine (SVM) is a common classifier that shows high accuracy for classifying melanoma within the diagnosis system and is considered as the most compute-intensive task in the system. In this paper, we propose a dynamic hardware system for implementing a cascade SVM classifier on FPGA for early melanoma detection. A multi-core architecture is proposed to implement a two-stage cascade classifier using two classifiers with accuracies of 98% and 73%. The hardware implementation results were optimized by using the dynamic partial reconfiguration technology, where very low resource utilization of 1% slices and power consumption of 1.5 W were achieved. Consequently, the implemented dynamic hardware system meets vital embedded system constraints of high performance and low cost, resource utilization, and power consumption, while achieving efficient classification with high accuracy.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1007\/s00521-018-3656-1\", \"primary_category\": \"cs.AR\", \"categories\": [\"cs.CV\", \"cs.AR\", \"eess.IV\"], \"primary_category_human_readable\": \"Hardware Architecture\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Hardware Architecture\", \"Image and Video Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"27467\"]}","task_split":"paper_retrieval"} {"document_id":"4040","document_content":"# PMFL: Partial Meta-Federated Learning for heterogeneous tasks and its applications on real-world medical records\n## Categories\n- Machine Learning\n## Abstract\nFederated machine learning is a versatile and flexible tool to utilize distributed data from different sources, especially when communication technology develops rapidly and an unprecedented amount of data could be collected on mobile devices nowadays. Federated learning method exploits not only the data but the computational power of all devices in the network to achieve more efficient model training. Nevertheless, while most traditional federated learning methods work well for homogeneous data and tasks, adapting the method to a different heterogeneous data and task distribution is challenging. This limitation has constrained the applications of federated learning in real-world contexts, especially in healthcare settings. Inspired by the fundamental idea of meta-learning, in this study we propose a new algorithm, which is an integration of federated learning and meta-learning, to tackle this issue. In addition, owing to the advantage of transfer learning for model generalization, we further improve our algorithm by introducing partial parameter sharing. We name this method partial meta-federated learning (PMFL). Finally, we apply the algorithms to two medical datasets. We show that our algorithm could obtain the fastest training speed and achieve the best performance when dealing with heterogeneous medical datasets.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.05321v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"54410\", \"67820\", \"131702\", \"141462\", \"156643\", \"159558\", \"167551\", \"171823\", \"194178\", \"195581\", \"199085\", \"202208\", \"215015\", \"229563\", \"239655\", \"241304\", \"246939\", \"248216\", \"251819\", \"259336\", \"282453\", \"283045\", \"322930\"]}","task_split":"paper_retrieval"} {"document_id":"4211","document_content":"# Multimodal Fake News Detection\n## Categories\n- Computation and Language\n## Abstract\nOver the last years, there has been an unprecedented proliferation of fake news. As a consequence, we are more susceptible to the pernicious impact that misinformation and disinformation spreading can have in different segments of our society. Thus, the development of tools for automatic detection of fake news plays and important role in the prevention of its negative effects. Most attempts to detect and classify false content focus only on using textual information. Multimodal approaches are less frequent and they typically classify news either as true or fake. In this work, we perform a fine-grained classification of fake news on the Fakeddit dataset, using both unimodal and multimodal approaches. Our experiments show that the multimodal approach based on a Convolutional Neural Network (CNN) architecture combining text and image data achieves the best results, with an accuracy of 87%. Some fake news categories such as Manipulated content, Satire or False connection strongly benefit from the use of images. Using images also improves the results of the other categories, but with less impact. Regarding the unimodal approaches using only text, Bidirectional Encoder Representations from Transformers (BERT) is the best model with an accuracy of 78%. Therefore, exploiting both text and image data significantly improves the performance of fake news detection.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.04831v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"56085\", \"141447\", \"145167\", \"146683\", \"177045\", \"196472\", \"249420\", \"259202\", \"265384\", \"268465\"]}","task_split":"paper_retrieval"} {"document_id":"4327","document_content":"# Ambiguous Dynamic Treatment Regimes: A Reinforcement Learning Approach\n## Categories\n- Machine Learning\n- Optimization and Control\n- Statistics Theory\n- Statistics Theory\n## Abstract\nA main research goal in various studies is to use an observational data set and provide a new set of counterfactual guidelines that can yield causal improvements. Dynamic Treatment Regimes (DTRs) are widely studied to formalize this process. However, available methods in finding optimal DTRs often rely on assumptions that are violated in real-world applications (e.g., medical decision-making or public policy), especially when (a) the existence of unobserved confounders cannot be ignored, and (b) the unobserved confounders are time-varying (e.g., affected by previous actions). When such assumptions are violated, one often faces ambiguity regarding the underlying causal model. This ambiguity is inevitable, since the dynamics of unobserved confounders and their causal impact on the observed part of the data cannot be understood from the observed data. Motivated by a case study of finding superior treatment regimes for patients who underwent transplantation in our partner hospital and faced a medical condition known as New Onset Diabetes After Transplantation (NODAT), we extend DTRs to a new class termed Ambiguous Dynamic Treatment Regimes (ADTRs), in which the causal impact of treatment regimes is evaluated based on a \"cloud\" of causal models. We then connect ADTRs to Ambiguous Partially Observable Mark Decision Processes (APOMDPs) and develop Reinforcement Learning methods, which enable using the observed data to efficiently learn an optimal treatment regime. We establish theoretical results for these learning methods, including (weak) consistency and asymptotic normality. We further evaluate the performance of these learning methods both in our case study and in simulation experiments.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.04571v3\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"math.OC\", \"math.ST\", \"stat.ML\", \"stat.TH\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Optimization and Control\", \"Statistics Theory\", \"Machine Learning\", \"Statistics Theory\"], \"incoming_citations\": [], \"outgoing_citations\": [\"65803\", \"109385\", \"137194\", \"142892\", \"167909\", \"170607\", \"274345\", \"288237\", \"295281\", \"303539\", \"348583\", \"356455\"]}","task_split":"paper_retrieval"} {"document_id":"4390","document_content":"# Transformer based trajectory prediction\n## Categories\n- Robotics\n- Computer Vision and Pattern Recognition\n## Abstract\nTo plan a safe and efficient route, an autonomous vehicle should anticipate future motions of other agents around it. Motion prediction is an extremely challenging task which recently gained significant attention of the research community. In this work, we present a simple and yet strong baseline for uncertainty aware motion prediction based purely on transformer neural networks, which has shown its effectiveness in conditions of domain change. While being easy-to-implement, the proposed approach achieves competitive performance and ranks 1$^{st}$ on the 2021 Shifts Vehicle Motion Prediction Competition.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.04350v1\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.RO\", \"cs.CV\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Robotics\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"25301\", \"35204\", \"101580\", \"109433\", \"126156\", \"128967\", \"147880\", \"162130\", \"221071\", \"237350\", \"268891\"]}","task_split":"paper_retrieval"} {"document_id":"4392","document_content":"# Does Structure Matter? Leveraging Data-to-Text Generation for Answering Complex Information Needs\n## Categories\n- Computation and Language\n- Information Retrieval\n- Machine Learning\n## Abstract\nIn this work, our aim is to provide a structured answer in natural language to a complex information need. Particularly, we envision using generative models from the perspective of data-to-text generation. We propose the use of a content selection and planning pipeline which aims at structuring the answer by generating intermediate plans. The experimental evaluation is performed using the TREC Complex Answer Retrieval (CAR) dataset. We evaluate both the generated answer and its corresponding structure and show the effectiveness of planning-based models in comparison to a text-to-text model.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.04344v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.IR\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Information Retrieval\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"22231\", \"61182\", \"92832\", \"150134\", \"154601\", \"154705\", \"181930\", \"182026\", \"182279\", \"185805\", \"189542\", \"211937\", \"216563\", \"219377\", \"233062\", \"270020\", \"309886\"]}","task_split":"paper_retrieval"} {"document_id":"4468","document_content":"# Transformer-Based Approach for Joint Handwriting and Named Entity Recognition in Historical documents\n## Categories\n- Computer Vision and Pattern Recognition\n- Computation and Language\n## Abstract\nThe extraction of relevant information carried out by named entities in handwriting documents is still a challenging task. Unlike traditional information extraction approaches that usually face text transcription and named entity recognition as separate subsequent tasks, we propose in this paper an end-to-end transformer-based approach to jointly perform these two tasks. The proposed approach operates at the paragraph level, which brings two main benefits. First, it allows the model to avoid unrecoverable early errors due to line segmentation. Second, it allows the model to exploit larger bi-dimensional context information to identify the semantic categories, reaching a higher final prediction accuracy. We also explore different training scenarios to show their effect on the performance and we demonstrate that a two-stage learning strategy can make the model reach a higher final prediction accuracy. As far as we know, this work presents the first approach that adopts the transformer networks for named entity recognition in handwritten documents. We achieve the new state-of-the-art performance in the ICDAR 2017 Information Extraction competition using the Esposalles database, for the complete task, even though the proposed technique does not use any dictionaries, language modeling, or post-processing.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.04189v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.CL\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Computation and Language\"], \"incoming_citations\": [\"46110\"], \"outgoing_citations\": [\"80427\", \"82145\", \"93552\", \"98454\", \"118987\", \"122798\", \"150132\", \"157123\", \"162477\", \"194746\", \"238732\", \"284605\", \"294753\"]}","task_split":"paper_retrieval"} {"document_id":"4614","document_content":"# Disentangled Counterfactual Recurrent Networks for Treatment Effect Inference over Time\n## Categories\n- Machine Learning\n## Abstract\nChoosing the best treatment-plan for each individual patient requires accurate forecasts of their outcome trajectories as a function of the treatment, over time. While large observational data sets constitute rich sources of information to learn from, they also contain biases as treatments are rarely assigned randomly in practice. To provide accurate and unbiased forecasts, we introduce the Disentangled Counterfactual Recurrent Network (DCRN), a novel sequence-to-sequence architecture that estimates treatment outcomes over time by learning representations of patient histories that are disentangled into three separate latent factors: a treatment factor, influencing only treatment selection; an outcome factor, influencing only the outcome; and a confounding factor, influencing both. With an architecture that is completely inspired by the causal structure of treatment influence over time, we advance forecast accuracy and disease understanding, as our architecture allows for practitioners to infer which patient features influence which part in a patient's trajectory, contrasting other approaches in this domain. We demonstrate that DCRN outperforms current state-of-the-art methods in forecasting treatment responses, on both real and simulated data.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.03811v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"119172\", \"143064\", \"147244\", \"269527\", \"270120\", \"286370\", \"290547\", \"292736\"]}","task_split":"paper_retrieval"} {"document_id":"4621","document_content":"# Adapting Procedural Content Generation to Player Personas Through Evolution\n## Categories\n- Artificial Intelligence\n- Human-Computer Interaction\n## Abstract\nAutomatically adapting game content to players opens new doors for game development. In this paper we propose an architecture using persona agents and experience metrics, which enables evolving procedurally generated levels tailored for particular player personas. Using our game, \"Grave Rave\", we demonstrate that this approach successfully adapts to four rule-based persona agents over three different experience metrics. Furthermore, the adaptation is shown to be specific in nature, meaning that the levels are persona-conscious, and not just general optimizations with regard to the selected metric.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.04406v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.HC\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Human-Computer Interaction\"], \"incoming_citations\": [], \"outgoing_citations\": [\"38564\", \"48859\", \"51175\", \"55260\", \"64439\", \"203756\", \"233501\", \"241619\"]}","task_split":"paper_retrieval"} {"document_id":"4719","document_content":"# Question Answering Survey: Directions, Challenges, Datasets, Evaluation Matrices\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Human-Computer Interaction\n- Information Retrieval\n- Machine Learning\n## Abstract\nThe usage and amount of information available on the internet increase over the past decade. This digitization leads to the need for automated answering system to extract fruitful information from redundant and transitional knowledge sources. Such systems are designed to cater the most prominent answer from this giant knowledge source to the user query using natural language understanding (NLU) and thus eminently depends on the Question-answering(QA) field. Question answering involves but not limited to the steps like mapping of user question to pertinent query, retrieval of relevant information, finding the best suitable answer from the retrieved information etc. The current improvement of deep learning models evince compelling performance improvement in all these tasks. In this review work, the research directions of QA field are analyzed based on the type of question, answer type, source of evidence-answer, and modeling approach. This detailing followed by open challenges of the field like automatic question generation, similarity detection and, low resource availability for a language. In the end, a survey of available datasets and evaluation measures is presented.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.03572v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.HC\", \"cs.IR\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Human-Computer Interaction\", \"Information Retrieval\", \"Machine Learning\"], \"incoming_citations\": [\"2107\", \"2105\"], \"outgoing_citations\": [\"74933\", \"114545\", \"123404\", \"126346\", \"131681\", \"131921\", \"135112\", \"136840\", \"137436\", \"158855\", \"167880\", \"168542\", \"171110\", \"174555\", \"179017\", \"186455\", \"200155\", \"202124\", \"217522\", \"219048\", \"220351\", \"220383\", \"220723\", \"230556\", \"232274\", \"238962\", \"247060\", \"249504\", \"250398\", \"252059\", \"256171\", \"258382\", \"261389\", \"266768\", \"266850\", \"267694\", \"268671\", \"268809\", \"270020\", \"279213\", \"279343\", \"280615\", \"281162\", \"283345\", \"288062\", \"294898\", \"296198\", \"303827\", \"304481\", \"311423\", \"313143\", \"313435\", \"313440\", \"316803\"]}","task_split":"paper_retrieval"} {"document_id":"4879","document_content":"# Quantifying Adaptability in Pre-trained Language Models with 500 Tasks\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nWhen a neural language model (LM) is adapted to perform a new task, what aspects of the task predict the eventual performance of the model? In NLP, systematic features of LM generalization to individual examples are well characterized, but systematic aspects of LM adaptability to new tasks are not nearly as well understood. We present a large-scale empirical study of the features and limits of LM adaptability using a new benchmark, TaskBench500, built from 500 procedurally generated sequence modeling tasks. These tasks combine core aspects of language processing, including lexical semantics, sequence processing, memorization, logical reasoning, and world knowledge. Using TaskBench500, we evaluate three facets of adaptability, finding that: (1) adaptation procedures differ dramatically in their ability to memorize small datasets; (2) within a subset of task types, adaptation procedures exhibit compositional adaptability to complex tasks; and (3) failure to match training label distributions is explained by mismatches in the intrinsic difficulty of predicting individual labels. Our experiments show that adaptability to new tasks, like generalization to new examples, can be systematically described and understood, and we conclude with a discussion of additional aspects of adaptability that could be studied using the new benchmark.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.03204v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"16299\", \"48369\", \"55224\", \"77463\", \"95004\", \"131446\", \"135112\", \"137359\", \"166494\", \"168951\", \"188123\", \"192616\", \"200362\", \"220137\", \"221540\", \"229524\", \"251911\", \"260450\", \"280713\", \"317213\"]}","task_split":"paper_retrieval"} {"document_id":"4995","document_content":"# Distance and Hop-wise Structures Encoding Enhanced Graph Attention Networks\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nNumerous works have proven that existing neighbor-averaging Graph Neural Networks cannot efficiently catch structure features, and many works show that injecting structure, distance, position or spatial features can significantly improve performance of GNNs, however, injecting overall structure and distance into GNNs is an intuitive but remaining untouched idea. In this work, we shed light on the direction. We first extracting hop-wise structure information and compute distance distributional information, gathering with node's intrinsic features, embedding them into same vector space and then adding them up. The derived embedding vectors are then fed into GATs(like GAT, AGDN) and then Correct and Smooth, experiments show that the DHSEGATs achieve competitive result. The code is available at https:\/\/github.com\/hzg0601\/DHSEGATs.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.02868v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"43338\", \"49891\", \"54881\", \"73530\", \"77861\", \"91086\", \"91654\", \"103085\", \"115700\", \"115834\", \"117690\", \"118201\", \"129410\", \"138857\", \"141927\", \"143081\", \"151458\", \"176579\", \"181255\", \"184400\", \"185055\", \"186164\", \"210730\", \"214311\", \"243382\", \"244510\"]}","task_split":"paper_retrieval"} {"document_id":"5114","document_content":"# Explainable Deep Learning in Healthcare: A Methodological Survey from an Attribution View\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nThe increasing availability of large collections of electronic health record (EHR) data and unprecedented technical advances in deep learning (DL) have sparked a surge of research interest in developing DL based clinical decision support systems for diagnosis, prognosis, and treatment. Despite the recognition of the value of deep learning in healthcare, impediments to further adoption in real healthcare settings remain due to the black-box nature of DL. Therefore, there is an emerging need for interpretable DL, which allows end users to evaluate the model decision making to know whether to accept or reject predictions and recommendations before an action is taken. In this review, we focus on the interpretability of the DL models in healthcare. We start by introducing the methods for interpretability in depth and comprehensively as a methodological reference for future researchers or clinical practitioners in this field. Besides the methods' details, we also include a discussion of advantages and disadvantages of these methods and which scenarios each of them is suitable for, so that interested readers can know how to compare and choose among them for use. Moreover, we discuss how these methods, originally developed for solving general-domain problems, have been adapted and applied to healthcare problems and how they can help physicians better understand these data-driven technologies. Overall, we hope this survey can help researchers and practitioners in both artificial intelligence (AI) and clinical fields understand what methods we have for enhancing the interpretability of their DL models and choose the optimal one accordingly.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.02625v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [\"1103\"], \"outgoing_citations\": [\"91124\", \"95868\", \"99323\", \"117505\", \"122497\", \"125214\", \"127556\", \"132402\", \"137068\", \"140921\", \"141672\", \"146722\", \"153542\", \"164211\", \"165974\", \"166967\", \"167737\", \"168672\", \"170627\", \"171131\", \"171212\", \"172108\", \"174139\", \"174630\", \"174985\", \"179187\", \"181468\", \"182261\", \"184049\", \"184390\", \"185112\", \"186566\", \"188812\", \"190836\", \"193512\", \"193619\", \"193725\", \"197416\", \"198892\", \"201425\", \"203156\", \"208291\", \"208546\", \"212053\", \"213326\", \"216097\", \"216591\", \"218156\", \"223886\", \"225381\", \"229519\", \"229538\", \"230708\", \"235580\", \"238348\", \"239043\", \"241329\", \"242037\", \"242280\", \"242562\", \"244917\", \"246146\", \"247042\", \"250247\", \"250829\", \"258657\", \"260424\", \"262092\", \"263454\", \"266513\", \"267761\", \"268485\", \"269338\", \"270005\", \"271562\", \"272864\", \"273542\", \"273959\", \"277288\", \"279840\", \"286253\", \"290227\", \"290677\", \"293152\", \"302645\", \"303380\", \"319949\", \"320493\"]}","task_split":"paper_retrieval"} {"document_id":"5164","document_content":"# Snapshot HDR Video Construction Using Coded Mask\n## Categories\n- Image and Video Processing\n- Computer Vision and Pattern Recognition\n## Abstract\nThis paper study the reconstruction of High Dynamic Range (HDR) video from snapshot-coded LDR video. Constructing an HDR video requires restoring the HDR values for each frame and maintaining the consistency between successive frames. HDR image acquisition from single image capture, also known as snapshot HDR imaging, can be achieved in several ways. For example, the reconfigurable snapshot HDR camera is realized by introducing an optical element into the optical stack of the camera; by placing a coded mask at a small standoff distance in front of the sensor. High-quality HDR image can be recovered from the captured coded image using deep learning methods. This study utilizes 3D-CNNs to perform a joint demosaicking, denoising, and HDR video reconstruction from coded LDR video. We enforce more temporally consistent HDR video reconstruction by introducing a temporal loss function that considers the short-term and long-term consistency. The obtained results are promising and could lead to affordable HDR video capture using conventional cameras.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.02522v1\", \"primary_category\": \"eess.IV\", \"categories\": [\"cs.CV\", \"eess.IV\"], \"primary_category_human_readable\": \"Image and Video Processing\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Image and Video Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"227145\", \"228199\", \"248813\", \"250193\", \"320532\"]}","task_split":"paper_retrieval"} {"document_id":"5474","document_content":"# Semantic Segmentation of Legal Documents via Rhetorical Roles\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nLegal documents are unstructured, use legal jargon, and have considerable length, making them difficult to process automatically via conventional text processing techniques. A legal document processing system would benefit substantially if the documents could be segmented into coherent information units. This paper proposes a new corpus of legal documents annotated (with the help of legal experts) with a set of 13 semantically coherent units labels (referred to as Rhetorical Roles), e.g., facts, arguments, statute, issue, precedent, ruling, and ratio. We perform a thorough analysis of the corpus and the annotations. For automatically segmenting the legal documents, we experiment with the task of rhetorical role prediction: given a document, predict the text segments corresponding to various roles. Using the created corpus, we experiment extensively with various deep learning-based baseline models for the task. Further, we develop a multitask learning (MTL) based deep model with document rhetorical role label shift as an auxiliary task for segmenting a legal document. The proposed model shows superior performance over the existing models. We also experiment with model performance in the case of domain transfer and model distillation techniques to see the model performance in limited data conditions.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.01836v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"46768\", \"96350\", \"97839\", \"101301\", \"156575\", \"156893\", \"169521\", \"182360\", \"187002\", \"241110\"]}","task_split":"paper_retrieval"} {"document_id":"5495","document_content":"# Controversy Detection: a Text and Graph Neural Network Based Approach\n## Categories\n- Computation and Language\n- Machine Learning\n- Neural and Evolutionary Computing\n- Social and Information Networks\n## Abstract\nControversial content refers to any content that attracts both positive and negative feedback. Its automatic identification, especially on social media, is a challenging task as it should be done on a large number of continuously evolving posts, covering a large variety of topics. Most of the existing approaches rely on the graph structure of a topic-discussion and\/or the content of messages. This paper proposes a controversy detection approach based on both graph structure of a discussion and text features. Our proposed approach relies on Graph Neural Network (gnn) to encode the graph representation (including its texts) in an embedding vector before performing a graph classification task. The latter will classify the post as controversial or not. Two controversy detection strategies are proposed. The first one is based on a hierarchical graph representation learning. Graph user nodes are embedded hierarchically and iteratively to compute the whole graph embedding vector. The second one is based on the attention mechanism, which allows each user node to give more or less importance to its neighbors when computing node embeddings. We conduct experiments to evaluate our approach using different real-world datasets. Conducted experiments show the positive impact of combining textual features and structural information in terms of performance.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.11445v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\", \"cs.NE\", \"cs.SI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\", \"Neural and Evolutionary Computing\", \"Social and Information Networks\"], \"incoming_citations\": [], \"outgoing_citations\": [\"103972\", \"124756\", \"147188\", \"170925\", \"177593\", \"186386\", \"190417\", \"227067\", \"312774\"]}","task_split":"paper_retrieval"} {"document_id":"5518","document_content":"# Probing Linguistic Information For Logical Inference In Pre-trained Language Models\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nProgress in pre-trained language models has led to a surge of impressive results on downstream tasks for natural language understanding. Recent work on probing pre-trained language models uncovered a wide range of linguistic properties encoded in their contextualized representations. However, it is unclear whether they encode semantic knowledge that is crucial to symbolic inference methods. We propose a methodology for probing linguistic information for logical inference in pre-trained language model representations. Our probing datasets cover a list of linguistic phenomena required by major symbolic inference systems. We find that (i) pre-trained language models do encode several types of linguistic information for inference, but there are also some types of information that are weakly encoded, (ii) language models can effectively learn missing linguistic information through fine-tuning. Overall, our findings provide insights into which aspects of linguistic information for logical inference do language models and their pre-training procedures capture. Moreover, we have demonstrated language models' potential as semantic and background knowledge bases for supporting symbolic inference methods.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.01753v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"46486\", \"55247\", \"90366\", \"120762\", \"127991\", \"132635\", \"138515\", \"139638\", \"153748\", \"160911\", \"162693\", \"168097\", \"168951\", \"180652\", \"186130\", \"216455\", \"233045\", \"234307\", \"234628\", \"234840\", \"268604\", \"288921\", \"307756\"]}","task_split":"paper_retrieval"} {"document_id":"5536","document_content":"# Structure-Aware Multi-Hop Graph Convolution for Graph Neural Networks\n## Categories\n- Computer Vision and Pattern Recognition\n- Machine Learning\n## Abstract\nIn this paper, we propose a spatial graph convolution (GC) to classify signals on a graph. Existing GC methods are limited to using the structural information in the feature space. Additionally, the single step of GCs only uses features on the one-hop neighboring nodes from the target node. In this paper, we propose two methods to improve the performance of GCs: 1) Utilizing structural information in the feature space, and 2) exploiting the multi-hop information in one GC step. In the first method, we define three structural features in the feature space: feature angle, feature distance, and relational embedding. The second method aggregates the node-wise features of multi-hop neighbors in a GC. Both methods can be simultaneously used. We also propose graph neural networks (GNNs) integrating the proposed GC for classifying nodes in 3D point clouds and citation networks. In experiments, the proposed GNNs exhibited a higher classification accuracy than existing methods.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.01714v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.LG\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"137812\", \"139204\", \"152466\", \"161144\", \"172026\", \"189436\", \"190189\", \"192310\", \"205863\", \"208245\", \"209673\", \"227067\", \"228849\", \"229324\", \"238852\", \"247126\", \"255737\", \"265828\", \"269273\", \"296091\", \"305550\", \"328054\", \"336185\", \"352782\"]}","task_split":"paper_retrieval"} {"document_id":"5568","document_content":"# The Influence of Data Pre-processing and Post-processing on Long Document Summarization\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nLong document summarization is an important and hard task in the field of natural language processing. A good performance of the long document summarization reveals the model has a decent understanding of the human language. Currently, most researches focus on how to modify the attention mechanism of the transformer to achieve a higher ROUGE score. The study of data pre-processing and post-processing are relatively few. In this paper, we use two pre-processing methods and a post-processing method and analyze the effect of these methods on various long document summarization models.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.01660v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"58194\", \"109314\", \"168185\", \"235463\"]}","task_split":"paper_retrieval"} {"document_id":"5596","document_content":"# Neurosymbolic Systems of Perception & Cognition: The Role of Attention\n## Categories\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nA cognitive architecture aimed at cumulative learning must provide the necessary information and control structures to allow agents to learn incrementally and autonomously from their experience. This involves managing an agent's goals as well as continuously relating sensory information to these in its perception-cognition information stack. The more varied the environment of a learning agent is, the more general and flexible must be these mechanisms to handle a wider variety of relevant patterns, tasks, and goal structures. While many researchers agree that information at different levels of abstraction likely differs in its makeup and structure and processing mechanisms, agreement on the particulars of such differences is not generally shared in the research community. A binary processing architecture (often referred to as System-1 and System-2) has been proposed as a model of cognitive processing for low- and high-level information, respectively. We posit that cognition is not binary in this way and that knowledge at any level of abstraction involves what we refer to as neurosymbolic information, meaning that data at both high and low levels must contain both symbolic and subsymbolic information. Further, we argue that the main differentiating factor between the processing of high and low levels of data abstraction can be largely attributed to the nature of the involved attention mechanisms. We describe the key arguments behind this view and review relevant evidence from the literature.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.01603v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"37352\", \"69973\", \"83792\", \"241392\", \"242322\", \"245441\", \"251911\", \"336091\"]}","task_split":"paper_retrieval"} {"document_id":"5669","document_content":"# Training Efficiency and Robustness in Deep Learning\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Computer Vision and Pattern Recognition\n## Abstract\nDeep Learning has revolutionized machine learning and artificial intelligence, achieving superhuman performance in several standard benchmarks. It is well-known that deep learning models are inefficient to train; they learn by processing millions of training data multiple times and require powerful computational resources to process large batches of data in parallel at the same time rather than sequentially. Deep learning models also have unexpected failure modes; they can be fooled into misbehaviour, producing unexpectedly incorrect predictions. In this thesis, we study approaches to improve the training efficiency and robustness of deep learning models. In the context of learning visual-semantic embeddings, we find that prioritizing learning on more informative training data increases convergence speed and improves generalization performance on test data. We formalize a simple trick called hard negative mining as a modification to the learning objective function with no computational overhead. Next, we seek improvements to optimization speed in general-purpose optimization methods in deep learning. We show that a redundancy-aware modification to the sampling of training data improves the training speed and develops an efficient method for detecting the diversity of training signal, namely, gradient clustering. Finally, we study adversarial robustness in deep learning and approaches to achieve maximal adversarial robustness without training with additional data. For linear models, we prove guaranteed maximal robustness achieved only by appropriate choice of the optimizer, regularization, or architecture.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.01423v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.CV\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"5674","document_content":"# FedRAD: Federated Robust Adaptive Distillation\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Cryptography and Security\n- Distributed, Parallel, and Cluster Computing\n## Abstract\nThe robustness of federated learning (FL) is vital for the distributed training of an accurate global model that is shared among large number of clients. The collaborative learning framework by typically aggregating model updates is vulnerable to model poisoning attacks from adversarial clients. Since the shared information between the global server and participants are only limited to model parameters, it is challenging to detect bad model updates. Moreover, real-world datasets are usually heterogeneous and not independent and identically distributed (Non-IID) among participants, which makes the design of such robust FL pipeline more difficult. In this work, we propose a novel robust aggregation method, Federated Robust Adaptive Distillation (FedRAD), to detect adversaries and robustly aggregate local models based on properties of the median statistic, and then performing an adapted version of ensemble Knowledge Distillation. We run extensive experiments to evaluate the proposed method against recently published works. The results show that FedRAD outperforms all other aggregators in the presence of adversaries, as well as in heterogeneous data distributions.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.01405v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.CR\", \"cs.DC\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Cryptography and Security\", \"Distributed, Parallel, and Cluster Computing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"100058\", \"102417\", \"119091\", \"167369\", \"184968\", \"185555\", \"206571\", \"229563\", \"240048\", \"282399\"]}","task_split":"paper_retrieval"} {"document_id":"5729","document_content":"# Computing Class Hierarchies from Classifiers\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nA class or taxonomic hierarchy is often manually constructed, and part of our knowledge about the world. In this paper, we propose a novel algorithm for automatically acquiring a class hierarchy from a classifier which is often a large neural network these days. The information that we need from a classifier is its confusion matrix which contains, for each pair of base classes, the number of errors the classifier makes by mistaking one for another. Our algorithm produces surprisingly good hierarchies for some well-known deep neural network models trained on the CIFAR-10 dataset, a neural network model for predicting the native language of a non-native English speaker, a neural network model for detecting the language of a written text, and a classifier for identifying music genre. In the literature, such class hierarchies have been used to provide interpretability to the neural networks. We also discuss some other potential uses of the acquired hierarchies.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.01187v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"133774\", \"209723\", \"249204\"]}","task_split":"paper_retrieval"} {"document_id":"5751","document_content":"# Bio-inspired Polarization Event Camera\n## Categories\n- Computer Vision and Pattern Recognition\n- Instrumentation and Detectors\n- Optics\n## Abstract\nThe stomatopod (mantis shrimp) visual system has recently provided a blueprint for the design of paradigm-shifting polarization and multispectral imaging sensors, enabling solutions to challenging medical and remote sensing problems. However, these bioinspired sensors lack the high dynamic range (HDR) and asynchronous polarization vision capabilities of the stomatopod visual system, limiting temporal resolution to \\~12 ms and dynamic range to \\~ 72 dB. Here we present a novel stomatopod-inspired polarization camera which mimics the sustained and transient biological visual pathways to save power and sample data beyond the maximum Nyquist frame rate. This bio-inspired sensor simultaneously captures both synchronous intensity frames and asynchronous polarization brightness change information with sub-millisecond latencies over a million-fold range of illumination. Our PDAVIS camera is comprised of 346x260 pixels, organized in 2-by-2 macropixels, which filter the incoming light with four linear polarization filters offset by 45 degrees. Polarization information is reconstructed using both low cost and latency event-based algorithms and more accurate but slower deep neural networks. Our sensor is used to image HDR polarization scenes which vary at high speeds and to observe dynamical properties of single collagen fibers in bovine tendon under rapid cyclical loads","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.01933v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"physics.ins-det\", \"physics.optics\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Instrumentation and Detectors\", \"Optics\"], \"incoming_citations\": [], \"outgoing_citations\": [\"118857\", \"180645\", \"211978\"]}","task_split":"paper_retrieval"} {"document_id":"5789","document_content":"# Syntax Customized Video Captioning by Imitating Exemplar Sentences\n## Categories\n- Computer Vision and Pattern Recognition\n- Computation and Language\n## Abstract\nEnhancing the diversity of sentences to describe video contents is an important problem arising in recent video captioning research. In this paper, we explore this problem from a novel perspective of customizing video captions by imitating exemplar sentence syntaxes. Specifically, given a video and any syntax-valid exemplar sentence, we introduce a new task of Syntax Customized Video Captioning (SCVC) aiming to generate one caption which not only semantically describes the video contents but also syntactically imitates the given exemplar sentence. To tackle the SCVC task, we propose a novel video captioning model, where a hierarchical sentence syntax encoder is firstly designed to extract the syntactic structure of the exemplar sentence, then a syntax conditioned caption decoder is devised to generate the syntactically structured caption expressing video semantics. As there is no available syntax customized groundtruth video captions, we tackle such a challenge by proposing a new training strategy, which leverages the traditional pairwise video captioning data and our collected exemplar sentences to accomplish the model learning. Extensive experiments, in terms of semantic, syntactic, fluency, and diversity evaluations, clearly demonstrate our model capability to generate syntax-varied and semantics-coherent video captions that well imitate different exemplar sentences with enriched diversities.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.01062v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.CL\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"89936\", \"127765\", \"139263\", \"162693\", \"170020\", \"193328\", \"206567\", \"208555\", \"229734\", \"231420\", \"231647\", \"237201\", \"243816\", \"250035\", \"259121\", \"267523\", \"271234\", \"279337\", \"313189\", \"313435\", \"316803\", \"320332\", \"321621\", \"332079\"]}","task_split":"paper_retrieval"} {"document_id":"6054","document_content":"# Multi-Agent Transfer Learning in Reinforcement Learning-Based Ride-Sharing Systems\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Multiagent Systems\n## Abstract\nReinforcement learning (RL) has been used in a range of simulated real-world tasks, e.g., sensor coordination, traffic light control, and on-demand mobility services. However, real world deployments are rare, as RL struggles with dynamic nature of real world environments, requiring time for learning a task and adapting to changes in the environment. Transfer Learning (TL) can help lower these adaptation times. In particular, there is a significant potential of applying TL in multi-agent RL systems, where multiple agents can share knowledge with each other, as well as with new agents that join the system. To obtain the most from inter-agent transfer, transfer roles (i.e., determining which agents act as sources and which as targets), as well as relevant transfer content parameters (e.g., transfer size) should be selected dynamically in each particular situation. As a first step towards fully dynamic transfers, in this paper we investigate the impact of TL transfer parameters with fixed source and target roles. Specifically, we label every agent-environment interaction with agent's epistemic confidence, and we filter the shared examples using varying threshold levels and sample sizes. We investigate impact of these parameters in two scenarios, a standard predator-prey RL benchmark and a simulation of a ride-sharing system with 200 vehicle agents and 10,000 ride-requests.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.00424v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.MA\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Multiagent Systems\"], \"incoming_citations\": [], \"outgoing_citations\": [\"46902\", \"157662\", \"189797\", \"195771\", \"212299\", \"222270\", \"256169\", \"259960\"]}","task_split":"paper_retrieval"} {"document_id":"6219","document_content":"# A Multi-purposed Unsupervised Framework for Comparing Embeddings of Undirected and Directed Graphs\n## Categories\n- Social and Information Networks\n- Machine Learning\n## Abstract\nGraph embedding is a transformation of nodes of a network into a set of vectors. A good embedding should capture the underlying graph topology and structure, node-to-node relationship, and other relevant information about the graph, its subgraphs, and nodes themselves. If these objectives are achieved, an embedding is a meaningful, understandable, and often compressed representation of a network. Unfortunately, selecting the best embedding is a challenging task and very often requires domain experts. In this paper, we extend the framework for evaluating graph embeddings that was recently introduced by the authors. Now, the framework assigns two scores, local and global, to each embedding that measure the quality of an evaluated embedding for tasks that require good representation of local and, respectively, global properties of the network. The best embedding, if needed, can be selected in an unsupervised way, or the framework can identify a few embeddings that are worth further investigation. The framework is flexible, scalable, and can deal with undirected\/directed, weighted\/unweighted graphs.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.00075v1\", \"primary_category\": \"cs.SI\", \"categories\": [\"cs.SI\", \"cs.LG\"], \"primary_category_human_readable\": \"Social and Information Networks\", \"categories_human_readable\": [\"Social and Information Networks\", \"Machine Learning\"], \"incoming_citations\": [\"3289\"], \"outgoing_citations\": [\"39225\", \"67557\", \"68940\", \"101231\", \"147192\", \"183737\", \"213446\", \"277109\", \"289672\", \"318433\"]}","task_split":"paper_retrieval"} {"document_id":"6253","document_content":"# Chemical Identification and Indexing in PubMed Articles via BERT and Text-to-Text Approaches\n## Categories\n- Computation and Language\n## Abstract\nThe Biocreative VII Track-2 challenge consists of named entity recognition, entity-linking (or entity-normalization), and topic indexing tasks -- with entities and topics limited to chemicals for this challenge. Named entity recognition is a well-established problem and we achieve our best performance with BERT-based BioMegatron models. We extend our BERT-based approach to the entity linking task. After the second stage of pretraining BioBERT with a metric-learning loss strategy called self-alignment pretraining (SAP), we link entities based on the cosine similarity between their SAP-BioBERT word embeddings. Despite the success of our named entity recognition experiments, we find the chemical indexing task generally more challenging. In addition to conventional NER methods, we attempt both named entity recognition and entity linking with a novel text-to-text or \"prompt\" based method that uses generative language models such as T5 and GPT. We achieve encouraging results with this new approach.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.15622v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"6309","document_content":"# KARL-Trans-NER: Knowledge Aware Representation Learning for Named Entity Recognition using Transformers\n## Categories\n- Computation and Language\n## Abstract\nThe inception of modeling contextual information using models such as BERT, ELMo, and Flair has significantly improved representation learning for words. It has also given SOTA results in almost every NLP task - Machine Translation, Text Summarization and Named Entity Recognition, to name a few. In this work, in addition to using these dominant context-aware representations, we propose a Knowledge Aware Representation Learning (KARL) Network for Named Entity Recognition (NER). We discuss the challenges of using existing methods in incorporating world knowledge for NER and show how our proposed methods could be leveraged to overcome those challenges. KARL is based on a Transformer Encoder that utilizes large knowledge bases represented as fact triplets, converts them to a graph context, and extracts essential entity information residing inside to generate contextualized triplet representation for feature augmentation. Experimental results show that the augmentation done using KARL can considerably boost the performance of our NER system and achieve significantly better results than existing approaches in the literature on three publicly available NER datasets, namely CoNLL 2003, CoNLL++, and OntoNotes v5. We also observe better generalization and application to a real-world setting from KARL on unseen entities.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.15436v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"50900\", \"90408\", \"95236\", \"97100\", \"121505\", \"125061\", \"133626\", \"157092\", \"157587\", \"157726\", \"157803\", \"157837\", \"168832\", \"203452\", \"212253\", \"212472\", \"232494\", \"232980\", \"235594\", \"239884\", \"261049\", \"288979\", \"297147\", \"297150\", \"302500\", \"311970\", \"312608\"]}","task_split":"paper_retrieval"} {"document_id":"6617","document_content":"# FedHM: Efficient Federated Learning for Heterogeneous Models via Low-rank Factorization\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Distributed, Parallel, and Cluster Computing\n## Abstract\nOne underlying assumption of recent federated learning (FL) paradigms is that all local models usually share the same network architecture and size, which becomes impractical for devices with different hardware resources. A scalable federated learning framework should address the heterogeneity that clients have different computing capacities and communication capabilities. To this end, this paper proposes FedHM, a novel heterogeneous federated model compression framework, distributing the heterogeneous low-rank models to clients and then aggregating them into a full-rank model. Our solution enables the training of heterogeneous models with varying computational complexities and aggregates them into a single global model. Furthermore, FedHM significantly reduces the communication cost by using low-rank models. Extensive experimental results demonstrate that FedHM is superior in the performance and robustness of models of different sizes, compared with state-of-the-art heterogeneous FL methods under various FL settings. Additionally, the convergence guarantee of FL for heterogeneous devices is first theoretically analyzed.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.14655v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.DC\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Distributed, Parallel, and Cluster Computing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"10866\", \"29804\", \"35424\", \"36515\", \"51993\", \"53607\", \"59584\", \"60944\", \"63956\", \"64892\", \"94744\", \"96045\", \"96999\", \"106348\", \"109147\", \"111927\", \"112023\", \"119091\", \"139315\", \"142093\", \"142405\", \"148382\", \"161758\", \"162752\", \"166970\", \"170131\", \"195428\", \"205171\", \"224282\", \"240876\", \"320045\"]}","task_split":"paper_retrieval"} {"document_id":"6683","document_content":"# What Drives Readership? An Online Study on User Interface Types and Popularity Bias Mitigation in News Article Recommendations\n## Categories\n- Information Retrieval\n## Abstract\nPersonalized news recommender systems support readers in finding the right and relevant articles in online news platforms. In this paper, we discuss the introduction of personalized, content-based news recommendations on DiePresse, a popular Austrian online news platform, focusing on two specific aspects: (i) user interface type, and (ii) popularity bias mitigation. Therefore, we conducted a two-weeks online study that started in October 2020, in which we analyzed the impact of recommendations on two user groups, i.e., anonymous and subscribed users, and three user interface types, i.e., on a desktop, mobile and tablet device. With respect to user interface types, we find that the probability of a recommendation to be seen is the highest for desktop devices, while the probability of interacting with recommendations is the highest for mobile devices. With respect to popularity bias mitigation, we find that personalized, content-based news recommendations can lead to a more balanced distribution of news articles' readership popularity in the case of anonymous users. Apart from that, we find that significant events (e.g., the COVID-19 lockdown announcement in Austria and the Vienna terror attack) influence the general consumption behavior of popular articles for both, anonymous and subscribed users.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.14467v2\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.IR\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Information Retrieval\"], \"incoming_citations\": [], \"outgoing_citations\": [\"67252\", \"151879\", \"222706\", \"318310\", \"327702\"]}","task_split":"paper_retrieval"} {"document_id":"7093","document_content":"# Learning Long-Term Reward Redistribution via Randomized Return Decomposition\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nMany practical applications of reinforcement learning require agents to learn from sparse and delayed rewards. It challenges the ability of agents to attribute their actions to future outcomes. In this paper, we consider the problem formulation of episodic reinforcement learning with trajectory feedback. It refers to an extreme delay of reward signals, in which the agent can only obtain one reward signal at the end of each trajectory. A popular paradigm for this problem setting is learning with a designed auxiliary dense reward function, namely proxy reward, instead of sparse environmental signals. Based on this framework, this paper proposes a novel reward redistribution algorithm, randomized return decomposition (RRD), to learn a proxy reward function for episodic reinforcement learning. We establish a surrogate problem by Monte-Carlo sampling that scales up least-squares-based reward redistribution to long-horizon problems. We analyze our surrogate loss function by connection with existing methods in the literature, which illustrates the algorithmic properties of our approach. In experiments, we extensively evaluate our proposed method on a variety of benchmark tasks with episodic rewards and demonstrate substantial improvement over baseline algorithms.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.13485v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [\"17457\"], \"outgoing_citations\": [\"12253\", \"29189\", \"40273\", \"43409\", \"46380\", \"67140\", \"83222\", \"90812\", \"91719\", \"96184\", \"97832\", \"106122\", \"108091\", \"121892\", \"140438\", \"142380\", \"151618\", \"152614\", \"164517\", \"175157\", \"176493\", \"183337\", \"186457\", \"198481\", \"205913\", \"206160\", \"207506\", \"213629\", \"227313\", \"230498\", \"230669\", \"235228\", \"237193\", \"238493\", \"248911\", \"251924\", \"254725\", \"261983\", \"263576\", \"263957\", \"289913\", \"290679\", \"293922\", \"354620\"]}","task_split":"paper_retrieval"} {"document_id":"7132","document_content":"# Non-IID data and Continual Learning processes in Federated Learning: A long road ahead\n## Categories\n- Machine Learning\n## Abstract\nFederated Learning is a novel framework that allows multiple devices or institutions to train a machine learning model collaboratively while preserving their data private. This decentralized approach is prone to suffer the consequences of data statistical heterogeneity, both across the different entities and over time, which may lead to a lack of convergence. To avoid such issues, different methods have been proposed in the past few years. However, data may be heterogeneous in lots of different ways, and current proposals do not always determine the kind of heterogeneity they are considering. In this work, we formally classify data statistical heterogeneity and review the most remarkable learning strategies that are able to face it. At the same time, we introduce approaches from other machine learning frameworks, such as Continual Learning, that also deal with data heterogeneity and could be easily adapted to the Federated Learning settings.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.13394v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"24804\", \"46867\", \"50431\", \"71707\", \"118376\", \"129194\", \"138175\", \"138557\", \"140332\", \"141462\", \"143220\", \"145846\", \"148671\", \"157855\", \"158597\", \"159224\", \"162752\", \"164869\", \"175096\", \"177601\", \"178420\", \"196107\", \"200704\", \"201776\", \"206720\", \"206770\", \"207239\", \"207623\", \"219188\", \"221692\", \"231347\", \"231847\", \"235592\", \"241392\", \"244665\", \"245957\", \"249428\", \"250354\", \"259175\", \"260314\", \"263051\", \"264709\", \"273777\", \"279725\", \"289331\", \"292142\", \"293876\", \"303516\", \"304441\", \"307558\", \"317764\", \"336181\", \"356201\", \"357986\"]}","task_split":"paper_retrieval"} {"document_id":"7166","document_content":"# Data Fusion Challenges Privacy: What Can Privacy Regulation Do?\n## Categories\n- Computers and Society\n- Artificial Intelligence\n- Cryptography and Security\n## Abstract\nThis paper focuses on some shortcomings in current privacy and data protection regulations' ability to adequately address the ramifications of AI-driven data processing practices, in particular where data sets are combined and processed by AI systems. We raise attention to two regulatory anomalies related to two fundamental assumptions underlying traditional privacy and data protection approaches: (1) Only Personally Identifiable Information (PII) and Personal Data (PD) require privacy protection: Privacy and data protection regulations are only triggered with respect to PII\/PD, but not anonymous data. This is not only problematic because determining whether data falls in the former or latter category is no longer straightforward, but also because privacy risks associated with data processing may exist whether or not an individual can be identified. (2) Given sufficient information provided in a transparent and understandable manner, individuals are able to adequately assess the privacy implications of their actions and protect their privacy interests: However, relying on human privacy expectations fails to address important privacy threats, because those expectations are at odds with the actual privacy implications of data processing practices, as most people lack the necessary technical literacy to understand the sophisticated technologies at play, and to correctly assess their privacy implications. To tackle these anomalies we recommend regulatory reform in two directions: (1) Abolishing the distinction between personal and anonymized data for the purposes of triggering the application of privacy and data protection regulations and (2) developing methods to prioritize regulatory intervention based on the level of privacy risk posed by individual data processing actions.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.13304v4\", \"primary_category\": \"cs.CY\", \"categories\": [\"cs.AI\", \"cs.CR\", \"cs.CY\"], \"primary_category_human_readable\": \"Computers and Society\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Cryptography and Security\", \"Computers and Society\"], \"incoming_citations\": [], \"outgoing_citations\": [\"123495\"]}","task_split":"paper_retrieval"} {"document_id":"7226","document_content":"# Homogeneous Low-Resolution Face Recognition Method based Correlation Features\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nFace recognition technology has been widely adopted in many mission-critical scenarios like means of human identification, controlled admission, and mobile device access, etc. Security surveillance is a typical scenario of face recognition technology. Because the low-resolution feature of surveillance video and images makes it difficult for high-resolution face recognition algorithms to extract effective feature information, Algorithms applied to high-resolution face recognition are difficult to migrate directly to low-resolution situations. As face recognition in security surveillance becomes more important in the era of dense urbanization, it is essential to develop algorithms that are able to provide satisfactory performance in processing the video frames generated by low-resolution surveillance cameras. This paper study on the Correlation Features-based Face Recognition (CoFFaR) method which using for homogeneous low-resolution surveillance videos, the theory, experimental details, and experimental results are elaborated in detail. The experimental results validate the effectiveness of the correlation features method that improves the accuracy of homogeneous face recognition in surveillance security scenarios.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.13175v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"209118\", \"230097\", \"234204\"]}","task_split":"paper_retrieval"} {"document_id":"7249","document_content":"# Robot Skill Adaptation via Soft Actor-Critic Gaussian Mixture Models\n## Categories\n- Robotics\n- Machine Learning\n- Computer Vision and Pattern Recognition\n## Abstract\nA core challenge for an autonomous agent acting in the real world is to adapt its repertoire of skills to cope with its noisy perception and dynamics. To scale learning of skills to long-horizon tasks, robots should be able to learn and later refine their skills in a structured manner through trajectories rather than making instantaneous decisions individually at each time step. To this end, we propose the Soft Actor-Critic Gaussian Mixture Model (SAC-GMM), a novel hybrid approach that learns robot skills through a dynamical system and adapts the learned skills in their own trajectory distribution space through interactions with the environment. Our approach combines classical robotics techniques of learning from demonstration with the deep reinforcement learning framework and exploits their complementary nature. We show that our method utilizes sensors solely available during the execution of preliminarily learned skills to extract relevant features that lead to faster skill refinement. Extensive evaluations in both simulation and real-world environments demonstrate the effectiveness of our method in refining robot skills by leveraging physical interactions, high-dimensional sensory data, and sparse task completion rewards. Videos, code, and pre-trained models are available at http:\/\/sac-gmm.cs.uni-freiburg.de.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.13129v2\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.LG\", \"cs.RO\", \"cs.CV\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Machine Learning\", \"Robotics\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"38123\", \"43763\", \"51982\", \"80332\", \"82654\", \"91461\", \"108319\", \"118561\", \"122189\", \"122744\", \"157471\", \"160619\", \"161213\", \"174114\", \"180884\", \"184637\", \"190237\", \"193562\", \"195687\", \"205497\", \"254184\", \"255939\", \"268248\", \"290679\", \"292009\", \"295435\"]}","task_split":"paper_retrieval"} {"document_id":"7296","document_content":"# Meaningful human control: actionable properties for AI system development\n## Categories\n- Computers and Society\n- Artificial Intelligence\n## Abstract\nHow can humans remain in control of artificial intelligence (AI)-based systems designed to perform tasks autonomously? Such systems are increasingly ubiquitous, creating benefits - but also undesirable situations where moral responsibility for their actions cannot be properly attributed to any particular person or group. The concept of meaningful human control has been proposed to address responsibility gaps and mitigate them by establishing conditions that enable a proper attribution of responsibility for humans; however, clear requirements for researchers, designers, and engineers are yet inexistent, making the development of AI-based systems that remain under meaningful human control challenging. In this paper, we address the gap between philosophical theory and engineering practice by identifying, through an iterative process of abductive thinking, four actionable properties for AI-based systems under meaningful human control, which we discuss making use of two applications scenarios: automated vehicles and AI-based hiring. First, a system in which humans and AI algorithms interact should have an explicitly defined domain of morally loaded situations within which the system ought to operate. Second, humans and AI agents within the system should have appropriate and mutually compatible representations. Third, responsibility attributed to a human should be commensurate with that human's ability and authority to control the system. Fourth, there should be explicit links between the actions of the AI agents and actions of humans who are aware of their moral responsibility. We argue that these four properties will support practically-minded professionals to take concrete steps toward designing and engineering for AI systems that facilitate meaningful human control.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1007\/s43681-022-00167-3\", \"primary_category\": \"cs.CY\", \"categories\": [\"cs.CY\", \"cs.AI\"], \"primary_category_human_readable\": \"Computers and Society\", \"categories_human_readable\": [\"Computers and Society\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"131526\", \"142217\", \"147483\", \"179224\", \"188350\", \"209432\", \"247344\", \"290744\"]}","task_split":"paper_retrieval"} {"document_id":"7319","document_content":"# Observing Interventions: A logic for thinking about experiments\n## Categories\n- Artificial Intelligence\n- Logic in Computer Science\n## Abstract\nThis paper makes a first step towards a logic of learning from experiments. For this, we investigate formal frameworks for modeling the interaction of causal and (qualitative) epistemic reasoning. Crucial for our approach is the idea that the notion of an intervention can be used as a formal expression of a (real or hypothetical) experiment. In a first step we extend the well-known causal models with a simple Hintikka-style representation of the epistemic state of an agent. In the resulting setting, one can talk not only about the knowledge of an agent about the values of variables and how interventions affect them, but also about knowledge update. The resulting logic can model reasoning about thought experiments. However, it is unable to account for learning from experiments, which is clearly brought out by the fact that it validates the no learning principle for interventions. Therefore, in a second step, we implement a more complex notion of knowledge that allows an agent to observe (measure) certain variables when an experiment is carried out. This extended system does allow for learning from experiments. For all the proposed logical systems, we provide a sound and complete axiomatization.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.12978v2\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.LO\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Logic in Computer Science\"], \"incoming_citations\": [], \"outgoing_citations\": [\"90226\", \"147944\", \"177610\", \"204104\", \"284928\", \"326077\"]}","task_split":"paper_retrieval"} {"document_id":"7370","document_content":"# Real-world challenges for multi-agent reinforcement learning in grid-interactive buildings\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Systems and Control\n- Systems and Control\n## Abstract\nBuilding upon prior research that highlighted the need for standardizing environments for building control research, and inspired by recently introduced challenges for real life reinforcement learning control, here we propose a non-exhaustive set of nine real world challenges for reinforcement learning control in grid-interactive buildings. We argue that research in this area should be expressed in this framework in addition to providing a standardized environment for repeatability. Advanced controllers such as model predictive control and reinforcement learning (RL) control have both advantages and disadvantages that prevent them from being implemented in real world problems. Comparisons between the two are rare, and often biased. By focusing on the challenges, we can investigate the performance of the controllers under a variety of situations and generate a fair comparison. As a demonstration, we implement the offline learning challenge in CityLearn and study the impact of different levels of domain knowledge and complexity of RL algorithms. We show that the sequence of operations utilized in a rule based controller (RBC) used for offline training affects the performance of the RL agents when evaluated on a set of four energy flexibility metrics. Longer offline learning from an optimized RBC leads to improved performance in the long run. RL agents that learn from a simplified RBC risk poorer performance as the offline learning period increases. We also observe no impact on performance from information sharing amongst agents. We call for a more interdisciplinary effort of the research community to address the real world challenges, and unlock the potential of grid-interactive building","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1016\/j.egyai.2022.100202\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.SY\", \"eess.SY\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Systems and Control\", \"Systems and Control\"], \"incoming_citations\": [], \"outgoing_citations\": [\"72267\", \"79572\", \"87681\", \"99188\", \"188486\", \"241037\", \"291103\", \"343094\"]}","task_split":"paper_retrieval"} {"document_id":"7413","document_content":"# ReAct: Out-of-distribution Detection With Rectified Activations\n## Categories\n- Machine Learning\n## Abstract\nOut-of-distribution (OOD) detection has received much attention lately due to its practical importance in enhancing the safe deployment of neural networks. One of the primary challenges is that models often produce highly confident predictions on OOD data, which undermines the driving principle in OOD detection that the model should only be confident about in-distribution samples. In this work, we propose ReAct--a simple and effective technique for reducing model overconfidence on OOD data. Our method is motivated by novel analysis on internal activations of neural networks, which displays highly distinctive signature patterns for OOD distributions. Our method can generalize effectively to different network architectures and different OOD detection scores. We empirically demonstrate that ReAct achieves competitive detection performance on a comprehensive suite of benchmark datasets, and give theoretical explication for our method's efficacy. On the ImageNet benchmark, ReAct reduces the false positive rate (FPR95) by 25.05% compared to the previous best method.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.12797v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [\"4032\", \"5924\", \"8654\", \"13459\", \"14585\", \"19767\", \"20364\"], \"outgoing_citations\": [\"14585\", \"19767\", \"20364\", \"36411\", \"51639\", \"80696\", \"91496\", \"95818\", \"115896\", \"117565\", \"118495\", \"138272\", \"140045\", \"164362\", \"165029\", \"182065\", \"182179\", \"193267\", \"194052\", \"202268\", \"206037\", \"225094\", \"228878\", \"238521\", \"242547\", \"260655\", \"264232\", \"283125\", \"290238\", \"291677\", \"297625\", \"302634\", \"302985\", \"311413\", \"313914\", \"320829\", \"335083\", \"337853\"]}","task_split":"paper_retrieval"} {"document_id":"7479","document_content":"# GreedyNASv2: Greedier Search with a Greedy Path Filter\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nTraining a good supernet in one-shot NAS methods is difficult since the search space is usually considerably huge (e.g., $13^{21}$). In order to enhance the supernet's evaluation ability, one greedy strategy is to sample good paths, and let the supernet lean towards the good ones and ease its evaluation burden as a result. However, in practice the search can be still quite inefficient since the identification of good paths is not accurate enough and sampled paths still scatter around the whole search space. In this paper, we leverage an explicit path filter to capture the characteristics of paths and directly filter those weak ones, so that the search can be thus implemented on the shrunk space more greedily and efficiently. Concretely, based on the fact that good paths are much less than the weak ones in the space, we argue that the label of \"weak paths\" will be more confident and reliable than that of \"good paths\" in multi-path sampling. In this way, we thus cast the training of path filter in the positive and unlabeled (PU) learning paradigm, and also encourage a \\textit{path embedding} as better path\/operation representation to enhance the identification capacity of the learned filter. By dint of this embedding, we can further shrink the search space by aggregating similar operations with similar embeddings, and the search can be more efficient and accurate. Extensive experiments validate the effectiveness of the proposed method GreedyNASv2. For example, our obtained GreedyNASv2-L achieves $81.1\\%$ Top-1 accuracy on ImageNet dataset, significantly outperforming the ResNet-50 strong baselines.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.12609v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"39480\", \"92871\"], \"outgoing_citations\": [\"19663\", \"42775\", \"48015\", \"61495\", \"70339\", \"73114\", \"85497\", \"94708\", \"128458\", \"134141\", \"134839\", \"135041\", \"135572\", \"174955\", \"177741\", \"180342\", \"182913\", \"192998\", \"193623\", \"195000\", \"272618\", \"281175\"]}","task_split":"paper_retrieval"} {"document_id":"7551","document_content":"# The Evolving Path of \"the Right to Be Left Alone\" - When Privacy Meets Technology\n## Categories\n- Cryptography and Security\n- Computers and Society\n## Abstract\nThis paper deals with the hot, evergreen topic of the relationship between privacy and technology. We give extensive motivation for why the privacy debate is still alive for private citizens and institutions, and we investigate the privacy concept. This paper proposes a novel vision of the privacy ecosystem, introducing privacy dimensions, the related users' expectations, the privacy violations, and the changing factors. We provide a critical assessment of the Privacy by Design paradigm, strategies, tactics, patterns, and Privacy-Enhancing Technologies, highlighting the current open issues. We believe that promising approaches to tackle the privacy challenges move in two directions: (i) identification of effective privacy metrics; and (ii) adoption of formal tools to design privacy-compliant applications.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.12434v1\", \"primary_category\": \"cs.CR\", \"categories\": [\"cs.CR\", \"cs.CY\"], \"primary_category_human_readable\": \"Cryptography and Security\", \"categories_human_readable\": [\"Cryptography and Security\", \"Computers and Society\"], \"incoming_citations\": [], \"outgoing_citations\": [\"87178\", \"319126\", \"324845\", \"338290\"]}","task_split":"paper_retrieval"} {"document_id":"7620","document_content":"# Utilizing Resource-Rich Language Datasets for End-to-End Scene Text Recognition in Resource-Poor Languages\n## Categories\n- Computer Vision and Pattern Recognition\n- Machine Learning\n## Abstract\nThis paper presents a novel training method for end-to-end scene text recognition. End-to-end scene text recognition offers high recognition accuracy, especially when using the encoder-decoder model based on Transformer. To train a highly accurate end-to-end model, we need to prepare a large image-to-text paired dataset for the target language. However, it is difficult to collect this data, especially for resource-poor languages. To overcome this difficulty, our proposed method utilizes well-prepared large datasets in resource-rich languages such as English, to train the resource-poor encoder-decoder model. Our key idea is to build a model in which the encoder reflects knowledge of multiple languages while the decoder specializes in knowledge of just the resource-poor language. To this end, the proposed method pre-trains the encoder by using a multilingual dataset that combines the resource-poor language's dataset and the resource-rich language's dataset to learn language-invariant knowledge for scene text recognition. The proposed method also pre-trains the decoder by using the resource-poor language's dataset to make the decoder better suited to the resource-poor language. Experiments on Japanese scene text recognition using a small, publicly available dataset demonstrate the effectiveness of the proposed method.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1145\/3469877.3490571\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.LG\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"134664\", \"135263\", \"146003\", \"152219\", \"162242\", \"163092\", \"178095\", \"183268\", \"192389\", \"192483\", \"202124\", \"210634\", \"220129\", \"225336\", \"268829\", \"294023\", \"296685\", \"296828\", \"309239\", \"328595\"]}","task_split":"paper_retrieval"} {"document_id":"7737","document_content":"# A Review of Web Infodemic Analysis and Detection Trends across Multi-modalities using Deep Neural Networks\n## Categories\n- Computation and Language\n## Abstract\nFake news and misinformation are a matter of concern for people around the globe. Users of the internet and social media sites encounter content with false information much frequently. Fake news detection is one of the most analyzed and prominent areas of research. These detection techniques apply popular machine learning and deep learning algorithms. Previous work in this domain covers fake news detection vastly among text circulating online. Platforms that have extensively been observed and analyzed include news websites and Twitter. Facebook, Reddit, WhatsApp, YouTube, and other social applications are gradually gaining attention in this emerging field. Researchers are analyzing online data based on multiple modalities composed of text, image, video, speech, and other contributing factors. The combination of various modalities has resulted in efficient fake news detection. At present, there is an abundance of surveys consolidating textual fake news detection algorithms. This review primarily deals with multi-modal fake news detection techniques that include images, videos, and their combinations with text. We provide a comprehensive literature survey of eighty articles presenting state-of-the-art detection techniques, thereby identifying research gaps and building a pathway for researchers to further advance this domain.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2112.00803v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"113687\", \"119855\", \"126830\", \"135336\", \"137403\", \"141447\", \"148895\", \"157154\", \"169458\", \"172047\", \"180878\", \"188099\", \"194943\", \"196780\", \"202576\", \"205223\", \"211841\", \"212878\", \"220660\", \"220822\", \"226387\", \"229508\", \"232516\", \"237252\", \"247623\", \"249053\", \"261957\", \"265282\", \"280322\", \"303593\", \"315200\", \"325438\"]}","task_split":"paper_retrieval"} {"document_id":"7740","document_content":"# Object Recognition by a Minimally Pre-Trained System in the Process of Environment Exploration\n## Categories\n- Artificial Intelligence\n- 68T05, 68T27, 68T40, 68T10\n## Abstract\nWe update the method of describing and assessing the process of the study of an abstract environment by a system, proposed earlier. We do not model any biological cognition mechanisms and consider the system as an agent equipped with an information processor (or a group of such agents), which makes a move in the environment, consumes information supplied by the environment, and gives out the next move (hence, the process is considered as a game). The system moves in an unknown environment and should recognize new objects located in it. In this case, the system should build comprehensive images of visible things and memorize them if necessary (and it should also choose the current goal set). The main problems here are object recognition, and the informational reward rating in the game. Thus, the main novelty of the paper is a new method of evaluating the amount of visual information about the object as the reward. In such a system, we suggest using a minimally pre-trained neural network to be responsible for the recognition: at first, we train the network only for Biederman geons (geometrical primitives). The geons are generated programmatically and we demonstrate that such a trained network recognizes geons in real objects quite well. We also offer to generate, procedurally, new objects from geon schemes (geon combinations in images) obtained from the environment and to store them in a database. In this case, we do not obtain new information about an object (i.e., our reward is maximal, thus the game and the object cognition process stop) when we stop getting new schemes of this kind. These schemes are generated from geons connected with the object. In the case of a possibly known item, the informational reward is maximal when we have no more detection uncertainty for any of the objects.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.11965v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"68T05, 68T27, 68T40, 68T10\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"68T05, 68T27, 68T40, 68T10\"], \"incoming_citations\": [], \"outgoing_citations\": [\"204661\", \"211312\", \"251649\", \"337468\", \"337478\", \"361344\"]}","task_split":"paper_retrieval"} {"document_id":"7769","document_content":"# Variational Learning for Unsupervised Knowledge Grounded Dialogs\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nRecent methods for knowledge grounded dialogs generate responses by incorporating information from an external textual document. These methods do not require the exact document to be known during training and rely on the use of a retrieval system to fetch relevant documents from a large index. The documents used to generate the responses are modeled as latent variables whose prior probabilities need to be estimated. Models such as RAG and REALM, marginalize the document probabilities over the documents retrieved from the index to define the log likelihood loss function which is optimized end-to-end. In this paper, we develop a variational approach to the above technique wherein, we instead maximize the Evidence Lower bound (ELBO). Using a collection of three publicly available open-conversation datasets, we demonstrate how the posterior distribution, that has information from the ground-truth response, allows for a better approximation of the objective function during training. To overcome the challenges associated with sampling over a large knowledge collection, we develop an efficient approach to approximate the ELBO. To the best of our knowledge we are the first to apply variational training for open-scale unsupervised knowledge grounded dialog systems.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.24963\/ijcai.2022\/597\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"16245\", \"103430\", \"120816\", \"123394\", \"123404\", \"127214\", \"127772\", \"131921\", \"141639\", \"143089\", \"199077\", \"213052\", \"216019\", \"220724\", \"251580\", \"266850\", \"272822\", \"280882\", \"281269\", \"281358\", \"302948\", \"309886\"]}","task_split":"paper_retrieval"} {"document_id":"7914","document_content":"# Learnable Structural Semantic Readout for Graph Classification\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nWith the great success of deep learning in various domains, graph neural networks (GNNs) also become a dominant approach to graph classification. By the help of a global readout operation that simply aggregates all node (or node-cluster) representations, existing GNN classifiers obtain a graph-level representation of an input graph and predict its class label using the representation. However, such global aggregation does not consider the structural information of each node, which results in information loss on the global structure. Particularly, it limits the discrimination power by enforcing the same weight parameters of the classifier for all the node representations; in practice, each of them contributes to target classes differently depending on its structural semantic. In this work, we propose structural semantic readout (SSRead) to summarize the node representations at the position-level, which allows to model the position-specific weight parameters for classification as well as to effectively capture the graph semantic relevant to the global structure. Given an input graph, SSRead aims to identify structurally-meaningful positions by using the semantic alignment between its nodes and structural prototypes, which encode the prototypical features of each position. The structural prototypes are optimized to minimize the alignment cost for all training graphs, while the other GNN parameters are trained to predict the class labels. Our experimental results demonstrate that SSRead significantly improves the classification performance and interpretability of GNN classifiers while being compatible with a variety of aggregation functions, GNN architectures, and learning frameworks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.11523v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"92075\", \"110697\", \"111508\", \"117754\", \"118201\", \"142571\", \"150166\", \"173673\", \"178263\", \"181255\", \"184135\", \"188398\", \"190159\", \"216376\", \"227067\", \"302934\", \"303167\"]}","task_split":"paper_retrieval"} {"document_id":"8303","document_content":"# Identity-Preserving Pose-Robust Face Hallucination Through Face Subspace Prior\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nOver the past few decades, numerous attempts have been made to address the problem of recovering a high-resolution (HR) facial image from its corresponding low-resolution (LR) counterpart, a task commonly referred to as face hallucination. Despite the impressive performance achieved by position-patch and deep learning-based methods, most of these techniques are still unable to recover identity-specific features of faces. The former group of algorithms often produces blurry and oversmoothed outputs particularly in the presence of higher levels of degradation, whereas the latter generates faces which sometimes by no means resemble the individuals in the input images. In this paper, a novel face super-resolution approach will be introduced, in which the hallucinated face is forced to lie in a subspace spanned by the available training faces. Therefore, in contrast to the majority of existing face hallucination techniques and thanks to this face subspace prior, the reconstruction is performed in favor of recovering person-specific facial features, rather than merely increasing image quantitative scores. Furthermore, inspired by recent advances in the area of 3D face reconstruction, an efficient 3D dictionary alignment scheme is also presented, through which the algorithm becomes capable of dealing with low-resolution faces taken in uncontrolled conditions. In extensive experiments carried out on several well-known face datasets, the proposed algorithm shows remarkable performance by generating detailed and close to ground truth results which outperform the state-of-the-art face hallucination algorithms by significant margins both in quantitative and qualitative evaluations.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.10634v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"28002\", \"33893\", \"60633\", \"83295\", \"125816\", \"134370\", \"137881\", \"205408\", \"219346\", \"219505\", \"222871\", \"223755\", \"238254\", \"239727\", \"260981\", \"296120\", \"301276\", \"317711\"]}","task_split":"paper_retrieval"} {"document_id":"8335","document_content":"# Generating meta-learning tasks to evolve parametric loss for classification learning\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nThe field of meta-learning has seen a dramatic rise in interest in recent years. In existing meta-learning approaches, learning tasks for training meta-models are usually collected from public datasets, which brings the difficulty of obtaining a sufficient number of meta-learning tasks with a large amount of training data. In this paper, we propose a meta-learning approach based on randomly generated meta-learning tasks to obtain a parametric loss for classification learning based on big data. The loss is represented by a deep neural network, called meta-loss network (MLN). To train the MLN, we construct a large number of classification learning tasks through randomly generating training data, validation data, and corresponding ground-truth linear classifier. Our approach has two advantages. First, sufficient meta-learning tasks with large number of training data can be obtained easily. Second, the ground-truth classifier is given, so that the difference between the learned classifier and the ground-truth model can be measured to reflect the performance of MLN more precisely than validation accuracy. Based on this difference, we apply the evolutionary strategy algorithm to find out the optimal MLN. The resultant MLN not only leads to satisfactory learning effects on generated linear classifier learning tasks for testing, but also behaves very well on generated nonlinear classifier learning tasks and various public classification tasks. Our MLN stably surpass cross-entropy (CE) and mean square error (MSE) in testing accuracy and generalization ability. These results illustrate the possibility of achieving satisfactory meta-learning effects using generated learning tasks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.10583v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"134915\", \"138141\", \"181039\", \"184166\", \"212579\", \"242281\", \"244112\", \"244888\", \"290426\"]}","task_split":"paper_retrieval"} {"document_id":"8420","document_content":"# Fast Discovery of Nested Dependencies on JSON Data\n## Categories\n- Databases\n- H.3.4\n## Abstract\nFunctional and inclusion dependencies are the most widely used classes of data dependencies in data profiling due to their ability to identify relationships in data such as primary and foreign keys. These relationships are equally important when dealing with nested data formats such as JSON. However, the definition of functional and inclusion dependencies makes use of a flat, unnested relational model which misses many useful types of dependencies on data which involve nested data models. In this work, we identify types of dependencies which are not captured by traditional functional and inclusion dependencies but which nevertheless capture meaningful relationships among nested data. We also demonstrate how algorithms for mining these traditional dependencies can be adapted to also mine nested dependencies. The first strategy simply flattens the input data and feeds into unmodified existing algorithms. We present a second strategy which instead adapts the algorithm to efficiently process JSON data as input which in some cases leads to a reduction in runtime by multiple orders of magnitude on real-world datasets. We further show how these algorithms can be adapted to produce useful results in the presence of a percentage of incomplete or invalid data.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.10398v1\", \"primary_category\": \"cs.DB\", \"categories\": [\"H.3.4\", \"cs.DB\"], \"primary_category_human_readable\": \"Databases\", \"categories_human_readable\": [\"H.3.4\", \"Databases\"], \"incoming_citations\": [], \"outgoing_citations\": [\"296169\", \"298945\"]}","task_split":"paper_retrieval"} {"document_id":"8484","document_content":"# Xp-GAN: Unsupervised Multi-object Controllable Video Generation\n## Categories\n- Computer Vision and Pattern Recognition\n- Machine Learning\n- Image and Video Processing\n## Abstract\nVideo Generation is a relatively new and yet popular subject in machine learning due to its vast variety of potential applications and its numerous challenges. Current methods in Video Generation provide the user with little or no control over the exact specification of how the objects in the generate video are to be moved and located at each frame, that is, the user can't explicitly control how each object in the video should move. In this paper we propose a novel method that allows the user to move any number of objects of a single initial frame just by drawing bounding boxes over those objects and then moving those boxes in the desired path. Our model utilizes two Autoencoders to fully decompose the motion and content information in a video and achieves results comparable to well-known baseline and state of the art methods.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.10233v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.LG\", \"eess.IV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Machine Learning\", \"Image and Video Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"72808\", \"123086\", \"150504\", \"151695\", \"162798\", \"170211\", \"176017\", \"195578\", \"196733\", \"220636\", \"221244\", \"254361\", \"258148\", \"261089\", \"279997\", \"285093\"]}","task_split":"paper_retrieval"} {"document_id":"8515","document_content":"# Positional Encoder Graph Neural Networks for Geographic Data\n## Categories\n- Machine Learning\n- Computer Vision and Pattern Recognition\n## Abstract\nGraph neural networks (GNNs) provide a powerful and scalable solution for modeling continuous spatial data. However, they often rely on Euclidean distances to construct the input graphs. This assumption can be improbable in many real-world settings, where the spatial structure is more complex and explicitly non-Euclidean (e.g., road networks). Here, we propose PE-GNN, a new framework that incorporates spatial context and correlation explicitly into the models. Building on recent advances in geospatial auxiliary task learning and semantic spatial embeddings, our proposed method (1) learns a context-aware vector encoding of the geographic coordinates and (2) predicts spatial autocorrelation in the data in parallel with the main task. On spatial interpolation and regression tasks, we show the effectiveness of our approach, improving performance over different state-of-the-art GNN approaches. We observe that our approach not only vastly improves over the GNN baselines, but can match Gaussian processes, the most commonly utilized method for spatial interpolation problems.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.10144v3\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.CV\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"19979\", \"117704\", \"129000\", \"141321\", \"142057\", \"164842\", \"181947\", \"184954\", \"211148\", \"216113\", \"266003\", \"280296\"]}","task_split":"paper_retrieval"} {"document_id":"8529","document_content":"# Graph Neural Networks with Feature and Structure Aware Random Walk\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nGraph Neural Networks (GNNs) have received increasing attention for representation learning in various machine learning tasks. However, most existing GNNs applying neighborhood aggregation usually perform poorly on the graph with heterophily where adjacent nodes belong to different classes. In this paper, we show that in typical heterphilous graphs, the edges may be directed, and whether to treat the edges as is or simply make them undirected greatly affects the performance of the GNN models. Furthermore, due to the limitation of heterophily, it is highly beneficial for the nodes to aggregate messages from similar nodes beyond local neighborhood.These motivate us to develop a model that adaptively learns the directionality of the graph, and exploits the underlying long-distance correlations between nodes. We first generalize the graph Laplacian to digraph based on the proposed Feature-Aware PageRank algorithm, which simultaneously considers the graph directionality and long-distance feature similarity between nodes. Then digraph Laplacian defines a graph propagation matrix that leads to a model called {\\em DiglacianGCN}. Based on this, we further leverage the node proximity measured by commute times between nodes, in order to preserve the nodes' long-distance correlation on the topology level. Extensive experiments on ten datasets with different levels of homophily demonstrate the effectiveness of our method over existing solutions in the task of node classification.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.10102v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"53447\", \"58522\", \"77179\", \"86002\", \"98076\", \"114193\", \"117308\", \"118719\", \"128281\", \"129410\", \"142571\", \"159315\", \"186164\", \"188300\", \"197997\", \"198382\", \"210119\", \"214311\", \"228663\", \"240758\", \"244510\", \"261412\"]}","task_split":"paper_retrieval"} {"document_id":"8780","document_content":"# Self-Attending Task Generative Adversarial Network for Realistic Satellite Image Creation\n## Categories\n- Machine Learning\n- Computer Vision and Pattern Recognition\n## Abstract\nWe introduce a self-attending task generative adversarial network (SATGAN) and apply it to the problem of augmenting synthetic high contrast scientific imagery of resident space objects with realistic noise patterns and sensor characteristics learned from collected data. Augmenting these synthetic data is challenging due to the highly localized nature of semantic content in the data that must be preserved. Real collected images are used to train a network what a given class of sensor's images should look like. The trained network then acts as a filter on noiseless context images and outputs realistic-looking fakes with semantic content unaltered. The architecture is inspired by conditional GANs but is modified to include a task network that preserves semantic information through augmentation. Additionally, the architecture is shown to reduce instances of hallucinatory objects or obfuscation of semantic content in context images representing space observation scenes.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.09463v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.CV\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"277386\"]}","task_split":"paper_retrieval"} {"document_id":"8946","document_content":"# Using Convolutional Neural Networks to Detect Compression Algorithms\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nMachine learning is penetrating various domains virtually, thereby proliferating excellent results. It has also found an outlet in digital forensics, wherein it is becoming the prime driver of computational efficiency. A prominent feature that exhibits the effectiveness of ML algorithms is feature extraction that can be instrumental in the applications for digital forensics. Convolutional Neural Networks are further used to identify parts of the file. To this end, we observed that the literature does not include sufficient information about the identification of the algorithms used to compress file fragments. With this research, we attempt to address this gap as compression algorithms are beneficial in generating higher entropy comparatively as they make the data more compact. We used a base dataset, compressed every file with various algorithms, and designed a model based on that. The used model was accurately able to identify files compressed using compress, lzip and bzip2.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.09034v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"10980\", \"26921\", \"156094\", \"223790\", \"232924\", \"238110\"]}","task_split":"paper_retrieval"} {"document_id":"9109","document_content":"# Document AI: Benchmarks, Models and Applications\n## Categories\n- Computation and Language\n## Abstract\nDocument AI, or Document Intelligence, is a relatively new research topic that refers to the techniques for automatically reading, understanding, and analyzing business documents. It is an important research direction for natural language processing and computer vision. In recent years, the popularity of deep learning technology has greatly advanced the development of Document AI, such as document layout analysis, visual information extraction, document visual question answering, document image classification, etc. This paper briefly reviews some of the representative models, tasks, and benchmark datasets. Furthermore, we also introduce early-stage heuristic rule-based document analysis, statistical machine learning algorithms, and deep learning approaches especially pre-training methods. Finally, we look into future directions for Document AI research.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.08609v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"15859\", \"27498\", \"39564\", \"40383\", \"40910\", \"43849\", \"44251\", \"47534\", \"47716\", \"49990\", \"50149\", \"55130\", \"55400\", \"62258\", \"68388\", \"73149\", \"73803\", \"73913\", \"77979\", \"94101\", \"96466\", \"101629\", \"107516\", \"114913\", \"121700\", \"122763\", \"123526\", \"127548\", \"128774\", \"130903\", \"132918\", \"141395\", \"149004\", \"152003\", \"154514\", \"165784\", \"167422\", \"171596\", \"174612\", \"184301\", \"193543\", \"216765\", \"234009\", \"242784\", \"244011\", \"249781\", \"258857\", \"264315\", \"269105\", \"269649\", \"316961\"]}","task_split":"paper_retrieval"} {"document_id":"9113","document_content":"# Reinforcement Learning with Feedback from Multiple Humans with Diverse Skills\n## Categories\n- Machine Learning\n## Abstract\nA promising approach to improve the robustness and exploration in Reinforcement Learning is collecting human feedback and that way incorporating prior knowledge of the target environment. It is, however, often too expensive to obtain enough feedback of good quality. To mitigate the issue, we aim to rely on a group of multiple experts (and non-experts) with different skill levels to generate enough feedback. Such feedback can therefore be inconsistent and infrequent. In this paper, we build upon prior work -- Advise, a Bayesian approach attempting to maximise the information gained from human feedback -- extending the algorithm to accept feedback from this larger group of humans, the trainers, while also estimating each trainer's reliability. We show how aggregating feedback from multiple trainers improves the total feedback's accuracy and make the collection process easier in two ways. Firstly, this approach addresses the case of some of the trainers being adversarial. Secondly, having access to the information about each trainer reliability provides a second layer of robustness and offers valuable information for people managing the whole system to improve the overall trust in the system. It offers an actionable tool for improving the feedback collection process or modifying the reward function design if needed. We empirically show that our approach can accurately learn the reliability of each trainer correctly and use it to maximise the information gained from the multiple trainers' feedback, even if some of the sources are adversarial.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.08596v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"9153","document_content":"# Automated skin lesion segmentation using multi-scale feature extraction scheme and dual-attention mechanism\n## Categories\n- Image and Video Processing\n- Computer Vision and Pattern Recognition\n## Abstract\nSegmenting skin lesions from dermoscopic images is essential for diagnosing skin cancer. But the automatic segmentation of these lesions is complicated due to the poor contrast between the background and the lesion, image artifacts, and unclear lesion boundaries. In this work, we present a deep learning model for the segmentation of skin lesions from dermoscopic images. To deal with the challenges of skin lesion characteristics, we designed a multi-scale feature extraction module for extracting the discriminative features. Further in this work, two attention mechanisms are developed to refine the post-upsampled features and the features extracted by the encoder. This model is evaluated using the ISIC2018 and ISBI2017 datasets. The proposed model outperformed all the existing works and the top-ranked models in two competitions.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1109\/ICAC3N53548.2021.9725739\", \"primary_category\": \"eess.IV\", \"categories\": [\"eess.IV\", \"cs.CV\"], \"primary_category_human_readable\": \"Image and Video Processing\", \"categories_human_readable\": [\"Image and Video Processing\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"34583\", \"196151\", \"213857\", \"216827\", \"230522\", \"237466\", \"241584\", \"257015\", \"271426\", \"271680\", \"272621\", \"300951\", \"336018\"]}","task_split":"paper_retrieval"} {"document_id":"9237","document_content":"# HADFL: Heterogeneity-aware Decentralized Federated Learning Framework\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nFederated learning (FL) supports training models on geographically distributed devices. However, traditional FL systems adopt a centralized synchronous strategy, putting high communication pressure and model generalization challenge. Existing optimizations on FL either fail to speedup training on heterogeneous devices or suffer from poor communication efficiency. In this paper, we propose HADFL, a framework that supports decentralized asynchronous training on heterogeneous devices. The devices train model locally with heterogeneity-aware local steps using local data. In each aggregation cycle, they are selected based on probability to perform model synchronization and aggregation. Compared with the traditional FL system, HADFL can relieve the central server's communication pressure, efficiently utilize heterogeneous computing power, and can achieve a maximum speedup of 3.15x than decentralized-FedAvg and 4.68x than Pytorch distributed training scheme, respectively, with almost no loss of convergence accuracy.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.08274v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"96999\", \"163571\", \"170831\", \"178962\", \"195752\", \"200347\", \"212497\", \"220686\", \"234581\", \"242007\"]}","task_split":"paper_retrieval"} {"document_id":"9282","document_content":"# Attention-based Multi-hypothesis Fusion for Speech Summarization\n## Categories\n- Audio and Speech Processing\n- Computation and Language\n## Abstract\nSpeech summarization, which generates a text summary from speech, can be achieved by combining automatic speech recognition (ASR) and text summarization (TS). With this cascade approach, we can exploit state-of-the-art models and large training datasets for both subtasks, i.e., Transformer for ASR and Bidirectional Encoder Representations from Transformers (BERT) for TS. However, ASR errors directly affect the quality of the output summary in the cascade approach. We propose a cascade speech summarization model that is robust to ASR errors and that exploits multiple hypotheses generated by ASR to attenuate the effect of ASR errors on the summary. We investigate several schemes to combine ASR hypotheses. First, we propose using the sum of sub-word embedding vectors weighted by their posterior values provided by an ASR system as an input to a BERT-based TS system. Then, we introduce a more general scheme that uses an attention-based fusion module added to a pre-trained BERT module to align and combine several ASR hypotheses. Finally, we perform speech summarization experiments on the How2 dataset and a newly assembled TED-based dataset that we will release with this paper. These experiments show that retraining the BERT-based TS system with these schemes can improve summarization performance and that the attention-based fusion module is particularly effective.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.08201v1\", \"primary_category\": \"eess.AS\", \"categories\": [\"cs.CL\", \"eess.AS\"], \"primary_category_human_readable\": \"Audio and Speech Processing\", \"categories_human_readable\": [\"Computation and Language\", \"Audio and Speech Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"52178\", \"84964\", \"121667\", \"129786\", \"150522\", \"166518\", \"166975\", \"170657\", \"210397\", \"211986\", \"263103\", \"268344\", \"268902\", \"269888\", \"276376\"]}","task_split":"paper_retrieval"} {"document_id":"9385","document_content":"# Incorporating Question Answering-Based Signals into Abstractive Summarization via Salient Span Selection\n## Categories\n- Computation and Language\n## Abstract\nIn this work, we propose a method for incorporating question-answering (QA) signals into a summarization model. Our method identifies salient noun phrases (NPs) in the input document by automatically generating wh-questions that are answered by the NPs and automatically determining whether those questions are answered in the gold summaries. This QA-based signal is incorporated into a two-stage summarization model which first marks salient NPs in the input document using a classification model, then conditionally generates a summary. Our experiments demonstrate that the models trained using QA-based supervision generate higher-quality summaries than baseline methods of identifying salient spans on benchmark summarization datasets. Further, we show that the content of the generated summaries can be controlled based on which NPs are marked in the input document. Finally, we propose a method of augmenting the training data so the gold summaries are more consistent with the marked input spans used during training and show how this results in models which learn to better exclude unmarked document content.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.07935v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"20965\", \"25222\", \"47214\", \"55781\", \"61182\", \"68562\", \"81985\", \"93920\", \"97363\", \"126346\", \"127411\", \"132176\", \"135296\", \"136011\", \"159095\", \"168744\", \"183065\", \"189542\", \"192342\", \"218638\", \"219377\", \"220230\", \"230212\", \"230464\", \"250505\", \"250690\", \"280557\", \"298016\", \"307223\"]}","task_split":"paper_retrieval"} {"document_id":"9644","document_content":"# Towards Privacy-Preserving Affect Recognition: A Two-Level Deep Learning Architecture\n## Categories\n- Computer Vision and Pattern Recognition\n- Machine Learning\n## Abstract\nAutomatically understanding and recognising human affective states using images and computer vision can improve human-computer and human-robot interaction. However, privacy has become an issue of great concern, as the identities of people used to train affective models can be exposed in the process. For instance, malicious individuals could exploit images from users and assume their identities. In addition, affect recognition using images can lead to discriminatory and algorithmic bias, as certain information such as race, gender, and age could be assumed based on facial features. Possible solutions to protect the privacy of users and avoid misuse of their identities are to: (1) extract anonymised facial features, namely action units (AU) from a database of images, discard the images and use AUs for processing and training, and (2) federated learning (FL) i.e. process raw images in users' local machines (local processing) and send the locally trained models to the main processing machine for aggregation (central processing). In this paper, we propose a two-level deep learning architecture for affect recognition that uses AUs in level 1 and FL in level 2 to protect users' identities. The architecture consists of recurrent neural networks to capture the temporal relationships amongst the features and predict valence and arousal affective states. In our experiments, we evaluate the performance of our privacy-preserving architecture using different variations of recurrent neural networks on RECOLA, a comprehensive multimodal affective database. Our results show state-of-the-art performance of $0.426$ for valence and $0.401$ for arousal using the Concordance Correlation Coefficient evaluation metric, demonstrating the feasibility of developing models for affect recognition that are both accurate and ensure privacy.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.07344v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.LG\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"71073\", \"177251\", \"230415\", \"267284\", \"267821\", \"293179\", \"297724\", \"317841\"]}","task_split":"paper_retrieval"} {"document_id":"9702","document_content":"# Explainable Semantic Space by Grounding Language to Vision with Cross-Modal Contrastive Learning\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nIn natural language processing, most models try to learn semantic representations merely from texts. The learned representations encode the distributional semantics but fail to connect to any knowledge about the physical world. In contrast, humans learn language by grounding concepts in perception and action and the brain encodes grounded semantics for cognition. Inspired by this notion and recent work in vision-language learning, we design a two-stream model for grounding language learning in vision. The model includes a VGG-based visual stream and a Bert-based language stream. The two streams merge into a joint representational space. Through cross-modal contrastive learning, the model first learns to align visual and language representations with the MS COCO dataset. The model further learns to retrieve visual objects with language queries through a cross-modal attention module and to infer the visual relations between the retrieved objects through a bilinear operator with the Visual Genome dataset. After training, the language stream of this model is a stand-alone language model capable of embedding concepts in a visually grounded semantic space. This semantic space manifests principal dimensions explainable with human intuition and neurobiological knowledge. Word embeddings in this semantic space are predictive of human-defined norms of semantic features and are segregated into perceptually distinctive clusters. Furthermore, the visually grounded language model also enables compositional language understanding based on visual knowledge and multimodal image search with queries based on images, texts, or their combinations.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.07180v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"116433\", \"243782\", \"251721\", \"264902\"]}","task_split":"paper_retrieval"} {"document_id":"9714","document_content":"# Robust Deep Reinforcement Learning for Extractive Legal Summarization\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nAutomatic summarization of legal texts is an important and still a challenging task since legal documents are often long and complicated with unusual structures and styles. Recent advances of deep models trained end-to-end with differentiable losses can well-summarize natural text, yet when applied to legal domain, they show limited results. In this paper, we propose to use reinforcement learning to train current deep summarization models to improve their performance on the legal domain. To this end, we adopt proximal policy optimization methods and introduce novel reward functions that encourage the generation of candidate summaries satisfying both lexical and semantic criteria. We apply our method to training different summarization backbones and observe a consistent and significant performance gain across 3 public legal datasets.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1007\/978-3-030-92310-5_69\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"102649\", \"130347\", \"140642\", \"163917\", \"166082\", \"169338\", \"170384\", \"170657\", \"183012\", \"193848\", \"235041\", \"235232\", \"241070\", \"258551\"]}","task_split":"paper_retrieval"} {"document_id":"9819","document_content":"# Contrastive Feature Loss for Image Prediction\n## Categories\n- Computer Vision and Pattern Recognition\n- Machine Learning\n## Abstract\nTraining supervised image synthesis models requires a critic to compare two images: the ground truth to the result. Yet, this basic functionality remains an open problem. A popular line of approaches uses the L1 (mean absolute error) loss, either in the pixel or the feature space of pretrained deep networks. However, we observe that these losses tend to produce overly blurry and grey images, and other techniques such as GANs need to be employed to fight these artifacts. In this work, we introduce an information theory based approach to measuring similarity between two images. We argue that a good reconstruction should have high mutual information with the ground truth. This view enables learning a lightweight critic to \"calibrate\" a feature space in a contrastive manner, such that reconstructions of corresponding spatial patches are brought together, while other patches are repulsed. We show that our formulation immediately boosts the perceptual realism of output images when used as a drop-in replacement for the L1 loss, with or without an additional GAN loss.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.06934v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.LG\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Machine Learning\"], \"incoming_citations\": [\"738\"], \"outgoing_citations\": [\"110055\", \"114820\", \"117811\", \"123820\", \"128649\", \"130790\", \"136971\", \"151327\", \"152790\", \"180880\", \"188943\", \"192020\", \"194775\", \"219134\", \"235796\", \"239914\", \"248731\", \"250250\", \"255272\", \"259890\", \"262675\", \"287020\", \"296773\", \"311530\", \"328587\"]}","task_split":"paper_retrieval"} {"document_id":"9901","document_content":"# Neural Motion Planning for Autonomous Parking\n## Categories\n- Robotics\n- Machine Learning\n## Abstract\nThis paper presents a hybrid motion planning strategy that combines a deep generative network with a conventional motion planning method. Existing planning methods such as A* and Hybrid A* are widely used in path planning tasks because of their ability to determine feasible paths even in complex environments; however, they have limitations in terms of efficiency. To overcome these limitations, a path planning algorithm based on a neural network, namely the neural Hybrid A*, is introduced. This paper proposes using a conditional variational autoencoder (CVAE) to guide the search algorithm by exploiting the ability of CVAE to learn information about the planning space given the information of the parking environment. A non-uniform expansion strategy is utilized based on a distribution of feasible trajectories learned in the demonstrations. The proposed method effectively learns the representations of a given state, and shows improvement in terms of algorithm performance.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.06739v2\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.LG\", \"cs.RO\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Machine Learning\", \"Robotics\"], \"incoming_citations\": [], \"outgoing_citations\": [\"142891\", \"170388\", \"255779\"]}","task_split":"paper_retrieval"} {"document_id":"10111","document_content":"# An End-to-End Authentication Mechanism for Wireless Body Area Networks\n## Categories\n- Cryptography and Security\n## Abstract\nWireless Body Area Network (WBAN) ensures high-quality healthcare services by endowing distant and continual monitoring of patients' health conditions. The security and privacy of the sensitive health-related data transmitted through the WBAN should be preserved to maximize its benefits. In this regard, user authentication is one of the primary mechanisms to protect health data that verifies the identities of entities involved in the communication process. Since WBAN carries crucial health data, every entity engaged in the data transfer process must be authenticated. In literature, an end-to-end user authentication mechanism covering each communicating party is absent. Besides, most of the existing user authentication mechanisms are designed assuming that the patient's mobile phone is trusted. In reality, a patient's mobile phone can be stolen or comprised by malware and thus behaves maliciously. Our work addresses these drawbacks and proposes an end-to-end user authentication and session key agreement scheme between sensor nodes and medical experts in a scenario where the patient's mobile phone is semi-trusted. We present a formal security analysis using BAN logic. Besides, we also provide an informal security analysis of the proposed scheme. Both studies indicate that our method is robust against well-known security attacks. In addition, our scheme achieves comparable computation and communication costs concerning the related existing works. The simulation shows that our method preserves satisfactory network performance.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.06158v1\", \"primary_category\": \"cs.CR\", \"categories\": [\"cs.CR\"], \"primary_category_human_readable\": \"Cryptography and Security\", \"categories_human_readable\": [\"Cryptography and Security\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"10264","document_content":"# A Two-Stage Approach towards Generalization in Knowledge Base Question Answering\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nMost existing approaches for Knowledge Base Question Answering (KBQA) focus on a specific underlying knowledge base either because of inherent assumptions in the approach, or because evaluating it on a different knowledge base requires non-trivial changes. However, many popular knowledge bases share similarities in their underlying schemas that can be leveraged to facilitate generalization across knowledge bases. To achieve this generalization, we introduce a KBQA framework based on a 2-stage architecture that explicitly separates semantic parsing from the knowledge base interaction, facilitating transfer learning across datasets and knowledge graphs. We show that pretraining on datasets with a different underlying knowledge base can nevertheless provide significant performance gains and reduce sample complexity. Our approach achieves comparable or state-of-the-art performance for LC-QuAD (DBpedia), WebQSP (Freebase), SimpleQuestions (Wikidata) and MetaQA (Wikimovies-KG).","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.05825v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [\"2943\"], \"outgoing_citations\": [\"25047\", \"132413\", \"157181\", \"162246\", \"171110\", \"189600\", \"211723\", \"219306\", \"256171\"]}","task_split":"paper_retrieval"} {"document_id":"10373","document_content":"# 3D modelling of survey scene from images enhanced with a multi-exposure fusion\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nIn current practice, scene survey is carried out by workers using total stations. The method has high accuracy, but it incurs high costs if continuous monitoring is needed. Techniques based on photogrammetry, with the relatively cheaper digital cameras, have gained wide applications in many fields. Besides point measurement, photogrammetry can also create a three-dimensional (3D) model of the scene. Accurate 3D model reconstruction depends on high quality images. Degraded images will result in large errors in the reconstructed 3D model. In this paper, we propose a method that can be used to improve the visibility of the images, and eventually reduce the errors of the 3D scene model. The idea is inspired by image dehazing. Each original image is first transformed into multiple exposure images by means of gamma-correction operations and adaptive histogram equalization. The transformed images are analyzed by the computation of the local binary patterns. The image is then enhanced, with each pixel generated from the set of transformed image pixels weighted by a function of the local pattern feature and image saturation. Performance evaluation has been performed on benchmark image dehazing datasets. Experimentations have been carried out on outdoor and indoor surveys. Our analysis finds that the method works on different types of degradation that exist in both outdoor and indoor images. When fed into the photogrammetry software, the enhanced images can reconstruct 3D scene models with sub-millimeter mean errors.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.05541v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"235658\", \"287993\"]}","task_split":"paper_retrieval"} {"document_id":"10455","document_content":"# The Internet of Federated Things (IoFT): A Vision for the Future and In-depth Survey of Data-driven Approaches for Federated Learning\n## Categories\n- Machine Learning\n## Abstract\nThe Internet of Things (IoT) is on the verge of a major paradigm shift. In the IoT system of the future, IoFT, the cloud will be substituted by the crowd where model training is brought to the edge, allowing IoT devices to collaboratively extract knowledge and build smart analytics\/models while keeping their personal data stored locally. This paradigm shift was set into motion by the tremendous increase in computational power on IoT devices and the recent advances in decentralized and privacy-preserving model training, coined as federated learning (FL). This article provides a vision for IoFT and a systematic overview of current efforts towards realizing this vision. Specifically, we first introduce the defining characteristics of IoFT and discuss FL data-driven approaches, opportunities, and challenges that allow decentralized inference within three dimensions: (i) a global model that maximizes utility across all IoT devices, (ii) a personalized model that borrows strengths across all devices yet retains its own model, (iii) a meta-learning model that quickly adapts to new devices or learning tasks. We end by describing the vision and challenges of IoFT in reshaping different industries through the lens of domain experts. Those industries include manufacturing, transportation, energy, healthcare, quality & reliability, business, and computing.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.05326v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [\"6891\"], \"outgoing_citations\": [\"10866\", \"12816\", \"79711\", \"83494\", \"91185\", \"91544\", \"95211\", \"97012\", \"102417\", \"117147\", \"118319\", \"118376\", \"123384\", \"125758\", \"131702\", \"132145\", \"132901\", \"133876\", \"134225\", \"135986\", \"138557\", \"139315\", \"140332\", \"142093\", \"142802\", \"143220\", \"148245\", \"148382\", \"150470\", \"153202\", \"154097\", \"154897\", \"158597\", \"160301\", \"160722\", \"161557\", \"161758\", \"161865\", \"162209\", \"162803\", \"162883\", \"163734\", \"164627\", \"164869\", \"166037\", \"166134\", \"173721\", \"174590\", \"175032\", \"178024\", \"178600\", \"179698\", \"179932\", \"181474\", \"182752\", \"183881\", \"183930\", \"184652\", \"185299\", \"186247\", \"186386\", \"186781\", \"191555\", \"193748\", \"195775\", \"199913\", \"200704\", \"200761\", \"200782\", \"202646\", \"206873\", \"207491\", \"207951\", \"209118\", \"210868\", \"215015\", \"217320\", \"223336\", \"223847\", \"224464\", \"224906\", \"225779\", \"226146\", \"227419\", \"228339\", \"228540\", \"228896\", \"229563\", \"230640\", \"238966\", \"239350\", \"239655\", \"240229\", \"241304\", \"242351\", \"244112\", \"245421\", \"247399\", \"248291\", \"248359\", \"248982\", \"250393\", \"254260\", \"258657\", \"259762\", \"264804\", \"265073\", \"265459\", \"265645\", \"268271\", \"271783\", \"283045\", \"286531\", \"290952\", \"309330\", \"320503\", \"324038\", \"334496\", \"335904\", \"340484\", \"357176\", \"359369\", \"360780\"]}","task_split":"paper_retrieval"} {"document_id":"10531","document_content":"# Human-in-the-Loop Disinformation Detection: Stance, Sentiment, or Something Else?\n## Categories\n- Computation and Language\n- Computers and Society\n- Machine Learning\n## Abstract\nBoth politics and pandemics have recently provided ample motivation for the development of machine learning-enabled disinformation (a.k.a. fake news) detection algorithms. Existing literature has focused primarily on the fully-automated case, but the resulting techniques cannot reliably detect disinformation on the varied topics, sources, and time scales required for military applications. By leveraging an already-available analyst as a human-in-the-loop, however, the canonical machine learning techniques of sentiment analysis, aspect-based sentiment analysis, and stance detection become plausible methods to use for a partially-automated disinformation detection system. This paper aims to determine which of these techniques is best suited for this purpose and how each technique might best be used towards this end. Training datasets of the same size and nearly identical neural architectures (a BERT transformer as a word embedder with a single feed-forward layer thereafter) are used for each approach, which are then tested on sentiment- and stance-specific datasets to establish a baseline of how well each method can be used to do the other tasks. Four different datasets relating to COVID-19 disinformation are used to test the ability of each technique to detect disinformation on a topic that did not appear in the training data set. Quantitative and qualitative results from these tests are then used to provide insight into how best to employ these techniques in practice.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.05139v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.CY\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Computers and Society\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"66512\", \"77170\", \"84522\", \"87591\", \"88648\", \"92208\", \"93756\", \"94997\", \"99189\", \"105795\", \"106772\", \"108176\", \"111820\", \"122156\", \"125904\", \"127851\", \"139519\", \"140730\", \"148729\", \"150783\", \"154039\", \"159882\", \"163765\", \"169404\", \"181665\", \"181804\", \"192378\", \"194089\", \"194215\", \"202453\", \"207715\", \"211841\", \"227425\", \"228156\", \"231786\", \"259358\", \"267552\", \"268073\", \"282785\", \"290208\", \"293170\"]}","task_split":"paper_retrieval"} {"document_id":"10667","document_content":"# Inferential SIR-GN: Scalable Graph Representation Learning\n## Categories\n- Machine Learning\n## Abstract\nGraph representation learning methods generate numerical vector representations for the nodes in a network, thereby enabling their use in standard machine learning models. These methods aim to preserve relational information, such that nodes that are similar in the graph are found close to one another in the representation space. Similarity can be based largely on one of two notions: connectivity or structural role. In tasks where node structural role is important, connectivity based methods show poor performance. Recent work has begun to focus on scalability of learning methods to massive graphs of millions to billions of nodes and edges. Many unsupervised node representation learning algorithms are incapable of scaling to large graphs, and are unable to generate node representations for unseen nodes. In this work, we propose Inferential SIR-GN, a model which is pre-trained on random graphs, then computes node representations rapidly, including for very large networks. We demonstrate that the model is able to capture node's structural role information, and show excellent performance at node and graph classification tasks, on unseen networks. Additionally, we observe the scalability of Inferential SIR-GN is comparable to the fastest current approaches for massive graphs.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.04826v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"186056\", \"242416\", \"252195\", \"253807\", \"269202\", \"289672\"]}","task_split":"paper_retrieval"} {"document_id":"10705","document_content":"# Interactive Inverse Reinforcement Learning for Cooperative Games\n## Categories\n- Machine Learning\n- Computer Science and Game Theory\n## Abstract\nWe study the problem of designing autonomous agents that can learn to cooperate effectively with a potentially suboptimal partner while having no access to the joint reward function. This problem is modeled as a cooperative episodic two-agent Markov decision process. We assume control over only the first of the two agents in a Stackelberg formulation of the game, where the second agent is acting so as to maximise expected utility given the first agent's policy. How should the first agent act in order to learn the joint reward function as quickly as possible and so that the joint policy is as close to optimal as possible? We analyse how knowledge about the reward function can be gained in this interactive two-agent scenario. We show that when the learning agent's policies have a significant effect on the transition function, the reward function can be learned efficiently.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.04698v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.GT\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Computer Science and Game Theory\"], \"incoming_citations\": [], \"outgoing_citations\": [\"89945\", \"142761\", \"163195\", \"183993\", \"201891\", \"226773\", \"231418\", \"290744\"]}","task_split":"paper_retrieval"} {"document_id":"10711","document_content":"# Stain-free Detection of Embryo Polarization using Deep Learning\n## Categories\n- Quantitative Methods\n- Biological Physics\n- Computer Vision and Pattern Recognition\n- Image and Video Processing\n## Abstract\nPolarization of the mammalian embryo at the right developmental time is critical for its development to term and would be valuable in assessing the potential of human embryos. However, tracking polarization requires invasive fluorescence staining, impermissible in the in vitro fertilization clinic. Here, we report the use of artificial intelligence to detect polarization from unstained time-lapse movies of mouse embryos. We assembled a dataset of bright-field movie frames from 8-cell-stage embryos, side-by-side with corresponding images of fluorescent markers of cell polarization. We then used an ensemble learning model to detect whether any bright-field frame showed an embryo before or after onset of polarization. Our resulting model has an accuracy of 85% for detecting polarization, significantly outperforming human volunteers trained on the same data (61% accuracy). We discovered that our self-learning model focuses upon the angle between cells as one known cue for compaction, which precedes polarization, but it outperforms the use of this cue alone. By compressing three-dimensional time-lapsed image data into two-dimensions, we are able to reduce data to an easily manageable size for deep learning processing. In conclusion, we describe a method for detecting a key developmental feature of embryo development that avoids clinically impermissible fluorescence staining.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.05315v1\", \"primary_category\": \"q-bio.QM\", \"categories\": [\"q-bio.QM\", \"physics.bio-ph\", \"cs.CV\", \"eess.IV\"], \"primary_category_human_readable\": \"Quantitative Methods\", \"categories_human_readable\": [\"Quantitative Methods\", \"Biological Physics\", \"Computer Vision and Pattern Recognition\", \"Image and Video Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"122147\", \"133775\"]}","task_split":"paper_retrieval"} {"document_id":"10799","document_content":"# Adversarial sampling of unknown and high-dimensional conditional distributions\n## Categories\n- Machine Learning\n- Atmospheric and Oceanic Physics\n- Computational Physics\n- Fluid Dynamics\n## Abstract\nMany engineering problems require the prediction of realization-to-realization variability or a refined description of modeled quantities. In that case, it is necessary to sample elements from unknown high-dimensional spaces with possibly millions of degrees of freedom. While there exist methods able to sample elements from probability density functions (PDF) with known shapes, several approximations need to be made when the distribution is unknown. In this paper the sampling method, as well as the inference of the underlying distribution, are both handled with a data-driven method known as generative adversarial networks (GAN), which trains two competing neural networks to produce a network that can effectively generate samples from the training set distribution. In practice, it is often necessary to draw samples from conditional distributions. When the conditional variables are continuous, only one (if any) data point corresponding to a particular value of a conditioning variable may be available, which is not sufficient to estimate the conditional distribution. This work handles this problem using an a priori estimation of the conditional moments of a PDF. Two approaches, stochastic estimation, and an external neural network are compared here for computing these moments; however, any preferred method can be used. The algorithm is demonstrated in the case of the deconvolution of a filtered turbulent flow field. It is shown that all the versions of the proposed algorithm effectively sample the target conditional distribution with minimal impact on the quality of the samples compared to state-of-the-art methods. Additionally, the procedure can be used as a metric for the diversity of samples generated by a conditional GAN (cGAN) conditioned with continuous variables.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1016\/j.jcp.2021.110853\", \"primary_category\": \"stat.ML\", \"categories\": [\"cs.LG\", \"physics.ao-ph\", \"physics.comp-ph\", \"stat.ML\", \"physics.flu-dyn\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Atmospheric and Oceanic Physics\", \"Computational Physics\", \"Machine Learning\", \"Fluid Dynamics\"], \"incoming_citations\": [\"479\", \"502\"], \"outgoing_citations\": [\"88998\", \"115997\", \"138634\", \"165537\", \"182534\", \"184320\", \"190533\", \"201577\", \"211395\", \"214142\", \"229730\", \"241031\", \"242751\", \"248730\", \"256620\", \"276542\", \"281002\", \"282643\", \"284986\", \"333361\"]}","task_split":"paper_retrieval"} {"document_id":"10934","document_content":"# DQRE-SCnet: A novel hybrid approach for selecting users in Federated Learning with Deep-Q-Reinforcement Learning based on Spectral Clustering\n## Categories\n- Machine Learning\n## Abstract\nMachine learning models based on sensitive data in the real-world promise advances in areas ranging from medical screening to disease outbreaks, agriculture, industry, defense science, and more. In many applications, learning participant communication rounds benefit from collecting their own private data sets, teaching detailed machine learning models on the real data, and sharing the benefits of using these models. Due to existing privacy and security concerns, most people avoid sensitive data sharing for training. Without each user demonstrating their local data to a central server, Federated Learning allows various parties to train a machine learning algorithm on their shared data jointly. This method of collective privacy learning results in the expense of important communication during training. Most large-scale machine-learning applications require decentralized learning based on data sets generated on various devices and places. Such datasets represent an essential obstacle to decentralized learning, as their diverse contexts contribute to significant differences in the delivery of data across devices and locations. Researchers have proposed several ways to achieve data privacy in Federated Learning systems. However, there are still challenges with homogeneous local data. This research approach is to select nodes (users) to share their data in Federated Learning for independent data-based equilibrium to improve accuracy, reduce training time, and increase convergence. Therefore, this research presents a combined Deep-QReinforcement Learning Ensemble based on Spectral Clustering called DQRE-SCnet to choose a subset of devices in each communication round. Based on the results, it has been displayed that it is possible to decrease the number of communication rounds needed in Federated Learning.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1016\/j.jksuci.2021.08.019\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"105490\", \"114692\", \"164048\", \"182721\", \"196107\", \"200347\", \"229563\", \"252956\"]}","task_split":"paper_retrieval"} {"document_id":"11038","document_content":"# Robust Deep Reinforcement Learning for Quadcopter Control\n## Categories\n- Robotics\n- Systems and Control\n- Artificial Intelligence\n- Systems and Control\n- Optimization and Control\n- Machine Learning\n## Abstract\nDeep reinforcement learning (RL) has made it possible to solve complex robotics problems using neural networks as function approximators. However, the policies trained on stationary environments suffer in terms of generalization when transferred from one environment to another. In this work, we use Robust Markov Decision Processes (RMDP) to train the drone control policy, which combines ideas from Robust Control and RL. It opts for pessimistic optimization to handle potential gaps between policy transfer from one environment to another. The trained control policy is tested on the task of quadcopter positional control. RL agents were trained in a MuJoCo simulator. During testing, different environment parameters (unseen during the training) were used to validate the robustness of the trained policy for transfer from one environment to another. The robust policy outperformed the standard agents in these environments, suggesting that the added robustness increases generality and can adapt to non-stationary environments. Codes: https:\/\/github.com\/adipandas\/gym_multirotor","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.03915v1\", \"primary_category\": \"cs.RO\", \"categories\": [\"eess.SY\", \"cs.AI\", \"cs.SY\", \"math.OC\", \"cs.LG\", \"cs.RO\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Systems and Control\", \"Artificial Intelligence\", \"Systems and Control\", \"Optimization and Control\", \"Machine Learning\", \"Robotics\"], \"incoming_citations\": [], \"outgoing_citations\": [\"71397\", \"98682\", \"111886\", \"115585\", \"128663\", \"166672\", \"185463\", \"195548\", \"201518\", \"235938\", \"261056\"]}","task_split":"paper_retrieval"} {"document_id":"11155","document_content":"# Adaptive Low-Pass Filtering using Sliding Window Gaussian Processes\n## Categories\n- Signal Processing\n- Systems and Control\n- Machine Learning\n- Systems and Control\n## Abstract\nWhen signals are measured through physical sensors, they are perturbed by noise. To reduce noise, low-pass filters are commonly employed in order to attenuate high frequency components in the incoming signal, regardless if they come from noise or the actual signal. Therefore, low-pass filters must be carefully tuned in order to avoid significant deterioration of the signal. This tuning requires prior knowledge about the signal, which is often not available in applications such as reinforcement learning or learning-based control. In order to overcome this limitation, we propose an adaptive low-pass filter based on Gaussian process regression. By considering a constant window of previous observations, updates and predictions fast enough for real-world filtering applications can be realized. Moreover, the online optimization of hyperparameters leads to an adaptation of the low-pass behavior, such that no prior tuning is necessary. We show that the estimation error of the proposed method is uniformly bounded, and demonstrate the flexibility and efficiency of the approach in several simulations.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.03617v1\", \"primary_category\": \"eess.SP\", \"categories\": [\"cs.SY\", \"cs.LG\", \"eess.SY\", \"eess.SP\"], \"primary_category_human_readable\": \"Signal Processing\", \"categories_human_readable\": [\"Systems and Control\", \"Machine Learning\", \"Systems and Control\", \"Signal Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"85657\", \"182624\", \"198668\"]}","task_split":"paper_retrieval"} {"document_id":"11203","document_content":"# SocialVec: Social Entity Embeddings\n## Categories\n- Social and Information Networks\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nThis paper introduces SocialVec, a general framework for eliciting social world knowledge from social networks, and applies this framework to Twitter. SocialVec learns low-dimensional embeddings of popular accounts, which represent entities of general interest, based on their co-occurrences patterns within the accounts followed by individual users, thus modeling entity similarity in socio-demographic terms. Similar to word embeddings, which facilitate tasks that involve text processing, we expect social entity embeddings to benefit tasks of social flavor. We have learned social embeddings for roughly 200,000 popular accounts from a sample of the Twitter network that includes more than 1.3 million users and the accounts that they follow, and evaluate the resulting embeddings on two different tasks. The first task involves the automatic inference of personal traits of users from their social media profiles. In another study, we exploit SocialVec embeddings for gauging the political bias of news sources in Twitter. In both cases, we prove SocialVec embeddings to be advantageous compared with existing entity embedding schemes. We will make the SocialVec entity embeddings publicly available to support further exploration of social world knowledge as reflected in Twitter.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.03514v1\", \"primary_category\": \"cs.SI\", \"categories\": [\"cs.AI\", \"cs.LG\", \"cs.SI\"], \"primary_category_human_readable\": \"Social and Information Networks\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Machine Learning\", \"Social and Information Networks\"], \"incoming_citations\": [], \"outgoing_citations\": [\"94568\", \"126025\", \"193259\", \"205857\", \"230664\", \"286594\", \"288921\", \"296605\", \"300498\", \"325742\"]}","task_split":"paper_retrieval"} {"document_id":"11296","document_content":"# Dataset of Fake News Detection and Fact Verification: A Survey\n## Categories\n- Machine Learning\n- Computation and Language\n- Computers and Society\n## Abstract\nThe rapid increase in fake news, which causes significant damage to society, triggers many fake news related studies, including the development of fake news detection and fact verification techniques. The resources for these studies are mainly available as public datasets taken from Web data. We surveyed 118 datasets related to fake news research on a large scale from three perspectives: (1) fake news detection, (2) fact verification, and (3) other tasks; for example, the analysis of fake news and satire detection. We also describe in detail their utilization tasks and their characteristics. Finally, we highlight the challenges in the fake news dataset construction and some research opportunities that address these challenges. Our survey facilitates fake news research by helping researchers find suitable datasets without reinventing the wheel, and thereby, improves fake news studies in depth.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.03299v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.CL\", \"cs.CY\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Computation and Language\", \"Computers and Society\"], \"incoming_citations\": [], \"outgoing_citations\": [\"27087\", \"43106\", \"45555\", \"51100\", \"70658\", \"82006\", \"88313\", \"88412\", \"88648\", \"88767\", \"93011\", \"93422\", \"93549\", \"94401\", \"96086\", \"105378\", \"108176\", \"109331\", \"111820\", \"111821\", \"117359\", \"119855\", \"120266\", \"123410\", \"123765\", \"125421\", \"125450\", \"125576\", \"126830\", \"127851\", \"128094\", \"131485\", \"145400\", \"149300\", \"157612\", \"159123\", \"163253\", \"163349\", \"165627\", \"168163\", \"168571\", \"169458\", \"171777\", \"198258\", \"202453\", \"207715\", \"211841\", \"215771\", \"216563\", \"217496\", \"219169\", \"221930\", \"227367\", \"227425\", \"228156\", \"228585\", \"234529\", \"234708\", \"235717\", \"236127\", \"238072\", \"238986\", \"242149\", \"246833\", \"246910\", \"257863\", \"259202\", \"261988\", \"267336\", \"267552\", \"268073\", \"268466\", \"270399\", \"271015\", \"273723\", \"275247\", \"275670\", \"276001\", \"282854\", \"297117\", \"302653\", \"313061\", \"315108\", \"326044\", \"350344\"]}","task_split":"paper_retrieval"} {"document_id":"11298","document_content":"# A Syntax-Guided Grammatical Error Correction Model with Dependency Tree Correction\n## Categories\n- Computation and Language\n## Abstract\nGrammatical Error Correction (GEC) is a task of detecting and correcting grammatical errors in sentences. Recently, neural machine translation systems have become popular approaches for this task. However, these methods lack the use of syntactic knowledge which plays an important role in the correction of grammatical errors. In this work, we propose a syntax-guided GEC model (SG-GEC) which adopts the graph attention mechanism to utilize the syntactic knowledge of dependency trees. Considering the dependency trees of the grammatically incorrect source sentences might provide incorrect syntactic knowledge, we propose a dependency tree correction task to deal with it. Combining with data augmentation method, our model achieves strong performances without using any large pre-trained models. We evaluate our model on public benchmarks of GEC task and it achieves competitive results.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.03294v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"122918\", \"127352\", \"162976\", \"169184\", \"171817\", \"177974\", \"191276\", \"192811\", \"196990\", \"212261\", \"235400\", \"244130\", \"281121\", \"290778\"]}","task_split":"paper_retrieval"} {"document_id":"11324","document_content":"# Dynamic Data Augmentation with Gating Networks for Time Series Recognition\n## Categories\n- Machine Learning\n## Abstract\nData augmentation is a technique to improve the generalization ability of machine learning methods by increasing the size of the dataset. However, since every augmentation method is not equally effective for every dataset, you need to select an appropriate method carefully. We propose a neural network that dynamically selects the best combination of data augmentation methods using a mutually beneficial gating network and a feature consistency loss. The gating network is able to control how much of each data augmentation is used for the representation within the network. The feature consistency loss gives a constraint that augmented features from the same input should be in similar. In experiments, we demonstrate the effectiveness of the proposed method on the 12 largest time-series datasets from 2018 UCR Time Series Archive and reveal the relationships between the data augmentation methods through analysis of the proposed method.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.03253v3\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"64480\", \"68928\", \"89553\", \"108606\", \"156056\", \"164174\", \"164509\", \"186466\", \"188176\", \"218156\", \"240129\", \"264752\", \"268784\", \"280043\"]}","task_split":"paper_retrieval"} {"document_id":"11336","document_content":"# Improving RNA Secondary Structure Design using Deep Reinforcement Learning\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nRising costs in recent years of developing new drugs and treatments have led to extensive research in optimization techniques in biomolecular design. Currently, the most widely used approach in biomolecular design is directed evolution, which is a greedy hill-climbing algorithm that simulates biological evolution. In this paper, we propose a new benchmark of applying reinforcement learning to RNA sequence design, in which the objective function is defined to be the free energy in the sequence's secondary structure. In addition to experimenting with the vanilla implementations of each reinforcement learning algorithm from standard libraries, we analyze variants of each algorithm in which we modify the algorithm's reward function and tune the model's hyperparameters. We show results of the ablation analysis that we do for these algorithms, as well as graphs indicating the algorithm's performance across batches and its ability to search the possible space of RNA sequences. We find that our DQN algorithm performs by far the best in this setting, contrasting with, in which PPO performs the best among all tested algorithms. Our results should be of interest to those in the biomolecular design community and should serve as a baseline for future experiments involving machine learning in molecule design.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.04504v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"213629\", \"229927\", \"247249\", \"249746\", \"303049\"]}","task_split":"paper_retrieval"} {"document_id":"11364","document_content":"# Value Function Spaces: Skill-Centric State Abstractions for Long-Horizon Reasoning\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Robotics\n## Abstract\nReinforcement learning can train policies that effectively perform complex tasks. However for long-horizon tasks, the performance of these methods degrades with horizon, often necessitating reasoning over and chaining lower-level skills. Hierarchical reinforcement learning aims to enable this by providing a bank of low-level skills as action abstractions. Hierarchies can further improve on this by abstracting the space states as well. We posit that a suitable state abstraction should depend on the capabilities of the available lower-level policies. We propose Value Function Spaces: a simple approach that produces such a representation by using the value functions corresponding to each lower-level skill. These value functions capture the affordances of the scene, thus forming a representation that compactly abstracts task relevant information and robustly ignores distractors. Empirical evaluations for maze-solving and robotic manipulation tasks demonstrate that our approach improves long-horizon performance and enables better zero-shot generalization than alternative model-free and model-based methods.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.03189v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.RO\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Robotics\"], \"incoming_citations\": [], \"outgoing_citations\": [\"39730\", \"55486\", \"75117\", \"75606\", \"86509\", \"90962\", \"94561\", \"102601\", \"117599\", \"132207\", \"152912\", \"155106\", \"161476\", \"163705\", \"165350\", \"177830\", \"178094\", \"179594\", \"181081\", \"200947\", \"207100\", \"207323\", \"208351\", \"209469\", \"210517\", \"211425\", \"212772\", \"219180\", \"220103\", \"222446\", \"223212\", \"224840\", \"229890\", \"238577\", \"240323\", \"242444\", \"248841\", \"253268\", \"253291\", \"253974\", \"260136\", \"260583\", \"261493\", \"261983\", \"269251\", \"270667\", \"271975\", \"277472\", \"280296\", \"283391\", \"284567\", \"293876\", \"294142\", \"307147\", \"310624\"]}","task_split":"paper_retrieval"} {"document_id":"11487","document_content":"# Data-Driven Market Segmentation in Hospitality Using Unsupervised Machine Learning\n## Categories\n- Machine Learning\n## Abstract\nWithin hospitality, marketing departments use segmentation to create tailored strategies to ensure personalized marketing. This study provides a data-driven approach by segmenting guest profiles via hierarchical clustering, based on an extensive set of features. The industry requires understandable outcomes that contribute to adaptability for marketing departments to make data-driven decisions and ultimately driving profit. A marketing department specified a business question that guides the unsupervised machine learning algorithm. Features of guests change over time; therefore, there is a probability that guests transition from one segment to another. The purpose of the study is to provide steps in the process from raw data to actionable insights, which serve as a guideline for how hospitality companies can adopt an algorithmic approach.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.02848v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"11582","document_content":"# On Semantic Cognition, Inductive Generalization, and Language Models\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nMy doctoral research focuses on understanding semantic knowledge in neural network models trained solely to predict natural language (referred to as language models, or LMs), by drawing on insights from the study of concepts and categories grounded in cognitive science. I propose a framework inspired by 'inductive reasoning,' a phenomenon that sheds light on how humans utilize background knowledge to make inductive leaps and generalize from new pieces of information about concepts and their properties. Drawing from experiments that study inductive reasoning, I propose to analyze semantic inductive generalization in LMs using phenomena observed in human-induction literature, investigate inductive behavior on tasks such as implicit reasoning and emergent feature recognition, and analyze and relate induction dynamics to the learned conceptual representation space.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.02603v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"51177\", \"119381\", \"168951\", \"171429\", \"181063\", \"192036\"]}","task_split":"paper_retrieval"} {"document_id":"11646","document_content":"# Panoptic 3D Scene Reconstruction From a Single RGB Image\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nUnderstanding 3D scenes from a single image is fundamental to a wide variety of tasks, such as for robotics, motion planning, or augmented reality. Existing works in 3D perception from a single RGB image tend to focus on geometric reconstruction only, or geometric reconstruction with semantic segmentation or instance segmentation. Inspired by 2D panoptic segmentation, we propose to unify the tasks of geometric reconstruction, 3D semantic segmentation, and 3D instance segmentation into the task of panoptic 3D scene reconstruction - from a single RGB image, predicting the complete geometric reconstruction of the scene in the camera frustum of the image, along with semantic and instance segmentations. We thus propose a new approach for holistic 3D scene understanding from a single RGB image which learns to lift and propagate 2D features from an input image to a 3D volumetric scene representation. We demonstrate that this holistic view of joint scene reconstruction, semantic, and instance segmentation is beneficial over treating the tasks independently, thus outperforming alternative approaches.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.02444v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"5910\", \"5930\", \"57154\", \"7348\"], \"outgoing_citations\": [\"83905\", \"86210\", \"99522\", \"109716\", \"128633\", \"133231\", \"133978\", \"134066\", \"136856\", \"139681\", \"150881\", \"153535\", \"171092\", \"179804\", \"182734\", \"188772\", \"196637\", \"198525\", \"205649\", \"206570\", \"206724\", \"212265\", \"222082\", \"236720\", \"237468\", \"238016\", \"242117\", \"246082\", \"246328\", \"249539\", \"255575\", \"279420\", \"295402\"]}","task_split":"paper_retrieval"} {"document_id":"11837","document_content":"# Automated, real-time hospital ICU emergency signaling: A field-level implementation\n## Categories\n- Computers and Society\n- Machine Learning\n## Abstract\nContemporary patient surveillance systems have streamlined central surveillance into the electronic health record interface. They are able to process the sheer volume of patient data by adopting machine learning approaches. However, these systems are not suitable for implementation in many hospitals, mostly in developing countries, with limited human, financial, and technological resources. Through conducting thorough research on intensive care facilities, we designed a novel central patient monitoring system and in this paper, we describe the working prototype of our system. The proposed prototype comprises of inexpensive peripherals and simplistic user interface. Our central patient monitoring system implements Kernel-based On-line Anomaly Detection (KOAD) algorithm for emergency event signaling. By evaluating continuous patient data, we show that the system is able to detect critical events in real-time reliably and has low false alarm rate.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.01999v1\", \"primary_category\": \"cs.CY\", \"categories\": [\"cs.LG\", \"cs.CY\"], \"primary_category_human_readable\": \"Computers and Society\", \"categories_human_readable\": [\"Machine Learning\", \"Computers and Society\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"11873","document_content":"# Deep learning for identification and face, gender, expression recognition under constraints\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nBiometric recognition based on the full face is an extensive research area. However, using only partially visible faces, such as in the case of veiled-persons, is a challenging task. Deep convolutional neural network (CNN) is used in this work to extract the features from veiled-person face images. We found that the sixth and the seventh fully connected layers, FC6 and FC7 respectively, in the structure of the VGG19 network provide robust features with each of these two layers containing 4096 features. The main objective of this work is to test the ability of deep learning based automated computer system to identify not only persons, but also to perform recognition of gender, age, and facial expressions such as eye smile. Our experimental results indicate that we obtain high accuracy for all the tasks. The best recorded accuracy values are up to 99.95% for identifying persons, 99.9% for gender recognition, 99.9% for age recognition and 80.9% for facial expression (eye smile) recognition.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.01930v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"133736\", \"139829\", \"206088\", \"208928\", \"212094\", \"213951\", \"234576\", \"255859\", \"275209\", \"295574\", \"297167\", \"303467\", \"306004\", \"312846\", \"317768\"]}","task_split":"paper_retrieval"} {"document_id":"12191","document_content":"# Interpretable and Explainable Machine Learning for Materials Science and Chemistry\n## Categories\n- Materials Science\n- Machine Learning\n## Abstract\nWhile the uptake of data-driven approaches for materials science and chemistry is at an exciting, early stage, to realise the true potential of machine learning models for successful scientific discovery, they must have qualities beyond purely predictive power. The predictions and inner workings of models should provide a certain degree of explainability by human experts, permitting the identification of potential model issues or limitations, building trust on model predictions and unveiling unexpected correlations that may lead to scientific insights. In this work, we summarize applications of interpretability and explainability techniques for materials science and chemistry and discuss how these techniques can improve the outcome of scientific studies. We discuss various challenges for interpretable machine learning in materials science and, more broadly, in scientific settings. In particular, we emphasize the risks of inferring causation or reaching generalization by purely interpreting machine learning models and the need of uncertainty estimates for model explanations. Finally, we showcase a number of exciting developments in other fields that could benefit interpretability in material science and chemistry problems.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1021\/accountsmr.1c00244\", \"primary_category\": \"cond-mat.mtrl-sci\", \"categories\": [\"cond-mat.mtrl-sci\", \"cs.LG\"], \"primary_category_human_readable\": \"Materials Science\", \"categories_human_readable\": [\"Materials Science\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"32386\", \"209271\", \"250247\", \"263098\", \"290677\"]}","task_split":"paper_retrieval"} {"document_id":"12199","document_content":"# With a Little Help from my Temporal Context: Multimodal Egocentric Action Recognition\n## Categories\n- Computer Vision and Pattern Recognition\n- Sound\n- Audio and Speech Processing\n## Abstract\nIn egocentric videos, actions occur in quick succession. We capitalise on the action's temporal context and propose a method that learns to attend to surrounding actions in order to improve recognition performance. To incorporate the temporal context, we propose a transformer-based multimodal model that ingests video and audio as input modalities, with an explicit language model providing action sequence context to enhance the predictions. We test our approach on EPIC-KITCHENS and EGTEA datasets reporting state-of-the-art performance. Our ablations showcase the advantage of utilising temporal context as well as incorporating audio input modality and language model to rescore predictions. Code and models at: https:\/\/github.com\/ekazakos\/MTCN.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.01024v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.SD\", \"eess.AS\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Sound\", \"Audio and Speech Processing\"], \"incoming_citations\": [\"4582\"], \"outgoing_citations\": [\"38350\", \"43012\", \"43276\", \"53978\", \"54820\", \"55636\", \"59838\", \"65062\", \"65208\", \"70426\", \"74195\", \"82059\", \"88384\", \"89560\", \"105283\", \"110469\", \"110610\", \"116568\", \"121785\", \"136352\", \"145455\", \"145835\", \"151919\", \"152275\", \"166787\", \"170617\", \"172394\", \"180920\", \"183677\", \"185249\", \"191371\", \"192531\", \"203727\", \"206227\", \"206525\", \"206940\", \"207542\", \"209299\", \"222771\", \"227837\", \"236377\", \"239884\", \"248813\", \"249567\", \"266053\", \"287286\", \"302126\", \"307547\", \"308468\", \"311470\", \"320202\"]}","task_split":"paper_retrieval"} {"document_id":"12360","document_content":"# VSEC: Transformer-based Model for Vietnamese Spelling Correction\n## Categories\n- Computation and Language\n## Abstract\nSpelling error correction is one of topics which have a long history in natural language processing. Although previous studies have achieved remarkable results, challenges still exist. In the Vietnamese language, a state-of-the-art method for the task infers a syllable's context from its adjacent syllables. The method's accuracy can be unsatisfactory, however, because the model may lose the context if two (or more) spelling mistakes stand near each other. In this paper, we propose a novel method to correct Vietnamese spelling errors. We tackle the problems of mistyped errors and misspelled errors by using a deep learning model. The embedding layer, in particular, is powered by the byte pair encoding technique. The sequence to sequence model based on the Transformer architecture makes our approach different from the previous works on the same problem. In the experiment, we train the model with a large synthetic dataset, which is randomly introduced spelling errors. We test the performance of the proposed method using a realistic dataset. This dataset contains 11,202 human-made misspellings in 9,341 different Vietnamese sentences. The experimental results show that our method achieves encouraging performance with 86.8% errors detected and 81.5% errors corrected, which improves the state-of-the-art approach 5.6% and 2.2%, respectively.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.00640v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"202018\", \"265903\"]}","task_split":"paper_retrieval"} {"document_id":"12392","document_content":"# Data Breaches in Healthcare Security Systems\n## Categories\n- Cryptography and Security\n## Abstract\nProviding security to Health Information is considered to be the topmost priority when compared to any other field. After the digitalization of the patient's records in the medical field, the healthcare\/medical field has become a victim of several internal and external cyberattacks. Data breaches in the healthcare industry have been increasing rapidly. Despite having security standards such as HIPAA (Health Insurance Portability and Accountability Act), data breaches still happen on a daily basis. All various types of data breaches have the same harmful impact on healthcare data, especially on patients' privacy. The main objective of this paper is to analyze why healthcare data breaches occur and what is the impact of these breaches. The paper also presents the possible improvements that can be made in the current standards, such as HIPAA, to increase security in the healthcare field.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.00582v3\", \"primary_category\": \"cs.CR\", \"categories\": [\"cs.CR\"], \"primary_category_human_readable\": \"Cryptography and Security\", \"categories_human_readable\": [\"Cryptography and Security\"], \"incoming_citations\": [], \"outgoing_citations\": [\"46598\", \"358636\"]}","task_split":"paper_retrieval"} {"document_id":"12497","document_content":"# Causal Discovery in Linear Structural Causal Models with Deterministic Relations\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Information Theory\n- Information Theory\n## Abstract\nLinear structural causal models (SCMs) -- in which each observed variable is generated by a subset of the other observed variables as well as a subset of the exogenous sources -- are pervasive in causal inference and casual discovery. However, for the task of causal discovery, existing work almost exclusively focus on the submodel where each observed variable is associated with a distinct source with non-zero variance. This results in the restriction that no observed variable can deterministically depend on other observed variables or latent confounders. In this paper, we extend the results on structure learning by focusing on a subclass of linear SCMs which do not have this property, i.e., models in which observed variables can be causally affected by any subset of the sources, and are allowed to be a deterministic function of other observed variables or latent confounders. This allows for a more realistic modeling of influence or information propagation in systems. We focus on the task of causal discovery form observational data generated from a member of this subclass. We derive a set of necessary and sufficient conditions for unique identifiability of the causal structure. To the best of our knowledge, this is the first work that gives identifiability results for causal discovery under both latent confounding and deterministic relationships. Further, we propose an algorithm for recovering the underlying causal structure when the aforementioned conditions are satisfied. We validate our theoretical results both on synthetic and real datasets.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.00341v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.IT\", \"math.IT\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Information Theory\", \"Information Theory\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"172217\", \"313385\", \"360719\"]}","task_split":"paper_retrieval"} {"document_id":"12522","document_content":"# EventNarrative: A large-scale Event-centric Dataset for Knowledge Graph-to-Text Generation\n## Categories\n- Computation and Language\n## Abstract\nWe introduce EventNarrative, a knowledge graph-to-text dataset from publicly available open-world knowledge graphs. Given the recent advances in event-driven Information Extraction (IE), and that prior research on graph-to-text only focused on entity-driven KGs, this paper focuses on event-centric data. However, our data generation system can still be adapted to other other types of KG data. Existing large-scale datasets in the graph-to-text area are non-parallel, meaning there is a large disconnect between the KGs and text. The datasets that have a paired KG and text, are small scale and manually generated or generated without a rich ontology, making the corresponding graphs sparse. Furthermore, these datasets contain many unlinked entities between their KG and text pairs. EventNarrative consists of approximately 230,000 graphs and their corresponding natural language text, 6 times larger than the current largest parallel dataset. It makes use of a rich ontology, all of the KGs entities are linked to the text, and our manual annotations confirm a high data quality. Our aim is two-fold: help break new ground in event-centric research where data is lacking, and to give researchers a well-defined, large-scale dataset in order to better evaluate existing and future knowledge graph-to-text models. We also evaluate two types of baseline on EventNarrative: a graph-to-text specific model and two state-of-the-art language models, which previous work has shown to be adaptable to the knowledge graph-to-text domain.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.00276v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"134\"], \"outgoing_citations\": [\"34349\", \"56522\", \"62199\", \"111610\", \"120247\", \"128398\", \"129168\", \"139463\", \"152920\", \"158668\", \"167167\", \"185370\", \"192332\", \"201341\", \"219022\", \"219946\", \"220723\", \"227492\", \"235814\", \"244479\", \"283971\", \"295920\", \"298016\", \"307223\", \"311423\", \"321493\"]}","task_split":"paper_retrieval"} {"document_id":"12548","document_content":"# Use of machine learning in geriatric clinical care for chronic diseases: a systematic literature review\n## Categories\n- Signal Processing\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nObjectives-Geriatric clinical care is a multidisciplinary assessment designed to evaluate older patients (age 65 years and above) functional ability, physical health, and cognitive wellbeing. The majority of these patients suffer from multiple chronic conditions and require special attention. Recently, hospitals utilize various artificial intelligence (AI) systems to improve care for elderly patients. The purpose of this systematic literature review is to understand the current use of AI systems, particularly machine learning (ML), in geriatric clinical care for chronic diseases. Materials and Methods-We restricted our search to eight databases, namely PubMed, WorldCat, MEDLINE, ProQuest, ScienceDirect, SpringerLink, Wiley, and ERIC, to analyze research articles published in English between January 2010 and June 2019. We focused on studies that used ML algorithms in the care of geriatrics patients with chronic conditions. Results-We identified 35 eligible studies and classified in three groups-psychological disorder (n=22), eye diseases (n=6), and others (n=7). This review identified the lack of standardized ML evaluation metrics and the need for data governance specific to health care applications. Conclusion- More studies and ML standardization tailored to health care applications are required to confirm whether ML could aid in improving geriatric clinical care.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1093\/jamiaopen\/ooaa034\", \"primary_category\": \"eess.SP\", \"categories\": [\"cs.AI\", \"cs.LG\", \"eess.SP\"], \"primary_category_human_readable\": \"Signal Processing\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Machine Learning\", \"Signal Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"149834\"]}","task_split":"paper_retrieval"} {"document_id":"12551","document_content":"# Unpaired Learning for High Dynamic Range Image Tone Mapping\n## Categories\n- Image and Video Processing\n- Machine Learning\n- Computer Vision and Pattern Recognition\n## Abstract\nHigh dynamic range (HDR) photography is becoming increasingly popular and available by DSLR and mobile-phone cameras. While deep neural networks (DNN) have greatly impacted other domains of image manipulation, their use for HDR tone-mapping is limited due to the lack of a definite notion of ground-truth solution, which is needed for producing training data. In this paper we describe a new tone-mapping approach guided by the distinct goal of producing low dynamic range (LDR) renditions that best reproduce the visual characteristics of native LDR images. This goal enables the use of an unpaired adversarial training based on unrelated sets of HDR and LDR images, both of which are widely available and easy to acquire. In order to achieve an effective training under this minimal requirements, we introduce the following new steps and components: (i) a range-normalizing pre-process which estimates and applies a different level of curve-based compression, (ii) a loss that preserves the input content while allowing the network to achieve its goal, and (iii) the use of a more concise discriminator network, designed to promote the reproduction of low-level attributes native LDR possess. Evaluation of the resulting network demonstrates its ability to produce photo-realistic artifact-free tone-mapped images, and state-of-the-art performance on different image fidelity indices and visual distances.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.00219v1\", \"primary_category\": \"eess.IV\", \"categories\": [\"eess.IV\", \"cs.LG\", \"cs.CV\"], \"primary_category_human_readable\": \"Image and Video Processing\", \"categories_human_readable\": [\"Image and Video Processing\", \"Machine Learning\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"146514\", \"172113\", \"180400\", \"239574\", \"248731\", \"259863\", \"261627\"]}","task_split":"paper_retrieval"} {"document_id":"12587","document_content":"# Pseudo-Labeling for Massively Multilingual Speech Recognition\n## Categories\n- Computation and Language\n- Sound\n- Audio and Speech Processing\n## Abstract\nSemi-supervised learning through pseudo-labeling has become a staple of state-of-the-art monolingual speech recognition systems. In this work, we extend pseudo-labeling to massively multilingual speech recognition with 60 languages. We propose a simple pseudo-labeling recipe that works well even with low-resource languages: train a supervised multilingual model, fine-tune it with semi-supervised learning on a target language, generate pseudo-labels for that language, and train a final model using pseudo-labels for all languages, either from scratch or by fine-tuning. Experiments on the labeled Common Voice and unlabeled VoxPopuli datasets show that our recipe can yield a model with better performance for many languages that also transfers well to LibriSpeech.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.00161v3\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.SD\", \"eess.AS\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Sound\", \"Audio and Speech Processing\"], \"incoming_citations\": [\"17765\"], \"outgoing_citations\": [\"27578\", \"41603\", \"44362\", \"77367\", \"92204\", \"92302\", \"92353\", \"92775\", \"113832\", \"116282\", \"124040\", \"124174\", \"126512\", \"151274\", \"155439\", \"165878\", \"167320\", \"189849\", \"192389\", \"209096\", \"209901\", \"215470\", \"239884\", \"250653\", \"251358\", \"308468\", \"310601\", \"352346\"]}","task_split":"paper_retrieval"} {"document_id":"12778","document_content":"# BiC-Net: Learning Efficient Spatio-Temporal Relation for Text-Video Retrieval\n## Categories\n- Computer Vision and Pattern Recognition\n- Information Retrieval\n## Abstract\nThe task of text-video retrieval aims to understand the correspondence between language and vision, has gained increasing attention in recent years. Previous studies either adopt off-the-shelf 2D\/3D-CNN and then use average\/max pooling to directly capture spatial features with aggregated temporal information as global video embeddings, or introduce graph-based models and expert knowledge to learn local spatial-temporal relations. However, the existing methods have two limitations: 1) The global video representations learn video temporal information in a simple average\/max pooling manner and do not fully explore the temporal information between every two frames. 2) The graph-based local video representations are handcrafted, it depends heavily on expert knowledge and empirical feedback, which may not be able to effectively mine the higher-level fine-grained visual relations. These limitations result in their inability to distinguish videos with the same visual components but with different relations. To solve this problem, we propose a novel cross-modal retrieval framework, Bi-Branch Complementary Network (BiC-Net), which modifies transformer architecture to effectively bridge text-video modalities in a complementary manner via combining local spatial-temporal relation and global temporal information. Specifically, local video representations are encoded using multiple transformer blocks and additional residual blocks to learn spatio-temporal relation features, calling the module a Spatio-Temporal Residual transformer (SRT). Meanwhile, Global video representations are encoded using a multi-layer transformer block to learn global temporal features. Finally, we align the spatio-temporal relation and global temporal features with the text feature on two embedding spaces for cross-modal text-video retrieval.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.15609v3\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.IR\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Information Retrieval\"], \"incoming_citations\": [], \"outgoing_citations\": [\"33374\", \"40597\", \"54595\", \"55118\", \"58876\", \"60135\", \"69945\", \"70426\", \"84992\", \"89825\", \"96230\", \"101354\", \"110610\", \"111415\", \"114022\", \"118223\", \"118354\", \"139259\", \"151327\", \"172394\", \"173627\", \"181897\", \"189395\", \"217562\", \"221984\", \"229179\", \"236468\", \"256883\", \"266053\", \"270325\", \"313435\"]}","task_split":"paper_retrieval"} {"document_id":"12817","document_content":"# Towards Tractable Mathematical Reasoning: Challenges, Strategies, and Opportunities for Solving Math Word Problems\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nMathematical reasoning would be one of the next frontiers for artificial intelligence to make significant progress. The ongoing surge to solve math word problems (MWPs) and hence achieve better mathematical reasoning ability would continue to be a key line of research in the coming time. We inspect non-neural and neural methods to solve math word problems narrated in a natural language. We also highlight the ability of these methods to be generalizable, mathematically reasonable, interpretable, and explainable. Neural approaches dominate the current state of the art, and we survey them highlighting three strategies to MWP solving: (1) direct answer generation, (2) expression tree generation for inferring answers, and (3) template retrieval for answer computation. Moreover, we discuss technological approaches, review the evolution of intuitive design choices to solve MWPs, and examine them for mathematical reasoning ability. We finally identify several gaps that warrant the need for external knowledge and knowledge-infused learning, among several other opportunities in solving MWPs.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2111.05364v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"31848\", \"35236\", \"37796\", \"38612\", \"45526\", \"57181\", \"63475\", \"64908\", \"78252\", \"79536\", \"93618\", \"94434\", \"96310\", \"96833\", \"98821\", \"128041\", \"143992\", \"153185\", \"157885\", \"161625\", \"183403\", \"188123\", \"192616\", \"231479\", \"233912\", \"238788\", \"246516\", \"266702\", \"278863\"]}","task_split":"paper_retrieval"} {"document_id":"12824","document_content":"# Topological Relational Learning on Graphs\n## Categories\n- Machine Learning\n## Abstract\nGraph neural networks (GNNs) have emerged as a powerful tool for graph classification and representation learning. However, GNNs tend to suffer from over-smoothing problems and are vulnerable to graph perturbations. To address these challenges, we propose a novel topological neural framework of topological relational inference (TRI) which allows for integrating higher-order graph information to GNNs and for systematically learning a local graph structure. The key idea is to rewire the original graph by using the persistent homology of the small neighborhoods of nodes and then to incorporate the extracted topological summaries as the side information into the local algorithm. As a result, the new framework enables us to harness both the conventional information on the graph structure and information on the graph higher order topological properties. We derive theoretical stability guarantees for the new local topological representation and discuss their implications on the graph algebraic connectivity. The experimental results on node classification tasks demonstrate that the new TRI-GNN outperforms all 14 state-of-the-art baselines on 6 out 7 graphs and exhibit higher robustness to perturbations, yielding up to 10\\% better performance under noisy scenarios.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.15529v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"62653\", \"76233\", \"92250\", \"102283\", \"109065\", \"111211\", \"118292\", \"120210\", \"123835\", \"139815\", \"141927\", \"160051\", \"168172\", \"174492\", \"182665\", \"184856\", \"186164\", \"187085\", \"188300\", \"188700\", \"189673\", \"195676\", \"196521\", \"203910\", \"204706\", \"206470\", \"214311\", \"218016\", \"221587\", \"229027\", \"240985\", \"242699\", \"243382\", \"253573\", \"279653\", \"308268\"]}","task_split":"paper_retrieval"} {"document_id":"12884","document_content":"# Vulnerability Characterization and Privacy Quantification for Cyber-Physical Systems\n## Categories\n- Cryptography and Security\n## Abstract\nCyber-physical systems (CPS) data privacy protection during sharing, aggregating, and publishing is a challenging problem. Several privacy protection mechanisms have been developed in the literature to protect sensitive data from adversarial analysis and eliminate the risk of re-identifying the original properties of shared data. However, most of the existing solutions have drawbacks, such as (i) lack of a proper vulnerability characterization model to accurately identify where privacy is needed, (ii) ignoring data providers privacy preference, (iii) using uniform privacy protection which may create inadequate privacy for some provider while overprotecting others, and (iv) lack of a comprehensive privacy quantification model assuring data privacy-preservation. To address these issues, we propose a personalized privacy preference framework by characterizing and quantifying the CPS vulnerabilities as well as ensuring privacy. First, we introduce a Standard Vulnerability Profiling Library (SVPL) by arranging the nodes of an energy-CPS from maximum to minimum vulnerable based on their privacy loss. Based on this model, we present our personalized privacy framework (PDP) in which Laplace noise is added based on the individual node's selected privacy preferences. Finally, combining these two proposed methods, we demonstrate that our privacy characterization and quantification model can attain better privacy preservation by eliminating the trade-off between privacy, utility, and risk of losing information.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.15417v2\", \"primary_category\": \"cs.CR\", \"categories\": [\"cs.CR\"], \"primary_category_human_readable\": \"Cryptography and Security\", \"categories_human_readable\": [\"Cryptography and Security\"], \"incoming_citations\": [], \"outgoing_citations\": [\"22125\", \"22128\", \"22133\", \"65058\", \"207072\"]}","task_split":"paper_retrieval"} {"document_id":"12897","document_content":"# Accelerating Robotic Reinforcement Learning via Parameterized Action Primitives\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Computer Vision and Pattern Recognition\n- Robotics\n## Abstract\nDespite the potential of reinforcement learning (RL) for building general-purpose robotic systems, training RL agents to solve robotics tasks still remains challenging due to the difficulty of exploration in purely continuous action spaces. Addressing this problem is an active area of research with the majority of focus on improving RL methods via better optimization or more efficient exploration. An alternate but important component to consider improving is the interface of the RL algorithm with the robot. In this work, we manually specify a library of robot action primitives (RAPS), parameterized with arguments that are learned by an RL policy. These parameterized primitives are expressive, simple to implement, enable efficient exploration and can be transferred across robots, tasks and environments. We perform a thorough empirical study across challenging tasks in three distinct domains with image input and a sparse terminal reward. We find that our simple change to the action interface substantially improves both the learning efficiency and task performance irrespective of the underlying RL algorithm, significantly outperforming prior methods which learn skills from offline expert data. Code and videos at https:\/\/mihdalal.github.io\/raps\/","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.15360v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.CV\", \"cs.RO\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Computer Vision and Pattern Recognition\", \"Robotics\"], \"incoming_citations\": [\"357157\", \"4134\", \"18176\", \"19003\"], \"outgoing_citations\": [\"18176\", \"59809\", \"60348\", \"82654\", \"84266\", \"85855\", \"86598\", \"87027\", \"88081\", \"91231\", \"92106\", \"96527\", \"98568\", \"115366\", \"125475\", \"127845\", \"131003\", \"152912\", \"159675\", \"160036\", \"164125\", \"164957\", \"177830\", \"179727\", \"180894\", \"195457\", \"196387\", \"196593\", \"213321\", \"214765\", \"223225\", \"226635\", \"231175\", \"241900\", \"252334\", \"272464\", \"284567\", \"303459\", \"307066\", \"315055\"]}","task_split":"paper_retrieval"} {"document_id":"12954","document_content":"# Towards Model Agnostic Federated Learning Using Knowledge Distillation\n## Categories\n- Machine Learning\n- Distributed, Parallel, and Cluster Computing\n- Optimization and Control\n- 68W40, 68W15, 90C25, 90C06\n- G.1.6; F.2.1; E.4\n## Abstract\nIs it possible to design an universal API for federated learning using which an ad-hoc group of data-holders (agents) collaborate with each other and perform federated learning? Such an API would necessarily need to be model-agnostic i.e. make no assumption about the model architecture being used by the agents, and also cannot rely on having representative public data at hand. Knowledge distillation (KD) is the obvious tool of choice to design such protocols. However, surprisingly, we show that most natural KD-based federated learning protocols have poor performance. To investigate this, we propose a new theoretical framework, Federated Kernel ridge regression, which can capture both model heterogeneity as well as data heterogeneity. Our analysis shows that the degradation is largely due to a fundamental limitation of knowledge distillation under data heterogeneity. We further validate our framework by analyzing and designing new protocols based on KD. Their performance on real world experiments using neural networks, though still unsatisfactory, closely matches our theoretical predictions.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.15210v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.DC\", \"math.OC\", \"stat.ML\", \"68W40, 68W15, 90C25, 90C06\", \"G.1.6; F.2.1; E.4\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Distributed, Parallel, and Cluster Computing\", \"Optimization and Control\", \"Machine Learning\", \"68W40, 68W15, 90C25, 90C06\", \"G.1.6; F.2.1; E.4\"], \"incoming_citations\": [], \"outgoing_citations\": [\"6786\", \"13893\", \"26780\", \"32634\", \"35424\", \"46940\", \"79809\", \"89048\", \"96223\", \"97129\", \"107082\", \"119091\", \"119873\", \"123758\", \"134225\", \"139315\", \"140332\", \"142405\", \"143263\", \"160301\", \"162023\", \"235592\", \"236228\", \"264787\", \"265677\", \"280506\"]}","task_split":"paper_retrieval"} {"document_id":"12973","document_content":"# Extracting Expert's Goals by What-if Interpretable Modeling\n## Categories\n- Machine Learning\n## Abstract\nAlthough reinforcement learning (RL) has tremendous success in many fields, applying RL to real-world settings such as healthcare is challenging when the reward is hard to specify and no exploration is allowed. In this work, we focus on recovering clinicians' rewards in treating patients. We incorporate the what-if reasoning to explain the clinician's treatments based on their potential future outcomes. We use generalized additive models (GAMs) - a class of accurate, interpretable models - to recover the reward. In both simulation and a real-world hospital dataset, we show our model outperforms baselines. Finally, our model's explanations match several clinical guidelines when treating patients while we found the commonly-used linear model often contradicts them.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.15165v3\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"13074","document_content":"# Hierarchical User Intent Graph Network forMultimedia Recommendation\n## Categories\n- Information Retrieval\n- Multimedia\n## Abstract\nIn this work, we aim to learn multi-level user intents from the co-interacted patterns of items, so as to obtain high-quality representations of users and items and further enhance the recommendation performance. Towards this end, we develop a novel framework, Hierarchical User Intent Graph Network, which exhibits user intents in a hierarchical graph structure, from the fine-grained to coarse-grained intents. In particular, we get the multi-level user intents by recursively performing two operations: 1) intra-level aggregation, which distills the signal pertinent to user intents from co-interacted item graphs; and 2) inter-level aggregation, which constitutes the supernode in higher levels to model coarser-grained user intents via gathering the nodes' representations in the lower ones. Then, we refine the user and item representations as a distribution over the discovered intents, instead of simple pre-existing features. To demonstrate the effectiveness of our model, we conducted extensive experiments on three public datasets. Our model achieves significant improvements over the state-of-the-art methods, including MMGCN and DisenGCN. Furthermore, by visualizing the item representations, we provide the semantics of user intents.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.14925v1\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.IR\", \"cs.MM\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Information Retrieval\", \"Multimedia\"], \"incoming_citations\": [], \"outgoing_citations\": [\"36039\", \"109072\", \"158823\", \"163363\", \"170062\", \"185557\", \"185616\", \"188507\", \"189630\", \"198364\", \"227067\", \"281431\", \"283649\", \"295221\", \"305418\"]}","task_split":"paper_retrieval"} {"document_id":"13124","document_content":"# Tractability from overparametrization: The example of the negative perceptron\n## Categories\n- Machine Learning\n- Probability\n- Statistics Theory\n- Statistics Theory\n## Abstract\nIn the negative perceptron problem we are given $n$ data points $({\\boldsymbol x}_i,y_i)$, where ${\\boldsymbol x}_i$ is a $d$-dimensional vector and $y_i\\in\\{+1,-1\\}$ is a binary label. The data are not linearly separable and hence we content ourselves to find a linear classifier with the largest possible \\emph{negative} margin. In other words, we want to find a unit norm vector ${\\boldsymbol \\theta}$ that maximizes $\\min_{i\\le n}y_i\\langle {\\boldsymbol \\theta},{\\boldsymbol x}_i\\rangle$. This is a non-convex optimization problem (it is equivalent to finding a maximum norm vector in a polytope), and we study its typical properties under two random models for the data. We consider the proportional asymptotics in which $n,d\\to \\infty$ with $n\/d\\to\\delta$, and prove upper and lower bounds on the maximum margin $\\kappa_{\\text{s}}(\\delta)$ or -- equivalently -- on its inverse function $\\delta_{\\text{s}}(\\kappa)$. In other words, $\\delta_{\\text{s}}(\\kappa)$ is the overparametrization threshold: for $n\/d\\le \\delta_{\\text{s}}(\\kappa)-\\varepsilon$ a classifier achieving vanishing training error exists with high probability, while for $n\/d\\ge \\delta_{\\text{s}}(\\kappa)+\\varepsilon$ it does not. Our bounds on $\\delta_{\\text{s}}(\\kappa)$ match to the leading order as $\\kappa\\to -\\infty$. We then analyze a linear programming algorithm to find a solution, and characterize the corresponding threshold $\\delta_{\\text{lin}}(\\kappa)$. We observe a gap between the interpolation threshold $\\delta_{\\text{s}}(\\kappa)$ and the linear programming threshold $\\delta_{\\text{lin}}(\\kappa)$, raising the question of the behavior of other algorithms.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.15824v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"math.PR\", \"math.ST\", \"stat.TH\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Probability\", \"Statistics Theory\", \"Statistics Theory\"], \"incoming_citations\": [\"90396\"], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"13197","document_content":"# Play to Grade: Testing Coding Games as Classifying Markov Decision Process\n## Categories\n- Artificial Intelligence\n- Computers and Society\n- Machine Learning\n## Abstract\nContemporary coding education often presents students with the task of developing programs that have user interaction and complex dynamic systems, such as mouse based games. While pedagogically compelling, there are no contemporary autonomous methods for providing feedback. Notably, interactive programs are impossible to grade by traditional unit tests. In this paper we formalize the challenge of providing feedback to interactive programs as a task of classifying Markov Decision Processes (MDPs). Each student's program fully specifies an MDP where the agent needs to operate and decide, under reasonable generalization, if the dynamics and reward model of the input MDP should be categorized as correct or broken. We demonstrate that by designing a cooperative objective between an agent and an autoregressive model, we can use the agent to sample differential trajectories from the input MDP that allows a classifier to determine membership: Play to Grade. Our method enables an automatic feedback system for interactive code assignments. We release a dataset of 711,274 anonymized student submissions to a single assignment with hand-coded bug labels to support future research.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.14615v2\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.CY\", \"cs.LG\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Computers and Society\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"60722\", \"139759\", \"152542\", \"184911\", \"194175\", \"197403\", \"200920\", \"201994\", \"206800\", \"207267\", \"219144\", \"241900\", \"257984\", \"261038\", \"266419\", \"296256\", \"299534\", \"305802\", \"310890\", \"312437\", \"356588\"]}","task_split":"paper_retrieval"} {"document_id":"13216","document_content":"# V-Learning -- A Simple, Efficient, Decentralized Algorithm for Multiagent RL\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Computer Science and Game Theory\n- Multiagent Systems\n## Abstract\nA major challenge of multiagent reinforcement learning (MARL) is the curse of multiagents, where the size of the joint action space scales exponentially with the number of agents. This remains to be a bottleneck for designing efficient MARL algorithms even in a basic scenario with finitely many states and actions. This paper resolves this challenge for the model of episodic Markov games. We design a new class of fully decentralized algorithms -- V-learning, which provably learns Nash equilibria (in the two-player zero-sum setting), correlated equilibria and coarse correlated equilibria (in the multiplayer general-sum setting) in a number of samples that only scales with $\\max_{i\\in[m]} A_i$, where $A_i$ is the number of actions for the $i^{\\rm th}$ player. This is in sharp contrast to the size of the joint action space which is $\\prod_{i=1}^m A_i$. V-learning (in its basic form) is a new class of single-agent RL algorithms that convert any adversarial bandit algorithm with suitable regret guarantees into a RL algorithm. Similar to the classical Q-learning algorithm, it performs incremental updates to the value functions. Different from Q-learning, it only maintains the estimates of V-values instead of Q-values. This key difference allows V-learning to achieve the claimed guarantees in the MARL setting by simply letting all agents run V-learning independently.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.14555v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.GT\", \"cs.MA\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Computer Science and Game Theory\", \"Multiagent Systems\", \"Machine Learning\"], \"incoming_citations\": [\"14875\", \"17173\", \"17934\", \"774\", \"2955\", \"7817\", \"25807\", \"29225\", \"42359\"], \"outgoing_citations\": [\"17186\", \"17934\", \"44240\", \"44607\", \"70657\", \"72233\", \"75971\", \"90678\", \"96808\", \"112031\", \"117042\", \"118109\", \"139382\", \"141799\", \"143087\", \"166489\", \"169677\", \"176464\", \"183013\", \"186457\", \"201891\", \"215222\", \"225125\", \"237193\", \"241037\", \"248557\", \"263576\", \"270826\", \"271358\", \"281635\", \"282884\", \"286910\", \"311433\", \"334172\"]}","task_split":"paper_retrieval"} {"document_id":"13297","document_content":"# Transfer learning with causal counterfactual reasoning in Decision Transformers\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nThe ability to adapt to changes in environmental contingencies is an important challenge in reinforcement learning. Indeed, transferring previously acquired knowledge to environments with unseen structural properties can greatly enhance the flexibility and efficiency by which novel optimal policies may be constructed. In this work, we study the problem of transfer learning under changes in the environment dynamics. In this study, we apply causal reasoning in the offline reinforcement learning setting to transfer a learned policy to new environments. Specifically, we use the Decision Transformer (DT) architecture to distill a new policy on the new environment. The DT is trained on data collected by performing policy rollouts on factual and counterfactual simulations from the source environment. We show that this mechanism can bootstrap a successful policy on the target environment while retaining most of the reward.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.14355v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"44986\", \"45297\", \"127099\", \"303049\"]}","task_split":"paper_retrieval"} {"document_id":"13315","document_content":"# Node-wise Localization of Graph Neural Networks\n## Categories\n- Machine Learning\n- Social and Information Networks\n## Abstract\nGraph neural networks (GNNs) emerge as a powerful family of representation learning models on graphs. To derive node representations, they utilize a global model that recursively aggregates information from the neighboring nodes. However, different nodes reside at different parts of the graph in different local contexts, making their distributions vary across the graph. Ideally, how a node receives its neighborhood information should be a function of its local context, to diverge from the global GNN model shared by all nodes. To utilize node locality without overfitting, we propose a node-wise localization of GNNs by accounting for both global and local aspects of the graph. Globally, all nodes on the graph depend on an underlying global GNN to encode the general patterns across the graph; locally, each node is localized into a unique model as a function of the global model and its local context. Finally, we conduct extensive experiments on four benchmark graphs, and consistently obtain promising performance surpassing the state-of-the-art GNNs.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.24963\/ijcai.2021\/210\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.SI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Social and Information Networks\"], \"incoming_citations\": [\"34086\", \"49630\"], \"outgoing_citations\": [\"114193\", \"142571\", \"162941\", \"166857\", \"178533\", \"210119\", \"228663\", \"244510\", \"255134\", \"255202\", \"295676\"]}","task_split":"paper_retrieval"} {"document_id":"13398","document_content":"# Meta-Knowledge Transfer for Inductive Knowledge Graph Embedding\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Computation and Language\n## Abstract\nKnowledge graphs (KGs) consisting of a large number of triples have become widespread recently, and many knowledge graph embedding (KGE) methods are proposed to embed entities and relations of a KG into continuous vector spaces. Such embedding methods simplify the operations of conducting various in-KG tasks (e.g., link prediction) and out-of-KG tasks (e.g., question answering). They can be viewed as general solutions for representing KGs. However, existing KGE methods are not applicable to inductive settings, where a model trained on source KGs will be tested on target KGs with entities unseen during model training. Existing works focusing on KGs in inductive settings can only solve the inductive relation prediction task. They can not handle other out-of-KG tasks as general as KGE methods since they don't produce embeddings for entities. In this paper, to achieve inductive knowledge graph embedding, we propose a model MorsE, which does not learn embeddings for entities but learns transferable meta-knowledge that can be used to produce entity embeddings. Such meta-knowledge is modeled by entity-independent modules and learned by meta-learning. Experimental results show that our model significantly outperforms corresponding baselines for in-KG and out-of-KG tasks in inductive settings.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.14170v3\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.CL\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"45140\", \"49630\", \"53346\", \"65004\", \"80138\", \"91601\", \"93121\", \"100979\", \"117926\", \"119358\", \"127546\", \"127923\", \"148680\", \"154289\", \"156074\", \"157481\", \"157487\", \"158668\", \"168182\", \"168575\", \"168796\", \"194274\", \"195502\", \"197408\", \"211596\", \"211788\", \"217754\", \"220131\", \"228663\", \"260644\", \"261577\", \"261989\", \"263488\", \"264533\", \"272929\", \"289972\", \"320035\"]}","task_split":"paper_retrieval"} {"document_id":"13410","document_content":"# Diversity Matters When Learning From Ensembles\n## Categories\n- Machine Learning\n## Abstract\nDeep ensembles excel in large-scale image classification tasks both in terms of prediction accuracy and calibration. Despite being simple to train, the computation and memory cost of deep ensembles limits their practicability. While some recent works propose to distill an ensemble model into a single model to reduce such costs, there is still a performance gap between the ensemble and distilled models. We propose a simple approach for reducing this gap, i.e., making the distilled performance close to the full ensemble. Our key assumption is that a distilled model should absorb as much function diversity inside the ensemble as possible. We first empirically show that the typical distillation procedure does not effectively transfer such diversity, especially for complex models that achieve near-zero training error. To fix this, we propose a perturbation strategy for distillation that reveals diversity by seeking inputs for which ensemble member outputs disagree. We empirically show that a model distilled with such perturbed samples indeed exhibits enhanced diversity, leading to improved performance.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.14149v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [\"18291\"], \"outgoing_citations\": [\"94530\", \"136707\", \"141103\", \"141948\", \"142075\", \"147272\", \"152551\", \"163574\", \"182179\", \"188296\", \"240363\", \"263687\", \"314929\"]}","task_split":"paper_retrieval"} {"document_id":"13426","document_content":"# Object-Aware Regularization for Addressing Causal Confusion in Imitation Learning\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nBehavioral cloning has proven to be effective for learning sequential decision-making policies from expert demonstrations. However, behavioral cloning often suffers from the causal confusion problem where a policy relies on the noticeable effect of expert actions due to the strong correlation but not the cause we desire. This paper presents Object-aware REgularizatiOn (OREO), a simple technique that regularizes an imitation policy in an object-aware manner. Our main idea is to encourage a policy to uniformly attend to all semantic objects, in order to prevent the policy from exploiting nuisance variables strongly correlated with expert actions. To this end, we introduce a two-stage approach: (a) we extract semantic objects from images by utilizing discrete codes from a vector-quantized variational autoencoder, and (b) we randomly drop the units that share the same discrete code together, i.e., masking out semantic objects. Our experiments demonstrate that OREO significantly improves the performance of behavioral cloning, outperforming various other regularization and causality-based methods on a variety of Atari environments and a self-driving CARLA environment. We also show that our method even outperforms inverse reinforcement learning methods trained with a considerable amount of environment interaction.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.14118v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"61341\", \"90726\", \"127845\", \"128392\", \"132207\", \"154589\", \"155989\", \"165238\", \"176738\", \"183941\", \"184304\", \"189835\", \"196770\", \"200942\", \"205913\", \"206814\", \"208041\", \"212301\", \"225289\", \"230067\", \"230068\", \"234517\", \"248417\", \"253953\", \"257968\", \"265829\", \"271937\", \"272501\", \"278175\", \"290679\", \"291800\", \"293864\", \"317817\", \"327996\", \"356201\"]}","task_split":"paper_retrieval"} {"document_id":"13441","document_content":"# Connect-the-Dots: Bridging Semantics between Words and Definitions via Aligning Word Sense Inventories\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nWord Sense Disambiguation (WSD) aims to automatically identify the exact meaning of one word according to its context. Existing supervised models struggle to make correct predictions on rare word senses due to limited training data and can only select the best definition sentence from one predefined word sense inventory (e.g., WordNet). To address the data sparsity problem and generalize the model to be independent of one predefined inventory, we propose a gloss alignment algorithm that can align definition sentences (glosses) with the same meaning from different sense inventories to collect rich lexical knowledge. We then train a model to identify semantic equivalence between a target word in context and one of its glosses using these aligned inventories, which exhibits strong transfer capability to many WSD tasks. Experiments on benchmark datasets show that the proposed method improves predictions on both frequent and rare word senses, outperforming prior work by 1.2% on the All-Words WSD Task and 4.3% on the Low-Shot WSD Task. Evaluation on WiC Task also indicates that our method can better capture word meanings in context.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.14091v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"69065\", \"98728\", \"126763\", \"167753\", \"170992\", \"171633\", \"179267\", \"188123\", \"220098\", \"231258\"]}","task_split":"paper_retrieval"} {"document_id":"13561","document_content":"# DPCOVID: Privacy-Preserving Federated Covid-19 Detection\n## Categories\n- Cryptography and Security\n- Machine Learning\n- Image and Video Processing\n- Computer Vision and Pattern Recognition\n## Abstract\nCoronavirus (COVID-19) has shown an unprecedented global crisis by the detrimental effect on the global economy and health. The number of COVID-19 cases has been rapidly increasing, and there is no sign of stopping. It leads to a severe shortage of test kits and accurate detection models. A recent study demonstrated that the chest X-ray radiography outperformed laboratory testing in COVID-19 detection. Therefore, using chest X-ray radiography analysis can help to screen suspected COVID-19 cases at an early stage. Moreover, the patient data is sensitive, and it must be protected to avoid revealing through model updates and reconstruction from the malicious attacker. In this paper, we present a privacy-preserving Federated Learning system for COVID-19 detection based on chest X-ray images. First, a Federated Learning system is constructed from chest X-ray images. The main idea is to build a decentralized model across multiple hospitals without sharing data among hospitals. Second, we first show that the accuracy of Federated Learning for COVID-19 identification reduces significantly for Non-IID data. We then propose a strategy to improve model's accuracy on Non-IID COVID-19 data by increasing the total number of clients, parallelism (client fraction), and computation per client. Finally, we apply a Differential Privacy Stochastic Gradient Descent (DP-SGD) to enhance the preserving of patient data privacy for our Federated Learning model. A strategy is also proposed to keep the robustness of Federated Learning to ensure the security and accuracy of the model.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.13760v1\", \"primary_category\": \"cs.CR\", \"categories\": [\"cs.LG\", \"eess.IV\", \"cs.CR\", \"cs.CV\"], \"primary_category_human_readable\": \"Cryptography and Security\", \"categories_human_readable\": [\"Machine Learning\", \"Image and Video Processing\", \"Cryptography and Security\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"84636\", \"98443\", \"112927\", \"114133\", \"134340\", \"134930\", \"135550\", \"179698\", \"207491\", \"232524\", \"329116\"]}","task_split":"paper_retrieval"} {"document_id":"13801","document_content":"# Variational framework for partially-measured physical system control: examples of vision neuroscience and optical random media\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Image and Video Processing\n## Abstract\nTo characterize a physical system to behave as desired, either its underlying governing rules must be known a priori or the system itself be accurately measured. The complexity of full measurements of the system scales with its size. When exposed to real-world conditions, such as perturbations or time-varying settings, the system calibrated for a fixed working condition might require non-trivial re-calibration, a process that could be prohibitively expensive, inefficient and impractical for real-world use cases. In this work, we propose a learning procedure to obtain a desired target output from a physical system. We use Variational Auto-Encoders (VAE) to provide a generative model of the system function and use this model to obtain the required input of the system that produces the target output. We showcase the applicability of our method for two datasets in optical physics and neuroscience.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.13228v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"eess.IV\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Image and Video Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"215653\", \"227734\", \"248906\", \"266587\"]}","task_split":"paper_retrieval"} {"document_id":"13883","document_content":"# Shape and Reflectance Reconstruction in Uncontrolled Environments by Differentiable Rendering\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nSimultaneous reconstruction of geometry and reflectance properties in uncontrolled environments remains a challenging problem. In this paper, we propose an efficient method to reconstruct the scene's 3D geometry and reflectance from multi-view photography using conventional hand-held cameras. Our method automatically builds a virtual scene in a differentiable rendering system that roughly matches the real world's scene parameters, optimized by minimizing photometric objectives alternatingly and stochastically. With the optimal scene parameters evaluated, photo-realistic novel views for various viewing angles and distances can then be generated by our approach. We present the results of captured scenes with complex geometry and various reflection types. Our method also shows superior performance compared to state-of-the-art alternatives in novel view synthesis visually and quantitatively.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.12975v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"60069\", \"60902\", \"82893\", \"83084\", \"110269\", \"117600\", \"124705\", \"147179\", \"150515\", \"151894\", \"160894\", \"180284\", \"182539\", \"187386\", \"187991\", \"188170\", \"188623\", \"191545\", \"192520\", \"192689\", \"207490\", \"210367\", \"232672\", \"235794\", \"286320\"]}","task_split":"paper_retrieval"} {"document_id":"13933","document_content":"# Domain Adaptation in Multi-View Embedding for Cross-Modal Video Retrieval\n## Categories\n- Computer Vision and Pattern Recognition\n- Machine Learning\n## Abstract\nGiven a gallery of uncaptioned video sequences, this paper considers the task of retrieving videos based on their relevance to an unseen text query. To compensate for the lack of annotations, we rely instead on a related video gallery composed of video-caption pairs, termed the source gallery, albeit with a domain gap between its videos and those in the target gallery. We thus introduce the problem of Unsupervised Domain Adaptation for Cross-modal Video Retrieval, along with a new benchmark on fine-grained actions. We propose a novel iterative domain alignment method by means of pseudo-labelling target videos and cross-domain (i.e. source-target) ranking. Our approach adapts the embedding space to the target gallery, consistently outperforming source-only as well as marginal and conditional alignment methods.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.12812v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.LG\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Machine Learning\"], \"incoming_citations\": [\"1081\"], \"outgoing_citations\": [\"45139\", \"54595\", \"55847\", \"59465\", \"62318\", \"69945\", \"93326\", \"101354\", \"110610\", \"138320\", \"139259\", \"145455\", \"148380\", \"151327\", \"155791\", \"170617\", \"172394\", \"173627\", \"173678\", \"173856\", \"181897\", \"189030\", \"190980\", \"191383\", \"193956\", \"196009\", \"203998\", \"204141\", \"208749\", \"209240\", \"234087\", \"236468\", \"237579\", \"249988\", \"265083\", \"265386\", \"272917\", \"288929\", \"303011\", \"303155\", \"306520\"]}","task_split":"paper_retrieval"} {"document_id":"13952","document_content":"# A Deep Reinforcement Learning Approach for Audio-based Navigation and Audio Source Localization in Multi-speaker Environments\n## Categories\n- Sound\n- Audio and Speech Processing\n- Machine Learning\n## Abstract\nIn this work we apply deep reinforcement learning to the problems of navigating a three-dimensional environment and inferring the locations of human speaker audio sources within, in the case where the only available information is the raw sound from the environment, as a simulated human listener placed in the environment would hear it. For this purpose we create two virtual environments using the Unity game engine, one presenting an audio-based navigation problem and one presenting an audio source localization problem. We also create an autonomous agent based on PPO online reinforcement learning algorithm and attempt to train it to solve these environments. Our experiments show that our agent achieves adequate performance and generalization ability in both environments, measured by quantitative metrics, even when a limited amount of training data are available or the environment parameters shift in ways not encountered during training. We also show that a degree of agent knowledge transfer is possible between the environments.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.12778v3\", \"primary_category\": \"cs.SD\", \"categories\": [\"eess.AS\", \"cs.LG\", \"cs.SD\"], \"primary_category_human_readable\": \"Sound\", \"categories_human_readable\": [\"Audio and Speech Processing\", \"Machine Learning\", \"Sound\"], \"incoming_citations\": [], \"outgoing_citations\": [\"21298\", \"37438\", \"50519\", \"98682\", \"156378\", \"186927\", \"218770\", \"222993\", \"247650\", \"248736\", \"293071\", \"356201\"]}","task_split":"paper_retrieval"} {"document_id":"14068","document_content":"# Understanding the World Through Action\n## Categories\n- Machine Learning\n## Abstract\nThe recent history of machine learning research has taught us that machine learning methods can be most effective when they are provided with very large, high-capacity models, and trained on very large and diverse datasets. This has spurred the community to search for ways to remove any bottlenecks to scale. Often the foremost among such bottlenecks is the need for human effort, including the effort of curating and labeling datasets. As a result, considerable attention in recent years has been devoted to utilizing unlabeled data, which can be collected in vast quantities. However, some of the most widely used methods for training on such unlabeled data themselves require human-designed objective functions that must correlate in some meaningful way to downstream tasks. I will argue that a general, principled, and powerful framework for utilizing unlabeled data can be derived from reinforcement learning, using general purpose unsupervised or self-supervised reinforcement learning objectives in concert with offline reinforcement learning methods that can leverage large datasets. I will discuss how such a procedure is more closely aligned with potential downstream tasks, and how it could build on existing techniques that have been developed in recent years.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.12543v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [\"343094\"], \"outgoing_citations\": [\"54546\", \"55721\", \"56552\", \"77736\", \"86305\", \"90884\", \"118157\", \"120201\", \"127099\", \"177830\", \"182796\", \"195849\", \"208351\", \"226635\", \"240918\", \"241900\", \"279790\", \"291025\", \"295435\", \"339382\"]}","task_split":"paper_retrieval"} {"document_id":"14126","document_content":"# Improved Goal Oriented Dialogue via Utterance Generation and Look Ahead\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nGoal oriented dialogue systems have become a prominent customer-care interaction channel for most businesses. However, not all interactions are smooth, and customer intent misunderstanding is a major cause of dialogue failure. We show that intent prediction can be improved by training a deep text-to-text neural model to generate successive user utterances from unlabeled dialogue data. For that, we define a multi-task training regime that utilizes successive user-utterance generation to improve the intent prediction. Our approach achieves the reported improvement due to two complementary factors: First, it uses a large amount of unlabeled dialogue data for an auxiliary generation task. Second, it uses the generated user utterance as an additional signal for the intent prediction model. Lastly, we present a novel look-ahead approach that uses user utterance generation to improve intent prediction in inference time. Specifically, we generate counterfactual successive user utterances for conversations with ambiguous predicted intents, and disambiguate the prediction by reassessing the concatenated sequence of available and generated utterances.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.12412v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"91687\", \"96643\", \"150131\", \"150360\", \"157123\", \"167138\", \"173940\", \"197154\", \"207522\", \"216019\", \"216953\", \"219937\", \"231668\", \"247467\", \"251348\", \"258160\", \"277773\", \"285317\", \"289260\", \"294144\"]}","task_split":"paper_retrieval"} {"document_id":"14352","document_content":"# Graph Filtration Kernels\n## Categories\n- Machine Learning\n## Abstract\nThe majority of popular graph kernels is based on the concept of Haussler's $\\mathcal{R}$-convolution kernel and defines graph similarities in terms of mutual substructures. In this work, we enrich these similarity measures by considering graph filtrations: Using meaningful orders on the set of edges, which allow to construct a sequence of nested graphs, we can consider a graph at multiple granularities. For one thing, this provides access to features on different levels of resolution. Furthermore, rather than to simply compare frequencies of features in graphs, it allows for their comparison in terms of when and for how long they exist in the sequences. In this work, we propose a family of graph kernels that incorporate these existence intervals of features. While our approach can be applied to arbitrary graph features, we particularly highlight Weisfeiler-Lehman vertex labels, leading to efficient kernels. We show that using Weisfeiler-Lehman labels over certain filtrations strictly increases the expressive power over the ordinary Weisfeiler-Lehman procedure in terms of deciding graph isomorphism. In fact, this result directly yields more powerful graph kernels based on such features and has implications to graph neural networks due to their close relationship to the Weisfeiler-Lehman method. We empirically validate the expressive power of our graph kernels and show significant improvements over state-of-the-art graph kernels in terms of predictive performance on various real-world benchmark datasets.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.11862v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"42645\", \"49956\", \"88420\", \"103085\", \"111508\", \"118201\", \"175310\", \"192622\", \"193372\", \"196221\", \"200627\", \"215435\", \"229066\", \"291213\", \"319946\"]}","task_split":"paper_retrieval"} {"document_id":"14600","document_content":"# Video and Text Matching with Conditioned Embeddings\n## Categories\n- Computer Vision and Pattern Recognition\n- Information Retrieval\n## Abstract\nWe present a method for matching a text sentence from a given corpus to a given video clip and vice versa. Traditionally video and text matching is done by learning a shared embedding space and the encoding of one modality is independent of the other. In this work, we encode the dataset data in a way that takes into account the query's relevant information. The power of the method is demonstrated to arise from pooling the interaction data between words and frames. Since the encoding of the video clip depends on the sentence compared to it, the representation needs to be recomputed for each potential match. To this end, we propose an efficient shallow neural network. Its training employs a hierarchical triplet loss that is extendable to paragraph\/video matching. The method is simple, provides explainability, and achieves state-of-the-art results for both sentence-clip and video-text by a sizable margin across five different datasets: ActivityNet, DiDeMo, YouCook2, MSR-VTT, and LSMDC. We also show that our conditioned representation can be transferred to video-guided machine translation, where we improved the current results on VATEX. Source code is available at https:\/\/github.com\/AmeenAli\/VideoMatch.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.11298v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.IR\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Information Retrieval\"], \"incoming_citations\": [\"4186\"], \"outgoing_citations\": [\"54696\", \"69945\", \"87013\", \"96230\", \"110610\", \"127728\", \"139259\", \"142128\", \"164525\", \"169293\", \"173627\", \"181897\", \"190945\", \"190949\", \"191861\", \"191966\", \"206567\", \"207818\", \"214015\", \"217562\", \"221984\", \"231300\", \"235053\", \"235648\", \"250712\", \"259318\", \"266053\", \"266120\", \"266992\", \"267223\", \"267523\", \"270325\", \"291430\", \"303224\", \"303593\", \"303837\", \"304481\", \"311849\", \"313435\", \"319169\", \"320332\"]}","task_split":"paper_retrieval"} {"document_id":"14641","document_content":"# Topic-Guided Abstractive Multi-Document Summarization\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nA critical point of multi-document summarization (MDS) is to learn the relations among various documents. In this paper, we propose a novel abstractive MDS model, in which we represent multiple documents as a heterogeneous graph, taking semantic nodes of different granularities into account, and then apply a graph-to-sequence framework to generate summaries. Moreover, we employ a neural topic model to jointly discover latent topics that can act as cross-document semantic units to bridge different documents and provide global information to guide the summary generation. Since topic extraction can be viewed as a special type of summarization that \"summarizes\" texts into a more abstract format, i.e., a topic distribution, we adopt a multi-task learning strategy to jointly train the topic and summarization module, allowing the promotion of each other. Experimental results on the Multi-News dataset demonstrate that our model outperforms previous state-of-the-art MDS models on both Rouge metrics and human evaluation, meanwhile learns high-quality topics.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.11207v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [\"2919\"], \"outgoing_citations\": [\"94662\", \"128886\", \"130347\", \"181632\", \"182486\", \"183462\", \"186043\", \"216554\", \"218378\", \"219618\", \"220230\", \"220695\", \"235463\", \"243803\", \"264795\", \"268902\", \"280557\"]}","task_split":"paper_retrieval"} {"document_id":"14642","document_content":"# Robustness through Data Augmentation Loss Consistency\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Computation and Language\n- Computer Vision and Pattern Recognition\n## Abstract\nWhile deep learning through empirical risk minimization (ERM) has succeeded at achieving human-level performance at a variety of complex tasks, ERM is not robust to distribution shifts or adversarial attacks. Synthetic data augmentation followed by empirical risk minimization (DA-ERM) is a simple and widely used solution to improve robustness in ERM. In addition, consistency regularization can be applied to further improve the robustness of the model by forcing the representation of the original sample and the augmented one to be similar. However, existing consistency regularization methods are not applicable to covariant data augmentation, where the label in the augmented sample is dependent on the augmentation function. For example, dialog state covaries with named entity when we augment data with a new named entity. In this paper, we propose data augmented loss invariant regularization (DAIR), a simple form of consistency regularization that is applied directly at the loss level rather than intermediate features, making it widely applicable to both invariant and covariant data augmentation regardless of network architecture, problem setup, and task. We apply DAIR to real-world learning problems involving covariant data augmentation: robust neural task-oriented dialog state tracking and robust visual question answering. We also apply DAIR to tasks involving invariant data augmentation: robust regression, robust classification against adversarial attacks, and robust ImageNet classification under distribution shift. Our experiments show that DAIR consistently outperforms ERM and DA-ERM with little marginal computational cost and sets new state-of-the-art results in several benchmarks involving covariant data augmentation. Our code of all experiments is available at: https:\/\/github.com\/optimization-for-data-driven-science\/DAIR.git","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.11205v3\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.CL\", \"cs.CV\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Computation and Language\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"2765\", \"43651\", \"44101\", \"45029\", \"46102\", \"46501\", \"64533\", \"93910\", \"94939\", \"112804\", \"114487\", \"114597\", \"115360\", \"117897\", \"117916\", \"127463\", \"137052\", \"139100\", \"149454\", \"150930\", \"155339\", \"156893\", \"167138\", \"167539\", \"177371\", \"185347\", \"198870\", \"200398\", \"201710\", \"207239\", \"216019\", \"216292\", \"223226\", \"229919\", \"230755\", \"238702\", \"253681\", \"266155\", \"268999\", \"269203\", \"278894\", \"283114\", \"288929\", \"307383\", \"320317\"]}","task_split":"paper_retrieval"} {"document_id":"14679","document_content":"# Applying Second-Order Quantifier Elimination in Inspecting G\u00f6del's Ontological Proof\n## Categories\n- Logic in Computer Science\n- Artificial Intelligence\n## Abstract\nIn recent years, G\\\"odel's ontological proof and variations of it were formalized and analyzed with automated tools in various ways. We supplement these analyses with a modeling in an automated environment based on first-order logic extended by predicate quantification. Formula macros are used to structure complex formulas and tasks. The analysis is presented as a generated type-set document where informal explanations are interspersed with pretty-printed formulas and outputs of reasoners for first-order theorem proving and second-order quantifier elimination. Previously unnoticed or obscured aspects and details of G\\\"odel's proof become apparent. Practical application possibilities of second-order quantifier elimination are shown and the encountered elimination tasks may serve as benchmarks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.11108v1\", \"primary_category\": \"cs.LO\", \"categories\": [\"cs.LO\", \"cs.AI\"], \"primary_category_human_readable\": \"Logic in Computer Science\", \"categories_human_readable\": [\"Logic in Computer Science\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"140429\", \"147268\", \"188183\"]}","task_split":"paper_retrieval"} {"document_id":"14770","document_content":"# A Real-Time Energy and Cost Efficient Vehicle Route Assignment Neural Recommender System\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Computers and Society\n## Abstract\nThis paper presents a neural network recommender system algorithm for assigning vehicles to routes based on energy and cost criteria. In this work, we applied this new approach to efficiently identify the most cost-effective medium and heavy duty truck (MDHDT) powertrain technology, from a total cost of ownership (TCO) perspective, for given trips. We employ a machine learning based approach to efficiently estimate the energy consumption of various candidate vehicles over given routes, defined as sequences of links (road segments), with little information known about internal dynamics, i.e using high level macroscopic route information. A complete recommendation logic is then developed to allow for real-time optimum assignment for each route, subject to the operational constraints of the fleet. We show how this framework can be used to (1) efficiently provide a single trip recommendation with a top-$k$ vehicles star ranking system, and (2) engage in more general assignment problems where $n$ vehicles need to be deployed over $m \\leq n$ trips. This new assignment system has been deployed and integrated into the POLARIS Transportation System Simulation Tool for use in research conducted by the Department of Energy's Systems and Modeling for Accelerated Research in Transportation (SMART) Mobility Consortium","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.10887v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.CY\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Computers and Society\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"118386\", \"169911\", \"183192\", \"239029\", \"258393\", \"271665\", \"289623\"]}","task_split":"paper_retrieval"} {"document_id":"14774","document_content":"# CNewSum: A Large-scale Chinese News Summarization Dataset with Human-annotated Adequacy and Deducibility Level\n## Categories\n- Computation and Language\n## Abstract\nAutomatic text summarization aims to produce a brief but crucial summary for the input documents. Both extractive and abstractive methods have witnessed great success in English datasets in recent years. However, there has been a minimal exploration of text summarization in Chinese, limited by the lack of large-scale datasets. In this paper, we present a large-scale Chinese news summarization dataset CNewSum, which consists of 304,307 documents and human-written summaries for the news feed. It has long documents with high-abstractive summaries, which can encourage document-level understanding and generation for current summarization models. An additional distinguishing feature of CNewSum is that its test set contains adequacy and deducibility annotations for the summaries. The adequacy level measures the degree of summary information covered by the document, and the deducibility indicates the reasoning ability the model needs to generate the summary. These annotations can help researchers analyze and target their model performance bottleneck. We examine recent methods on CNewSum and release our dataset to provide a solid testbed for automatic Chinese summarization research.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.10874v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"165983\", \"170657\", \"175306\", \"206114\", \"225556\", \"233710\", \"266671\", \"268902\", \"280557\", \"290789\", \"310904\", \"311423\"]}","task_split":"paper_retrieval"} {"document_id":"14806","document_content":"# Hierarchical Skills for Efficient Exploration\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Robotics\n## Abstract\nIn reinforcement learning, pre-trained low-level skills have the potential to greatly facilitate exploration. However, prior knowledge of the downstream task is required to strike the right balance between generality (fine-grained control) and specificity (faster learning) in skill design. In previous work on continuous control, the sensitivity of methods to this trade-off has not been addressed explicitly, as locomotion provides a suitable prior for navigation tasks, which have been of foremost interest. In this work, we analyze this trade-off for low-level policy pre-training with a new benchmark suite of diverse, sparse-reward tasks for bipedal robots. We alleviate the need for prior knowledge by proposing a hierarchical skill learning framework that acquires skills of varying complexity in an unsupervised manner. For utilization on downstream tasks, we present a three-layered hierarchical learning algorithm to automatically trade off between general and specific skills as required by the respective task. In our experiments, we show that our approach performs this trade-off effectively and achieves better results than current state-of-the-art methods for end- to-end hierarchical reinforcement learning and unsupervised skill discovery. Code and videos are available at https:\/\/facebookresearch.github.io\/hsd3 .","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.10809v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.RO\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Robotics\"], \"incoming_citations\": [], \"outgoing_citations\": [\"75117\", \"91231\", \"92106\", \"93350\", \"103818\", \"115366\", \"143204\", \"149771\", \"156199\", \"165350\", \"177830\", \"180894\", \"184557\", \"184951\", \"206160\", \"208234\", \"208932\", \"213321\", \"215702\", \"223225\", \"231175\", \"240506\", \"241900\", \"249187\", \"261780\", \"261805\", \"269251\", \"272464\", \"272530\", \"279790\", \"280457\", \"284567\", \"293995\", \"307066\", \"310974\"]}","task_split":"paper_retrieval"} {"document_id":"14861","document_content":"# SILG: The Multi-environment Symbolic Interactive Language Grounding Benchmark\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nExisting work in language grounding typically study single environments. How do we build unified models that apply across multiple environments? We propose the multi-environment Symbolic Interactive Language Grounding benchmark (SILG), which unifies a collection of diverse grounded language learning environments under a common interface. SILG consists of grid-world environments that require generalization to new dynamics, entities, and partially observed worlds (RTFM, Messenger, NetHack), as well as symbolic counterparts of visual worlds that require interpreting rich natural language with respect to complex scenes (ALFWorld, Touchdown). Together, these environments provide diverse grounding challenges in richness of observation space, action space, language specification, and plan complexity. In addition, we propose the first shared model architecture for RL on these environments, and evaluate recent advances such as egocentric local convolution, recurrent state-tracking, entity-centric attention, and pretrained LM using SILG. Our shared architecture achieves comparable performance to environment-specific architectures. Moreover, we find that many recent modelling advances do not result in significant gains on environments other than the one they were designed for. This highlights the need for a multi-environment benchmark. Finally, the best models significantly underperform humans on SILG, which suggests ample room for future work. We hope SILG enables the community to quickly identify new methodologies for language grounding that generalize to a diverse set of environments and their associated challenges.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.10661v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"20726\", \"74771\", \"93950\", \"95814\", \"98224\", \"102494\", \"116357\", \"124122\", \"124850\", \"137359\", \"147685\", \"152871\", \"152918\", \"160530\", \"161143\", \"162764\", \"163895\", \"181620\", \"188123\", \"196598\", \"208042\", \"208773\", \"209452\", \"240617\", \"243235\", \"248742\", \"249906\", \"250567\", \"255134\", \"259693\", \"261378\", \"263270\", \"263650\", \"267779\", \"281106\", \"282900\", \"307569\", \"310723\", \"334986\"]}","task_split":"paper_retrieval"} {"document_id":"14984","document_content":"# Deep Learning for HDR Imaging: State-of-the-Art and Future Trends\n## Categories\n- Image and Video Processing\n- Computer Vision and Pattern Recognition\n- Machine Learning\n## Abstract\nHigh dynamic range (HDR) imaging is a technique that allows an extensive dynamic range of exposures, which is important in image processing, computer graphics, and computer vision. In recent years, there has been a significant advancement in HDR imaging using deep learning (DL). This study conducts a comprehensive and insightful survey and analysis of recent developments in deep HDR imaging methodologies. We hierarchically and structurally group existing deep HDR imaging methods into five categories based on (1) number\/domain of input exposures, (2) number of learning tasks, (3) novel sensor data, (4) novel learning strategies, and (5) applications. Importantly, we provide a constructive discussion on each category regarding its potential and challenges. Moreover, we review some crucial aspects of deep HDR imaging, such as datasets and evaluation metrics. Finally, we highlight some open problems and point out future research directions.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.10394v3\", \"primary_category\": \"eess.IV\", \"categories\": [\"cs.CV\", \"cs.LG\", \"eess.IV\"], \"primary_category_human_readable\": \"Image and Video Processing\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Machine Learning\", \"Image and Video Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"7584\", \"20637\", \"25803\", \"45270\", \"46943\", \"47942\", \"60199\", \"61885\", \"61960\", \"65538\", \"71818\", \"79005\", \"89969\", \"97687\", \"100061\", \"111652\", \"114390\", \"115189\", \"115507\", \"120528\", \"124705\", \"124998\", \"130207\", \"131467\", \"133418\", \"135873\", \"136384\", \"139680\", \"148389\", \"149650\", \"150468\", \"152307\", \"153050\", \"155374\", \"156796\", \"160894\", \"166875\", \"167645\", \"172113\", \"173375\", \"180260\", \"180645\", \"181211\", \"183868\", \"187033\", \"187984\", \"189044\", \"189323\", \"190036\", \"191920\", \"192746\", \"197135\", \"205608\", \"207031\", \"209333\", \"213719\", \"214493\", \"214530\", \"225426\", \"226061\", \"230997\", \"234573\", \"235063\", \"235857\", \"239299\", \"239855\", \"241612\", \"244729\", \"246985\", \"247268\", \"247346\", \"249439\", \"252829\", \"258612\", \"261627\", \"264787\", \"270221\", \"280057\", \"280600\", \"298331\", \"313878\"]}","task_split":"paper_retrieval"} {"document_id":"15055","document_content":"# A Simple Approach to Continual Learning by Transferring Skill Parameters\n## Categories\n- Machine Learning\n- Robotics\n## Abstract\nIn order to be effective general purpose machines in real world environments, robots not only will need to adapt their existing manipulation skills to new circumstances, they will need to acquire entirely new skills on-the-fly. A great promise of continual learning is to endow robots with this ability, by using their accumulated knowledge and experience from prior skills. We take a fresh look at this problem, by considering a setting in which the robot is limited to storing that knowledge and experience only in the form of learned skill policies. We show that storing skill policies, careful pre-training, and appropriately choosing when to transfer those skill policies is sufficient to build a continual learner in the context of robotic manipulation. We analyze which conditions are needed to transfer skills in the challenging Meta-World simulation benchmark. Using this analysis, we introduce a pair-wise metric relating skills that allows us to predict the effectiveness of skill transfer between tasks, and use it to reduce the problem of continual learning to curriculum selection. Given an appropriate curriculum, we show how to continually acquire robotic manipulation skills without forgetting, and using far fewer samples than needed to train them from scratch.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.10255v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.RO\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Robotics\"], \"incoming_citations\": [], \"outgoing_citations\": [\"38123\", \"59809\", \"60348\", \"63319\", \"70370\", \"75992\", \"78091\", \"78473\", \"82278\", \"84405\", \"85855\", \"88081\", \"89599\", \"90484\", \"90880\", \"90890\", \"90966\", \"94561\", \"108757\", \"112186\", \"118157\", \"129794\", \"134149\", \"137441\", \"156199\", \"156707\", \"158215\", \"159949\", \"160036\", \"160598\", \"164703\", \"164957\", \"175872\", \"176551\", \"180928\", \"184951\", \"194100\", \"195713\", \"195849\", \"198915\", \"204289\", \"204750\", \"205477\", \"207983\", \"215102\", \"216404\", \"219180\", \"224142\", \"224840\", \"226635\", \"233165\", \"234025\", \"234517\", \"237229\", \"237605\", \"240506\", \"243236\", \"244755\", \"253045\", \"254599\", \"255359\", \"255939\", \"263636\", \"271030\", \"272585\", \"277564\", \"280681\", \"282684\", \"282696\", \"283391\", \"284565\", \"289719\", \"290378\", \"296980\", \"306156\", \"306266\", \"315055\", \"327091\", \"339440\"]}","task_split":"paper_retrieval"} {"document_id":"15072","document_content":"# Neural Medication Extraction: A Comparison of Recent Models in Supervised and Semi-supervised Learning Settings\n## Categories\n- Computation and Language\n## Abstract\nDrug prescriptions are essential information that must be encoded in electronic medical records. However, much of this information is hidden within free-text reports. This is why the medication extraction task has emerged. To date, most of the research effort has focused on small amount of data and has only recently considered deep learning methods. In this paper, we present an independent and comprehensive evaluation of state-of-the-art neural architectures on the I2B2 medical prescription extraction task both in the supervised and semi-supervised settings. The study shows the very competitive performance of simple DNN models on the task as well as the high interest of pre-trained models. Adapting the latter models on the I2B2 dataset enables to push medication extraction performances above the state-of-the-art. Finally, the study also confirms that semi-supervised techniques are promising to leverage large amounts of unlabeled data in particular in low resource setting when labeled data is too costly to acquire.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.10213v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"122929\", \"129792\", \"141886\", \"144494\", \"164349\", \"180997\", \"191942\", \"197910\", \"202548\", \"266955\"]}","task_split":"paper_retrieval"} {"document_id":"15151","document_content":"# Gradient-Based Mixed Planning with Symbolic and Numeric Action Parameters\n## Categories\n- Artificial Intelligence\n## Abstract\nDealing with planning problems with both logical relations and numeric changes in real-world dynamic environments is challenging. Existing numeric planning systems for the problem often discretize numeric variables or impose convex constraints on numeric variables, which harms the performance when solving problems. In this paper, we propose a novel algorithm framework to solve numeric planning problems mixed with logical relations and numeric changes based on gradient descent. We cast the numeric planning with logical relations and numeric changes as an optimization problem. Specifically, we extend syntax to allow parameters of action models to be either objects or real-valued numbers, which enhances the ability to model real-world numeric effects. Based on the extended modeling language, we propose a gradient-based framework to simultaneously optimize numeric parameters and compute appropriate actions to form candidate plans. The gradient-based framework is composed of an algorithmic heuristic module based on propositional operations to select actions and generate constraints for gradient descent, an algorithmic transition module to update states to next ones, and a loss module to compute loss. We repeatedly minimize loss by updating numeric parameters and compute candidate plans until it converges into a valid plan for the planning problem. In the empirical study, we exhibit that our algorithm framework is both effective and efficient in solving planning problems mixed with logical relations and numeric changes, especially when the problems contain obstacles and non-linear numeric effects.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1016\/j.artint.2022.103789\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"96527\", \"199714\", \"210155\", \"212811\", \"216263\", \"223487\", \"268072\", \"304250\", \"334724\"]}","task_split":"paper_retrieval"} {"document_id":"15203","document_content":"# Learning a self-supervised tone mapping operator via feature contrast masking loss\n## Categories\n- Computer Vision and Pattern Recognition\n- Image and Video Processing\n## Abstract\nHigh Dynamic Range (HDR) content is becoming ubiquitous due to the rapid development of capture technologies. Nevertheless, the dynamic range of common display devices is still limited, therefore tone mapping (TM) remains a key challenge for image visualization. Recent work has demonstrated that neural networks can achieve remarkable performance in this task when compared to traditional methods, however, the quality of the results of these learning-based methods is limited by the training data. Most existing works use as training set a curated selection of best-performing results from existing traditional tone mapping operators (often guided by a quality metric), therefore, the quality of newly generated results is fundamentally limited by the performance of such operators. This quality might be even further limited by the pool of HDR content that is used for training. In this work we propose a learning-based self-supervised tone mapping operator that is trained at test time specifically for each HDR image and does not need any data labeling. The key novelty of our approach is a carefully designed loss function built upon fundamental knowledge on contrast perception that allows for directly comparing the content in the HDR and tone mapped images. We achieve this goal by reformulating classic VGG feature maps into feature contrast maps that normalize local feature differences by their average magnitude in a local neighborhood, allowing our loss to account for contrast masking effects. We perform extensive ablation studies and exploration of parameters and demonstrate that our solution outperforms existing approaches with a single set of fixed parameters, as confirmed by both objective and subjective metrics.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.09866v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"eess.IV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Image and Video Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"92970\", \"124998\", \"172113\", \"180010\", \"223474\", \"235857\", \"249439\", \"252829\", \"259863\", \"270008\"]}","task_split":"paper_retrieval"} {"document_id":"15263","document_content":"# A Picture is Worth a Thousand Words: A Unified System for Diverse Captions and Rich Images Generation\n## Categories\n- Computer Vision and Pattern Recognition\n- Computation and Language\n- Multimedia\n## Abstract\nA creative image-and-text generative AI system mimics humans' extraordinary abilities to provide users with diverse and comprehensive caption suggestions, as well as rich image creations. In this work, we demonstrate such an AI creation system to produce both diverse captions and rich images. When users imagine an image and associate it with multiple captions, our system paints a rich image to reflect all captions faithfully. Likewise, when users upload an image, our system depicts it with multiple diverse captions. We propose a unified multi-modal framework to achieve this goal. Specifically, our framework jointly models image-and-text representations with a Transformer network, which supports rich image creation by accepting multiple captions as input. We consider the relations among input captions to encourage diversity in training and adopt a non-autoregressive decoding strategy to enable real-time inference. Based on these, our system supports both diverse captions and rich images generations. Our code is available online.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1145\/3474085.3478561\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.CL\", \"cs.MM\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Computation and Language\", \"Multimedia\"], \"incoming_citations\": [\"738\"], \"outgoing_citations\": [\"98913\", \"111062\", \"131401\", \"172088\", \"189696\", \"192697\", \"193328\", \"270154\", \"280004\", \"320761\", \"321493\"]}","task_split":"paper_retrieval"} {"document_id":"15317","document_content":"# Monotonic Simultaneous Translation with Chunk-wise Reordering and Refinement\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nRecent work in simultaneous machine translation is often trained with conventional full sentence translation corpora, leading to either excessive latency or necessity to anticipate as-yet-unarrived words, when dealing with a language pair whose word orders significantly differ. This is unlike human simultaneous interpreters who produce largely monotonic translations at the expense of the grammaticality of a sentence being translated. In this paper, we thus propose an algorithm to reorder and refine the target side of a full sentence translation corpus, so that the words\/phrases between the source and target sentences are aligned largely monotonically, using word alignment and non-autoregressive neural machine translation. We then train a widely used wait-k simultaneous translation model on this reordered-and-refined corpus. The proposed approach improves BLEU scores and resulting translations exhibit enhanced monotonicity with source sentences.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.09646v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"77556\", \"78000\", \"78852\", \"100492\", \"125626\", \"127531\", \"127964\", \"128053\", \"128585\", \"132420\", \"164666\", \"168771\", \"172088\", \"181097\", \"182737\", \"184361\", \"192811\", \"213698\", \"219439\", \"220017\", \"220951\", \"228604\", \"234469\", \"235345\", \"241611\", \"252083\", \"264427\", \"283451\", \"290992\"]}","task_split":"paper_retrieval"} {"document_id":"15325","document_content":"# A Systematic Review on the Detection of Fake News Articles\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nIt has been argued that fake news and the spread of false information pose a threat to societies throughout the world, from influencing the results of elections to hindering the efforts to manage the COVID-19 pandemic. To combat this threat, a number of Natural Language Processing (NLP) approaches have been developed. These leverage a number of datasets, feature extraction\/selection techniques and machine learning (ML) algorithms to detect fake news before it spreads. While these methods are well-documented, there is less evidence regarding their efficacy in this domain. By systematically reviewing the literature, this paper aims to delineate the approaches for fake news detection that are most performant, identify limitations with existing approaches, and suggest ways these can be mitigated. The analysis of the results indicates that Ensemble Methods using a combination of news content and socially-based features are currently the most effective. Finally, it is proposed that future research should focus on developing approaches that address generalisability issues (which, in part, arise from limitations with current datasets), explainability and bias.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.11240v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"105795\", \"186896\", \"198258\", \"202453\", \"211841\", \"236127\", \"246910\", \"252668\"]}","task_split":"paper_retrieval"} {"document_id":"15553","document_content":"# Learning to Learn a Cold-start Sequential Recommender\n## Categories\n- Information Retrieval\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nThe cold-start recommendation is an urgent problem in contemporary online applications. It aims to provide users whose behaviors are literally sparse with as accurate recommendations as possible. Many data-driven algorithms, such as the widely used matrix factorization, underperform because of data sparseness. This work adopts the idea of meta-learning to solve the user's cold-start recommendation problem. We propose a meta-learning based cold-start sequential recommendation framework called metaCSR, including three main components: Diffusion Representer for learning better user\/item embedding through information diffusion on the interaction graph; Sequential Recommender for capturing temporal dependencies of behavior sequences; Meta Learner for extracting and propagating transferable knowledge of prior users and learning a good initialization for new users. metaCSR holds the ability to learn the common patterns from regular users' behaviors and optimize the initialization so that the model can quickly adapt to new users after one or a few gradient updates to achieve optimal performance. The extensive quantitative experiments on three widely-used datasets show the remarkable performance of metaCSR in dealing with user cold-start problem. Meanwhile, a series of qualitative analysis demonstrates that the proposed metaCSR has good generalization.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.09083v1\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.AI\", \"cs.LG\", \"cs.IR\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Machine Learning\", \"Information Retrieval\"], \"incoming_citations\": [], \"outgoing_citations\": [\"122689\", \"146038\", \"152848\", \"173662\", \"183029\", \"185557\", \"188930\", \"211118\", \"230899\", \"244250\", \"250111\", \"259762\", \"263861\", \"302767\", \"311119\", \"330720\", \"358914\"]}","task_split":"paper_retrieval"} {"document_id":"15576","document_content":"# Edge Rewiring Goes Neural: Boosting Network Resilience without Rich Features\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Social and Information Networks\n## Abstract\nImproving the resilience of a network is a fundamental problem in network science, which protects the underlying system from natural disasters and malicious attacks. This is traditionally achieved via successive degree-preserving edge rewiring operations, with the major limitation of being transductive. Inductively solving graph-related tasks with sequential actions is accomplished by adopting graph neural networks (GNNs) coupled with reinforcement learning under the scenario with rich graph features. However, such frameworks cannot be directly applied to resilience tasks where only pure topological structure is available. In this case, GNNs can barely learn useful information, resulting in prohibitive difficulty in making actions for successively rewiring edges under a reinforcement learning context. In this paper, we study in depth the reasons why typical GNNs cause such failure. Based on this investigation, we propose ResiNet, the first end-to-end trainable inductive framework to discover resilient network topologies while balancing network utility. To this end, we reformulate resilience optimization as an MDP equipped with edge rewiring action space, and propose a pure topology-oriented variant of GNN called filtration enhanced graph neural network (FireGNN), which can learn from graphs without rich features. Extensive experiments demonstrate that ResiNet achieves a near-optimal resilience gain on various graphs while balancing the utility, and outperforms existing approaches by a large margin.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.09035v3\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.SI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Social and Information Networks\"], \"incoming_citations\": [], \"outgoing_citations\": [\"17350\", \"39957\", \"43737\", \"73530\", \"76589\", \"79509\", \"92075\", \"101873\", \"103085\", \"113589\", \"116197\", \"117926\", \"118851\", \"119164\", \"119843\", \"123835\", \"143387\", \"150220\", \"175310\", \"182690\", \"183816\", \"184368\", \"213046\", \"215435\", \"216376\", \"228663\", \"228992\", \"229027\", \"238077\", \"242457\", \"269617\", \"279191\", \"311464\", \"315332\"]}","task_split":"paper_retrieval"} {"document_id":"15654","document_content":"# Network Augmentation for Tiny Deep Learning\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nWe introduce Network Augmentation (NetAug), a new training method for improving the performance of tiny neural networks. Existing regularization techniques (e.g., data augmentation, dropout) have shown much success on large neural networks by adding noise to overcome over-fitting. However, we found these techniques hurt the performance of tiny neural networks. We argue that training tiny models are different from large models: rather than augmenting the data, we should augment the model, since tiny models tend to suffer from under-fitting rather than over-fitting due to limited capacity. To alleviate this issue, NetAug augments the network (reverse dropout) instead of inserting noise into the dataset or the network. It puts the tiny model into larger models and encourages it to work as a sub-model of larger models to get extra supervision, in addition to functioning as an independent model. At test time, only the tiny model is used for inference, incurring zero inference overhead. We demonstrate the effectiveness of NetAug on image classification and object detection. NetAug consistently improves the performance of tiny models, achieving up to 2.2% accuracy improvement on ImageNet. On object detection, achieving the same level of performance, NetAug requires 41% fewer MACs on Pascal VOC and 38% fewer MACs on COCO than the baseline.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.08890v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"12900\", \"43336\", \"54192\", \"58866\", \"75679\", \"92443\", \"110742\", \"114752\", \"118718\", \"134141\", \"139780\", \"146703\", \"163574\", \"164174\", \"164933\", \"170131\", \"185872\", \"189752\", \"192998\", \"193414\", \"199359\", \"206678\", \"207710\", \"212301\", \"214530\", \"222834\", \"227817\", \"230755\", \"230919\", \"232302\", \"235093\", \"258001\", \"258534\", \"258631\", \"260782\", \"263636\", \"278175\", \"278830\", \"295571\", \"296421\", \"311552\", \"320046\", \"321736\"]}","task_split":"paper_retrieval"} {"document_id":"15658","document_content":"# Schr\u00f6dinger's Tree -- On Syntax and Neural Language Models\n## Categories\n- Computation and Language\n## Abstract\nIn the last half-decade, the field of natural language processing (NLP) has undergone two major transitions: the switch to neural networks as the primary modeling paradigm and the homogenization of the training regime (pre-train, then fine-tune). Amidst this process, language models have emerged as NLP's workhorse, displaying increasingly fluent generation capabilities and proving to be an indispensable means of knowledge transfer downstream. Due to the otherwise opaque, black-box nature of such models, researchers have employed aspects of linguistic theory in order to characterize their behavior. Questions central to syntax -- the study of the hierarchical structure of language -- have factored heavily into such work, shedding invaluable insights about models' inherent biases and their ability to make human-like generalizations. In this paper, we attempt to take stock of this growing body of literature. In doing so, we observe a lack of clarity across numerous dimensions, which influences the hypotheses that researchers form, as well as the conclusions they draw from their findings. To remedy this, we urge researchers make careful considerations when investigating coding properties, selecting representations, and evaluating via downstream tasks. Furthermore, we outline the implications of the different types of research questions exhibited in studies on syntax, as well as the inherent pitfalls of aggregate metrics. Ultimately, we hope that our discussion adds nuance to the prospect of studying language models and paves the way for a less monolithic perspective on syntax in this context.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.08887v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"15705","document_content":"# Coordinated Multi-Agent Pathfinding for Drones and Trucks over Road Networks\n## Categories\n- Robotics\n- Artificial Intelligence\n- Multiagent Systems\n## Abstract\nWe address the problem of routing a team of drones and trucks over large-scale urban road networks. To conserve their limited flight energy, drones can use trucks as temporary modes of transit en route to their own destinations. Such coordination can yield significant savings in total vehicle distance traveled, i.e., truck travel distance and drone flight distance, compared to operating drones and trucks independently. But it comes at the potentially prohibitive computational cost of deciding which trucks and drones should coordinate and when and where it is most beneficial to do so. We tackle this fundamental trade-off by decoupling our overall intractable problem into tractable sub-problems that we solve stage-wise. The first stage solves only for trucks, by computing paths that make them more likely to be useful transit options for drones. The second stage solves only for drones, by routing them over a composite of the road network and the transit network defined by truck paths from the first stage. We design a comprehensive algorithmic framework that frames each stage as a multi-agent path-finding problem and implement two distinct methods for solving them. We evaluate our approach on extensive simulations with up to $100$ agents on the real-world Manhattan road network containing nearly $4500$ vertices and $10000$ edges. Our framework saves on more than $50\\%$ of vehicle distance traveled compared to independently solving for trucks and drones, and computes solutions for all settings within $5$ minutes on commodity hardware.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.08802v2\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.RO\", \"cs.AI\", \"cs.MA\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Robotics\", \"Artificial Intelligence\", \"Multiagent Systems\"], \"incoming_citations\": [], \"outgoing_citations\": [\"47802\", \"55181\", \"142403\", \"164890\", \"175164\", \"179942\", \"200199\", \"264979\", \"268271\", \"309684\", \"314810\"]}","task_split":"paper_retrieval"} {"document_id":"15822","document_content":"# Generative Adversarial Imitation Learning for End-to-End Autonomous Driving on Urban Environments\n## Categories\n- Robotics\n- Systems and Control\n- Artificial Intelligence\n- Machine Learning\n- Systems and Control\n## Abstract\nAutonomous driving is a complex task, which has been tackled since the first self-driving car ALVINN in 1989, with a supervised learning approach, or behavioral cloning (BC). In BC, a neural network is trained with state-action pairs that constitute the training set made by an expert, i.e., a human driver. However, this type of imitation learning does not take into account the temporal dependencies that might exist between actions taken in different moments of a navigation trajectory. These type of tasks are better handled by reinforcement learning (RL) algorithms, which need to define a reward function. On the other hand, more recent approaches to imitation learning, such as Generative Adversarial Imitation Learning (GAIL), can train policies without explicitly requiring to define a reward function, allowing an agent to learn by trial and error directly on a training set of expert trajectories. In this work, we propose two variations of GAIL for autonomous navigation of a vehicle in the realistic CARLA simulation environment for urban scenarios. Both of them use the same network architecture, which process high dimensional image input from three frontal cameras, and other nine continuous inputs representing the velocity, the next point from the sparse trajectory and a high-level driving command. We show that both of them are capable of imitating the expert trajectory from start to end after training ends, but the GAIL loss function that is augmented with BC outperforms the former in terms of convergence time and training stability.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1109\/SSCI50451.2021.9660156\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.SY\", \"cs.AI\", \"cs.LG\", \"cs.RO\", \"eess.SY\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Systems and Control\", \"Artificial Intelligence\", \"Machine Learning\", \"Robotics\", \"Systems and Control\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"15850","document_content":"# Sparse Distillation: Speeding Up Text Classification by Using Bigger Student Models\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nDistilling state-of-the-art transformer models into lightweight student models is an effective way to reduce computation cost at inference time. The student models are typically compact transformers with fewer parameters, while expensive operations such as self-attention persist. Therefore, the improved inference speed may still be unsatisfactory for real-time or high-volume use cases. In this paper, we aim to further push the limit of inference speed by distilling teacher models into bigger, sparser student models -- bigger in that they scale up to billions of parameters; sparser in that most of the model parameters are n-gram embeddings. Our experiments on six single-sentence text classification tasks show that these student models retain 97% of the RoBERTa-Large teacher performance on average, and meanwhile achieve up to 600x speed-up on both GPUs and CPUs at inference time. Further investigation reveals that our pipeline is also helpful for sentence-pair classification tasks, and in domain generalization settings.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.08536v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"25356\", \"56222\", \"69514\", \"76037\", \"77661\", \"79182\", \"100684\", \"120206\", \"126161\", \"126834\", \"127490\", \"131817\", \"132687\", \"139854\", \"140175\", \"141303\", \"165441\", \"166278\", \"168025\", \"169179\", \"170447\", \"192811\", \"193295\", \"195564\", \"281119\", \"281768\", \"287941\", \"307068\"]}","task_split":"paper_retrieval"} {"document_id":"15958","document_content":"# Clean or Annotate: How to Spend a Limited Data Collection Budget\n## Categories\n- Computation and Language\n## Abstract\nCrowdsourcing platforms are often used to collect datasets for training machine learning models, despite higher levels of inaccurate labeling compared to expert labeling. There are two common strategies to manage the impact of such noise. The first involves aggregating redundant annotations, but comes at the expense of labeling substantially fewer examples. Secondly, prior works have also considered using the entire annotation budget to label as many examples as possible and subsequently apply denoising algorithms to implicitly clean the dataset. We find a middle ground and propose an approach which reserves a fraction of annotations to explicitly clean up highly probable error samples to optimize the annotation process. In particular, we allocate a large portion of the labeling budget to form an initial dataset used to train a model. This model is then used to identify specific examples that appear most likely to be incorrect, which we spend the remaining budget to relabel. Experiments across three model variations and four natural language processing tasks show our approach outperforms or matches both label aggregation and advanced denoising methods designed to handle noisy labels when allocated the same finite annotation budget.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.08355v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"24571\", \"24719\", \"77747\", \"99110\", \"120762\", \"141691\", \"145212\", \"157125\", \"168232\", \"169349\", \"181743\", \"182163\", \"189025\", \"189515\", \"194712\", \"199491\", \"203033\", \"212078\", \"224833\", \"231347\", \"235096\", \"237224\", \"246497\", \"247500\", \"249957\", \"256776\", \"259604\", \"263559\", \"268604\", \"270545\", \"279213\", \"288921\", \"298544\", \"307756\", \"320027\"]}","task_split":"paper_retrieval"} {"document_id":"15998","document_content":"# Coherence boosting: When your pretrained language model is not paying enough attention\n## Categories\n- Computation and Language\n## Abstract\nLong-range semantic coherence remains a challenge in automatic language generation and understanding. We demonstrate that large language models have insufficiently learned the effect of distant words on next-token prediction. We present coherence boosting, an inference procedure that increases a LM's focus on a long context. We show the benefits of coherence boosting with pretrained models by distributional analyses of generated ordinary text and dialog responses. It is also found that coherence boosting with state-of-the-art models for various zero-shot NLP tasks yields performance gains with no additional training.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.08294v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"16022\", \"22489\", \"24491\", \"27172\", \"30577\", \"36889\", \"41478\", \"45930\", \"55442\", \"55454\", \"68331\", \"84923\", \"101855\", \"124253\", \"127513\", \"130347\", \"131817\", \"137072\", \"146195\", \"150522\", \"154152\", \"158493\", \"168951\", \"182546\", \"184848\", \"185629\", \"189504\", \"210121\", \"211788\", \"217640\", \"218698\", \"220230\", \"232274\", \"232355\", \"238962\", \"243154\", \"268902\", \"290041\", \"305200\", \"307068\"]}","task_split":"paper_retrieval"} {"document_id":"16039","document_content":"# Collaborating with Humans without Human Data\n## Categories\n- Machine Learning\n- Human-Computer Interaction\n- Multiagent Systems\n## Abstract\nCollaborating with humans requires rapidly adapting to their individual strengths, weaknesses, and preferences. Unfortunately, most standard multi-agent reinforcement learning techniques, such as self-play (SP) or population play (PP), produce agents that overfit to their training partners and do not generalize well to humans. Alternatively, researchers can collect human data, train a human model using behavioral cloning, and then use that model to train \"human-aware\" agents (\"behavioral cloning play\", or BCP). While such an approach can improve the generalization of agents to new human co-players, it involves the onerous and expensive step of collecting large amounts of human data first. Here, we study the problem of how to train agents that collaborate well with human partners without using human data. We argue that the crux of the problem is to produce a diverse set of training partners. Drawing inspiration from successful multi-agent approaches in competitive domains, we find that a surprisingly simple approach is highly effective. We train our agent partner as the best response to a population of self-play agents and their past checkpoints taken throughout training, a method we call Fictitious Co-Play (FCP). Our experiments focus on a two-player collaborative cooking simulator that has recently been proposed as a challenge problem for coordination with humans. We find that FCP agents score significantly higher than SP, PP, and BCP when paired with novel agent and human partners. Furthermore, humans also report a strong subjective preference to partnering with FCP agents over all baselines.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.08176v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.HC\", \"cs.MA\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Human-Computer Interaction\", \"Multiagent Systems\"], \"incoming_citations\": [\"8471\", \"1428\", \"4891\", \"11237\"], \"outgoing_citations\": [\"17989\", \"40705\", \"57844\", \"63104\", \"75515\", \"80268\", \"81402\", \"84187\", \"87787\", \"90372\", \"121735\", \"128500\", \"138270\", \"143799\", \"144255\", \"145405\", \"147483\", \"161370\", \"161959\", \"164729\", \"187390\", \"200580\", \"203923\", \"209926\", \"211574\", \"226697\", \"237964\", \"241900\", \"243235\", \"249196\", \"251601\", \"253045\", \"263957\", \"271030\", \"297186\", \"311815\", \"315405\"]}","task_split":"paper_retrieval"} {"document_id":"16053","document_content":"# milIE: Modular & Iterative Multilingual Open Information Extraction\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nOpen Information Extraction (OpenIE) is the task of extracting (subject, predicate, object) triples from natural language sentences. Current OpenIE systems extract all triple slots independently. In contrast, we explore the hypothesis that it may be beneficial to extract triple slots iteratively: first extract easy slots, followed by the difficult ones by conditioning on the easy slots, and therefore achieve a better overall extraction. Based on this hypothesis, we propose a neural OpenIE system, milIE, that operates in an iterative fashion. Due to the iterative nature, the system is also modular -- it is possible to seamlessly integrate rule based extraction systems with a neural end-to-end system, thereby allowing rule based systems to supply extraction slots which milIE can leverage for extracting the remaining slots. We confirm our hypothesis empirically: milIE outperforms SOTA systems on multiple languages ranging from Chinese to Arabic. Additionally, we are the first to provide an OpenIE test dataset for Arabic and Galician.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.08144v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [\"23258\", \"23554\"], \"outgoing_citations\": [\"23258\", \"77963\", \"96094\", \"100125\", \"124608\", \"188564\", \"200951\", \"244439\", \"268570\", \"288699\", \"292674\"]}","task_split":"paper_retrieval"} {"document_id":"16088","document_content":"# Dual-Arm Adversarial Robot Learning\n## Categories\n- Robotics\n- Systems and Control\n- Artificial Intelligence\n- Systems and Control\n- I.2.6; I.2.9\n- Machine Learning\n## Abstract\nRobot learning is a very promising topic for the future of automation and machine intelligence. Future robots should be able to autonomously acquire skills, learn to represent their environment, and interact with it. While these topics have been explored in simulation, real-world robot learning research seems to be still limited. This is due to the additional challenges encountered in the real-world, such as noisy sensors and actuators, safe exploration, non-stationary dynamics, autonomous environment resetting as well as the cost of running experiments for long periods of time. Unless we develop scalable solutions to these problems, learning complex tasks involving hand-eye coordination and rich contacts will remain an untouched vision that is only feasible in controlled lab environments. We propose dual-arm settings as platforms for robot learning. Such settings enable safe data collection for acquiring manipulation skills as well as training perception modules in a robot-supervised manner. They also ease the processes of resetting the environment. Furthermore, adversarial learning could potentially boost the generalization capability of robot learning methods by maximizing the exploration based on game-theoretic objectives while ensuring safety based on collaborative task spaces. In this paper, we will discuss the potential benefits of this setup as well as the challenges and research directions that can be pursued.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.08066v1\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.SY\", \"cs.AI\", \"eess.SY\", \"I.2.6; I.2.9\", \"cs.LG\", \"cs.RO\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Systems and Control\", \"Artificial Intelligence\", \"Systems and Control\", \"I.2.6; I.2.9\", \"Machine Learning\", \"Robotics\"], \"incoming_citations\": [], \"outgoing_citations\": [\"18008\", \"20583\", \"87242\", \"87588\", \"90194\", \"143661\", \"149380\", \"167770\", \"204750\", \"213161\", \"235092\", \"272030\", \"315055\", \"318666\"]}","task_split":"paper_retrieval"} {"document_id":"16143","document_content":"# Identifying Causal Influences on Publication Trends and Behavior: A Case Study of the Computational Linguistics Community\n## Categories\n- Computation and Language\n- Computers and Society\n## Abstract\nDrawing causal conclusions from observational real-world data is a very much desired but challenging task. In this paper we present mixed-method analyses to investigate causal influences of publication trends and behavior on the adoption, persistence, and retirement of certain research foci -- methodologies, materials, and tasks that are of interest to the computational linguistics (CL) community. Our key findings highlight evidence of the transition to rapidly emerging methodologies in the research community (e.g., adoption of bidirectional LSTMs influencing the retirement of LSTMs), the persistent engagement with trending tasks and techniques (e.g., deep learning, embeddings, generative, and language models), the effect of scientist location from outside the US, e.g., China on propensity of researching languages beyond English, and the potential impact of funding for large-scale research programs. We anticipate this work to provide useful insights about publication trends and behavior and raise the awareness about the potential for causal inference in the computational linguistics and a broader scientific community.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.07938v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.CY\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Computers and Society\"], \"incoming_citations\": [], \"outgoing_citations\": [\"24742\", \"91573\", \"99412\", \"127545\", \"133385\", \"146636\", \"162159\", \"168609\", \"183649\", \"215808\", \"219946\", \"232806\", \"235507\", \"242204\", \"280626\", \"304780\", \"320501\", \"335762\", \"352356\"]}","task_split":"paper_retrieval"} {"document_id":"16180","document_content":"# Graph Neural Networks with Learnable Structural and Positional Representations\n## Categories\n- Machine Learning\n## Abstract\nGraph neural networks (GNNs) have become the standard learning architectures for graphs. GNNs have been applied to numerous domains ranging from quantum chemistry, recommender systems to knowledge graphs and natural language processing. A major issue with arbitrary graphs is the absence of canonical positional information of nodes, which decreases the representation power of GNNs to distinguish e.g. isomorphic nodes and other graph symmetries. An approach to tackle this issue is to introduce Positional Encoding (PE) of nodes, and inject it into the input layer, like in Transformers. Possible graph PE are Laplacian eigenvectors. In this work, we propose to decouple structural and positional representations to make easy for the network to learn these two essential properties. We introduce a novel generic architecture which we call LSPE (Learnable Structural and Positional Encodings). We investigate several sparse and fully-connected (Transformer-like) GNNs, and observe a performance increase for molecular datasets, from 1.79% up to 64.14% when considering learnable PE for both GNN classes.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.07875v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [\"117616\", \"138999\"], \"outgoing_citations\": [\"37770\", \"43122\", \"43338\", \"43981\", \"59455\", \"67685\", \"68391\", \"79849\", \"81711\", \"96209\", \"103085\", \"111508\", \"113581\", \"115600\", \"118201\", \"118851\", \"120001\", \"127525\", \"131562\", \"137772\", \"138999\", \"145997\", \"163945\", \"167136\", \"177249\", \"181255\", \"183719\", \"184286\", \"184749\", \"191735\", \"196221\", \"199511\", \"204871\", \"210039\", \"215435\", \"242430\", \"249839\", \"272626\", \"279575\", \"291892\"]}","task_split":"paper_retrieval"} {"document_id":"16183","document_content":"# A Dual-Perception Graph Neural Network with Multi-hop Graph Generator\n## Categories\n- Machine Learning\n## Abstract\nGraph neural networks (GNNs) have drawn increasing attention in recent years and achieved remarkable performance in many graph-based tasks, especially in semi-supervised learning on graphs. However, most existing GNNs excessively rely on topological structures and aggregate multi-hop neighborhood information by simply stacking network layers, which may introduce superfluous noise information, limit the expressive power of GNNs and lead to the over-smoothing problem ultimately. In light of this, we propose a novel Dual-Perception Graph Neural Network (DPGNN) to address these issues. In DPGNN, we utilize node features to construct a feature graph, and perform node representations learning based on the original topology graph and the constructed feature graph simultaneously, which conduce to capture the structural neighborhood information and the feature-related information. Furthermore, we design a Multi-Hop Graph Generator (MHGG), which applies a node-to-hop attention mechanism to aggregate node-specific multi-hop neighborhood information adaptively. Finally, we apply self-ensembling to form a consistent prediction for unlabeled node representations. Experimental results on five datasets with different topological structures demonstrate that our proposed DPGNN outperforms all the latest state-of-the-art models on all datasets, which proves the superiority and versatility of our model. The source code of our model is available at https:\/\/github.com.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.07869v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"111211\", \"114134\", \"114193\", \"142571\", \"150834\", \"157816\", \"164939\", \"168172\", \"174492\", \"182282\", \"184400\", \"187534\", \"188300\", \"193345\", \"194773\", \"208815\", \"214311\", \"244510\", \"284622\"]}","task_split":"paper_retrieval"} {"document_id":"16191","document_content":"# Modeling Endorsement for Multi-Document Abstractive Summarization\n## Categories\n- Computation and Language\n## Abstract\nA crucial difference between single- and multi-document summarization is how salient content manifests itself in the document(s). While such content may appear at the beginning of a single document, essential information is frequently reiterated in a set of documents related to a particular topic, resulting in an endorsement effect that increases information salience. In this paper, we model the cross-document endorsement effect and its utilization in multiple document summarization. Our method generates a synopsis from each document, which serves as an endorser to identify salient content from other documents. Strongly endorsed text segments are used to enrich a neural encoder-decoder model to consolidate them into an abstractive summary. The method has a great potential to learn from fewer examples to identify salient content, which alleviates the need for costly retraining when the set of documents is dynamically adjusted. Through extensive experiments on benchmark multi-document summarization datasets, we demonstrate the effectiveness of our proposed method over strong published baselines. Finally, we shed light on future research directions and discuss broader challenges of this task using a case study.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.07844v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"45223\", \"46445\", \"50181\", \"58194\", \"97507\", \"123878\", \"127889\", \"139638\", \"150522\", \"159889\", \"168085\", \"168405\", \"169401\", \"170449\", \"181306\", \"181468\", \"182486\", \"183200\", \"183462\", \"186043\", \"187236\", \"220230\", \"220955\", \"230212\", \"268902\", \"311754\", \"356018\"]}","task_split":"paper_retrieval"} {"document_id":"16224","document_content":"# A Multilingual Bag-of-Entities Model for Zero-Shot Cross-Lingual Text Classification\n## Categories\n- Computation and Language\n## Abstract\nWe present a multilingual bag-of-entities model that effectively boosts the performance of zero-shot cross-lingual text classification by extending a multilingual pre-trained language model (e.g., M-BERT). It leverages the multilingual nature of Wikidata: entities in multiple languages representing the same concept are defined with a unique identifier. This enables entities described in multiple languages to be represented using shared embeddings. A model trained on entity features in a resource-rich language can thus be directly applied to other languages. Our experimental results on cross-lingual topic classification (using the MLDoc and TED-CLDC datasets) and entity typing (using the SHINRA2020-ML dataset) show that the proposed model consistently outperforms state-of-the-art models.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.07792v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"37401\", \"97100\", \"108957\", \"127839\", \"131012\", \"156620\", \"157255\", \"158102\", \"166130\", \"166664\", \"167513\", \"167753\", \"168892\", \"169335\", \"185889\", \"202124\", \"204715\", \"205857\", \"230727\", \"289972\", \"330941\"]}","task_split":"paper_retrieval"} {"document_id":"16284","document_content":"# Distribution-Free Federated Learning with Conformal Predictions\n## Categories\n- Machine Learning\n- Image and Video Processing\n## Abstract\nFederated learning has attracted considerable interest for collaborative machine learning in healthcare to leverage separate institutional datasets while maintaining patient privacy. However, additional challenges such as poor calibration and lack of interpretability may also hamper widespread deployment of federated models into clinical practice, leading to user distrust or misuse of ML tools in high-stakes clinical decision-making. In this paper, we propose to address these challenges by incorporating an adaptive conformal framework into federated learning to ensure distribution-free prediction sets that provide coverage guarantees. Importantly, these uncertainty estimates can be obtained without requiring any additional modifications to the model. Empirical results on the MedMNIST medical imaging benchmark demonstrate our federated method provides tighter coverage over local conformal predictions on 6 different medical imaging datasets for 2D and 3D multi-class classification tasks. Furthermore, we correlate class entropy with prediction set size to assess task uncertainty.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.07661v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"eess.IV\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Image and Video Processing\"], \"incoming_citations\": [\"35175\"], \"outgoing_citations\": [\"24725\", \"35175\", \"43448\", \"76493\", \"86847\", \"90709\", \"97795\", \"129795\", \"133775\", \"136201\", \"156643\", \"164015\", \"183930\", \"208787\", \"228498\", \"229623\", \"283125\", \"311316\", \"354570\"]}","task_split":"paper_retrieval"} {"document_id":"16302","document_content":"# Compressibility of Distributed Document Representations\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nContemporary natural language processing (NLP) revolves around learning from latent document representations, generated either implicitly by neural language models or explicitly by methods such as doc2vec or similar. One of the key properties of the obtained representations is their dimension. Whilst the commonly adopted dimensions of 256 and 768 offer sufficient performance on many tasks, it is many times unclear whether the default dimension is the most suitable choice for the subsequent downstream learning tasks. Furthermore, representation dimensions are seldom subject to hyperparameter tuning due to computational constraints. The purpose of this paper is to demonstrate that a surprisingly simple and efficient recursive compression procedure can be sufficient to both significantly compress the initial representation, but also potentially improve its performance when considering the task of text classification. Having smaller and less noisy representations is the desired property during deployment, as orders of magnitude smaller models can significantly reduce the computational overload and with it the deployment costs. We propose CoRe, a straightforward, representation learner-agnostic framework suitable for representation compression. The CoRe's performance is showcased and studied on a collection of 17 real-life corpora from biomedical, news, social media, and literary domains. We explored CoRe's behavior when considering contextual and non-contextual document representations, different compression levels, and 9 different compression algorithms. Current results based on more than 100,000 compression experiments indicate that recursive Singular Value Decomposition offers a very good trade-off between the compression efficiency and performance, making CoRe useful in many existing, representation-dependent NLP pipelines.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.07595v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"16331","document_content":"# Toward Degradation-Robust Voice Conversion\n## Categories\n- Audio and Speech Processing\n- Machine Learning\n- Sound\n## Abstract\nAny-to-any voice conversion technologies convert the vocal timbre of an utterance to any speaker even unseen during training. Although there have been several state-of-the-art any-to-any voice conversion models, they were all based on clean utterances to convert successfully. However, in real-world scenarios, it is difficult to collect clean utterances of a speaker, and they are usually degraded by noises or reverberations. It thus becomes highly desired to understand how these degradations affect voice conversion and build a degradation-robust model. We report in this paper the first comprehensive study on the degradation robustness of any-to-any voice conversion. We show that the performance of state-of-the-art models nowadays was severely hampered given degraded utterances. To this end, we then propose speech enhancement concatenation and denoising training to improve the robustness. In addition to common degradations, we also consider adversarial noises, which alter the model output significantly yet are human-imperceptible. It was shown that both concatenations with off-the-shelf speech enhancement models and denoising training on voice conversion models could improve the robustness, while each of them had pros and cons.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.07537v3\", \"primary_category\": \"eess.AS\", \"categories\": [\"eess.AS\", \"cs.LG\", \"cs.SD\"], \"primary_category_human_readable\": \"Audio and Speech Processing\", \"categories_human_readable\": [\"Audio and Speech Processing\", \"Machine Learning\", \"Sound\"], \"incoming_citations\": [], \"outgoing_citations\": [\"41620\", \"57558\", \"57825\", \"85008\", \"91019\", \"116691\", \"124359\", \"124632\", \"147546\", \"178013\", \"186295\", \"191165\", \"192116\", \"209981\", \"217178\", \"229074\", \"236348\"]}","task_split":"paper_retrieval"} {"document_id":"16341","document_content":"# SaFeRDialogues: Taking Feedback Gracefully after Conversational Safety Failures\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nCurrent open-domain conversational models can easily be made to talk in inadequate ways. Online learning from conversational feedback given by the conversation partner is a promising avenue for a model to improve and adapt, so as to generate fewer of these safety failures. However, current state-of-the-art models tend to react to feedback with defensive or oblivious responses. This makes for an unpleasant experience and may discourage conversation partners from giving feedback in the future. This work proposes SaFeRDialogues, a task and dataset of graceful responses to conversational feedback about safety failures. We collect a dataset of 10k dialogues demonstrating safety failures, feedback signaling them, and a response acknowledging the feedback. We show how fine-tuning on this dataset results in conversations that human raters deem considerably more likely to lead to a civil conversation, without sacrificing engagingness or general conversational ability.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.07518v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"25311\", \"29312\", \"36866\", \"45169\", \"116873\", \"128396\", \"130525\", \"145384\", \"145923\", \"158493\", \"167648\", \"168228\", \"171356\", \"202748\", \"212046\", \"266155\"]}","task_split":"paper_retrieval"} {"document_id":"16406","document_content":"# Transferring Semantic Knowledge Into Language Encoders\n## Categories\n- Computation and Language\n## Abstract\nWe introduce semantic form mid-tuning, an approach for transferring semantic knowledge from semantic meaning representations into transformer-based language encoders. In mid-tuning, we learn to align the text of general sentences -- not tied to any particular inference task -- and structured semantic representations of those sentences. Our approach does not require gold annotated semantic representations. Instead, it makes use of automatically generated semantic representations, such as from off-the-shelf PropBank and FrameNet semantic parsers. We show that this alignment can be learned implicitly via classification or directly via triplet loss. Our method yields language encoders that demonstrate improved predictive performance across inference, reading comprehension, textual similarity, and other semantic tasks drawn from the GLUE, SuperGLUE, and SentEval benchmarks. We evaluate our approach on three popular baseline models, where our experimental results and analysis concludes that current pre-trained language models can further benefit from structured semantic frames with the proposed mid-tuning method, as they inject additional task-agnostic knowledge to the encoder, improving the generated embeddings as well as the linguistic properties of the given model, as evident from improvements on a popular sentence embedding toolkit and a variety of probing tasks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.07382v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"128282\", \"141983\", \"146003\", \"168549\", \"169008\", \"188123\", \"211737\", \"233400\", \"234307\", \"238963\", \"267161\", \"307756\", \"310737\", \"320009\"]}","task_split":"paper_retrieval"} {"document_id":"16494","document_content":"# Self-Supervised Domain Adaptation for Visual Navigation with Global Map Consistency\n## Categories\n- Computer Vision and Pattern Recognition\n- Robotics\n## Abstract\nWe propose a light-weight, self-supervised adaptation for a visual navigation agent to generalize to unseen environment. Given an embodied agent trained in a noiseless environment, our objective is to transfer the agent to a noisy environment where actuation and odometry sensor noise is present. Our method encourages the agent to maximize the consistency between the global maps generated at different time steps in a round-trip trajectory. The proposed task is completely self-supervised, not requiring any supervision from ground-truth pose data or explicit noise model. In addition, optimization of the task objective is extremely light-weight, as training terminates within a few minutes on a commodity GPU. Our experiments show that the proposed task helps the agent to successfully transfer to new, noisy environments. The transferred agent exhibits improved localization and mapping accuracy, further leading to enhanced performance in downstream visual navigation tasks. Moreover, we demonstrate test-time adaptation with our self-supervised task to show its potential applicability in real-world deployment.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.07184v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.RO\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Robotics\"], \"incoming_citations\": [], \"outgoing_citations\": [\"43678\", \"49226\", \"75621\", \"79811\", \"82126\", \"87242\", \"90871\", \"104828\", \"108736\", \"112798\", \"113327\", \"114824\", \"116020\", \"123031\", \"127001\", \"131814\", \"151367\", \"158547\", \"179954\", \"185747\", \"192738\", \"196393\", \"196898\", \"207401\", \"209090\", \"214419\", \"219658\", \"238288\", \"240323\", \"247900\", \"248742\", \"255575\", \"262593\", \"274102\", \"290110\", \"318081\"]}","task_split":"paper_retrieval"} {"document_id":"16626","document_content":"# OPEn: An Open-ended Physics Environment for Learning Without a Task\n## Categories\n- Robotics\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nHumans have mental models that allow them to plan, experiment, and reason in the physical world. How should an intelligent agent go about learning such models? In this paper, we will study if models of the world learned in an open-ended physics environment, without any specific tasks, can be reused for downstream physics reasoning tasks. To this end, we build a benchmark Open-ended Physics ENvironment (OPEn) and also design several tasks to test learning representations in this environment explicitly. This setting reflects the conditions in which real agents (i.e. rolling robots) find themselves, where they may be placed in a new kind of environment and must adapt without any teacher to tell them how this environment works. This setting is challenging because it requires solving an exploration problem in addition to a model building and representation learning problem. We test several existing RL-based exploration methods on this benchmark and find that an agent using unsupervised contrastive learning for representation learning, and impact-driven learning for exploration, achieved the best results. However, all models still fall short in sample efficiency when transferring to the downstream tasks. We expect that OPEn will encourage the development of novel rolling robot agents that can build reusable mental models of the world that facilitate many tasks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.06912v1\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.RO\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Robotics\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"57662\", \"59458\", \"60623\", \"113084\", \"125475\", \"127845\", \"128392\", \"132207\", \"134771\", \"139653\", \"152918\", \"160036\", \"162372\", \"163549\", \"164814\", \"166489\", \"167238\", \"171413\", \"171629\", \"196784\", \"196921\", \"203756\", \"212299\", \"238328\", \"241436\", \"259045\", \"266419\", \"269458\", \"279883\", \"289719\", \"308711\", \"327091\", \"356201\"]}","task_split":"paper_retrieval"} {"document_id":"16658","document_content":"# Compositional Generalization in Dependency Parsing\n## Categories\n- Computation and Language\n## Abstract\nCompositionality -- the ability to combine familiar units like words into novel phrases and sentences -- has been the focus of intense interest in artificial intelligence in recent years. To test compositional generalization in semantic parsing, Keysers et al. (2020) introduced Compositional Freebase Queries (CFQ). This dataset maximizes the similarity between the test and train distributions over primitive units, like words, while maximizing the compound divergence: the dissimilarity between test and train distributions over larger structures, like phrases. Dependency parsing, however, lacks a compositional generalization benchmark. In this work, we introduce a gold-standard set of dependency parses for CFQ, and use this to analyze the behavior of a state-of-the art dependency parser (Qi et al., 2020) on the CFQ dataset. We find that increasing compound divergence degrades dependency parsing performance, although not as dramatically as semantic parsing performance. Additionally, we find the performance of the dependency parser does not uniformly degrade relative to compound divergence, and the parser performs differently on different splits with the same compound divergence. We explore a number of hypotheses for what causes the non-uniform degradation in dependency parsing performance, and identify a number of syntactic structures that drive the dependency parser's lower performance on the most challenging splits.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.06843v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"30857\", \"5985\"], \"outgoing_citations\": [\"55840\", \"80391\", \"94026\", \"95004\", \"100923\", \"111343\", \"129611\", \"136604\", \"137359\", \"150226\", \"151527\", \"225119\", \"251911\", \"274271\"]}","task_split":"paper_retrieval"} {"document_id":"16684","document_content":"# Leveraging Automated Unit Tests for Unsupervised Code Translation\n## Categories\n- Software Engineering\n- Computation and Language\n- Machine Learning\n## Abstract\nWith little to no parallel data available for programming languages, unsupervised methods are well-suited to source code translation. However, the majority of unsupervised machine translation approaches rely on back-translation, a method developed in the context of natural language translation and one that inherently involves training on noisy inputs. Unfortunately, source code is highly sensitive to small changes; a single token can result in compilation failures or erroneous programs, unlike natural languages where small inaccuracies may not change the meaning of a sentence. To address this issue, we propose to leverage an automated unit-testing system to filter out invalid translations, thereby creating a fully tested parallel corpus. We found that fine-tuning an unsupervised model with this filtered data set significantly reduces the noise in the translations so-generated, comfortably outperforming the state-of-the-art for all language pairs studied. In particular, for Java $\\to$ Python and Python $\\to$ C++ we outperform the best previous methods by more than 16% and 24% respectively, reducing the error rate by more than 35%.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.06773v2\", \"primary_category\": \"cs.SE\", \"categories\": [\"cs.CL\", \"cs.LG\", \"cs.SE\"], \"primary_category_human_readable\": \"Software Engineering\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\", \"Software Engineering\"], \"incoming_citations\": [], \"outgoing_citations\": [\"29470\", \"36889\", \"48280\", \"48521\", \"63847\", \"69291\", \"70595\", \"92302\", \"92986\", \"100035\", \"120826\", \"123956\", \"128391\", \"134074\", \"141361\", \"150065\", \"158180\", \"166679\", \"181212\", \"204849\", \"205222\", \"229845\", \"234807\", \"242644\", \"249244\", \"249946\", \"251240\", \"251741\", \"261784\", \"279759\", \"302824\"]}","task_split":"paper_retrieval"} {"document_id":"16718","document_content":"# Diverse Audio Captioning via Adversarial Training\n## Categories\n- Audio and Speech Processing\n- Sound\n## Abstract\nAudio captioning aims at generating natural language descriptions for audio clips automatically. Existing audio captioning models have shown promising improvement in recent years. However, these models are mostly trained via maximum likelihood estimation (MLE),which tends to make captions generic, simple and deterministic. As different people may describe an audio clip from different aspects using distinct words and grammars, we argue that an audio captioning system should have the ability to generate diverse captions for a fixed audio clip and across similar audio clips. To address this problem, we propose an adversarial training framework for audio captioning based on a conditional generative adversarial network (C-GAN), which aims at improving the naturalness and diversity of generated captions. Unlike processing data of continuous values in a classical GAN, a sentence is composed of discrete tokens and the discrete sampling process is non-differentiable. To address this issue, policy gradient, a reinforcement learning technique, is used to back-propagate the reward to the generator. The results show that our proposed model can generate more diverse captions, as compared to state-of-the-art methods.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.06691v2\", \"primary_category\": \"eess.AS\", \"categories\": [\"cs.SD\", \"eess.AS\"], \"primary_category_human_readable\": \"Audio and Speech Processing\", \"categories_human_readable\": [\"Sound\", \"Audio and Speech Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"16991\", \"31202\", \"34188\", \"34266\", \"67563\", \"80730\", \"114995\", \"150055\", \"160636\", \"236907\", \"262465\", \"270154\", \"271234\", \"278954\", \"284481\", \"287504\", \"311470\", \"321493\"]}","task_split":"paper_retrieval"} {"document_id":"16742","document_content":"# ADOP: Approximate Differentiable One-Pixel Point Rendering\n## Categories\n- Computer Vision and Pattern Recognition\n- Graphics\n## Abstract\nIn this paper we present ADOP, a novel point-based, differentiable neural rendering pipeline. Like other neural renderers, our system takes as input calibrated camera images and a proxy geometry of the scene, in our case a point cloud. To generate a novel view, the point cloud is rasterized with learned feature vectors as colors and a deep neural network fills the remaining holes and shades each output pixel. The rasterizer renders points as one-pixel splats, which makes it very fast and allows us to compute gradients with respect to all relevant input parameters efficiently. Furthermore, our pipeline contains a fully differentiable physically-based photometric camera model, including exposure, white balance, and a camera response function. Following the idea of inverse rendering, we use our renderer to refine its input in order to reduce inconsistencies and optimize the quality of its output. In particular, we can optimize structural parameters like the camera pose, lens distortions, point positions and features, and a neural environment map, but also photometric parameters like camera response function, vignetting, and per-image exposure and white balance. Because our pipeline includes photometric parameters, e.g.~exposure and camera response function, our system can smoothly handle input images with varying exposure and white balance, and generates high-dynamic range output. We show that due to the improved input, we can achieve high render quality, also for difficult input, e.g. with imperfect camera calibrations, inaccurate proxy geometry, or varying exposure. As a result, a simpler and thus faster deep neural network is sufficient for reconstruction. In combination with the fast point rasterization, ADOP achieves real-time rendering rates even for models with well over 100M points. https:\/\/github.com\/darglein\/ADOP","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.06635v3\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.GR\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Graphics\"], \"incoming_citations\": [\"645\", \"1544\", \"2174\", \"3324\", \"4111\", \"5633\", \"6623\", \"6693\", \"7025\", \"32828\", \"10256\"], \"outgoing_citations\": [\"7025\", \"25537\", \"26593\", \"55819\", \"56324\", \"82893\", \"87011\", \"94164\", \"100051\", \"107634\", \"111573\", \"112560\", \"117017\", \"118041\", \"126297\", \"129363\", \"130893\", \"132347\", \"150515\", \"150974\", \"151076\", \"151894\", \"153557\", \"154293\", \"158372\", \"173162\", \"181617\", \"187991\", \"188170\", \"188623\", \"191545\", \"191951\", \"192520\", \"202836\", \"206570\", \"206932\", \"207490\", \"208268\", \"208590\", \"213394\", \"227699\", \"227856\", \"228631\", \"230666\", \"235354\", \"249836\", \"263147\", \"268404\", \"282271\", \"287801\", \"288753\", \"292758\", \"298480\", \"313371\", \"328077\"]}","task_split":"paper_retrieval"} {"document_id":"16773","document_content":"# A Review of 3D Face Reconstruction From a Single Image\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\n3D face reconstruction is a challenging problem but also an important task in the field of computer vision and graphics. Recently, many researchers put attention to the problem and a large number of articles have been published. Single image reconstruction is one of the branches of 3D face reconstruction, which has a lot of applications in our life. This paper is a review of the recent literature on 3D face reconstruction from a single image.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.09299v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"58273\", \"112015\", \"134076\", \"137181\", \"155623\", \"161915\", \"164821\", \"191463\", \"191844\", \"194156\", \"194402\", \"195806\", \"198793\", \"219961\", \"223229\", \"227856\", \"237222\", \"238254\", \"247495\", \"248320\", \"250290\", \"254971\", \"257846\", \"260916\", \"267940\", \"268703\", \"270134\", \"270235\", \"270795\", \"275879\", \"277948\", \"280394\", \"284716\", \"302701\"]}","task_split":"paper_retrieval"} {"document_id":"16789","document_content":"# NeurIPS 2021 Competition IGLU: Interactive Grounded Language Understanding in a Collaborative Environment\n## Categories\n- Artificial Intelligence\n## Abstract\nHuman intelligence has the remarkable ability to adapt to new tasks and environments quickly. Starting from a very young age, humans acquire new skills and learn how to solve new tasks either by imitating the behavior of others or by following provided natural language instructions. To facilitate research in this direction, we propose IGLU: Interactive Grounded Language Understanding in a Collaborative Environment. The primary goal of the competition is to approach the problem of how to build interactive agents that learn to solve a task while provided with grounded natural language instructions in a collaborative environment. Understanding the complexity of the challenge, we split it into sub-tasks to make it feasible for participants. This research challenge is naturally related, but not limited, to two fields of study that are highly relevant to the NeurIPS community: Natural Language Understanding and Generation (NLU\/G) and Reinforcement Learning (RL). Therefore, the suggested challenge can bring two communities together to approach one of the important challenges in AI. Another important aspect of the challenge is the dedication to perform a human-in-the-loop evaluation as a final evaluation for the agents developed by contestants.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.06536v2\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [\"3136\"], \"outgoing_citations\": [\"24007\", \"89875\", \"98892\", \"126793\", \"127524\", \"128396\", \"145384\", \"156297\", \"157661\", \"158493\", \"162157\", \"169742\", \"175055\", \"175344\", \"182870\", \"189416\", \"189948\", \"196049\", \"200725\", \"216019\", \"230008\", \"232341\", \"247002\", \"253974\", \"255580\", \"261081\", \"307266\", \"356201\"]}","task_split":"paper_retrieval"} {"document_id":"16859","document_content":"# MMIU: Dataset for Visual Intent Understanding in Multimodal Assistants\n## Categories\n- Computer Vision and Pattern Recognition\n- Machine Learning\n## Abstract\nIn multimodal assistant, where vision is also one of the input modalities, the identification of user intent becomes a challenging task as visual input can influence the outcome. Current digital assistants take spoken input and try to determine the user intent from conversational or device context. So, a dataset, which includes visual input (i.e. images or videos for the corresponding questions targeted for multimodal assistant use cases, is not readily available. The research in visual question answering (VQA) and visual question generation (VQG) is a great step forward. However, they do not capture questions that a visually-abled person would ask multimodal assistants. Moreover, many times questions do not seek information from external knowledge. In this paper, we provide a new dataset, MMIU (MultiModal Intent Understanding), that contains questions and corresponding intents provided by human annotators while looking at images. We, then, use this dataset for intent classification task in multimodal digital assistant. We also experiment with various approaches for combining vision and language features including the use of multimodal transformer for classification of image-question pairs into 14 intents. We provide the benchmark results and discuss the role of visual and text features for the intent classification task on our dataset.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.06416v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.LG\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"106227\", \"170603\", \"170926\", \"183201\", \"236938\", \"269122\", \"296279\"]}","task_split":"paper_retrieval"} {"document_id":"17043","document_content":"# Early Melanoma Diagnosis with Sequential Dermoscopic Images\n## Categories\n- Image and Video Processing\n- Computer Vision and Pattern Recognition\n- Machine Learning\n## Abstract\nDermatologists often diagnose or rule out early melanoma by evaluating the follow-up dermoscopic images of skin lesions. However, existing algorithms for early melanoma diagnosis are developed using single time-point images of lesions. Ignoring the temporal, morphological changes of lesions can lead to misdiagnosis in borderline cases. In this study, we propose a framework for automated early melanoma diagnosis using sequential dermoscopic images. To this end, we construct our method in three steps. First, we align sequential dermoscopic images of skin lesions using estimated Euclidean transformations, extract the lesion growth region by computing image differences among the consecutive images, and then propose a spatio-temporal network to capture the dermoscopic changes from aligned lesion images and the corresponding difference images. Finally, we develop an early diagnosis module to compute probability scores of malignancy for lesion images over time. We collected 179 serial dermoscopic imaging data from 122 patients to verify our method. Extensive experiments show that the proposed model outperforms other commonly used sequence models. We also compared the diagnostic results of our model with those of seven experienced dermatologists and five registrars. Our model achieved higher diagnostic accuracy than clinicians (63.69% vs. 54.33%, respectively) and provided an earlier diagnosis of melanoma (60.7% vs. 32.7% of melanoma correctly diagnosed on the first follow-up images). These results demonstrate that our model can be used to identify melanocytic lesions that are at high-risk of malignant transformation earlier in the disease process and thereby redefine what is possible in the early detection of melanoma.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1109\/TMI.2021.3120091\", \"primary_category\": \"eess.IV\", \"categories\": [\"cs.CV\", \"cs.LG\", \"eess.IV\"], \"primary_category_human_readable\": \"Image and Video Processing\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Machine Learning\", \"Image and Video Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"150465\", \"152363\", \"162635\", \"167310\", \"195957\", \"196375\", \"211753\", \"223827\", \"247535\", \"248813\", \"261577\", \"271595\", \"278825\", \"282613\", \"287286\", \"294046\", \"294503\", \"305615\", \"315200\", \"328601\"]}","task_split":"paper_retrieval"} {"document_id":"17046","document_content":"# Improving Character Error Rate Is Not Equal to Having Clean Speech: Speech Enhancement for ASR Systems with Black-box Acoustic Models\n## Categories\n- Audio and Speech Processing\n- Artificial Intelligence\n## Abstract\nA deep neural network (DNN)-based speech enhancement (SE) aiming to maximize the performance of an automatic speech recognition (ASR) system is proposed in this paper. In order to optimize the DNN-based SE model in terms of the character error rate (CER), which is one of the metric to evaluate the ASR system and generally non-differentiable, our method uses two DNNs: one for speech processing and one for mimicking the output CERs derived through an acoustic model (AM). Then both of DNNs are alternately optimized in the training phase. Even if the AM is a black-box, e.g., like one provided by a third-party, the proposed method enables the DNN-based SE model to be optimized in terms of the CER since the DNN mimicking the AM is differentiable. Consequently, it becomes feasible to build CER-centric SE model that has no negative effect, e.g., additional calculation cost and changing network architecture, on the inference phase since our method is merely a training scheme for the existing DNN-based methods. Experimental results show that our method improved CER by 8.8% relative derived through a black-box AM although certain noise levels are kept.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.05968v2\", \"primary_category\": \"eess.AS\", \"categories\": [\"eess.AS\", \"cs.AI\"], \"primary_category_human_readable\": \"Audio and Speech Processing\", \"categories_human_readable\": [\"Audio and Speech Processing\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"57558\", \"71253\", \"90478\", \"117784\", \"124902\", \"142340\", \"145197\", \"150817\", \"186643\", \"189849\", \"210647\", \"217178\", \"233558\", \"237567\", \"241941\", \"304370\"]}","task_split":"paper_retrieval"} {"document_id":"17070","document_content":"# Investigation on Data Adaptation Techniques for Neural Named Entity Recognition\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nData processing is an important step in various natural language processing tasks. As the commonly used datasets in named entity recognition contain only a limited number of samples, it is important to obtain additional labeled data in an efficient and reliable manner. A common practice is to utilize large monolingual unlabeled corpora. Another popular technique is to create synthetic data from the original labeled data (data augmentation). In this work, we investigate the impact of these two methods on the performance of three different named entity recognition tasks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.18653\/v1\/2021.acl-srw.1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"138517\", \"146051\", \"184635\", \"196117\", \"205715\", \"216925\", \"220611\", \"223071\", \"225791\", \"231898\", \"234577\", \"241616\", \"259758\", \"297147\", \"302500\", \"302824\", \"308333\", \"309411\"]}","task_split":"paper_retrieval"} {"document_id":"17212","document_content":"# CAPITAL: Optimal Subgroup Identification via Constrained Policy Tree Search\n## Categories\n- Machine Learning\n- Methodology\n- Applications\n## Abstract\nPersonalized medicine, a paradigm of medicine tailored to a patient's characteristics, is an increasingly attractive field in health care. An important goal of personalized medicine is to identify a subgroup of patients, based on baseline covariates, that benefits more from the targeted treatment than other comparative treatments. Most of the current subgroup identification methods only focus on obtaining a subgroup with an enhanced treatment effect without paying attention to subgroup size. Yet, a clinically meaningful subgroup learning approach should identify the maximum number of patients who can benefit from the better treatment. In this paper, we present an optimal subgroup selection rule (SSR) that maximizes the number of selected patients, and in the meantime, achieves the pre-specified clinically meaningful mean outcome, such as the average treatment effect. We derive two equivalent theoretical forms of the optimal SSR based on the contrast function that describes the treatment-covariates interaction in the outcome. We further propose a ConstrAined PolIcy Tree seArch aLgorithm (CAPITAL) to find the optimal SSR within the interpretable decision tree class. The proposed method is flexible to handle multiple constraints that penalize the inclusion of patients with negative treatment effects, and to address time to event data using the restricted mean survival time as the clinically interesting mean outcome. Extensive simulations, comparison studies, and real data applications are conducted to demonstrate the validity and utility of our method.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.05636v3\", \"primary_category\": \"stat.ML\", \"categories\": [\"cs.LG\", \"stat.ME\", \"stat.AP\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Methodology\", \"Applications\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"214660\", \"274345\"]}","task_split":"paper_retrieval"} {"document_id":"17242","document_content":"# Spatial Data Mining of Public Transport Incidents reported in Social Media\n## Categories\n- Social and Information Networks\n- Computation and Language\n- Machine Learning\n## Abstract\nPublic transport agencies use social media as an essential tool for communicating mobility incidents to passengers. However, while the short term, day-to-day information about transport phenomena is usually posted in social media with low latency, its availability is short term as the content is rarely made an aggregated form. Social media communication of transport phenomena usually lacks GIS annotations as most social media platforms do not allow attaching non-POI GPS coordinates to posts. As a result, the analysis of transport phenomena information is minimal. We collected three years of social media posts of a polish public transport company with user comments. Through exploration, we infer a six-class transport information typology. We successfully build an information type classifier for social media posts, detect stop names in posts, and relate them to GPS coordinates, obtaining a spatial understanding of long-term aggregated phenomena. We show that our approach enables citizen science and use it to analyze the impact of three years of infrastructure incidents on passenger mobility, and the sentiment and reaction scale towards each of the events. All these results are achieved for Polish, an under-resourced language when it comes to spatial language understanding, especially in social media contexts. To improve the situation, we released two of our annotated data sets: social media posts with incident type labels and matched stop names and social media comments with the annotated sentiment. We also opensource the experimental codebase.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.05573v1\", \"primary_category\": \"cs.SI\", \"categories\": [\"cs.SI\", \"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Social and Information Networks\", \"categories_human_readable\": [\"Social and Information Networks\", \"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"288921\"]}","task_split":"paper_retrieval"} {"document_id":"17388","document_content":"# Learning a subspace of policies for online adaptation in Reinforcement Learning\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nDeep Reinforcement Learning (RL) is mainly studied in a setting where the training and the testing environments are similar. But in many practical applications, these environments may differ. For instance, in control systems, the robot(s) on which a policy is learned might differ from the robot(s) on which a policy will run. It can be caused by different internal factors (e.g., calibration issues, system attrition, defective modules) or also by external changes (e.g., weather conditions). There is a need to develop RL methods that generalize well to variations of the training conditions. In this article, we consider the simplest yet hard to tackle generalization setting where the test environment is unknown at train time, forcing the agent to adapt to the system's new dynamics. This online adaptation process can be computationally expensive (e.g., fine-tuning) and cannot rely on meta-RL techniques since there is just a single train environment. To do so, we propose an approach where we learn a subspace of policies within the parameter space. This subspace contains an infinite number of policies that are trained to solve the training environment while having different parameter values. As a consequence, two policies in that subspace process information differently and exhibit different behaviors when facing variations of the train environment. Our experiments carried out over a large variety of benchmarks compare our approach with baselines, including diversity-based methods. In comparison, our approach is simple to tune, does not need any extra component (e.g., discriminator) and learns policies able to gather a high reward on unseen environments.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.05169v3\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"16157\", \"39671\", \"66880\", \"67958\", \"74331\", \"90890\", \"95506\", \"107437\", \"107746\", \"126647\", \"180731\", \"182100\", \"186101\", \"212511\", \"240665\", \"241900\", \"243235\", \"248225\", \"253045\", \"258580\", \"261316\", \"280870\", \"311595\"]}","task_split":"paper_retrieval"} {"document_id":"17477","document_content":"# Pre-trained Language Models in Biomedical Domain: A Systematic Survey\n## Categories\n- Computation and Language\n## Abstract\nPre-trained language models (PLMs) have been the de facto paradigm for most natural language processing (NLP) tasks. This also benefits biomedical domain: researchers from informatics, medicine, and computer science (CS) communities propose various PLMs trained on biomedical datasets, e.g., biomedical text, electronic health records, protein, and DNA sequences for various biomedical tasks. However, the cross-discipline characteristics of biomedical PLMs hinder their spreading among communities; some existing works are isolated from each other without comprehensive comparison and discussions. It expects a survey that not only systematically reviews recent advances of biomedical PLMs and their applications but also standardizes terminology and benchmarks. In this paper, we summarize the recent progress of pre-trained language models in the biomedical domain and their applications in biomedical downstream tasks. Particularly, we discuss the motivations and propose a taxonomy of existing biomedical PLMs. Their applications in biomedical downstream tasks are exhaustively discussed. At last, we illustrate various limitations and future trends, which we hope can provide inspiration for the future research of the research community.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.05006v3\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"677\", \"26335\"], \"outgoing_citations\": [\"2951\", \"4987\", \"8625\", \"26335\", \"29241\", \"29312\", \"30272\", \"32774\", \"35280\", \"36993\", \"40395\", \"41478\", \"41905\", \"41963\", \"42313\", \"42396\", \"46749\", \"47624\", \"47670\", \"49873\", \"53003\", \"54540\", \"54796\", \"55085\", \"55453\", \"55715\", \"55815\", \"56081\", \"56297\", \"56539\", \"59708\", \"64046\", \"64576\", \"65129\", \"68923\", \"69906\", \"72781\", \"75106\", \"77597\", \"78795\", \"79013\", \"83697\", \"87828\", \"88816\", \"89948\", \"92814\", \"94756\", \"94785\", \"94884\", \"95299\", \"95827\", \"96019\", \"97258\", \"98293\", \"98352\", \"98421\", \"99717\", \"100684\", \"102549\", \"102563\", \"104050\", \"104221\", \"108689\", \"109222\", \"109314\", \"112516\", \"114998\", \"115509\", \"115797\", \"115939\", \"118072\", \"118229\", \"118442\", \"120172\", \"121364\", \"122414\", \"123534\", \"124916\", \"125047\", \"125241\", \"125694\", \"126216\", \"127141\", \"127526\", \"127753\", \"127922\", \"128087\", \"128167\", \"129372\", \"129503\", \"129596\", \"131380\", \"131817\", \"132243\", \"132412\", \"132507\", \"133524\", \"136153\", \"136564\", \"137227\", \"137937\", \"139404\", \"141361\", \"145761\", \"149374\", \"149451\", \"150121\", \"152565\", \"157249\", \"157706\", \"158405\", \"158493\", \"164664\", \"164927\", \"165441\", \"165848\", \"166218\", \"167028\", \"168008\", \"168231\", \"168951\", \"169330\", \"169511\", \"170852\", \"170926\", \"171936\", \"171975\", \"172370\", \"174985\", \"179679\", \"179955\", \"179992\", \"180492\", \"180997\", \"182316\", \"183050\", \"186386\", \"191145\", \"191942\", \"192402\", \"193725\", \"196679\", \"197910\", \"197921\", \"201023\", \"202208\", \"209220\", \"213077\", \"213418\", \"219328\", \"220013\", \"220797\", \"220951\", \"228459\", \"232098\", \"235463\", \"237682\", \"249726\", \"259870\", \"260469\", \"310738\"]}","task_split":"paper_retrieval"} {"document_id":"17520","document_content":"# SCEHR: Supervised Contrastive Learning for Clinical Risk Prediction using Electronic Health Records\n## Categories\n- Machine Learning\n## Abstract\nContrastive learning has demonstrated promising performance in image and text domains either in a self-supervised or a supervised manner. In this work, we extend the supervised contrastive learning framework to clinical risk prediction problems based on longitudinal electronic health records (EHR). We propose a general supervised contrastive loss $\\mathcal{L}_{\\text{Contrastive Cross Entropy} } + \\lambda \\mathcal{L}_{\\text{Supervised Contrastive Regularizer}}$ for learning both binary classification (e.g. in-hospital mortality prediction) and multi-label classification (e.g. phenotyping) in a unified framework. Our supervised contrastive loss practices the key idea of contrastive learning, namely, pulling similar samples closer and pushing dissimilar ones apart from each other, simultaneously by its two components: $\\mathcal{L}_{\\text{Contrastive Cross Entropy} }$ tries to contrast samples with learned anchors which represent positive and negative clusters, and $\\mathcal{L}_{\\text{Supervised Contrastive Regularizer}}$ tries to contrast samples with each other according to their supervised labels. We propose two versions of the above supervised contrastive loss and our experiments on real-world EHR data demonstrate that our proposed loss functions show benefits in improving the performance of strong baselines and even state-of-the-art models on benchmarking tasks for clinical risk predictions. Our loss functions work well with extremely imbalanced data which are common for clinical risk prediction problems. Our loss functions can be easily used to replace (binary or multi-label) cross-entropy loss adopted in existing clinical predictive models. The Pytorch code is released at \\url{https:\/\/github.com\/calvin-zcx\/SCEHR}.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.04943v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [\"97258\"], \"outgoing_citations\": [\"76032\", \"89486\", \"89969\", \"92377\", \"93090\", \"95191\", \"97063\", \"97123\", \"97258\", \"112823\", \"118617\", \"145697\", \"153944\", \"153949\", \"174985\", \"244340\", \"250829\", \"279891\", \"286253\"]}","task_split":"paper_retrieval"} {"document_id":"17665","document_content":"# An In-depth Summary of Recent Artificial Intelligence Applications in Drug Design\n## Categories\n- Quantitative Methods\n- J.3; I.2\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nAs a promising tool to navigate in the vast chemical space, artificial intelligence (AI) is leveraged for drug design. From the year 2017 to 2021, the number of applications of several recent AI models (i.e. graph neural network (GNN), recurrent neural network (RNN), variation autoencoder (VAE), generative adversarial network (GAN), flow and reinforcement learning (RL)) in drug design increases significantly. Many relevant literature reviews exist. However, none of them provides an in-depth summary of many applications of the recent AI models in drug design. To complement the existing literature, this survey includes the theoretical development of the previously mentioned AI models and detailed summaries of 42 recent applications of AI in drug design. Concretely, 13 of them leverage GNN for molecular property prediction and 29 of them use RL and\/or deep generative models for molecule generation and optimization. In most cases, the focus of the summary is the models, their variants, and modifications for specific tasks in drug design. Moreover, 60 additional applications of AI in molecule generation and optimization are briefly summarized in a table. Finally, this survey provides a holistic discussion of the abundant applications so that the tasks, potential solutions, and challenges in AI-based drug design become evident.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.05478v1\", \"primary_category\": \"q-bio.QM\", \"categories\": [\"J.3; I.2\", \"q-bio.QM\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Quantitative Methods\", \"categories_human_readable\": [\"J.3; I.2\", \"Quantitative Methods\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [\"13043\"], \"outgoing_citations\": [\"36300\", \"43280\", \"43922\", \"43991\", \"64403\", \"64915\", \"70629\", \"71676\", \"72111\", \"72345\", \"76245\", \"79842\", \"81711\", \"84737\", \"85092\", \"87018\", \"89239\", \"90146\", \"91129\", \"93248\", \"93602\", \"97884\", \"100519\", \"102870\", \"104877\", \"104937\", \"112333\", \"114250\", \"114873\", \"115175\", \"116959\", \"117694\", \"117868\", \"118224\", \"120045\", \"120756\", \"123896\", \"127805\", \"127864\", \"128144\", \"130963\", \"133414\", \"134044\", \"134115\", \"134116\", \"134526\", \"137073\", \"139460\", \"141562\", \"141817\", \"142825\", \"143060\", \"143408\", \"143417\", \"144656\", \"145591\", \"152549\", \"154628\", \"156624\", \"164233\", \"164955\", \"170321\", \"173067\", \"181855\", \"182109\", \"182121\", \"183366\", \"183816\", \"184120\", \"184729\", \"189851\", \"192615\", \"193039\", \"194233\", \"195609\", \"200016\", \"205026\", \"207472\", \"208130\", \"209026\", \"213629\", \"218718\", \"218768\", \"225328\", \"225410\", \"227935\", \"228992\", \"229927\", \"230880\", \"233672\", \"239220\", \"239581\", \"241029\", \"242430\", \"242739\", \"243529\", \"248911\", \"256259\", \"258199\", \"264984\", \"266025\", \"268060\", \"268784\", \"279653\", \"280783\", \"283078\", \"290092\", \"291677\", \"296356\", \"302948\", \"305591\", \"305707\", \"312051\", \"312474\", \"322496\", \"331356\", \"341730\", \"352129\"]}","task_split":"paper_retrieval"} {"document_id":"17667","document_content":"# Using Human-Guided Causal Knowledge for More Generalized Robot Task Planning\n## Categories\n- Artificial Intelligence\n- Robotics\n## Abstract\nA major challenge in research involving artificial intelligence (AI) is the development of algorithms that can find solutions to problems that can generalize to different environments and tasks. Unlike AI, humans are adept at finding solutions that can transfer. We hypothesize this is because their solutions are informed by causal models. We propose to use human-guided causal knowledge to help robots find solutions that can generalize to a new environment. We develop and test the feasibility of a language interface that na\\\"ive participants can use to communicate these causal models to a planner. We find preliminary evidence that participants are able to use our interface and generate causal models that achieve near-generalization. We outline an experiment aimed at testing far-generalization using our interface and describe our longer terms goals for these causal models.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.04664v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.RO\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Robotics\"], \"incoming_citations\": [], \"outgoing_citations\": [\"130231\", \"143420\", \"154335\", \"163450\", \"240495\", \"276133\"]}","task_split":"paper_retrieval"} {"document_id":"17669","document_content":"# Cognitively Inspired Learning of Incremental Drifting Concepts\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nHumans continually expand their learned knowledge to new domains and learn new concepts without any interference with past learned experiences. In contrast, machine learning models perform poorly in a continual learning setting, where input data distribution changes over time. Inspired by the nervous system learning mechanisms, we develop a computational model that enables a deep neural network to learn new concepts and expand its learned knowledge to new domains incrementally in a continual learning setting. We rely on the Parallel Distributed Processing theory to encode abstract concepts in an embedding space in terms of a multimodal distribution. This embedding space is modeled by internal data representations in a hidden network layer. We also leverage the Complementary Learning Systems theory to equip the model with a memory mechanism to overcome catastrophic forgetting through implementing pseudo-rehearsal. Our model can generate pseudo-data points for experience replay and accumulate new experiences to past learned experiences without causing cross-task interference.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.04662v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"98477\", \"181710\", \"194365\", \"195562\", \"213196\", \"216051\", \"248027\", \"253621\", \"262842\", \"265568\", \"269555\", \"270623\", \"279725\", \"282655\", \"303049\", \"310225\"]}","task_split":"paper_retrieval"} {"document_id":"17727","document_content":"# Human-Aware Robot Navigation via Reinforcement Learning with Hindsight Experience Replay and Curriculum Learning\n## Categories\n- Robotics\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nIn recent years, the growing demand for more intelligent service robots is pushing the development of mobile robot navigation algorithms to allow safe and efficient operation in a dense crowd. Reinforcement learning (RL) approaches have shown superior ability in solving sequential decision making problems, and recent work has explored its potential to learn navigation polices in a socially compliant manner. However, the expert demonstration data used in existing methods is usually expensive and difficult to obtain. In this work, we consider the task of training an RL agent without employing the demonstration data, to achieve efficient and collision-free navigation in a crowded environment. To address the sparse reward navigation problem, we propose to incorporate the hindsight experience replay (HER) and curriculum learning (CL) techniques with RL to efficiently learn the optimal navigation policy in the dense crowd. The effectiveness of our method is validated in a simulated crowd-robot coexisting environment. The results demonstrate that our method can effectively learn human-aware navigation without requiring additional demonstration data.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.04564v1\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.AI\", \"cs.RO\", \"cs.LG\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Robotics\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"66291\", \"216750\", \"233165\", \"233432\", \"253933\", \"261983\", \"270525\"]}","task_split":"paper_retrieval"} {"document_id":"17820","document_content":"# Accessible Visualization via Natural Language Descriptions: A Four-Level Model of Semantic Content\n## Categories\n- Human-Computer Interaction\n- Computation and Language\n## Abstract\nNatural language descriptions sometimes accompany visualizations to better communicate and contextualize their insights, and to improve their accessibility for readers with disabilities. However, it is difficult to evaluate the usefulness of these descriptions, and how effectively they improve access to meaningful information, because we have little understanding of the semantic content they convey, and how different readers receive this content. In response, we introduce a conceptual model for the semantic content conveyed by natural language descriptions of visualizations. Developed through a grounded theory analysis of 2,147 sentences, our model spans four levels of semantic content: enumerating visualization construction properties (e.g., marks and encodings); reporting statistical concepts and relations (e.g., extrema and correlations); identifying perceptual and cognitive phenomena (e.g., complex trends and patterns); and elucidating domain-specific insights (e.g., social and political context). To demonstrate how our model can be applied to evaluate the effectiveness of visualization descriptions, we conduct a mixed-methods evaluation with 30 blind and 90 sighted readers, and find that these reader groups differ significantly on which semantic content they rank as most useful. Together, our model and findings suggest that access to meaningful information is strongly reader-specific, and that research in automatic visualization captioning should orient toward descriptions that more richly communicate overall trends and statistics, sensitive to reader preferences. Our work further opens a space of research on natural language as a data interface coequal with visualization.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1109\/TVCG.2021.3114770\/\", \"primary_category\": \"cs.HC\", \"categories\": [\"cs.HC\", \"cs.CL\"], \"primary_category_human_readable\": \"Human-Computer Interaction\", \"categories_human_readable\": [\"Human-Computer Interaction\", \"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"19549\", \"47101\", \"74417\", \"74514\", \"93360\", \"100553\", \"103368\", \"103370\", \"104267\", \"167372\", \"182062\", \"204665\", \"248870\", \"252885\", \"320761\", \"321682\", \"337713\"]}","task_split":"paper_retrieval"} {"document_id":"17932","document_content":"# Medical Dead-ends and Learning to Identify High-risk States and Treatments\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nMachine learning has successfully framed many sequential decision making problems as either supervised prediction, or optimal decision-making policy identification via reinforcement learning. In data-constrained offline settings, both approaches may fail as they assume fully optimal behavior or rely on exploring alternatives that may not exist. We introduce an inherently different approach that identifies possible \"dead-ends\" of a state space. We focus on the condition of patients in the intensive care unit, where a \"medical dead-end\" indicates that a patient will expire, regardless of all potential future treatment sequences. We postulate \"treatment security\" as avoiding treatments with probability proportional to their chance of leading to dead-ends, present a formal proof, and frame discovery as an RL problem. We then train three independent deep neural models for automated state construction, dead-end discovery and confirmation. Our empirical results discover that dead-ends exist in real clinical data among septic patients, and further reveal gaps between secure treatments and those that were administered.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.04186v3\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [\"117210\"], \"outgoing_citations\": [\"63851\", \"85341\", \"109865\", \"115825\", \"127099\", \"154254\", \"170695\", \"176738\", \"178278\", \"182535\", \"182796\", \"185773\", \"202934\", \"206875\", \"243235\", \"247075\", \"251082\", \"255154\", \"265649\", \"290744\"]}","task_split":"paper_retrieval"} {"document_id":"17953","document_content":"# Text analysis and deep learning: A network approach\n## Categories\n- Computation and Language\n- Social and Information Networks\n- I.2.7; I.5.4; J.4\n## Abstract\nMuch information available to applied researchers is contained within written language or spoken text. Deep language models such as BERT have achieved unprecedented success in many applications of computational linguistics. However, much less is known about how these models can be used to analyze existing text. We propose a novel method that combines transformer models with network analysis to form a self-referential representation of language use within a corpus of interest. Our approach produces linguistic relations strongly consistent with the underlying model as well as mathematically well-defined operations on them, while reducing the amount of discretionary choices of representation and distance measures. It represents, to the best of our knowledge, the first unsupervised method to extract semantic networks directly from deep language models. We illustrate our approach in a semantic analysis of the term \"founder\". Using the entire corpus of Harvard Business Review from 1980 to 2020, we find that ties in our network track the semantics of discourse over time, and across contexts, identifying and relating clusters of semantic and syntactic relations. Finally, we discuss how this method can also complement and inform analyses of the behavior of deep learning models.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.04151v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.SI\", \"I.2.7; I.5.4; J.4\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Social and Information Networks\", \"I.2.7; I.5.4; J.4\"], \"incoming_citations\": [], \"outgoing_citations\": [\"57457\", \"60013\", \"63444\", \"105435\", \"109314\", \"110305\", \"127594\", \"127813\", \"128202\", \"139638\", \"145533\", \"169179\", \"174108\", \"182003\", \"182116\", \"183703\", \"184943\", \"186250\", \"190642\", \"201259\", \"209985\", \"213677\", \"218237\"]}","task_split":"paper_retrieval"} {"document_id":"17990","document_content":"# Towards Math-Aware Automated Classification and Similarity Search of Scientific Publications: Methods of Mathematical Content Representations\n## Categories\n- Information Retrieval\n- Artificial Intelligence\n- H.3; H.4; I.2; I.7; I.1\n- Computation and Language\n- 97E40 (Primary) 00Axx, 68T50, 97-XX (Secondary)\n## Abstract\nIn this paper, we investigate mathematical content representations suitable for the automated classification of and the similarity search in STEM documents using standard machine learning algorithms: the Latent Dirichlet Allocation (LDA) and the Latent Semantic Indexing (LSI). The methods are evaluated on a subset of arXiv.org papers with the Mathematics Subject Classification (MSC) as a reference classification and using the standard precision\/recall\/F1-measure metrics. The results give insight into how different math representations may influence the performance of the classification and similarity search tasks in STEM repositories. Non-surprisingly, machine learning methods are able to grab distributional semantics from textual tokens. A proper selection of weighted tokens representing math may improve the quality of the results slightly. A structured math representation that imitates successful text-processing techniques with math is shown to yield better results than flat TeX tokens.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.04040v1\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.IR\", \"cs.AI\", \"H.3; H.4; I.2; I.7; I.1\", \"cs.CL\", \"97E40 (Primary) 00Axx, 68T50, 97-XX (Secondary)\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Information Retrieval\", \"Artificial Intelligence\", \"H.3; H.4; I.2; I.7; I.1\", \"Computation and Language\", \"97E40 (Primary) 00Axx, 68T50, 97-XX (Secondary)\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"18135","document_content":"# Label Propagation across Graphs: Node Classification using Graph Neural Tangent Kernels\n## Categories\n- Machine Learning\n- Signal Processing\n## Abstract\nGraph neural networks (GNNs) have achieved superior performance on node classification tasks in the last few years. Commonly, this is framed in a transductive semi-supervised learning setup wherein the entire graph, including the target nodes to be labeled, is available for training. Driven in part by scalability, recent works have focused on the inductive case where only the labeled portion of a graph is available for training. In this context, our current work considers a challenging inductive setting where a set of labeled graphs are available for training while the unlabeled target graph is completely separate, i.e., there are no connections between labeled and unlabeled nodes. Under the implicit assumption that the testing and training graphs come from similar distributions, our goal is to develop a labeling function that generalizes to unobserved connectivity structures. To that end, we employ a graph neural tangent kernel (GNTK) that corresponds to infinitely wide GNNs to find correspondences between nodes in different graphs based on both the topology and the node features. We augment the capabilities of the GNTK with residual connections and empirically illustrate its performance gains on standard benchmarks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.03763v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"eess.SP\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Signal Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"50499\", \"67984\", \"73530\", \"142226\", \"168996\", \"183447\", \"184400\", \"186769\", \"188780\", \"199104\", \"206470\", \"243791\", \"284644\", \"292186\", \"352782\"]}","task_split":"paper_retrieval"} {"document_id":"18144","document_content":"# From Stars to Subgraphs: Uplifting Any GNN with Local Structure Awareness\n## Categories\n- Machine Learning\n## Abstract\nMessage Passing Neural Networks (MPNNs) are a common type of Graph Neural Network (GNN), in which each node's representation is computed recursively by aggregating representations (messages) from its immediate neighbors akin to a star-shaped pattern. MPNNs are appealing for being efficient and scalable, how-ever their expressiveness is upper-bounded by the 1st-order Weisfeiler-Lehman isomorphism test (1-WL). In response, prior works propose highly expressive models at the cost of scalability and sometimes generalization performance. Our work stands between these two regimes: we introduce a general framework to uplift any MPNN to be more expressive, with limited scalability overhead and greatly improved practical performance. We achieve this by extending local aggregation in MPNNs from star patterns to general subgraph patterns (e.g.,k-egonets):in our framework, each node representation is computed as the encoding of a surrounding induced subgraph rather than encoding of immediate neighbors only (i.e. a star). We choose the subgraph encoder to be a GNN (mainly MPNNs, considering scalability) to design a general framework that serves as a wrapper to up-lift any GNN. We call our proposed method GNN-AK(GNN As Kernel), as the framework resembles a convolutional neural network by replacing the kernel with GNNs. Theoretically, we show that our framework is strictly more powerful than 1&2-WL, and is not less powerful than 3-WL. We also design subgraph sampling strategies which greatly reduce memory footprint and improve speed while maintaining performance. Our method sets new state-of-the-art performance by large margins for several well-known graph ML tasks; specifically, 0.08 MAE on ZINC,74.79% and 86.887% accuracy on CIFAR10 and PATTERN respectively.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.03753v3\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Machine Learning\"], \"incoming_citations\": [\"16311\", \"2056\", \"7776\"], \"outgoing_citations\": [\"13814\", \"18515\", \"19609\", \"33840\", \"39957\", \"42645\", \"43338\", \"43757\", \"65206\", \"65828\", \"73530\", \"82471\", \"96209\", \"97047\", \"103085\", \"111508\", \"115600\", \"115834\", \"116959\", \"118201\", \"118766\", \"125230\", \"127525\", \"131562\", \"138999\", \"143081\", \"143456\", \"151458\", \"176236\", \"177249\", \"183719\", \"184286\", \"186624\", \"188300\", \"192622\", \"195609\", \"196221\", \"196255\", \"198364\", \"198382\", \"204871\", \"210730\", \"213646\", \"215435\", \"243382\", \"279575\", \"292407\", \"305707\"]}","task_split":"paper_retrieval"} {"document_id":"18310","document_content":"# A Logic-Based Framework for Natural Language Inference in Dutch\n## Categories\n- Computation and Language\n- F.4.1; I.2.7\n## Abstract\nWe present a framework for deriving inference relations between Dutch sentence pairs. The proposed framework relies on logic-based reasoning to produce inspectable proofs leading up to inference labels; its judgements are therefore transparent and formally verifiable. At its core, the system is powered by two ${\\lambda}$-calculi, used as syntactic and semantic theories, respectively. Sentences are first converted to syntactic proofs and terms of the linear ${\\lambda}$-calculus using a choice of two parsers: an Alpino-based pipeline, and Neural Proof Nets. The syntactic terms are then converted to semantic terms of the simply typed ${\\lambda}$-calculus, via a set of hand designed type- and term-level transformations. Pairs of semantic terms are then fed to an automated theorem prover for natural logic which reasons with them while using the lexical relations found in the Open Dutch WordNet. We evaluate the reasoning pipeline on the recently created Dutch natural language inference dataset, and achieve promising results, remaining only within a $1.1-3.2{\\%}$ performance margin to strong neural baselines. To the best of our knowledge, the reasoning pipeline is the first logic-based system for Dutch.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.03323v3\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"F.4.1; I.2.7\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"F.4.1; I.2.7\"], \"incoming_citations\": [], \"outgoing_citations\": [\"73361\", \"90366\", \"146697\", \"166494\", \"180652\", \"183339\", \"188708\", \"200362\", \"232482\", \"233045\", \"233416\", \"234664\", \"234840\", \"239831\", \"241060\", \"257324\", \"274095\"]}","task_split":"paper_retrieval"} {"document_id":"18351","document_content":"# Multimodal Colored Point Cloud to Image Alignment\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nReconstruction of geometric structures from images using supervised learning suffers from limited available amount of accurate data. One type of such data is accurate real-world RGB-D images. A major challenge in acquiring such ground truth data is the accurate alignment between RGB images and the point cloud measured by a depth scanner. To overcome this difficulty, we consider a differential optimization method that aligns a colored point cloud with a given color image through iterative geometric and color matching. In the proposed framework, the optimization minimizes the photometric difference between the colors of the point cloud and the corresponding colors of the image pixels. Unlike other methods that try to reduce this photometric error, we analyze the computation of the gradient on the image plane and propose a different direct scheme. We assume that the colors produced by the geometric scanner camera and the color camera sensor are different and therefore characterized by different chromatic acquisition properties. Under these multimodal conditions, we find the transformation between the camera image and the point cloud colors. We alternately optimize for aligning the position of the point cloud and matching the different color spaces. The alignments produced by the proposed method are demonstrated on both synthetic data with quantitative evaluation and real scenes with qualitative results.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.03249v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"76184\", \"110136\", \"189509\", \"190689\", \"229003\", \"238018\", \"257363\", \"271648\", \"288753\", \"304729\", \"321655\", \"328587\"]}","task_split":"paper_retrieval"} {"document_id":"18515","document_content":"# Equivariant Subgraph Aggregation Networks\n## Categories\n- Machine Learning\n## Abstract\nMessage-passing neural networks (MPNNs) are the leading architecture for deep learning on graph-structured data, in large part due to their simplicity and scalability. Unfortunately, it was shown that these architectures are limited in their expressive power. This paper proposes a novel framework called Equivariant Subgraph Aggregation Networks (ESAN) to address this issue. Our main observation is that while two graphs may not be distinguishable by an MPNN, they often contain distinguishable subgraphs. Thus, we propose to represent each graph as a set of subgraphs derived by some predefined policy, and to process it using a suitable equivariant architecture. We develop novel variants of the 1-dimensional Weisfeiler-Leman (1-WL) test for graph isomorphism, and prove lower bounds on the expressiveness of ESAN in terms of these new WL variants. We further prove that our approach increases the expressive power of both MPNNs and more expressive architectures. Moreover, we provide theoretical results that describe how design choices such as the subgraph selection policy and equivariant neural architecture affect our architecture's expressive power. To deal with the increased computational cost, we propose a subgraph sampling scheme, which can be viewed as a stochastic version of our framework. A comprehensive set of experiments on real and synthetic datasets demonstrates that our framework improves the expressive power and overall performance of popular GNN architectures.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.02910v3\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Machine Learning\"], \"incoming_citations\": [\"51256\", \"18144\", \"56646\", \"2056\", \"7776\", \"138999\"], \"outgoing_citations\": [\"19609\", \"33840\", \"37535\", \"39957\", \"43757\", \"56646\", \"65206\", \"65828\", \"73530\", \"82471\", \"95026\", \"96209\", \"97047\", \"110102\", \"111508\", \"111646\", \"115600\", \"115834\", \"116959\", \"118201\", \"118788\", \"127525\", \"131562\", \"137772\", \"138999\", \"141179\", \"143081\", \"143456\", \"151458\", \"163945\", \"174492\", \"176611\", \"177249\", \"183719\", \"184286\", \"185584\", \"186624\", \"192622\", \"196221\", \"196255\", \"198364\", \"204871\", \"210730\", \"213875\", \"215435\", \"228663\", \"236736\", \"242430\", \"242645\", \"245763\", \"250088\", \"279653\", \"280499\", \"283078\", \"297682\", \"303863\", \"323312\", \"336185\"]}","task_split":"paper_retrieval"} {"document_id":"18648","document_content":"# Is An Image Worth Five Sentences? A New Look into Semantics for Image-Text Matching\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n## Abstract\nThe task of image-text matching aims to map representations from different modalities into a common joint visual-textual embedding. However, the most widely used datasets for this task, MSCOCO and Flickr30K, are actually image captioning datasets that offer a very limited set of relationships between images and sentences in their ground-truth annotations. This limited ground truth information forces us to use evaluation metrics based on binary relevance: given a sentence query we consider only one image as relevant. However, many other relevant images or captions may be present in the dataset. In this work, we propose two metrics that evaluate the degree of semantic relevance of retrieved items, independently of their annotated binary relevance. Additionally, we incorporate a novel strategy that uses an image captioning metric, CIDEr, to define a Semantic Adaptive Margin (SAM) to be optimized in a standard triplet loss. By incorporating our formulation to existing models, a \\emph{large} improvement is obtained in scenarios where available training data is limited. We also demonstrate that the performance on the annotated image-caption pairs is maintained while improving on other non-annotated relevant items when employing the full training set. Code with our metrics and adaptive margin formulation will be made public.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.02623v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"70049\", \"75658\", \"76974\", \"81968\", \"96188\", \"101699\", \"111384\", \"111530\", \"112250\", \"127826\", \"131401\", \"133742\", \"136066\", \"137906\", \"152680\", \"155791\", \"165046\", \"167256\", \"168374\", \"238205\", \"248171\", \"260926\", \"265587\", \"277419\", \"281407\", \"287504\", \"312643\", \"321493\"]}","task_split":"paper_retrieval"} {"document_id":"18735","document_content":"# SSFL: Tackling Label Deficiency in Federated Learning via Personalized Self-Supervision\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nFederated Learning (FL) is transforming the ML training ecosystem from a centralized over-the-cloud setting to distributed training over edge devices in order to strengthen data privacy. An essential but rarely studied challenge in FL is label deficiency at the edge. This problem is even more pronounced in FL compared to centralized training due to the fact that FL users are often reluctant to label their private data. Furthermore, due to the heterogeneous nature of the data at edge devices, it is crucial to develop personalized models. In this paper we propose self-supervised federated learning (SSFL), a unified self-supervised and personalized federated learning framework, and a series of algorithms under this framework which work towards addressing these challenges. First, under the SSFL framework, we demonstrate that the standard FedAvg algorithm is compatible with recent breakthroughs in centralized self-supervised learning such as SimSiam networks. Moreover, to deal with data heterogeneity at the edge devices in this framework, we have innovated a series of algorithms that broaden existing supervised personalization algorithms into the setting of self-supervised learning. We further propose a novel personalized federated self-supervised learning algorithm, Per-SSFL, which balances personalization and consensus by carefully regulating the distance between the local and global representations of data. To provide a comprehensive comparative analysis of all proposed algorithms, we also develop a distributed training system and related evaluation protocol for SSFL. Our findings show that the gap of evaluation accuracy between supervised learning and unsupervised learning in FL is both small and reasonable. The performance comparison indicates the representation regularization-based personalization method is able to outperform other variants.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.02470v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [\"20321\", \"8081\"], \"outgoing_citations\": [\"35424\", \"59388\", \"72911\", \"89680\", \"93444\", \"104012\", \"106063\", \"109503\", \"109725\", \"112023\", \"117000\", \"118376\", \"139315\", \"141462\", \"166970\", \"187534\", \"233153\", \"268999\", \"283114\", \"290407\", \"297625\"]}","task_split":"paper_retrieval"} {"document_id":"19090","document_content":"# HDR-cGAN: Single LDR to HDR Image Translation using Conditional GAN\n## Categories\n- Computer Vision and Pattern Recognition\n- Image and Video Processing\n## Abstract\nThe prime goal of digital imaging techniques is to reproduce the realistic appearance of a scene. Low Dynamic Range (LDR) cameras are incapable of representing the wide dynamic range of the real-world scene. The captured images turn out to be either too dark (underexposed) or too bright (overexposed). Specifically, saturation in overexposed regions makes the task of reconstructing a High Dynamic Range (HDR) image from single LDR image challenging. In this paper, we propose a deep learning based approach to recover details in the saturated areas while reconstructing the HDR image. We formulate this problem as an image-to-image (I2I) translation task. To this end, we present a novel conditional GAN (cGAN) based framework trained in an end-to-end fashion over the HDR-REAL and HDR-SYNTH datasets. Our framework uses an overexposed mask obtained from a pre-trained segmentation model to facilitate the hallucination task of adding details in the saturated regions. We demonstrate the effectiveness of the proposed method by performing an extensive quantitative and qualitative comparison with several state-of-the-art single-image HDR reconstruction techniques.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.01660v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"eess.IV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Image and Video Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"74251\", \"114390\", \"124998\", \"130065\", \"133418\", \"149650\", \"189323\", \"205608\", \"235857\", \"239855\", \"241584\", \"244729\", \"249439\", \"252829\"]}","task_split":"paper_retrieval"} {"document_id":"19152","document_content":"# Distributed Learning Approaches for Automated Chest X-Ray Diagnosis\n## Categories\n- Machine Learning\n- Computer Vision and Pattern Recognition\n## Abstract\nDeep Learning has established in the latest years as a successful approach to address a great variety of tasks. Healthcare is one of the most promising field of application for Deep Learning approaches since it would allow to help clinicians to analyze patient data and perform diagnoses. However, despite the vast amount of data collected every year in hospitals and other clinical institutes, privacy regulations on sensitive data - such as those related to health - pose a serious challenge to the application of these methods. In this work, we focus on strategies to cope with privacy issues when a consortium of healthcare institutions needs to train machine learning models for identifying a particular disease, comparing the performances of two recent distributed learning approaches - Federated Learning and Split Learning - on the task of Automated Chest X-Ray Diagnosis. In particular, in our analysis we investigated the impact of different data distributions in client data and the possible policies on the frequency of data exchange between the institutions.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.01474v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.CV\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"149407\", \"202211\", \"207602\", \"214805\"]}","task_split":"paper_retrieval"} {"document_id":"19379","document_content":"# Graph Pointer Neural Networks\n## Categories\n- Machine Learning\n## Abstract\nGraph Neural Networks (GNNs) have shown advantages in various graph-based applications. Most existing GNNs assume strong homophily of graph structure and apply permutation-invariant local aggregation of neighbors to learn a representation for each node. However, they fail to generalize to heterophilic graphs, where most neighboring nodes have different labels or features, and the relevant nodes are distant. Few recent studies attempt to address this problem by combining multiple hops of hidden representations of central nodes (i.e., multi-hop-based approaches) or sorting the neighboring nodes based on attention scores (i.e., ranking-based approaches). As a result, these approaches have some apparent limitations. On the one hand, multi-hop-based approaches do not explicitly distinguish relevant nodes from a large number of multi-hop neighborhoods, leading to a severe over-smoothing problem. On the other hand, ranking-based models do not joint-optimize node ranking with end tasks and result in sub-optimal solutions. In this work, we present Graph Pointer Neural Networks (GPNN) to tackle the challenges mentioned above. We leverage a pointer network to select the most relevant nodes from a large amount of multi-hop neighborhoods, which constructs an ordered sequence according to the relationship with the central node. 1D convolution is then applied to extract high-level features from the node sequence. The pointer-network-based ranker in GPNN is joint-optimized with other parts in an end-to-end manner. Extensive experiments are conducted on six public node classification datasets with heterophilic graphs. The results show that GPNN significantly improves the classification performance of state-of-the-art methods. In addition, analyses also reveal the privilege of the proposed GPNN in filtering out irrelevant neighbors and reducing over-smoothing.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.00973v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [\"34086\"], \"outgoing_citations\": [\"43338\", \"43981\", \"46662\", \"76825\", \"114415\", \"117308\", \"122212\", \"126868\", \"142571\", \"159315\", \"164464\", \"168172\", \"176579\", \"188300\", \"198382\", \"214311\", \"221587\", \"243791\", \"244510\", \"269202\", \"311464\"]}","task_split":"paper_retrieval"} {"document_id":"19396","document_content":"# SDR: Efficient Neural Re-ranking using Succinct Document Representation\n## Categories\n- Information Retrieval\n- Machine Learning\n## Abstract\nBERT based ranking models have achieved superior performance on various information retrieval tasks. However, the large number of parameters and complex self-attention operation come at a significant latency overhead. To remedy this, recent works propose late-interaction architectures, which allow pre-computation of intermediate document representations, thus reducing the runtime latency. Nonetheless, having solved the immediate latency issue, these methods now introduce storage costs and network fetching latency, which limits their adoption in real-life production systems. In this work, we propose the Succinct Document Representation (SDR) scheme that computes highly compressed intermediate document representations, mitigating the storage\/network issue. Our approach first reduces the dimension of token representations by encoding them using a novel autoencoder architecture that uses the document's textual content in both the encoding and decoding phases. After this token encoding step, we further reduce the size of entire document representations using a modern quantization technique. Extensive evaluations on passage re-reranking on the MSMARCO dataset show that compared to existing approaches using compressed document representations, our method is highly efficient, achieving 4x-11.6x better compression rates for the same ranking quality.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.02065v1\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.IR\", \"cs.LG\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Information Retrieval\", \"Machine Learning\"], \"incoming_citations\": [\"5648\"], \"outgoing_citations\": [\"28637\", \"48917\", \"93824\", \"94572\", \"96122\", \"96287\", \"100372\", \"114755\", \"127516\", \"128166\", \"128510\", \"128701\", \"131921\", \"139525\", \"142174\", \"144160\", \"165441\", \"168891\", \"169911\", \"203064\", \"205390\", \"242325\", \"272822\", \"279343\", \"279785\", \"281424\", \"283126\", \"317797\"]}","task_split":"paper_retrieval"} {"document_id":"19404","document_content":"# Subtractive mountain clustering algorithm applied to a chatbot to assist elderly people in medication intake\n## Categories\n- Computation and Language\n## Abstract\nErrors in medication intake among elderly people are very common. One of the main causes for this is their loss of ability to retain information. The high amount of medicine intake required by the advanced age is another limiting factor. Thence, the design of an interactive aid system, preferably using natural language, to help the older population with medication is in demand. A chatbot based on a subtractive cluster algorithm, included in unsupervised learned models, is the chosen solution since the processing of natural languages is a necessary step in view to construct a chatbot able to answer questions that older people may pose upon themselves concerning a particular drug. In this work, the subtractive mountain clustering algorithm has been adapted to the problem of natural languages processing. This algorithm version allows for the association of a set of words into clusters. After finding the centre of every cluster -- the most relevant word, all the others are aggregated according to a defined metric adapted to the language processing realm. All the relevant stored information is processed, as well as the questions, by the algorithm. The correct processing of the text enables the chatbot to produce answers that relate to the posed queries. To validate the method, we use the package insert of a drug as the available information and formulate associated questions.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.00933v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"19530","document_content":"# Asking questions on handwritten document collections\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nThis work addresses the problem of Question Answering (QA) on handwritten document collections. Unlike typical QA and Visual Question Answering (VQA) formulations where the answer is a short text, we aim to locate a document snippet where the answer lies. The proposed approach works without recognizing the text in the documents. We argue that the recognition-free approach is suitable for handwritten documents and historical collections where robust text recognition is often difficult. At the same time, for human users, document image snippets containing answers act as a valid alternative to textual answers. The proposed approach uses an off-the-shelf deep embedding network which can project both textual words and word images into a common sub-space. This embedding bridges the textual and visual domains and helps us retrieve document snippets that potentially answer a question. We evaluate results of the proposed approach on two new datasets: (i) HW-SQuAD: a synthetic, handwritten document image counterpart of SQuAD1.0 dataset and (ii) BenthamQA: a smaller set of QA pairs defined on documents from the popular Bentham manuscripts collection. We also present a thorough analysis of the proposed recognition-free approach compared to a recognition-based approach which uses text recognized from the images using an OCR. Datasets presented in this work are available to download at docvqa.org","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1007\/s10032-021-00383-3\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"104973\", \"114913\", \"122798\", \"140469\", \"149004\", \"183268\", \"184301\", \"189847\", \"241203\", \"244278\", \"248620\", \"252885\", \"270020\", \"277538\", \"278894\", \"279213\", \"279343\", \"284528\", \"285811\", \"286589\", \"295459\", \"302662\", \"309239\", \"311423\", \"312506\", \"313143\", \"315108\", \"328595\"]}","task_split":"paper_retrieval"} {"document_id":"19536","document_content":"# Clustering and Network Analysis for the Embedding Spaces of Sentences and Sub-Sentences\n## Categories\n- Computation and Language\n## Abstract\nSentence embedding methods offer a powerful approach for working with short textual constructs or sequences of words. By representing sentences as dense numerical vectors, many natural language processing (NLP) applications have improved their performance. However, relatively little is understood about the latent structure of sentence embeddings. Specifically, research has not addressed whether the length and structure of sentences impact the sentence embedding space and topology. This paper reports research on a set of comprehensive clustering and network analyses targeting sentence and sub-sentence embedding spaces. Results show that one method generates the most clusterable embeddings. In general, the embeddings of span sub-sentences have better clustering properties than the original sentences. The results have implications for future sentence embedding models and applications.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.00697v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"168219\", \"196212\", \"204715\", \"215953\", \"220400\", \"227792\", \"239686\", \"260223\", \"267161\", \"281792\", \"286594\", \"288921\"]}","task_split":"paper_retrieval"} {"document_id":"19609","document_content":"# Reconstruction for Powerful Graph Representations\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Discrete Mathematics\n## Abstract\nGraph neural networks (GNNs) have limited expressive power, failing to represent many graph classes correctly. While more expressive graph representation learning (GRL) alternatives can distinguish some of these classes, they are significantly harder to implement, may not scale well, and have not been shown to outperform well-tuned GNNs in real-world tasks. Thus, devising simple, scalable, and expressive GRL architectures that also achieve real-world improvements remains an open challenge. In this work, we show the extent to which graph reconstruction -- reconstructing a graph from its subgraphs -- can mitigate the theoretical and practical problems currently faced by GRL architectures. First, we leverage graph reconstruction to build two new classes of expressive graph representations. Secondly, we show how graph reconstruction boosts the expressive power of any GNN architecture while being a (provably) powerful inductive bias for invariances to vertex removals. Empirically, we show how reconstruction can boost GNN's expressive power -- while maintaining its invariance to permutations of the vertices -- by solving seven graph property tasks not solvable by the original GNN. Further, we demonstrate how it boosts state-of-the-art GNN's performance across nine real-world benchmark datasets.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.00577v4\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.DM\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Discrete Mathematics\"], \"incoming_citations\": [\"18144\", \"18515\", \"2056\", \"7776\", \"82471\"], \"outgoing_citations\": [\"49956\", \"64367\", \"65206\", \"70398\", \"73530\", \"80611\", \"89502\", \"97047\", \"103085\", \"110102\", \"111508\", \"115834\", \"118201\", \"126374\", \"127525\", \"127744\", \"131562\", \"132809\", \"134585\", \"138212\", \"138999\", \"140399\", \"142226\", \"143081\", \"143456\", \"151458\", \"155744\", \"159292\", \"162683\", \"174492\", \"179516\", \"181255\", \"182074\", \"183719\", \"184194\", \"184286\", \"186624\", \"188300\", \"196221\", \"201448\", \"201584\", \"211417\", \"211646\", \"215435\", \"227067\", \"228663\", \"269273\", \"272626\", \"279575\", \"292407\", \"301645\", \"302934\", \"305707\", \"315215\", \"356982\"]}","task_split":"paper_retrieval"} {"document_id":"19911","document_content":"# Language-Aligned Waypoint (LAW) Supervision for Vision-and-Language Navigation in Continuous Environments\n## Categories\n- Computer Vision and Pattern Recognition\n- Computation and Language\n- Robotics\n## Abstract\nIn the Vision-and-Language Navigation (VLN) task an embodied agent navigates a 3D environment, following natural language instructions. A challenge in this task is how to handle 'off the path' scenarios where an agent veers from a reference path. Prior work supervises the agent with actions based on the shortest path from the agent's location to the goal, but such goal-oriented supervision is often not in alignment with the instruction. Furthermore, the evaluation metrics employed by prior work do not measure how much of a language instruction the agent is able to follow. In this work, we propose a simple and effective language-aligned supervision scheme, and a new metric that measures the number of sub-instructions the agent has completed during navigation.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.15207v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.CL\", \"cs.RO\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Computation and Language\", \"Robotics\"], \"incoming_citations\": [], \"outgoing_citations\": [\"18840\", \"81574\", \"93950\", \"109092\", \"125969\", \"132720\", \"132774\", \"147685\", \"158547\", \"176445\", \"177674\", \"183049\", \"183823\", \"191570\", \"192738\", \"203398\", \"208042\", \"208773\", \"224223\", \"228916\", \"249906\", \"255575\"]}","task_split":"paper_retrieval"} {"document_id":"19914","document_content":"# Multilingual AMR Parsing with Noisy Knowledge Distillation\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nWe study multilingual AMR parsing from the perspective of knowledge distillation, where the aim is to learn and improve a multilingual AMR parser by using an existing English parser as its teacher. We constrain our exploration in a strict multilingual setting: there is but one model to parse all different languages including English. We identify that noisy input and precise output are the key to successful distillation. Together with extensive pre-training, we obtain an AMR parser whose performances surpass all previously published results on four different foreign languages, including German, Spanish, Italian, and Chinese, by large margins (up to 18.8 \\textsc{Smatch} points on Chinese and on average 11.3 \\textsc{Smatch} points). Our parser also achieves comparable performance on English to the latest state-of-the-art English-only parser.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.15196v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [\"2988\"], \"outgoing_citations\": [\"43661\", \"47485\", \"71668\", \"96708\", \"100560\", \"108342\", \"131627\", \"133328\", \"135112\", \"146003\", \"157641\", \"167691\", \"168410\", \"172483\", \"185364\", \"197295\", \"198349\", \"204715\", \"215017\", \"220570\", \"227985\", \"265199\", \"267881\", \"268859\", \"273872\", \"274601\", \"278175\", \"284043\", \"295215\", \"320046\", \"336193\"]}","task_split":"paper_retrieval"} {"document_id":"19993","document_content":"# Deep Neural Compression Via Concurrent Pruning and Self-Distillation\n## Categories\n- Machine Learning\n- Computation and Language\n## Abstract\nPruning aims to reduce the number of parameters while maintaining performance close to the original network. This work proposes a novel \\emph{self-distillation} based pruning strategy, whereby the representational similarity between the pruned and unpruned versions of the same network is maximized. Unlike previous approaches that treat distillation and pruning separately, we use distillation to inform the pruning criteria, without requiring a separate student network as in knowledge distillation. We show that the proposed {\\em cross-correlation objective for self-distilled pruning} implicitly encourages sparse solutions, naturally complementing magnitude-based pruning criteria. Experiments on the GLUE and XGLUE benchmarks show that self-distilled pruning increases mono- and cross-lingual language model performance. Self-distilled pruned models also outperform smaller Transformers with an equal number of parameters and are competitive against (6 times) larger distilled networks. We also observe that self-distillation (1) maximizes class separability, (2) increases the signal-to-noise ratio, and (3) converges faster after pruning steps, providing further insights into why self-distilled pruning improves generalization.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.15014v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.CL\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"65198\", \"69742\", \"79809\", \"94092\", \"133328\", \"142405\", \"142775\", \"170447\", \"181718\", \"186258\", \"190971\", \"191248\", \"232302\", \"243648\", \"244665\", \"254077\", \"258001\", \"262063\", \"265846\", \"275877\", \"300845\", \"311586\", \"315745\", \"355149\"]}","task_split":"paper_retrieval"} {"document_id":"20025","document_content":"# Crowdsourcing through Cognitive Opportunistic Networks\n## Categories\n- Networking and Internet Architecture\n- Artificial Intelligence\n- Human-Computer Interaction\n- I.6.1\n## Abstract\nUntile recently crowdsourcing has been primarily conceived as an online activity to harness resources for problem solving. However the emergence of opportunistic networking (ON) has opened up crowdsourcing to the spatial domain. In this paper we bring the ON model for potential crowdsourcing in the smart city environment. We introduce cognitive features to the ON that allow users' mobile devices to become aware of the surrounding physical environment. Specifically, we exploit cognitive psychology studies on dynamic memory structures and cognitive heuristics, i.e. mental models that describe how the human brain handle decision-making amongst complex and real-time stimuli. Combined with ON, these cognitive features allow devices to act as proxies in the cyber-world of their users and exchange knowledge to deliver awareness of places in an urban environment. This is done through tags associated with locations. They represent features that are perceived by humans about a place. We consider the extent to which this knowledge becomes available to participants, using interactions with locations and other nodes. This is assessed taking into account a wide range of cognitive parameters. Outcomes are important because this functionality could support a new type of recommendation system that is independent of the traditional forms of networking.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1145\/2733379\", \"primary_category\": \"cs.NI\", \"categories\": [\"cs.NI\", \"cs.AI\", \"cs.HC\", \"I.6.1\"], \"primary_category_human_readable\": \"Networking and Internet Architecture\", \"categories_human_readable\": [\"Networking and Internet Architecture\", \"Artificial Intelligence\", \"Human-Computer Interaction\", \"I.6.1\"], \"incoming_citations\": [\"105418\", \"20016\"], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"20268","document_content":"# Multilingual Fact Linking\n## Categories\n- Computation and Language\n## Abstract\nKnowledge-intensive NLP tasks can benefit from linking natural language text with facts from a Knowledge Graph (KG). Although facts themselves are language-agnostic, the fact labels (i.e., language-specific representation of the fact) in the KG are often present only in a few languages. This makes it challenging to link KG facts to sentences in languages other than the limited set of languages. To address this problem, we introduce the task of Multilingual Fact Linking (MFL) where the goal is to link fact expressed in a sentence to corresponding fact in the KG, even when the fact label in the KG is not available in the language of the sentence. To facilitate research in this area, we present a new evaluation dataset, IndicLink. This dataset contains 11,293 linked WikiData facts and 6,429 sentences spanning English and six Indian languages. We propose a Retrieval+Generation model, ReFCoG, that can scale to millions of KG facts by combining Dual Encoder based retrieval with a Seq2Seq based generation model which is constrained to output only valid KG facts. ReFCoG outperforms standard Retrieval+Re-ranking models by 10.7 pts in Precision@1. In spite of this gain, the model achieves an overall score of 52.1, showing ample scope for improvement in the task.ReFCoG code and IndicLink data are available at https:\/\/github.com\/SaiKeshav\/mfl","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.14364v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"2756\"], \"outgoing_citations\": [\"68336\", \"72781\", \"88910\", \"89351\", \"93238\", \"114308\", \"153825\", \"192811\"]}","task_split":"paper_retrieval"} {"document_id":"20683","document_content":"# WarpedGANSpace: Finding non-linear RBF paths in GAN latent space\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nThis work addresses the problem of discovering, in an unsupervised manner, interpretable paths in the latent space of pretrained GANs, so as to provide an intuitive and easy way of controlling the underlying generative factors. In doing so, it addresses some of the limitations of the state-of-the-art works, namely, a) that they discover directions that are independent of the latent code, i.e., paths that are linear, and b) that their evaluation relies either on visual inspection or on laborious human labeling. More specifically, we propose to learn non-linear warpings on the latent space, each one parametrized by a set of RBF-based latent space warping functions, and where each warping gives rise to a family of non-linear paths via the gradient of the function. Building on the work of Voynov and Babenko, that discovers linear paths, we optimize the trainable parameters of the set of RBFs, so as that images that are generated by codes along different paths, are easily distinguishable by a discriminator network. This leads to easily distinguishable image transformations, such as pose and facial expressions in facial images. We show that linear paths can be derived as a special case of our method, and show experimentally that non-linear paths in the latent space lead to steeper, more disentangled and interpretable changes in the image space than in state-of-the art methods, both qualitatively and quantitatively. We make the code and the pretrained models publicly available at: https:\/\/github.com\/chi0tzp\/WarpedGANSpace.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.13357v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"298698\", \"7821\"], \"outgoing_citations\": [\"81560\", \"132835\", \"143164\", \"145299\", \"147421\", \"149810\", \"155122\", \"171905\", \"174537\", \"175835\", \"179226\", \"184464\", \"207443\", \"208621\", \"237427\", \"290620\"]}","task_split":"paper_retrieval"} {"document_id":"20822","document_content":"# Text-based Person Search in Full Images via Semantic-Driven Proposal Generation\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n## Abstract\nFinding target persons in full scene images with a query of text description has important practical applications in intelligent video surveillance.However, different from the real-world scenarios where the bounding boxes are not available, existing text-based person retrieval methods mainly focus on the cross modal matching between the query text descriptions and the gallery of cropped pedestrian images. To close the gap, we study the problem of text-based person search in full images by proposing a new end-to-end learning framework which jointly optimize the pedestrian detection, identification and visual-semantic feature embedding tasks. To take full advantage of the query text, the semantic features are leveraged to instruct the Region Proposal Network to pay more attention to the text-described proposals. Besides, a cross-scale visual-semantic embedding mechanism is utilized to improve the performance. To validate the proposed method, we collect and annotate two large-scale benchmark datasets based on the widely adopted image-based person search datasets CUHK-SYSU and PRW. Comprehensive experiments are conducted on the two datasets and compared with the baseline methods, our method achieves the state-of-the-art performance.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.12965v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"64203\", \"76369\", \"79284\", \"130118\", \"133768\", \"134019\", \"139248\", \"147460\", \"166087\", \"166809\", \"168957\", \"169858\", \"169977\", \"171857\", \"179422\", \"187888\", \"192501\", \"192662\", \"203331\", \"216895\", \"222262\", \"223678\", \"223855\", \"235021\", \"237045\", \"237094\", \"249058\", \"250405\", \"259197\", \"260620\", \"273696\", \"287800\", \"294953\", \"295099\", \"296989\"]}","task_split":"paper_retrieval"} {"document_id":"20893","document_content":"# Distributionally Robust Multi-Output Regression Ranking\n## Categories\n- Machine Learning\n## Abstract\nDespite their empirical success, most existing listwiselearning-to-rank (LTR) models are not built to be robust to errors in labeling or annotation, distributional data shift, or adversarial data perturbations. To fill this gap, we introduce a new listwise LTR model called Distributionally Robust Multi-output Regression Ranking (DRMRR). Different from existing methods, the scoring function of DRMRR was designed as a multivariate mapping from a feature vector to a vector of deviation scores, which captures local context information and cross-document interactions. DRMRR uses a Distributionally Robust Optimization (DRO) framework to minimize a multi-output loss function under the most adverse distributions in the neighborhood of the empirical data distribution defined by a Wasserstein ball. We show that this is equivalent to a regularized regression problem with a matrix norm regularizer. Our experiments were conducted on two real-world applications, medical document retrieval, and drug response prediction, showing that DRMRR notably outperforms state-of-the-art LTR models. We also conducted a comprehensive analysis to assess the resilience of DRMRR against various types of noise: Gaussian noise, adversarial perturbations, and label poisoning. We show that DRMRR is not only able to achieve significantly better performance than other baselines, but it can maintain a relatively stable performance as more noise is added to the data.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.12803v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"119596\", \"146300\", \"152898\", \"154912\", \"252103\", \"252257\", \"258100\", \"262848\", \"281243\"]}","task_split":"paper_retrieval"} {"document_id":"20933","document_content":"# Research on facial expression recognition based on Multimodal data fusion and neural network\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n## Abstract\nFacial expression recognition is a challenging task when neural network is applied to pattern recognition. Most of the current recognition research is based on single source facial data, which generally has the disadvantages of low accuracy and low robustness. In this paper, a neural network algorithm of facial expression recognition based on multimodal data fusion is proposed. The algorithm is based on the multimodal data, and it takes the facial image, the histogram of oriented gradient of the image and the facial landmarks as the input, and establishes CNN, LNN and HNN three sub neural networks to extract data features, using multimodal data feature fusion mechanism to improve the accuracy of facial expression recognition. Experimental results show that, benefiting by the complementarity of multimodal data, the algorithm has a great improvement in accuracy, robustness and detection speed compared with the traditional facial expression recognition algorithm. Especially in the case of partial occlusion, illumination and head posture transformation, the algorithm also shows a high confidence.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.12724v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"239905\", \"278399\", \"343074\"]}","task_split":"paper_retrieval"} {"document_id":"20974","document_content":"# Decision Making For Celebrity Branding: An Opinion Mining Approach Based On Polarity And Sentiment Analysis Using Twitter Consumer-Generated Content (CGC)\n## Categories\n- Social and Information Networks\n- E.0; D.4.3; F.2.2; H.2; H.1; K.4; K.6; J.4\n- Computers and Society\n- 91-XX, 68-XX\n- Databases\n- Machine Learning\n## Abstract\nThe volume of discussions concerning brands within social media provides digital marketers with great opportunities for tracking and analyzing the feelings and views of consumers toward brands, products, influencers, services, and ad campaigns in CGC. The present study aims to assess and compare the performance of firms and celebrities (i.e., influencers that with the experience of being in an ad campaign of those companies) with the automated sentiment analysis that was employed for CGC at social media while exploring the feeling of the consumers toward them to observe which influencer (of two for each company) had a closer effect with the corresponding corporation on consumer minds. For this purpose, several consumer tweets from the pages of brands and influencers were utilized to make a comparison of machine learning and lexicon-based approaches to the sentiment analysis through the Naive algorithm (lexicon-based) and Naive Bayes algorithm (machine learning method) and obtain the desired results to assess the campaigns. The findings suggested that the approaches were dissimilar in terms of accuracy; the machine learning method yielded higher accuracy. Finally, the results showed which influencer was more appropriate according to their existence in previous campaigns and helped choose the right influencer in the future for our company and have a better, more appropriate, and more efficient ad campaign subsequently. It is required to conduct further studies on the accuracy improvement of the sentiment classification. This approach should be employed for other social media CGC types. The results revealed decision-making for which sentiment analysis methods are the best approaches for the analysis of social media. It was also found that companies should be aware of their consumers' sentiments and choose the right person every time they think of a campaign.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.12630v1\", \"primary_category\": \"cs.SI\", \"categories\": [\"E.0; D.4.3; F.2.2; H.2; H.1; K.4; K.6; J.4\", \"cs.CY\", \"91-XX, 68-XX\", \"cs.SI\", \"cs.DB\", \"cs.LG\"], \"primary_category_human_readable\": \"Social and Information Networks\", \"categories_human_readable\": [\"E.0; D.4.3; F.2.2; H.2; H.1; K.4; K.6; J.4\", \"Computers and Society\", \"91-XX, 68-XX\", \"Social and Information Networks\", \"Databases\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"49162\"]}","task_split":"paper_retrieval"} {"document_id":"21027","document_content":"# Prioritized Experience-based Reinforcement Learning with Human Guidance for Autonomous Driving\n## Categories\n- Machine Learning\n- Robotics\n## Abstract\nReinforcement learning (RL) requires skillful definition and remarkable computational efforts to solve optimization and control problems, which could impair its prospect. Introducing human guidance into reinforcement learning is a promising way to improve learning performance. In this paper, a comprehensive human guidance-based reinforcement learning framework is established. A novel prioritized experience replay mechanism that adapts to human guidance in the reinforcement learning process is proposed to boost the efficiency and performance of the reinforcement learning algorithm. To relieve the heavy workload on human participants, a behavior model is established based on an incremental online learning method to mimic human actions. We design two challenging autonomous driving tasks for evaluating the proposed algorithm. Experiments are conducted to access the training and testing performance and learning mechanism of the proposed algorithm. Comparative results against the state-of-the-art methods suggest the advantages of our algorithm in terms of learning efficiency, performance, and robustness.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1109\/TNNLS.2022.3177685\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.RO\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Robotics\"], \"incoming_citations\": [], \"outgoing_citations\": [\"113681\", \"118298\", \"168853\", \"209926\", \"210015\", \"253974\", \"254596\", \"254597\", \"260018\", \"261038\", \"267428\", \"303049\"]}","task_split":"paper_retrieval"} {"document_id":"21067","document_content":"# Deciding Whether to Ask Clarifying Questions in Large-Scale Spoken Language Understanding\n## Categories\n- Computation and Language\n## Abstract\nA large-scale conversational agent can suffer from understanding user utterances with various ambiguities such as ASR ambiguity, intent ambiguity, and hypothesis ambiguity. When ambiguities are detected, the agent should engage in a clarifying dialog to resolve the ambiguities before committing to actions. However, asking clarifying questions for all the ambiguity occurrences could lead to asking too many questions, essentially hampering the user experience. To trigger clarifying questions only when necessary for the user satisfaction, we propose a neural self-attentive model that leverages the hypotheses with ambiguities and contextual signals. We conduct extensive experiments on five common ambiguity types using real data from a large-scale commercial conversational agent and demonstrate significant improvement over a set of baseline approaches.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.12451v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"117853\", \"119644\", \"119906\", \"122197\", \"124982\", \"129610\", \"137928\", \"176028\", \"202748\", \"205501\", \"215835\", \"232341\", \"234683\", \"234684\", \"251669\"]}","task_split":"paper_retrieval"} {"document_id":"21113","document_content":"# Local Learning at the Network Edge for Efficient & Secure Real-Time Predictive Analytics\n## Categories\n- Distributed, Parallel, and Cluster Computing\n## Abstract\nThe ability to perform computation on devices, such as smartphones, cars, or other nodes present at the Internet of Things leads to constraints regarding bandwidth, storage, and energy, as most of these devices are mobile and operate on batteries. Using their computational power to perform locally machine learning and analytics tasks can enable accurate and real-time predictions at the network edge. A trained machine learning model requires high accuracy towards the prediction outcome, as wrong decisions can lead to negative consequences on the efficient conclusion of applications. Most of the data sensed in these devices are contextual and personal requiring privacy-preserving without their distribution over the network. When working with these privacy-preserving data, not only the protection is important but, also, the model needs the ability to adapt to regular occurring concept drifts and data distribution changes to guarantee a high accuracy of the prediction outcome. We address the importance of personalization and generalization in edge devices to adapt to data distribution updates over continuously evolving environments. The methodology we propose relies on the principles of Federated Learning and Optimal Stopping Theory extended with a personalization component. The privacy-efficient and quality-awareness of personalization and generalization is the overarching aim of this work.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1016\/j.future.2022.03.030\", \"primary_category\": \"cs.DC\", \"categories\": [\"cs.DC\"], \"primary_category_human_readable\": \"Distributed, Parallel, and Cluster Computing\", \"categories_human_readable\": [\"Distributed, Parallel, and Cluster Computing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"107209\", \"134225\", \"135986\", \"141462\", \"143220\", \"148382\", \"160301\", \"164627\", \"196107\", \"201741\", \"235592\", \"265645\", \"282501\", \"283045\"]}","task_split":"paper_retrieval"} {"document_id":"21228","document_content":"# GERNERMED -- An Open German Medical NER Model\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Information Retrieval\n- Machine Learning\n## Abstract\nThe current state of adoption of well-structured electronic health records and integration of digital methods for storing medical patient data in structured formats can often considered as inferior compared to the use of traditional, unstructured text based patient data documentation. Data mining in the field of medical data analysis often needs to rely solely on processing of unstructured data to retrieve relevant data. In natural language processing (NLP), statistical models have been shown successful in various tasks like part-of-speech tagging, relation extraction (RE) and named entity recognition (NER). In this work, we present GERNERMED, the first open, neural NLP model for NER tasks dedicated to detect medical entity types in German text data. Here, we avoid the conflicting goals of protection of sensitive patient data from training data extraction and the publication of the statistical model weights by training our model on a custom dataset that was translated from publicly available datasets in foreign language by a pretrained neural machine translation model. The sample code and the statistical model is available at: https:\/\/github.com\/frankkramer-lab\/GERNERMED","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.12104v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.IR\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Information Retrieval\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"112425\", \"123341\", \"123534\", \"180997\", \"191942\", \"192811\", \"193725\", \"289319\"]}","task_split":"paper_retrieval"} {"document_id":"21316","document_content":"# Sinkhorn Distributionally Robust Optimization\n## Categories\n- Optimization and Control\n- Machine Learning\n- Machine Learning\n## Abstract\nWe study distributionally robust optimization (DRO) with Sinkhorn distance -- a variant of Wasserstein distance based on entropic regularization. We provide convex programming dual reformulation for a general nominal distribution. Compared with Wasserstein DRO, it is computationally tractable for a larger class of loss functions, and its worst-case distribution is more reasonable. We propose an efficient first-order algorithm with bisection search to solve the dual reformulation. We demonstrate that our proposed algorithm finds $\\delta$-optimal solution of the new DRO formulation with computation cost $\\tilde{O}(\\delta^{-3})$ and memory cost $\\tilde{O}(\\delta^{-2})$, and the computation cost further improves to $\\tilde{O}(\\delta^{-2})$ when the loss function is smooth. Finally, we provide various numerical examples using both synthetic and real data to demonstrate its competitive performance and light computational speed.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.11926v2\", \"primary_category\": \"math.OC\", \"categories\": [\"cs.LG\", \"stat.ML\", \"math.OC\"], \"primary_category_human_readable\": \"Optimization and Control\", \"categories_human_readable\": [\"Machine Learning\", \"Machine Learning\", \"Optimization and Control\"], \"incoming_citations\": [], \"outgoing_citations\": [\"31475\", \"51852\", \"53262\", \"81605\", \"88305\", \"92102\", \"104418\", \"111094\", \"113284\", \"119005\", \"119209\", \"138307\", \"159340\", \"170522\", \"172059\", \"173730\", \"184403\", \"197904\", \"204901\", \"229949\", \"238716\", \"246852\", \"247278\", \"252257\", \"254851\", \"265318\", \"265523\", \"290264\", \"291720\", \"333305\"]}","task_split":"paper_retrieval"} {"document_id":"21382","document_content":"# Dense Contrastive Visual-Linguistic Pretraining\n## Categories\n- Computer Vision and Pattern Recognition\n- Computation and Language\n## Abstract\nInspired by the success of BERT, several multimodal representation learning approaches have been proposed that jointly represent image and text. These approaches achieve superior performance by capturing high-level semantic information from large-scale multimodal pretraining. In particular, LXMERT and UNITER adopt visual region feature regression and label classification as pretext tasks. However, they tend to suffer from the problems of noisy labels and sparse semantic annotations, based on the visual features having been pretrained on a crowdsourced dataset with limited and inconsistent semantic labeling. To overcome these issues, we propose unbiased Dense Contrastive Visual-Linguistic Pretraining (DCVLP), which replaces the region regression and classification with cross-modality region contrastive learning that requires no annotations. Two data augmentation strategies (Mask Perturbation and Intra-\/Inter-Adversarial Perturbation) are developed to improve the quality of negative samples used in contrastive learning. Overall, DCVLP allows cross-modality dense region contrastive learning in a self-supervised setting independent of any object annotations. We compare our method against prior visual-linguistic pretraining frameworks to validate the superiority of dense contrastive learning on multimodal representation learning.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.11778v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.CL\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Computation and Language\"], \"incoming_citations\": [\"66904\"], \"outgoing_citations\": [\"86506\", \"91359\", \"107967\", \"113500\", \"119349\", \"119547\", \"131401\", \"148700\", \"164923\", \"170926\", \"172370\", \"179017\", \"180880\", \"188495\", \"193246\", \"197653\", \"201585\", \"202353\", \"206164\", \"208526\", \"211953\", \"238205\", \"278894\", \"281860\", \"287377\"]}","task_split":"paper_retrieval"} {"document_id":"21570","document_content":"# A Survey on Cost Types, Interaction Schemes, and Annotator Performance Models in Selection Algorithms for Active Learning in Classification\n## Categories\n- Machine Learning\n## Abstract\nPool-based active learning (AL) aims to optimize the annotation process (i.e., labeling) as the acquisition of annotations is often time-consuming and therefore expensive. For this purpose, an AL strategy queries annotations intelligently from annotators to train a high-performance classification model at a low annotation cost. Traditional AL strategies operate in an idealized framework. They assume a single, omniscient annotator who never gets tired and charges uniformly regardless of query difficulty. However, in real-world applications, we often face human annotators, e.g., crowd or in-house workers, who make annotation mistakes and can be reluctant to respond if tired or faced with complex queries. Recently, a wide range of novel AL strategies has been proposed to address these issues. They differ in at least one of the following three central aspects from traditional AL: (1) They explicitly consider (multiple) human annotators whose performances can be affected by various factors, such as missing expertise. (2) They generalize the interaction with human annotators by considering different query and annotation types, such as asking an annotator for feedback on an inferred classification rule. (3) They take more complex cost schemes regarding annotations and misclassifications into account. This survey provides an overview of these AL strategies and refers to them as real-world AL. Therefore, we introduce a general real-world AL strategy as part of a learning cycle and use its elements, e.g., the query and annotator selection algorithm, to categorize about 60 real-world AL strategies. Finally, we outline possible directions for future research in the field of AL.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1109\/ACCESS.2021.3135514\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"96713\", \"99291\", \"121465\", \"145662\", \"146969\", \"150875\", \"179973\", \"186614\", \"201108\", \"201544\", \"207081\", \"210925\", \"239285\", \"241443\", \"248246\", \"258992\", \"259604\", \"260407\", \"269103\", \"272509\", \"282742\", \"335184\", \"350478\"]}","task_split":"paper_retrieval"} {"document_id":"21681","document_content":"# Social-Media Activity Forecasting with Exogenous Information Signals\n## Categories\n- Social and Information Networks\n- Machine Learning\n## Abstract\nDue to their widespread adoption, social media platforms present an ideal environment for studying and understanding social behavior, especially on information spread. Modeling social media activity has numerous practical implications such as supporting efforts to analyze strategic information operations, designing intervention techniques to mitigate disinformation, or delivering critical information during disaster relief operations. In this paper we propose a modeling technique that forecasts topic-specific daily volume of social media activities by using both exogenous signals, such as news or armed conflicts records, and endogenous data from the social media platform we model. Empirical evaluations with real datasets from two different platforms and two different contexts each composed of multiple interrelated topics demonstrate the effectiveness of our solution.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.11024v1\", \"primary_category\": \"cs.SI\", \"categories\": [\"cs.LG\", \"cs.SI\"], \"primary_category_human_readable\": \"Social and Information Networks\", \"categories_human_readable\": [\"Machine Learning\", \"Social and Information Networks\"], \"incoming_citations\": [], \"outgoing_citations\": [\"118809\", \"145280\", \"169138\", \"261876\", \"288644\", \"301967\", \"358535\"]}","task_split":"paper_retrieval"} {"document_id":"21729","document_content":"# Investigating Entropy for Extractive Document Summarization\n## Categories\n- Information Retrieval\n## Abstract\nAutomatic text summarization aims to cut down readers time and cognitive effort by reducing the content of a text document without compromising on its essence. Ergo, informativeness is the prime attribute of document summary generated by an algorithm, and selecting sentences that capture the essence of a document is the primary goal of extractive document summarization. In this paper, we employ Shannon entropy to capture informativeness of sentences. We employ Non-negative Matrix Factorization (NMF) to reveal probability distributions for computing entropy of terms, topics, and sentences in latent space. We present an information theoretic interpretation of the computed entropy, which is the bedrock of the proposed E-Summ algorithm, an unsupervised method for extractive document summarization. The algorithm systematically applies information theoretic principle for selecting informative sentences from important topics in the document. The proposed algorithm is generic and fast, and hence amenable to use for summarization of documents in real time. Furthermore, it is domain-, collection-independent and agnostic to the language of the document. Benefiting from strictly positive NMF factor matrices, E-Summ algorithm is transparent and explainable too. We use standard ROUGE toolkit for performance evaluation of the proposed method on four well known public data-sets. We also perform quantitative assessment of E-Summ summary quality by computing its semantic similarity w.r.t the original document. Our investigation reveals that though using NMF and information theoretic approach for document summarization promises efficient, explainable, and language independent text summarization, it needs to be bolstered to match the performance of deep neural methods.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1016\/j.eswa.2021.115820\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.IR\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Information Retrieval\"], \"incoming_citations\": [], \"outgoing_citations\": [\"78031\", \"88308\", \"93920\", \"93973\", \"95485\", \"109884\", \"127832\", \"130347\", \"141539\", \"168708\", \"169077\", \"174829\", \"181817\", \"189542\", \"213836\", \"225556\", \"231366\", \"233710\", \"241070\", \"244102\", \"259306\", \"280552\", \"280557\", \"296029\", \"311423\", \"360209\"]}","task_split":"paper_retrieval"} {"document_id":"21737","document_content":"# Recursively Summarizing Books with Human Feedback\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nA major challenge for scaling machine learning is training models to perform tasks that are very difficult or time-consuming for humans to evaluate. We present progress on this problem on the task of abstractive summarization of entire fiction novels. Our method combines learning from human feedback with recursive task decomposition: we use models trained on smaller parts of the task to assist humans in giving feedback on the broader task. We collect a large volume of demonstrations and comparisons from human labelers, and fine-tune GPT-3 using behavioral cloning and reward modeling to do summarization recursively. At inference time, the model first summarizes small sections of the book and then recursively summarizes these summaries to produce a summary of the entire book. Our human labelers are able to supervise and evaluate the models quickly, despite not having read the entire books themselves. Our resulting model generates sensible summaries of entire books, even matching the quality of human-written summaries in a few cases ($\\sim5\\%$ of books). We achieve state-of-the-art results on the recent BookSum dataset for book-length summarization. A zero-shot question-answering model using these summaries achieves state-of-the-art results on the challenging NarrativeQA benchmark for answering questions about books and movie scripts. We release datasets of samples from our model.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.10862v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [\"15609\", \"15876\", \"15993\", \"16045\", \"25863\", \"5892\", \"11431\"], \"outgoing_citations\": [\"48976\", \"50614\", \"78200\", \"81870\", \"87747\", \"87999\", \"99754\", \"102649\", \"110925\", \"117830\", \"126362\", \"127040\", \"127513\", \"132176\", \"140689\", \"142670\", \"166082\", \"166268\", \"167137\", \"168185\", \"168744\", \"168908\", \"170657\", \"178278\", \"181713\", \"182261\", \"183462\", \"186043\", \"202748\", \"209453\", \"209926\", \"211946\", \"213652\", \"232274\", \"233342\", \"235393\", \"235463\", \"243803\", \"247060\", \"263905\", \"263957\", \"265642\", \"287823\", \"289913\", \"345105\"]}","task_split":"paper_retrieval"} {"document_id":"21784","document_content":"# Natural Typing Recognition via Surface Electromyography\n## Categories\n- Human-Computer Interaction\n- Machine Learning\n## Abstract\nBy using a computer keyboard as a finger recording device, we construct the largest existing dataset for gesture recognition via surface electromyography (sEMG), and use deep learning to achieve over 90% character-level accuracy on reconstructing typed text entirely from measured muscle potentials. We prioritize the temporal structure of the EMG signal instead of the spatial structure of the electrode layout, using network architectures inspired by those used for real-time spoken language transcription. Our architecture recognizes the rapid movements of natural computer typing, which occur at irregular intervals and often overlap in time. The extensive size of our dataset also allows us to study gesture recognition after synthetically downgrading the spatial or temporal resolution, showing the system capabilities necessary for real-time gesture recognition.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.10743v2\", \"primary_category\": \"cs.HC\", \"categories\": [\"cs.LG\", \"cs.HC\"], \"primary_category_human_readable\": \"Human-Computer Interaction\", \"categories_human_readable\": [\"Machine Learning\", \"Human-Computer Interaction\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"21875","document_content":"# Cram\u00e9r-Rao bound-informed training of neural networks for quantitative MRI\n## Categories\n- Machine Learning\n- Image and Video Processing\n- Medical Physics\n- 92B20(Primary) 68T07, 92C55(Secondary)\n## Abstract\nNeural networks are increasingly used to estimate parameters in quantitative MRI, in particular in magnetic resonance fingerprinting. Their advantages over the gold standard non-linear least square fitting are their superior speed and their immunity to the non-convexity of many fitting problems. We find, however, that in heterogeneous parameter spaces, i.e. in spaces in which the variance of the estimated parameters varies considerably, good performance is hard to achieve and requires arduous tweaking of the loss function, hyper parameters, and the distribution of the training data in parameter space. Here, we address these issues with a theoretically well-founded loss function: the Cram\\'er-Rao bound (CRB) provides a theoretical lower bound for the variance of an unbiased estimator and we propose to normalize the squared error with respective CRB. With this normalization, we balance the contributions of hard-to-estimate and not-so-hard-to-estimate parameters and areas in parameter space, and avoid a dominance of the former in the overall training loss. Further, the CRB-based loss function equals one for a maximally-efficient unbiased estimator, which we consider the ideal estimator. Hence, the proposed CRB-based loss function provides an absolute evaluation metric. We compare a network trained with the CRB-based loss with a network trained with the commonly used means squared error loss and demonstrate the advantages of the former in numerical, phantom, and in vivo experiments.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1002\/mrm.29206\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"eess.IV\", \"physics.med-ph\", \"92B20(Primary) 68T07, 92C55(Secondary)\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Image and Video Processing\", \"Medical Physics\", \"92B20(Primary) 68T07, 92C55(Secondary)\"], \"incoming_citations\": [], \"outgoing_citations\": [\"199789\", \"205352\", \"219034\", \"224355\", \"238110\", \"251026\", \"253292\", \"262366\", \"275361\", \"336820\"]}","task_split":"paper_retrieval"} {"document_id":"21923","document_content":"# A Hierarchical Network-Oriented Analysis of User Participation in Misinformation Spread on WhatsApp\n## Categories\n- Social and Information Networks\n- Machine Learning\n- Computation\n- Artificial Intelligence\n- Computers and Society\n## Abstract\nWhatsApp emerged as a major communication platform in many countries in the recent years. Despite offering only one-to-one and small group conversations, WhatsApp has been shown to enable the formation of a rich underlying network, crossing the boundaries of existing groups, and with structural properties that favor information dissemination at large. Indeed, WhatsApp has reportedly been used as a forum of misinformation campaigns with significant social, political and economic consequences in several countries. In this article, we aim at complementing recent studies on misinformation spread on WhatsApp, mostly focused on content properties and propagation dynamics, by looking into the network that connects users sharing the same piece of content. Specifically, we present a hierarchical network-oriented characterization of the users engaged in misinformation spread by focusing on three perspectives: individuals, WhatsApp groups and user communities, i.e., groupings of users who, intentionally or not, share the same content disproportionately often. By analyzing sharing and network topological properties, our study offers valuable insights into how WhatsApp users leverage the underlying network connecting different groups to gain large reach in the spread of misinformation on the platform.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.10462v1\", \"primary_category\": \"cs.SI\", \"categories\": [\"cs.LG\", \"stat.CO\", \"cs.SI\", \"cs.AI\", \"cs.CY\"], \"primary_category_human_readable\": \"Social and Information Networks\", \"categories_human_readable\": [\"Machine Learning\", \"Computation\", \"Social and Information Networks\", \"Artificial Intelligence\", \"Computers and Society\"], \"incoming_citations\": [], \"outgoing_citations\": [\"22474\", \"121214\", \"148895\", \"166027\", \"179643\", \"188013\", \"217672\", \"217825\", \"218263\", \"234529\", \"236768\", \"244759\", \"261566\", \"262597\", \"275441\", \"278007\", \"287459\", \"299049\", \"305657\"]}","task_split":"paper_retrieval"} {"document_id":"21959","document_content":"# Towards a Real-Time Facial Analysis System\n## Categories\n- Computer Vision and Pattern Recognition\n- Machine Learning\n## Abstract\nFacial analysis is an active research area in computer vision, with many practical applications. Most of the existing studies focus on addressing one specific task and maximizing its performance. For a complete facial analysis system, one needs to solve these tasks efficiently to ensure a smooth experience. In this work, we present a system-level design of a real-time facial analysis system. With a collection of deep neural networks for object detection, classification, and regression, the system recognizes age, gender, facial expression, and facial similarity for each person that appears in the camera view. We investigate the parallelization and interplay of individual tasks. Results on common off-the-shelf architecture show that the system's accuracy is comparable to the state-of-the-art methods, and the recognition speed satisfies real-time requirements. Moreover, we propose a multitask network for jointly predicting the first three attributes, i.e., age, gender, and facial expression. Source code and trained models are available at https:\/\/github.com\/mahehu\/TUT-live-age-estimator.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.10393v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.LG\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"194848\", \"297167\"]}","task_split":"paper_retrieval"} {"document_id":"22157","document_content":"# Symbols as a Lingua Franca for Bridging Human-AI Chasm for Explainable and Advisable AI Systems\n## Categories\n- Artificial Intelligence\n## Abstract\nDespite the surprising power of many modern AI systems that often learn their own representations, there is significant discontent about their inscrutability and the attendant problems in their ability to interact with humans. While alternatives such as neuro-symbolic approaches have been proposed, there is a lack of consensus on what they are about. There are often two independent motivations (i) symbols as a lingua franca for human-AI interaction and (ii) symbols as system-produced abstractions used by the AI system in its internal reasoning. The jury is still out on whether AI systems will need to use symbols in their internal reasoning to achieve general intelligence capabilities. Whatever the answer there is, the need for (human-understandable) symbols in human-AI interaction seems quite compelling. Symbols, like emotions, may well not be sine qua non for intelligence per se, but they will be crucial for AI systems to interact with us humans -- as we can neither turn off our emotions nor get by without our symbols. In particular, in many human-designed domains, humans would be interested in providing explicit (symbolic) knowledge and advice -- and expect machine explanations in kind. This alone requires AI systems to to maintain a symbolic interface for interaction with humans. In this blue sky paper, we argue this point of view, and discuss research directions that need to be pursued to allow for this type of human-AI interaction.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.09904v2\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [\"137688\", \"144265\", \"115937\"], \"outgoing_citations\": [\"8851\", \"17353\", \"115937\", \"144265\", \"167240\", \"186204\", \"194964\", \"199919\", \"224361\", \"251785\", \"263957\", \"275194\", \"279628\"]}","task_split":"paper_retrieval"} {"document_id":"22227","document_content":"# Reconstructing Cosmic Polarization Rotation with ResUNet-CMB\n## Categories\n- Cosmology and Nongalactic Astrophysics\n- Machine Learning\n- Computer Vision and Pattern Recognition\n## Abstract\nCosmic polarization rotation, which may result from parity-violating new physics or the presence of primordial magnetic fields, converts $E$-mode polarization of the cosmic microwave background (CMB) into $B$-mode polarization. Anisotropic cosmic polarization rotation leads to statistical anisotropy in CMB polarization and can be reconstructed with quadratic estimator techniques similar to those designed for gravitational lensing of the CMB. At the sensitivity of upcoming CMB surveys, lensing-induced $B$-mode polarization will act as a limiting factor in the search for anisotropic cosmic polarization rotation, meaning that an analysis which incorporates some form of delensing will be required to improve constraints on the effect with future surveys. In this paper we extend the ResUNet-CMB convolutional neural network to reconstruct anisotropic cosmic polarization rotation in the presence of gravitational lensing and patchy reionization, and we show that the network simultaneously reconstructs all three effects with variance that is lower than that from the standard quadratic estimator nearly matching the performance of an iterative reconstruction method.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1088\/1475-7516\/2022\/01\/030\", \"primary_category\": \"astro-ph.CO\", \"categories\": [\"astro-ph.CO\", \"stat.ML\", \"cs.CV\"], \"primary_category_human_readable\": \"Cosmology and Nongalactic Astrophysics\", \"categories_human_readable\": [\"Cosmology and Nongalactic Astrophysics\", \"Machine Learning\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"77046\", \"155437\", \"215654\", \"248978\", \"272870\", \"276386\", \"313465\", \"320858\"]}","task_split":"paper_retrieval"} {"document_id":"22231","document_content":"# A Plug-and-Play Method for Controlled Text Generation\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nLarge pre-trained language models have repeatedly shown their ability to produce fluent text. Yet even when starting from a prompt, generation can continue in many plausible directions. Current decoding methods with the goal of controlling generation, e.g., to ensure specific words are included, either require additional models or fine-tuning, or work poorly when the task at hand is semantically unconstrained, e.g., story generation. In this work, we present a plug-and-play decoding method for controlled language generation that is so simple and intuitive, it can be described in a single sentence: given a topic or keyword, we add a shift to the probability distribution over our vocabulary towards semantically similar words. We show how annealing this distribution can be used to impose hard constraints on language generation, something no other plug-and-play method is currently able to do with SOTA language generators. Despite the simplicity of this approach, we see it works incredibly well in practice: decoding from GPT-2 leads to diverse and fluent sentences while guaranteeing the appearance of given guide words. We perform two user studies, revealing that (1) our method outperforms competing methods in human evaluations; and (2) forcing the guide words to appear in the generated text has no impact on the fluency of the generated text.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.09707v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [\"4392\", \"48100\"], \"outgoing_citations\": [\"56832\", \"60000\", \"96296\", \"97214\", \"100711\", \"132799\", \"152729\", \"157244\", \"166082\", \"167338\", \"172088\", \"189504\", \"210121\", \"210155\", \"219833\", \"231949\", \"232274\", \"235175\", \"268166\", \"283971\", \"284481\", \"295863\", \"301178\", \"305200\", \"343448\"]}","task_split":"paper_retrieval"} {"document_id":"22247","document_content":"# Acoustic Echo Cancellation using Residual U-Nets\n## Categories\n- Audio and Speech Processing\n- Machine Learning\n## Abstract\nThis paper presents an acoustic echo canceler based on a U-Net convolutional neural network for single-talk and double-talk scenarios. U-Net networks have previously been used in the audio processing area for source separation problems because of their ability to reproduce the finest details of audio signals, but to our knowledge, this is the first time they have been used for acoustic echo cancellation (AEC). The U-Net hyperparameters have been optimized to obtain the best AEC performance, but using a reduced number of parameters to meet a latency restriction of 40 ms. The training and testing of our model have been carried out within the framework of the 'ICASSP 2021 AEC Challenge' organized by Microsoft. We have trained the optimized U-Net model with a synthetic dataset only (S-U-Net) and with a synthetic dataset and the single-talk set of a real dataset (SR-U-Net), both datasets were released for the challenge. The S-U-Net model presented better results for double-talk scenarios, thus their inferred near-end signals from the blind testset were submitted to the challenge. Our canceler ranked 12th among 17 teams, and 5th among 10 academia teams, obtaining an overall mean opinion score of 3.57.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.09686v1\", \"primary_category\": \"eess.AS\", \"categories\": [\"cs.LG\", \"eess.AS\"], \"primary_category_human_readable\": \"Audio and Speech Processing\", \"categories_human_readable\": [\"Machine Learning\", \"Audio and Speech Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"123402\", \"124628\", \"124876\", \"145197\", \"248978\"]}","task_split":"paper_retrieval"} {"document_id":"22250","document_content":"# Actionable Approaches to Promote Ethical AI in Libraries\n## Categories\n- Artificial Intelligence\n- Computers and Society\n- Digital Libraries\n## Abstract\nThe widespread use of artificial intelligence (AI) in many domains has revealed numerous ethical issues from data and design to deployment. In response, countless broad principles and guidelines for ethical AI have been published, and following those, specific approaches have been proposed for how to encourage ethical outcomes of AI. Meanwhile, library and information services too are seeing an increase in the use of AI-powered and machine learning-powered information systems, but no practical guidance currently exists for libraries to plan for, evaluate, or audit the ethics of intended or deployed AI. We therefore report on several promising approaches for promoting ethical AI that can be adapted from other contexts to AI-powered information services and in different stages of the software lifecycle.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.09672v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.CY\", \"cs.DL\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Computers and Society\", \"Digital Libraries\"], \"incoming_citations\": [], \"outgoing_citations\": [\"48414\", \"148613\", \"186232\", \"188350\", \"197069\"]}","task_split":"paper_retrieval"} {"document_id":"22298","document_content":"# Scaling TensorFlow to 300 million predictions per second\n## Categories\n- Machine Learning\n- Performance\n## Abstract\nWe present the process of transitioning machine learning models to the TensorFlow framework at a large scale in an online advertising ecosystem. In this talk we address the key challenges we faced and describe how we successfully tackled them; notably, implementing the models in TF and serving them efficiently with low latency using various optimization techniques.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1145\/3460231.3474605\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.PF\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Performance\"], \"incoming_citations\": [], \"outgoing_citations\": [\"271665\", \"283094\"]}","task_split":"paper_retrieval"} {"document_id":"22323","document_content":"# A Survey of Text Games for Reinforcement Learning informed by Natural Language\n## Categories\n- Artificial Intelligence\n- I.2.0; I.2.1; I.2.7\n## Abstract\nReinforcement Learning has shown success in a number of complex virtual environments. However, many challenges still exist towards solving problems with natural language as a core component. Interactive Fiction Games (or Text Games) are one such problem type that offer a set of partially observable environments where natural language is required as part of the reinforcement learning solutions. Therefore, this survey's aim is to assist in the development of new Text Game problem settings and solutions for Reinforcement Learning informed by natural language. Specifically, this survey summarises: 1) the challenges introduced in Text Game Reinforcement Learning problems, 2) the generation tools for evaluating Text Games and the subsequent environments generated and, 3) the agent architectures currently applied are compared to provide a systematic review of benchmark methodologies and opportunities for future researchers.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.09478v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"I.2.0; I.2.1; I.2.7\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"I.2.0; I.2.1; I.2.7\"], \"incoming_citations\": [], \"outgoing_citations\": [\"2495\", \"13824\", \"92228\", \"95805\", \"95814\", \"96195\", \"96449\", \"96524\", \"97289\", \"98703\", \"119028\", \"127451\", \"130056\", \"132686\", \"140959\", \"145784\", \"145805\", \"153843\", \"160575\", \"167303\", \"168729\", \"169742\", \"181620\", \"188486\", \"196049\", \"199295\", \"207273\", \"207533\", \"214421\", \"218923\", \"226321\", \"226327\", \"266342\", \"271868\", \"303349\", \"310370\"]}","task_split":"paper_retrieval"} {"document_id":"22373","document_content":"# Augmenting the User-Item Graph with Textual Similarity Models\n## Categories\n- Computation and Language\n- I.2.7\n## Abstract\nThis paper introduces a simple and effective form of data augmentation for recommender systems. A paraphrase similarity model is applied to widely available textual data, such as reviews and product descriptions, yielding new semantic relations that are added to the user-item graph. This increases the density of the graph without needing further labeled data. The data augmentation is evaluated on a variety of recommendation algorithms, using Euclidean, hyperbolic, and complex spaces, and over three categories of Amazon product reviews with differing characteristics. Results show that the data augmentation technique provides significant improvements to all types of models, with the most pronounced gains for knowledge graph-based recommenders, particularly in cold-start settings, leading to state-of-the-art performance.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.09358v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"I.2.7\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"I.2.7\"], \"incoming_citations\": [\"13685\"], \"outgoing_citations\": [\"43481\", \"96581\", \"123052\", \"127594\", \"139564\", \"141147\", \"159292\", \"166006\", \"169826\", \"171916\", \"181089\", \"182188\", \"182384\", \"184958\", \"185616\", \"188507\", \"189325\", \"197408\", \"197928\", \"198683\", \"200395\", \"201962\", \"214193\", \"219044\", \"219756\", \"227492\", \"228417\", \"228536\", \"229607\", \"230673\", \"232728\", \"236182\", \"238651\", \"244250\", \"260297\", \"260407\", \"261037\", \"261756\", \"263636\", \"265739\", \"269445\", \"276004\", \"279653\", \"281747\", \"289543\", \"289972\", \"310387\", \"318944\", \"320035\", \"353564\"]}","task_split":"paper_retrieval"} {"document_id":"22549","document_content":"# Augmenting semantic lexicons using word embeddings and transfer learning\n## Categories\n- Computation and Language\n- Machine Learning\n- Social and Information Networks\n- Physics and Society\n## Abstract\nSentiment-aware intelligent systems are essential to a wide array of applications. These systems are driven by language models which broadly fall into two paradigms: Lexicon-based and contextual. Although recent contextual models are increasingly dominant, we still see demand for lexicon-based models because of their interpretability and ease of use. For example, lexicon-based models allow researchers to readily determine which words and phrases contribute most to a change in measured sentiment. A challenge for any lexicon-based approach is that the lexicon needs to be routinely expanded with new words and expressions. Here, we propose two models for automatic lexicon expansion. Our first model establishes a baseline employing a simple and shallow neural network initialized with pre-trained word embeddings using a non-contextual approach. Our second model improves upon our baseline, featuring a deep Transformer-based network that brings to bear word definitions to estimate their lexical polarity. Our evaluation shows that both models are able to score new words with a similar accuracy to reviewers from Amazon Mechanical Turk, but at a fraction of the cost.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.3389\/frai.2021.783778\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\", \"cs.SI\", \"physics.soc-ph\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\", \"Social and Information Networks\", \"Physics and Society\"], \"incoming_citations\": [\"19607\"], \"outgoing_citations\": [\"39225\", \"40191\", \"45249\", \"54580\", \"107643\", \"109741\", \"112844\", \"134574\", \"203452\", \"220951\", \"225384\", \"250376\", \"260541\", \"261258\", \"267692\", \"272246\", \"274627\", \"284357\", \"288921\", \"290799\", \"301967\", \"328319\"]}","task_split":"paper_retrieval"} {"document_id":"22598","document_content":"# A Studious Approach to Semi-Supervised Learning\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nThe problem of learning from few labeled examples while using large amounts of unlabeled data has been approached by various semi-supervised methods. Although these methods can achieve superior performance, the models are often not deployable due to the large number of parameters. This paper is an ablation study of distillation in a semi-supervised setting, which not just reduces the number of parameters of the model but can achieve this while improving the performance over the baseline supervised model and making it better at generalizing. After the supervised pretraining, the network is used as a teacher model, and a student network is trained over the soft labels that the teacher model generates over the entire unlabeled data. We find that the fewer the labels, the more this approach benefits from a smaller student network. This brings forward the potential of distillation as an effective solution to enhance performance in semi-supervised computer vision tasks while maintaining deployability.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.08924v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"262063\", \"281598\", \"303141\", \"336193\"]}","task_split":"paper_retrieval"} {"document_id":"22686","document_content":"# Locally Weighted Mean Phase Angle (LWMPA) Based Tone Mapping Quality Index (TMQI-3)\n## Categories\n- Image and Video Processing\n- Computer Vision and Pattern Recognition\n## Abstract\nHigh Dynamic Range (HDR) images are the ones that contain a greater range of luminosity as compared to the standard images. HDR images have a higher detail and clarity of structure, objects, and color, which the standard images lack. HDR images are useful in capturing scenes that pose high brightness, darker areas, and shadows, etc. An HDR image comprises multiple narrow-range-exposure images combined into one high-quality image. As these HDR images cannot be displayed on standard display devices, the real challenge comes while converting these HDR images to Low dynamic range (LDR) images. The conversion of HDR image to LDR image is performed using Tone-mapped operators (TMOs). This conversion results in the loss of much valuable information in structure, color, naturalness, and exposures. The loss of information in the LDR image may not directly be visible to the human eye. To calculate how good an LDR image is after conversion, various metrics have been proposed previously. Some are not noise resilient, some work on separate color channels (Red, Green, and Blue one by one), and some lack capacity to identify the structure. To deal with this problem, we propose a metric in this paper called the Tone Mapping Quality Index (TMQI-3), which evaluates the quality of the LDR image based on its objective score. TMQI-3 is noise resilient, takes account of structure and naturalness, and works on all three color channels combined into one luminosity component. This eliminates the need to use multiple metrics at the same time. We compute results for several HDR and LDR images from the literature and show that our quality index metric performs better than the baseline models.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.08774v1\", \"primary_category\": \"eess.IV\", \"categories\": [\"eess.IV\", \"cs.CV\"], \"primary_category_human_readable\": \"Image and Video Processing\", \"categories_human_readable\": [\"Image and Video Processing\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"15340\"], \"outgoing_citations\": [\"24221\", \"28940\", \"30884\", \"144502\", \"149310\", \"149389\", \"149394\", \"149418\", \"239855\", \"268551\"]}","task_split":"paper_retrieval"} {"document_id":"22774","document_content":"# Slot Filling for Biomedical Information Extraction\n## Categories\n- Computation and Language\n- Information Retrieval\n- Machine Learning\n## Abstract\nInformation Extraction (IE) from text refers to the task of extracting structured knowledge from unstructured text. The task typically consists of a series of sub-tasks such as Named Entity Recognition and Relation Extraction. Sourcing entity and relation type specific training data is a major bottleneck in domains with limited resources such as biomedicine. In this work we present a slot filling approach to the task of biomedical IE, effectively replacing the need for entity and relation-specific training data, allowing us to deal with zero-shot settings. We follow the recently proposed paradigm of coupling a Tranformer-based bi-encoder, Dense Passage Retrieval, with a Transformer-based reading comprehension model to extract relations from biomedical text. We assemble a biomedical slot filling dataset for both retrieval and reading comprehension and conduct a series of experiments demonstrating that our approach outperforms a number of simpler baselines. We also evaluate our approach end-to-end for standard as well as zero-shot settings. Our work provides a fresh perspective on how to solve biomedical IE tasks, in the absence of relevant training data. Our code, models and datasets are available at https:\/\/github.com\/ypapanik\/biomedical-slot-filling.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.08564v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.IR\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Information Retrieval\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"26559\", \"77502\", \"102310\", \"114545\", \"123394\", \"131921\", \"143089\", \"183076\", \"216563\", \"240504\", \"263874\", \"270020\", \"272822\"]}","task_split":"paper_retrieval"} {"document_id":"22826","document_content":"# A Role-Selected Sharing Network for Joint Machine-Human Chatting Handoff and Service Satisfaction Analysis\n## Categories\n- Computation and Language\n## Abstract\nChatbot is increasingly thriving in different domains, however, because of unexpected discourse complexity and training data sparseness, its potential distrust hatches vital apprehension. Recently, Machine-Human Chatting Handoff (MHCH), predicting chatbot failure and enabling human-algorithm collaboration to enhance chatbot quality, has attracted increasing attention from industry and academia. In this study, we propose a novel model, Role-Selected Sharing Network (RSSN), which integrates both dialogue satisfaction estimation and handoff prediction in one multi-task learning framework. Unlike prior efforts in dialog mining, by utilizing local user satisfaction as a bridge, global satisfaction detector and handoff predictor can effectively exchange critical information. Specifically, we decouple the relation and interaction between the two tasks by the role information after the shared encoder. Extensive experiments on two public datasets demonstrate the effectiveness of our model.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.08412v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"80638\", \"96378\", \"105764\", \"137057\", \"139785\", \"146218\", \"155877\", \"166518\", \"171071\", \"175662\", \"192175\", \"192223\", \"205147\", \"211975\", \"245399\", \"245627\", \"249229\", \"256124\", \"268841\", \"297133\"]}","task_split":"paper_retrieval"} {"document_id":"22888","document_content":"# Formalisation of Action with Durations in Answer Set Programming\n## Categories\n- Logic in Computer Science\n- Artificial Intelligence\n## Abstract\nIn this paper, I will discuss the work I am currently doing as a Ph.D. student at the University of Potsdam, under the tutoring of T. Schaub. I'm currently looking into action description in ASP. More precisely, my goal is to explore how to represent actions with durations in ASP, in different contexts. Right now, I'm focused on Multi-Agent Path Finding (MAPF), looking at how to represent speeds for different agents and contexts. Before tackling duration, I wanted to explore and compare different representations of action taking in ASP. For this, I started comparing different simple encodings tackling the MAPF problem. Even in simple code, choices and assumptions have been made in their creations. The objective of my work is to present the consequences of those design decisions in terms of performance and knowledge representation. As far as I know, there is no current research on this topic. Besides that, I'm also exploring different ways to represent duration and to solve related problems. I planed to compare them the same way I described before. I also want this to help me find innovative and effective ways to solve problems with duration.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.4204\/EPTCS.345.47\", \"primary_category\": \"cs.LO\", \"categories\": [\"cs.LO\", \"cs.AI\"], \"primary_category_human_readable\": \"Logic in Computer Science\", \"categories_human_readable\": [\"Logic in Computer Science\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"179942\", \"285598\", \"347102\"]}","task_split":"paper_retrieval"} {"document_id":"22996","document_content":"# Context-NER : Contextual Phrase Generation at Scale\n## Categories\n- Information Retrieval\n- Machine Learning\n- Computation and Language\n## Abstract\nNLP research has been focused on NER extraction and how to efficiently extract them from a sentence. However, generating relevant context of entities from a sentence has remained under-explored. In this work we introduce the task Context-NER in which relevant context of an entity has to be generated. The extracted context may not be found exactly as a substring in the sentence. We also introduce the EDGAR10-Q dataset for the same, which is a corpus of 1,500 publicly traded companies. It is a manually created complex corpus and one of the largest in terms of number of sentences and entities (1 M and 2.8 M). We introduce a baseline approach that leverages phrase generation algorithms and uses the pre-trained BERT model to get 33% ROUGE-L score. We also do a one shot evaluation with GPT-3 and get 39% score, signifying the hardness and future scope of this task. We hope that addition of this dataset and our study will pave the way for further research in this domain.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.08079v3\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.LG\", \"cs.IR\", \"cs.CL\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Machine Learning\", \"Information Retrieval\", \"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"23097\", \"25863\", \"55171\", \"186405\", \"227323\", \"263874\", \"288699\", \"300593\"]}","task_split":"paper_retrieval"} {"document_id":"23004","document_content":"# Urdu text in natural scene images: a new dataset and preliminary text detection\n## Categories\n- Computer Vision and Pattern Recognition\n- Machine Learning\n- Image and Video Processing\n## Abstract\nText detection in natural scene images for content analysis is an interesting task. The research community has seen some great developments for English\/Mandarin text detection. However, Urdu text extraction in natural scene images is a task not well addressed. In this work, firstly, a new dataset is introduced for Urdu text in natural scene images. The dataset comprises of 500 standalone images acquired from real scenes. Secondly, the channel enhanced Maximally Stable Extremal Region (MSER) method is applied to extract Urdu text regions as candidates in an image. Two-stage filtering mechanism is applied to eliminate non-candidate regions. In the first stage, text and noise are classified based on their geometric properties. In the second stage, a support vector machine classifier is trained to discard non-text candidate regions. After this, text candidate regions are linked using centroid-based vertical and horizontal distances. Text lines are further analyzed by a different classifier based on HOG features to remove non-text regions. Extensive experimentation is performed on the locally developed dataset to evaluate the performance. The experimental results show good performance on test set images. The dataset will be made available for research use. To the best of our knowledge, the work is the first of its kind for the Urdu language and would provide a good dataset for free research use and serve as a baseline performance on the task of Urdu text extraction.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.7717\/peerj-cs.717\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.LG\", \"eess.IV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Machine Learning\", \"Image and Video Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"150793\", \"256316\", \"268281\"]}","task_split":"paper_retrieval"} {"document_id":"23169","document_content":"# A Multi-Task Cross-Task Learning Architecture for Ad-hoc Uncertainty Estimation in 3D Cardiac MRI Image Segmentation\n## Categories\n- Image and Video Processing\n- Computer Vision and Pattern Recognition\n- Machine Learning\n## Abstract\nMedical image segmentation has significantly benefitted thanks to deep learning architectures. Furthermore, semi-supervised learning (SSL) has recently been a growing trend for improving a model's overall performance by leveraging abundant unlabeled data. Moreover, learning multiple tasks within the same model further improves model generalizability. To generate smoother and accurate segmentation masks from 3D cardiac MR images, we present a Multi-task Cross-task learning consistency approach to enforce the correlation between the pixel-level (segmentation) and the geometric-level (distance map) tasks. Our extensive experimentation with varied quantities of labeled data in the training sets justifies the effectiveness of our model for the segmentation of the left atrial cavity from Gadolinium-enhanced magnetic resonance (GE-MR) images. With the incorporation of uncertainty estimates to detect failures in the segmentation masks generated by CNNs, our study further showcases the potential of our model to flag low-quality segmentation from a given model.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.07702v3\", \"primary_category\": \"eess.IV\", \"categories\": [\"eess.IV\", \"cs.CV\", \"cs.LG\"], \"primary_category_human_readable\": \"Image and Video Processing\", \"categories_human_readable\": [\"Image and Video Processing\", \"Computer Vision and Pattern Recognition\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"64491\", \"101536\", \"110564\", \"135902\", \"175869\", \"203929\", \"210920\", \"217911\", \"231489\", \"241281\", \"258357\"]}","task_split":"paper_retrieval"} {"document_id":"23232","document_content":"# RaWaNet: Enriching Graph Neural Network Input via Random Walks on Graphs\n## Categories\n- Machine Learning\n## Abstract\nIn recent years, graph neural networks (GNNs) have gained increasing popularity and have shown very promising results for data that are represented by graphs. The majority of GNN architectures are designed based on developing new convolutional and\/or pooling layers that better extract the hidden and deeper representations of the graphs to be used for different prediction tasks. The inputs to these layers are mainly the three default descriptors of a graph, node features $(X)$, adjacency matrix $(A)$, and edge features $(W)$ (if available). To provide a more enriched input to the network, we propose a random walk data processing of the graphs based on three selected lengths. Namely, (regular) walks of length 1 and 2, and a fractional walk of length $\\gamma \\in (0,1)$, in order to capture the different local and global dynamics on the graphs. We also calculate the stationary distribution of each random walk, which is then used as a scaling factor for the initial node features ($X$). This way, for each graph, the network receives multiple adjacency matrices along with their individual weighting for the node features. We test our method on various molecular datasets by passing the processed node features to the network in order to perform several classification and regression tasks. Interestingly, our method, not using edge features which are heavily exploited in molecular graph learning, let a shallow network outperform well known deep GNNs.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.07555v3\", \"primary_category\": \"stat.ML\", \"categories\": [\"stat.ML\", \"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"33376\", \"43338\", \"96209\", \"101873\", \"118201\", \"127525\", \"213629\", \"215435\", \"239220\", \"265828\", \"272626\", \"279653\", \"302934\", \"303863\", \"305707\"]}","task_split":"paper_retrieval"} {"document_id":"23233","document_content":"# A Pathology Deep Learning System Capable of Triage of Melanoma Specimens Utilizing Dermatopathologist Consensus as Ground Truth\n## Categories\n- Image and Video Processing\n- Computer Vision and Pattern Recognition\n## Abstract\nAlthough melanoma occurs more rarely than several other skin cancers, patients' long term survival rate is extremely low if the diagnosis is missed. Diagnosis is complicated by a high discordance rate among pathologists when distinguishing between melanoma and benign melanocytic lesions. A tool that allows pathology labs to sort and prioritize melanoma cases in their workflow could improve turnaround time by prioritizing challenging cases and routing them directly to the appropriate subspecialist. We present a pathology deep learning system (PDLS) that performs hierarchical classification of digitized whole slide image (WSI) specimens into six classes defined by their morphological characteristics, including classification of \"Melanocytic Suspect\" specimens likely representing melanoma or severe dysplastic nevi. We trained the system on 7,685 images from a single lab (the reference lab), including the the largest set of triple-concordant melanocytic specimens compiled to date, and tested the system on 5,099 images from two distinct validation labs. We achieved Area Underneath the ROC Curve (AUC) values of 0.93 classifying Melanocytic Suspect specimens on the reference lab, 0.95 on the first validation lab, and 0.82 on the second validation lab. We demonstrate that the PDLS is capable of automatically sorting and triaging skin specimens with high sensitivity to Melanocytic Suspect cases and that a pathologist would only need between 30% and 60% of the caseload to address all melanoma specimens.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.07554v1\", \"primary_category\": \"eess.IV\", \"categories\": [\"eess.IV\", \"cs.CV\"], \"primary_category_human_readable\": \"Image and Video Processing\", \"categories_human_readable\": [\"Image and Video Processing\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"130003\", \"164988\", \"198577\", \"242311\", \"273633\"]}","task_split":"paper_retrieval"} {"document_id":"23300","document_content":"# Maneuver-based Trajectory Prediction for Self-driving Cars Using Spatio-temporal Convolutional Networks\n## Categories\n- Robotics\n## Abstract\nThe ability to predict the future movements of other vehicles is a subconscious and effortless skill for humans and key to safe autonomous driving. Therefore, trajectory prediction for autonomous cars has gained a lot of attention in recent years. It is, however, still a hard task to achieve human-level performance. Interdependencies between vehicle behaviors and the multimodal nature of future intentions in a dynamic and complex driving environment render trajectory prediction a challenging problem. In this work, we propose a new, data-driven approach for predicting the motion of vehicles in a road environment. The model allows for inferring future intentions from the past interaction among vehicles in highway driving scenarios. Using our neighborhood-based data representation, the proposed system jointly exploits correlations in the spatial and temporal domain using convolutional neural networks. Our system considers multiple possible maneuver intentions and their corresponding motion and predicts the trajectory for five seconds into the future. We implemented our approach and evaluated it on two highway datasets taken in different countries and are able to achieve a competitive prediction performance.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.07365v1\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.RO\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Robotics\"], \"incoming_citations\": [], \"outgoing_citations\": [\"74563\", \"78890\", \"106162\", \"134965\", \"136612\", \"149568\", \"158269\", \"179692\", \"182082\", \"187960\", \"189614\", \"191356\", \"196618\", \"196757\", \"206814\", \"214529\", \"217456\", \"219340\", \"223299\", \"229266\", \"232095\", \"232096\", \"233978\", \"236083\", \"237350\", \"241801\", \"265546\", \"268197\", \"275566\"]}","task_split":"paper_retrieval"} {"document_id":"23461","document_content":"# Convergence of a Human-in-the-Loop Policy-Gradient Algorithm With Eligibility Trace Under Reward, Policy, and Advantage Feedback\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Data Structures and Algorithms\n- Human-Computer Interaction\n## Abstract\nFluid human-agent communication is essential for the future of human-in-the-loop reinforcement learning. An agent must respond appropriately to feedback from its human trainer even before they have significant experience working together. Therefore, it is important that learning agents respond well to various feedback schemes human trainers are likely to provide. This work analyzes the COnvergent Actor-Critic by Humans (COACH) algorithm under three different types of feedback-policy feedback, reward feedback, and advantage feedback. For these three feedback types, we find that COACH can behave sub-optimally. We propose a variant of COACH, episodic COACH (E-COACH), which we prove converges for all three types. We compare our COACH variant with two other reinforcement-learning algorithms: Q-learning and TAMER.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.07054v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.DS\", \"cs.HC\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Data Structures and Algorithms\", \"Human-Computer Interaction\"], \"incoming_citations\": [], \"outgoing_citations\": [\"173489\", \"179906\", \"263252\", \"272543\", \"275728\"]}","task_split":"paper_retrieval"} {"document_id":"23543","document_content":"# Focus on Impact: Indoor Exploration with Intrinsic Motivation\n## Categories\n- Robotics\n- Artificial Intelligence\n- Computer Vision and Pattern Recognition\n## Abstract\nExploration of indoor environments has recently experienced a significant interest, also thanks to the introduction of deep neural agents built in a hierarchical fashion and trained with Deep Reinforcement Learning (DRL) on simulated environments. Current state-of-the-art methods employ a dense extrinsic reward that requires the complete a priori knowledge of the layout of the training environment to learn an effective exploration policy. However, such information is expensive to gather in terms of time and resources. In this work, we propose to train the model with a purely intrinsic reward signal to guide exploration, which is based on the impact of the robot's actions on its internal representation of the environment. So far, impact-based rewards have been employed for simple tasks and in procedurally generated synthetic environments with countable states. Since the number of states observable by the agent in realistic indoor environments is non-countable, we include a neural-based density model and replace the traditional count-based regularization with an estimated pseudo-count of previously visited states. The proposed exploration approach outperforms DRL-based competitors relying on intrinsic rewards and surpasses the agents trained with a dense extrinsic reward computed with the environment layouts. We also show that a robot equipped with the proposed approach seamlessly adapts to point-goal navigation and real-world deployment.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1109\/LRA.2022.3145971\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.AI\", \"cs.CV\", \"cs.RO\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Computer Vision and Pattern Recognition\", \"Robotics\"], \"incoming_citations\": [], \"outgoing_citations\": [\"49968\", \"54330\", \"80273\", \"84889\", \"101182\", \"104828\", \"112104\", \"131180\", \"131814\", \"139653\", \"148172\", \"151367\", \"158547\", \"179954\", \"181532\", \"192738\", \"196393\", \"200648\", \"212299\", \"219658\", \"255575\", \"266419\", \"272422\", \"290238\", \"291025\", \"291677\"]}","task_split":"paper_retrieval"} {"document_id":"23701","document_content":"# Different Strokes for Different Folks: Investigating Appropriate Further Pre-training Approaches for Diverse Dialogue Tasks\n## Categories\n- Computation and Language\n## Abstract\nLoading models pre-trained on the large-scale corpus in the general domain and fine-tuning them on specific downstream tasks is gradually becoming a paradigm in Natural Language Processing. Previous investigations prove that introducing a further pre-training phase between pre-training and fine-tuning phases to adapt the model on the domain-specific unlabeled data can bring positive effects. However, most of these further pre-training works just keep running the conventional pre-training task, e.g., masked language model, which can be regarded as the domain adaptation to bridge the data distribution gap. After observing diverse downstream tasks, we suggest that different tasks may also need a further pre-training phase with appropriate training tasks to bridge the task formulation gap. To investigate this, we carry out a study for improving multiple task-oriented dialogue downstream tasks through designing various tasks at the further pre-training phase. The experiment shows that different downstream tasks prefer different further pre-training tasks, which have intrinsic correlation and most further pre-training tasks significantly improve certain target tasks rather than all. Our investigation indicates that it is of great importance and effectiveness to design appropriate further pre-training tasks modeling specific information that benefit downstream tasks. Besides, we present multiple constructive empirical conclusions for enhancing task-oriented dialogues.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.06524v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"15935\"], \"outgoing_citations\": [\"129503\", \"131150\", \"167138\", \"168621\", \"169192\", \"222981\", \"266411\", \"270018\", \"290588\", \"294494\"]}","task_split":"paper_retrieval"} {"document_id":"23735","document_content":"# Dodging Attack Using Carefully Crafted Natural Makeup\n## Categories\n- Computer Vision and Pattern Recognition\n- Cryptography and Security\n- Machine Learning\n## Abstract\nDeep learning face recognition models are used by state-of-the-art surveillance systems to identify individuals passing through public areas (e.g., airports). Previous studies have demonstrated the use of adversarial machine learning (AML) attacks to successfully evade identification by such systems, both in the digital and physical domains. Attacks in the physical domain, however, require significant manipulation to the human participant's face, which can raise suspicion by human observers (e.g. airport security officers). In this study, we present a novel black-box AML attack which carefully crafts natural makeup, which, when applied on a human participant, prevents the participant from being identified by facial recognition models. We evaluated our proposed attack against the ArcFace face recognition model, with 20 participants in a real-world setup that includes two cameras, different shooting angles, and different lighting conditions. The evaluation results show that in the digital domain, the face recognition system was unable to identify all of the participants, while in the physical domain, the face recognition system was able to identify the participants in only 1.22% of the frames (compared to 47.57% without makeup and 33.73% with random natural makeup), which is below a reasonable threshold of a realistic operational environment.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.06467v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.CR\", \"cs.LG\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Cryptography and Security\", \"Machine Learning\"], \"incoming_citations\": [\"8241\"], \"outgoing_citations\": [\"51088\", \"152154\", \"170530\", \"189943\", \"191481\", \"208127\", \"243986\", \"244877\", \"246146\", \"246211\", \"267940\", \"278526\", \"287611\", \"306222\", \"321122\", \"328183\", \"332936\"]}","task_split":"paper_retrieval"} {"document_id":"23761","document_content":"# Deep learning-based NLP Data Pipeline for EHR Scanned Document Information Extraction\n## Categories\n- Computation and Language\n- Computer Vision and Pattern Recognition\n## Abstract\nScanned documents in electronic health records (EHR) have been a challenge for decades, and are expected to stay in the foreseeable future. Current approaches for processing often include image preprocessing, optical character recognition (OCR), and text mining. However, there is limited work that evaluates the choice of image preprocessing methods, the selection of NLP models, and the role of document layout. The impact of each element remains unknown. We evaluated this method on a use case of two key indicators for sleep apnea, Apnea hypopnea index (AHI) and oxygen saturation (SaO2) values, from scanned sleep study reports. Our data that included 955 manually annotated reports was secondarily utilized from a previous study in the University of Texas Medical Branch. We performed image preprocessing: gray-scaling followed by 1 iteration of dilating and erode, and 20% contrast increasing. The OCR was implemented with the Tesseract OCR engine. A total of seven Bag-of-Words models (Logistic Regression, Ridge Regression, Lasso Regression, Support Vector Machine, k-Nearest Neighbor, Na\\\"ive Bayes, and Random Forest) and three deep learning-based models (BiLSTM, BERT, and Clinical BERT) were evaluated. We also evaluated the combinations of image preprocessing methods (gray-scaling, dilate & erode, increased contrast by 20%, increased contrast by 60%), and two deep learning architectures (with and without structured input that provides document layout information). Our proposed method using Clinical BERT reached an AUROC of 0.9743 and document accuracy of 94.76% for AHI, and an AUROC of 0.9523, and document accuracy of 91.61% for SaO2. We demonstrated the proper use of image preprocessing and document layout could be beneficial to scanned document processing.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2110.11864v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.CV\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"62258\", \"183610\", \"191942\", \"283908\", \"321994\"]}","task_split":"paper_retrieval"} {"document_id":"23847","document_content":"# SituatedQA: Incorporating Extra-Linguistic Contexts into QA\n## Categories\n- Computation and Language\n## Abstract\nAnswers to the same question may change depending on the extra-linguistic contexts (when and where the question was asked). To study this challenge, we introduce SituatedQA, an open-retrieval QA dataset where systems must produce the correct answer to a question given the temporal or geographical context. To construct SituatedQA, we first identify such questions in existing QA datasets. We find that a significant proportion of information seeking questions have context-dependent answers (e.g., roughly 16.5% of NQ-Open). For such context-dependent questions, we then crowdsource alternative contexts and their corresponding answers. Our study shows that existing models struggle with producing answers that are frequently updated or from uncommon locations. We further quantify how existing models, which are trained on data collected in the past, fail to generalize to answering questions asked in the present, even when provided with an updated evidence corpus (a roughly 15 point drop in accuracy). Our analysis suggests that open-retrieval QA benchmarks should incorporate extra-linguistic context to stay relevant globally and in the future. Our data, code, and datasheet are available at https:\/\/situatedqa.github.io\/ .","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.06157v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"33114\", \"9612\", \"16640\", \"18368\", \"19499\", \"25862\", \"29727\"], \"outgoing_citations\": [\"29727\", \"38858\", \"45225\", \"56463\", \"62920\", \"77366\", \"77493\", \"77747\", \"91699\", \"94815\", \"123394\", \"126138\", \"126188\", \"129610\", \"131012\", \"131921\", \"137436\", \"143080\", \"143089\", \"157386\", \"168951\", \"183076\", \"196980\", \"200258\", \"220724\", \"221212\", \"238321\", \"267692\", \"270020\", \"279343\", \"281121\", \"290041\", \"357878\"]}","task_split":"paper_retrieval"} {"document_id":"23863","document_content":"# Discovering the Unknown Knowns: Turning Implicit Knowledge in the Dataset into Explicit Training Examples for Visual Question Answering\n## Categories\n- Computer Vision and Pattern Recognition\n- Computation and Language\n## Abstract\nVisual question answering (VQA) is challenging not only because the model has to handle multi-modal information, but also because it is just so hard to collect sufficient training examples -- there are too many questions one can ask about an image. As a result, a VQA model trained solely on human-annotated examples could easily over-fit specific question styles or image contents that are being asked, leaving the model largely ignorant about the sheer diversity of questions. Existing methods address this issue primarily by introducing an auxiliary task such as visual grounding, cycle consistency, or debiasing. In this paper, we take a drastically different approach. We found that many of the \"unknowns\" to the learned VQA model are indeed \"known\" in the dataset implicitly. For instance, questions asking about the same object in different images are likely paraphrases; the number of detected or annotated objects in an image already provides the answer to the \"how many\" question, even if the question has not been annotated for that image. Building upon these insights, we present a simple data augmentation pipeline SimpleAug to turn this \"known\" knowledge into training examples for VQA. We show that these augmented examples can notably improve the learned VQA models' performance, not only on the VQA-CP dataset with language prior shifts but also on the VQA v2 dataset without such shifts. Our method further opens up the door to leverage weakly-labeled or unlabeled images in a principled way to enhance VQA models. Our code and data are publicly available at https:\/\/github.com\/heendung\/simpleAUG.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.06122v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.CL\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"68653\", \"75177\", \"79890\", \"80253\", \"84465\", \"92644\", \"99962\", \"111053\", \"120414\", \"124191\", \"131572\", \"136840\", \"141296\", \"146474\", \"150930\", \"167539\", \"167930\", \"170926\", \"174060\", \"179219\", \"179886\", \"180742\", \"182982\", \"184872\", \"192123\", \"193573\", \"197653\", \"198870\", \"199453\", \"207196\", \"214988\", \"228579\", \"228580\", \"237073\", \"248620\", \"255298\", \"258511\", \"258888\", \"266825\", \"268173\", \"278894\", \"289739\", \"303603\", \"320761\"]}","task_split":"paper_retrieval"} {"document_id":"23877","document_content":"# The Grammar-Learning Trajectories of Neural Language Models\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nThe learning trajectories of linguistic phenomena in humans provide insight into linguistic representation, beyond what can be gleaned from inspecting the behavior of an adult speaker. To apply a similar approach to analyze neural language models (NLM), it is first necessary to establish that different models are similar enough in the generalizations they make. In this paper, we show that NLMs with different initialization, architecture, and training data acquire linguistic phenomena in a similar order, despite their different end performance. These findings suggest that there is some mutual inductive bias that underlies these models' learning of linguistic phenomena. Taking inspiration from psycholinguistics, we argue that studying this inductive bias is an opportunity to study the linguistic representation implicit in NLMs. Leveraging these findings, we compare the relative performance on different phenomena at varying learning stages with simpler reference models. Results suggest that NLMs exhibit consistent \"developmental\" stages. Moreover, we find the learning trajectory to be approximately one-dimensional: given an NLM with a certain overall performance, it is possible to predict what linguistic generalizations it has already acquired. Initial analysis of these stages presents phenomena clusters (notably morphological ones), whose performance progresses in unison, suggesting a potential link between the generalizations behind them.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.06096v3\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [\"50088\"], \"outgoing_citations\": [\"30505\", \"48640\", \"55647\", \"56330\", \"71888\", \"78009\", \"92536\", \"95299\", \"99110\", \"127392\", \"157547\", \"166757\", \"170447\", \"176600\", \"182936\", \"184451\", \"185112\", \"186130\", \"191787\", \"200362\", \"203452\", \"206200\", \"211702\", \"212036\", \"224837\", \"233722\", \"241030\", \"256948\", \"272741\", \"310738\"]}","task_split":"paper_retrieval"} {"document_id":"23881","document_content":"# Towards Better Model Understanding with Path-Sufficient Explanations\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nFeature based local attribution methods are amongst the most prevalent in explainable artificial intelligence (XAI) literature. Going beyond standard correlation, recently, methods have been proposed that highlight what should be minimally sufficient to justify the classification of an input (viz. pertinent positives). While minimal sufficiency is an attractive property, the resulting explanations are often too sparse for a human to understand and evaluate the local behavior of the model, thus making it difficult to judge its overall quality. To overcome these limitations, we propose a novel method called Path-Sufficient Explanations Method (PSEM) that outputs a sequence of sufficient explanations for a given input of strictly decreasing size (or value) -- from original input to a minimally sufficient explanation -- which can be thought to trace the local boundary of the model in a smooth manner, thus providing better intuition about the local model behavior for the specific input. We validate these claims, both qualitatively and quantitatively, with experiments that show the benefit of PSEM across all three modalities (image, tabular and text). A user study depicts the strength of the method in communicating the local behavior, where (many) users are able to correctly determine the prediction made by a model.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.06181v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"148797\", \"157897\", \"161028\", \"166967\", \"206308\", \"224036\", \"228089\", \"230290\", \"234801\", \"241376\", \"251597\", \"262066\", \"290515\", \"290620\", \"321467\"]}","task_split":"paper_retrieval"} {"document_id":"23929","document_content":"# Studying Fake News Spreading, Polarisation Dynamics, and Manipulation by Bots: a Tale of Networks and Language\n## Categories\n- Computers and Society\n- Computation and Language\n- A.1; J.4; G.2; K.4; I.2.7\n- Social and Information Networks\n## Abstract\nWith the explosive growth of online social media, the ancient problem of information disorders interfering with news diffusion has surfaced with a renewed intensity threatening our democracies, public health, and news outlets' credibility. Therefore, thousands of scientific papers have been published in a relatively short period, making researchers of different disciplines struggle with an information overload problem. The aim of this survey is threefold: (1) we present the results of a network-based analysis of the existing multidisciplinary literature to support the search for relevant trends and central publications; (2) we describe the main results and necessary background to attack the problem under a computational perspective; (3) we review selected contributions using network science as a unifying framework and computational linguistics as the tool to make sense of the shared content. Despite scholars working on computational linguistics and networks traditionally belong to different scientific communities, we expect that those interested in the area of fake news should be aware of crucial aspects of both disciplines.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1016\/j.cosrev.2022.100531\", \"primary_category\": \"cs.CY\", \"categories\": [\"cs.CL\", \"cs.CY\", \"A.1; J.4; G.2; K.4; I.2.7\", \"cs.SI\"], \"primary_category_human_readable\": \"Computers and Society\", \"categories_human_readable\": [\"Computation and Language\", \"Computers and Society\", \"A.1; J.4; G.2; K.4; I.2.7\", \"Social and Information Networks\"], \"incoming_citations\": [], \"outgoing_citations\": [\"14416\", \"21518\", \"27370\", \"73741\", \"82729\", \"108987\", \"116646\", \"119276\", \"132259\", \"134813\", \"137435\", \"155160\", \"161659\", \"163253\", \"163342\", \"163578\", \"169458\", \"170074\", \"187019\", \"194215\", \"196472\", \"199511\", \"210948\", \"211841\", \"215771\", \"217496\", \"220159\", \"227367\", \"230998\", \"234054\", \"241490\", \"242451\", \"245901\", \"246910\", \"249184\", \"249420\", \"253563\", \"254383\", \"257863\", \"259202\", \"260376\", \"267552\", \"270399\", \"271331\", \"271945\", \"276396\", \"282703\", \"289269\", \"290362\", \"294912\", \"299889\", \"305024\", \"310865\", \"316949\", \"321966\", \"326392\", \"326852\", \"329586\", \"338988\", \"344660\", \"354099\", \"354752\", \"362636\"]}","task_split":"paper_retrieval"} {"document_id":"23992","document_content":"# End-to-End Entity Resolution and Question Answering Using Differentiable Knowledge Graphs\n## Categories\n- Computation and Language\n## Abstract\nRecently, end-to-end (E2E) trained models for question answering over knowledge graphs (KGQA) have delivered promising results using only a weakly supervised dataset. However, these models are trained and evaluated in a setting where hand-annotated question entities are supplied to the model, leaving the important and non-trivial task of entity resolution (ER) outside the scope of E2E learning. In this work, we extend the boundaries of E2E learning for KGQA to include the training of an ER component. Our model only needs the question text and the answer entities to train, and delivers a stand-alone QA model that does not require an additional ER component to be supplied during runtime. Our approach is fully differentiable, thanks to its reliance on a recent method for building differentiable KGs (Cohen et al., 2020). We evaluate our E2E trained model on two public datasets and show that it comes close to baseline models that use hand-annotated entities.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.05817v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"90377\", \"96431\", \"132413\", \"142243\", \"175775\", \"189600\", \"198373\", \"216454\", \"226991\", \"234460\", \"234554\", \"269308\", \"290747\", \"311684\"]}","task_split":"paper_retrieval"} {"document_id":"24034","document_content":"# Meta Navigator: Search for a Good Adaptation Policy for Few-shot Learning\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nFew-shot learning aims to adapt knowledge learned from previous tasks to novel tasks with only a limited amount of labeled data. Research literature on few-shot learning exhibits great diversity, while different algorithms often excel at different few-shot learning scenarios. It is therefore tricky to decide which learning strategies to use under different task conditions. Inspired by the recent success in Automated Machine Learning literature (AutoML), in this paper, we present Meta Navigator, a framework that attempts to solve the aforementioned limitation in few-shot learning by seeking a higher-level strategy and proffer to automate the selection from various few-shot learning designs. The goal of our work is to search for good parameter adaptation policies that are applied to different stages in the network for few-shot classification. We present a search space that covers many popular few-shot learning algorithms in the literature and develop a differentiable searching and decoding algorithm based on meta-learning that supports gradient-based optimization. We demonstrate the effectiveness of our searching-based method on multiple benchmark datasets. Extensive experiments show that our approach significantly outperforms baselines and demonstrates performance advantages over many state-of-the-art methods. Code and models will be made publicly available.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.05749v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"28790\", \"27013\"], \"outgoing_citations\": [\"30498\", \"31367\", \"57756\", \"77005\", \"78147\", \"106472\", \"112029\", \"117757\", \"125518\", \"133923\", \"134322\", \"134763\", \"134828\", \"134943\", \"135245\", \"135957\", \"136747\", \"142572\", \"150432\", \"153371\", \"153462\", \"153967\", \"154359\", \"161314\", \"165713\", \"168361\", \"184299\", \"190020\", \"191555\", \"191732\", \"193515\", \"196265\", \"206595\", \"207031\", \"213370\", \"224464\", \"228896\", \"230792\", \"244112\", \"244888\", \"262225\"]}","task_split":"paper_retrieval"} {"document_id":"24055","document_content":"# MuVER: Improving First-Stage Entity Retrieval with Multi-View Entity Representations\n## Categories\n- Computation and Language\n## Abstract\nEntity retrieval, which aims at disambiguating mentions to canonical entities from massive KBs, is essential for many tasks in natural language processing. Recent progress in entity retrieval shows that the dual-encoder structure is a powerful and efficient framework to nominate candidates if entities are only identified by descriptions. However, they ignore the property that meanings of entity mentions diverge in different contexts and are related to various portions of descriptions, which are treated equally in previous works. In this work, we propose Multi-View Entity Representations (MuVER), a novel approach for entity retrieval that constructs multi-view representations for entity descriptions and approximates the optimal view for mentions via a heuristic searching method. Our method achieves the state-of-the-art performance on ZESHEL and improves the quality of candidates on three standard Entity Linking datasets","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.05716v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"56380\", \"64775\", \"94753\", \"97100\", \"97185\", \"102310\", \"128701\", \"147649\", \"157181\", \"165378\", \"180267\", \"182677\", \"200632\", \"233941\", \"240614\", \"267123\", \"268728\", \"300498\"]}","task_split":"paper_retrieval"} {"document_id":"24117","document_content":"# RockNER: A Simple Method to Create Adversarial Examples for Evaluating the Robustness of Named Entity Recognition Models\n## Categories\n- Computation and Language\n## Abstract\nTo audit the robustness of named entity recognition (NER) models, we propose RockNER, a simple yet effective method to create natural adversarial examples. Specifically, at the entity level, we replace target entities with other entities of the same semantic class in Wikidata; at the context level, we use pre-trained language models (e.g., BERT) to generate word substitutions. Together, the two levels of attack produce natural adversarial examples that result in a shifted distribution from the training data on which our target models have been trained. We apply the proposed method to the OntoNotes dataset and create a new benchmark named OntoRock for evaluating the robustness of existing NER models via a systematic evaluation protocol. Our experiments and analysis reveal that even the best model has a significant performance drop, and these models seem to memorize in-domain entity patterns instead of reasoning from the context. Our work also studies the effects of a few simple data augmentation methods to improve the robustness of NER models.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.05620v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"2767\", \"15840\"], \"outgoing_citations\": [\"127252\", \"129858\", \"130889\", \"132035\", \"132214\", \"136604\", \"147611\", \"151084\", \"156640\", \"157181\", \"174139\", \"185283\", \"220285\", \"235345\", \"260450\", \"297147\"]}","task_split":"paper_retrieval"} {"document_id":"24144","document_content":"# CoG: a Two-View Co-training Framework for Defending Adversarial Attacks on Graph\n## Categories\n- Machine Learning\n- Cryptography and Security\n## Abstract\nGraph neural networks exhibit remarkable performance in graph data analysis. However, the robustness of GNN models remains a challenge. As a result, they are not reliable enough to be deployed in critical applications. Recent studies demonstrate that GNNs could be easily fooled with adversarial perturbations, especially structural perturbations. Such vulnerability is attributed to the excessive dependence on the structure information to make predictions. To achieve better robustness, it is desirable to build the prediction of GNNs with more comprehensive features. Graph data, in most cases, has two views of information, namely structure information and feature information. In this paper, we propose CoG, a simple yet effective co-training framework to combine these two views for the purpose of robustness. CoG trains sub-models from the feature view and the structure view independently and allows them to distill knowledge from each other by adding their most confident unlabeled data into the training set. The orthogonality of these two views diversifies the sub-models, thus enhancing the robustness of their ensemble. We evaluate our framework on three popular datasets, and results show that CoG significantly improves the robustness of graph models against adversarial attacks without sacrificing their performance on clean data. We also show that CoG still achieves good robustness when both node features and graph structures are perturbed.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.05558v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.CR\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Cryptography and Security\"], \"incoming_citations\": [], \"outgoing_citations\": [\"86002\", \"87085\", \"95175\", \"97592\", \"97696\", \"118653\", \"123835\", \"125407\", \"181525\", \"196521\", \"197997\", \"201251\", \"201616\", \"219215\", \"229027\", \"231277\", \"269129\", \"305550\"]}","task_split":"paper_retrieval"} {"document_id":"24186","document_content":"# Stylistic Retrieval-based Dialogue System with Unparallel Training Data\n## Categories\n- Computation and Language\n## Abstract\nThe ability of a dialog system to express consistent language style during conversations has a direct, positive impact on its usability and on user satisfaction. Although previous studies have demonstrated that style transfer is feasible with a large amount of parallel data, it is often impossible to collect such data for different styles. In this paper, instead of manually constructing conversation data with a certain style, we propose a flexible framework that adapts a generic retrieval-based dialogue system to mimic the language style of a specified persona without any parallel data. Our approach is based on automatic generation of stylized data by learning the usage of jargon, and then rewriting the generic conversations to a stylized one by incorporating the jargon. In experiments we implemented dialogue systems with five distinct language styles, and the result shows our framework significantly outperforms baselines in terms of the average score of responses' relevance and style degree, and content diversity. A\/B testing on a commercial chatbot shows that users are more satisfied with our system. This study demonstrates the feasibility of building stylistic dialogue systems by simple data augmentation.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.05477v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"42895\", \"91686\", \"92267\", \"94898\", \"98388\", \"113240\", \"130818\", \"132977\", \"132983\", \"164697\", \"170273\", \"170743\", \"182442\", \"184854\", \"210493\", \"221478\", \"226959\", \"230014\", \"232164\", \"232783\", \"235238\", \"244479\", \"245831\", \"250035\", \"252860\", \"259515\", \"265309\", \"269757\", \"272531\", \"276603\", \"278671\", \"296250\", \"305200\", \"316328\"]}","task_split":"paper_retrieval"} {"document_id":"24258","document_content":"# Border-SegGCN: Improving Semantic Segmentation by Refining the Border Outline using Graph Convolutional Network\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n## Abstract\nWe present Border-SegGCN, a novel architecture to improve semantic segmentation by refining the border outline using graph convolutional networks (GCN). The semantic segmentation network such as Unet or DeepLabV3+ is used as a base network to have pre-segmented output. This output is converted into a graphical structure and fed into the GCN to improve the border pixel prediction of the pre-segmented output. We explored and studied the factors such as border thickness, number of edges for a node, and the number of features to be fed into the GCN by performing experiments. We demonstrate the effectiveness of the Border-SegGCN on the CamVid and Carla dataset, achieving a test set performance of 81.96% without any post-processing on CamVid dataset. It is higher than the reported state of the art mIoU achieved on CamVid dataset by 0.404%","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.05353v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"148556\", \"152466\", \"153457\", \"188889\", \"190993\", \"191735\", \"191933\", \"197748\", \"207281\", \"208133\", \"234596\", \"234611\", \"240758\", \"248038\", \"258592\", \"268287\", \"269273\", \"278217\", \"279732\", \"294327\", \"295765\", \"305707\", \"311030\", \"315007\", \"315865\", \"316332\", \"320915\", \"320997\", \"321655\"]}","task_split":"paper_retrieval"} {"document_id":"24295","document_content":"# Benchmarking Processor Performance by Multi-Threaded Machine Learning Algorithms\n## Categories\n- Distributed, Parallel, and Cluster Computing\n- Artificial Intelligence\n- Hardware Architecture\n- Machine Learning\n## Abstract\nMachine learning algorithms have enabled computers to predict things by learning from previous data. The data storage and processing power are increasing rapidly, thus increasing machine learning and Artificial intelligence applications. Much of the work is done to improve the accuracy of the models built in the past, with little research done to determine the computational costs of machine learning acquisitions. In this paper, I will proceed with this later research work and will make a performance comparison of multi-threaded machine learning clustering algorithms. I will be working on Linear Regression, Random Forest, and K-Nearest Neighbors to determine the performance characteristics of the algorithms as well as the computation costs to the obtained results. I will be benchmarking system hardware performance by running these multi-threaded algorithms to train and test the models on a dataset to note the differences in performance matrices of the algorithms. In the end, I will state the best performing algorithms concerning the performance efficiency of these algorithms on my system.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.05276v1\", \"primary_category\": \"cs.DC\", \"categories\": [\"cs.AI\", \"cs.DC\", \"cs.AR\", \"cs.LG\"], \"primary_category_human_readable\": \"Distributed, Parallel, and Cluster Computing\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Distributed, Parallel, and Cluster Computing\", \"Hardware Architecture\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"164681\"]}","task_split":"paper_retrieval"} {"document_id":"24322","document_content":"# Empirical Analysis of Training Strategies of Transformer-based Japanese Chit-chat Systems\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nIn recent years, several high-performance conversational systems have been proposed based on the Transformer encoder-decoder model. Although previous studies analyzed the effects of the model parameters and the decoding method on subjective dialogue evaluations with overall metrics, they did not analyze how the differences of fine-tuning datasets affect on user's detailed impression. In addition, the Transformer-based approach has only been verified for English, not for such languages with large inter-language distances as Japanese. In this study, we develop large-scale Transformer-based Japanese dialogue models and Japanese chit-chat datasets to examine the effectiveness of the Transformer-based approach for building chit-chat dialogue systems. We evaluated and analyzed the impressions of human dialogues in different fine-tuning datasets, model parameters, and the use of additional information.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.05217v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"128396\", \"145384\", \"146003\", \"182466\", \"189504\", \"211664\", \"212046\", \"220951\", \"234895\", \"244479\", \"316293\"]}","task_split":"paper_retrieval"} {"document_id":"24424","document_content":"# BiSECT: Learning to Split and Rephrase Sentences with Bitexts\n## Categories\n- Computation and Language\n## Abstract\nAn important task in NLP applications such as sentence simplification is the ability to take a long, complex sentence and split it into shorter sentences, rephrasing as necessary. We introduce a novel dataset and a new model for this `split and rephrase' task. Our BiSECT training data consists of 1 million long English sentences paired with shorter, meaning-equivalent English sentences. We obtain these by extracting 1-2 sentence alignments in bilingual parallel corpora and then using machine translation to convert both sides of the corpus into the same language. BiSECT contains higher quality training examples than previous Split and Rephrase corpora, with sentence splits that require more significant modifications. We categorize examples in our corpus, and use these categories in a novel model that allows us to target specific regions of the input sentence to be split and edited. Moreover, we show that models trained on BiSECT can perform a wider variety of split operations and improve upon previous state-of-the-art approaches in automatic and human evaluations.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.05006v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"40203\", \"92547\", \"203211\", \"233420\", \"263927\"]}","task_split":"paper_retrieval"} {"document_id":"24425","document_content":"# Distantly-Supervised Named Entity Recognition with Noise-Robust Learning and Language Model Augmented Self-Training\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nWe study the problem of training named entity recognition (NER) models using only distantly-labeled data, which can be automatically obtained by matching entity mentions in the raw text with entity types in a knowledge base. The biggest challenge of distantly-supervised NER is that the distant supervision may induce incomplete and noisy labels, rendering the straightforward application of supervised learning ineffective. In this paper, we propose (1) a noise-robust learning scheme comprised of a new loss function and a noisy label removal step, for training NER models on distantly-labeled data, and (2) a self-training method that uses contextualized augmentations created by pre-trained language models to improve the generalization ability of the NER model. On three benchmark datasets, our method achieves superior performance, outperforming existing distantly-supervised NER models by significant margins.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.05003v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"68851\", \"92217\", \"94280\", \"115664\", \"127943\", \"128975\", \"163402\", \"182622\", \"187755\", \"188492\", \"204499\", \"218407\", \"219485\", \"219866\", \"231347\", \"232596\", \"246497\", \"261734\", \"283114\", \"291899\", \"297147\", \"297150\", \"302500\", \"302824\", \"302955\", \"308333\"]}","task_split":"paper_retrieval"} {"document_id":"24511","document_content":"# Asking It All: Generating Contextualized Questions for any Semantic Role\n## Categories\n- Computation and Language\n## Abstract\nAsking questions about a situation is an inherent step towards understanding it. To this end, we introduce the task of role question generation, which, given a predicate mention and a passage, requires producing a set of questions asking about all possible semantic roles of the predicate. We develop a two-stage model for this task, which first produces a context-independent question prototype for each role and then revises it to be contextually appropriate for the passage. Unlike most existing approaches to question generation, our approach does not require conditioning on existing answers in the text. Instead, we condition on the type of information to inquire about, regardless of whether the answer appears explicitly in the text, could be inferred from it, or should be sought elsewhere. Our evaluation demonstrates that we generate diverse and well-formed questions for a large, broad-coverage ontology of predicates and roles.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.04832v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"96236\", \"128049\", \"128398\", \"130408\", \"157429\", \"176028\", \"191177\", \"191907\", \"232123\", \"238321\", \"241628\", \"263874\", \"267694\"]}","task_split":"paper_retrieval"} {"document_id":"24576","document_content":"# Heterogeneous Graph Neural Networks for Keyphrase Generation\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nThe encoder-decoder framework achieves state-of-the-art results in keyphrase generation (KG) tasks by predicting both present keyphrases that appear in the source document and absent keyphrases that do not. However, relying solely on the source document can result in generating uncontrollable and inaccurate absent keyphrases. To address these problems, we propose a novel graph-based method that can capture explicit knowledge from related references. Our model first retrieves some document-keyphrases pairs similar to the source document from a pre-defined index as references. Then a heterogeneous graph is constructed to capture relationships of different granularities between the source document and its references. To guide the decoding process, a hierarchical attention and copy mechanism is introduced, which directly copies appropriate words from both the source document and its references based on their relevance and significance. The experimental results on multiple KG benchmarks show that the proposed model achieves significant improvements against other baseline models, especially with regard to the absent keyphrase prediction.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.04703v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [\"3368\", \"5652\"], \"outgoing_citations\": [\"47740\", \"55153\", \"80993\", \"99320\", \"128886\", \"130503\", \"131025\", \"181558\", \"185805\", \"191880\", \"214542\", \"220295\", \"220696\", \"220788\", \"268251\", \"268902\", \"286181\", \"296198\", \"303300\"]}","task_split":"paper_retrieval"} {"document_id":"24590","document_content":"# Efficient Contrastive Learning via Novel Data Augmentation and Curriculum Learning\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nWe introduce EfficientCL, a memory-efficient continual pretraining method that applies contrastive learning with novel data augmentation and curriculum learning. For data augmentation, we stack two types of operation sequentially: cutoff and PCA jittering. While pretraining steps proceed, we apply curriculum learning by incrementing the augmentation degree for each difficulty step. After data augmentation is finished, contrastive learning is applied on projected embeddings of original and augmented examples. When finetuned on GLUE benchmark, our model outperforms baseline models, especially for sentence-level tasks. Additionally, this improvement is capable with only 70% of computational memory compared to the baseline model.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.05941v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"63347\", \"68851\", \"77555\", \"77689\", \"89486\", \"93612\", \"95455\", \"97123\", \"97943\", \"117898\", \"119643\", \"120760\", \"128975\", \"191787\", \"197273\"]}","task_split":"paper_retrieval"} {"document_id":"24719","document_content":"# Learning with Different Amounts of Annotation: From Zero to Many Labels\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nTraining NLP systems typically assumes access to annotated data that has a single human label per example. Given imperfect labeling from annotators and inherent ambiguity of language, we hypothesize that single label is not sufficient to learn the spectrum of language interpretation. We explore new annotation distribution schemes, assigning multiple labels per example for a small subset of training examples. Introducing such multi label examples at the cost of annotating fewer examples brings clear gains on natural language inference task and entity typing task, even when we simply first train with a single label data and then fine tune with multi label examples. Extending a MixUp data augmentation framework, we propose a learning algorithm that can learn from training examples with different amount of annotation (with zero, one, or multiple labels). This algorithm efficiently combines signals from uneven training data and brings additional gains in low annotation budget and cross domain settings. Together, our method achieves consistent gains in two tasks, suggesting distributing labels unevenly among training examples can be beneficial for many NLP tasks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.04408v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [\"15958\", \"14057\"], \"outgoing_citations\": [\"45238\", \"52753\", \"55234\", \"57176\", \"69615\", \"92747\", \"95930\", \"95954\", \"99110\", \"128975\", \"129610\", \"136310\", \"168232\", \"168247\", \"171616\", \"188123\", \"188492\", \"224786\", \"259094\", \"281380\", \"302824\", \"307756\"]}","task_split":"paper_retrieval"} {"document_id":"24818","document_content":"# Deep Active Inference for Pixel-Based Discrete Control: Evaluation on the Car Racing Problem\n## Categories\n- Artificial Intelligence\n- Neural and Evolutionary Computing\n## Abstract\nDespite the potential of active inference for visual-based control, learning the model and the preferences (priors) while interacting with the environment is challenging. Here, we study the performance of a deep active inference (dAIF) agent on OpenAI's car racing benchmark, where there is no access to the car's state. The agent learns to encode the world's state from high-dimensional input through unsupervised representation learning. State inference and control are learned end-to-end by optimizing the expected free energy. Results show that our model achieves comparable performance to deep Q-learning. However, vanilla dAIF does not reach state-of-the-art performance compared to other world model approaches. Hence, we discuss the current model implementation's limitations and potential architectures to overcome them.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.04155v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.NE\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Neural and Evolutionary Computing\"], \"incoming_citations\": [\"5459\"], \"outgoing_citations\": [\"44791\", \"50602\", \"64647\", \"97277\", \"101783\", \"120483\", \"139508\", \"149319\", \"154548\", \"177020\", \"181460\", \"188651\", \"190127\"]}","task_split":"paper_retrieval"} {"document_id":"24853","document_content":"# User Tampering in Reinforcement Learning Recommender Systems\n## Categories\n- Artificial Intelligence\n## Abstract\nThis paper provides novel formal methods and empirical demonstrations of a particular safety concern in reinforcement learning (RL)-based recommendation algorithms. We call this safety concern `user tampering' -- a phenomenon whereby an RL-based recommender system might manipulate a media user's opinions via its recommendations as part of a policy to increase long-term user engagement. We then apply techniques from causal modelling to analyse the leading approaches in the literature for implementing scalable RL-based recommenders, and we observe that the current approaches permit user tampering. Additionally, we review the existing mitigation strategies for reward tampering problems and show that they do not transfer well to the user tampering phenomenon found in the recommendation context. Furthermore, we provide a simulation study of a media RL-based recommendation problem constrained to the recommendation of political content. We show that a Q-learning algorithm consistently learns to exploit its opportunities to polarise simulated users with its early recommendations in order to have more consistent success with later recommendations catering to that polarisation. This latter contribution calls for urgency in designing safer RL-based recommenders; the former suggests that creating such safe recommenders will require a fundamental shift in design away from the approaches we have seen in the recent literature.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.04083v2\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [\"25638\"], \"outgoing_citations\": [\"33848\", \"71885\", \"75234\", \"79430\", \"99754\", \"128389\", \"140249\", \"167869\", \"171948\", \"197218\", \"212016\", \"212600\", \"233018\", \"241732\", \"351390\"]}","task_split":"paper_retrieval"} {"document_id":"24922","document_content":"# A Formal Description of Sorani Kurdish Morphology\n## Categories\n- Computation and Language\n## Abstract\nSorani Kurdish, also known as Central Kurdish, has a complex morphology, particularly due to the patterns in which morphemes appear. Although several aspects of Kurdish morphology have been studied, such as pronominal endoclitics and Izafa constructions, Sorani Kurdish morphology has received trivial attention in computational linguistics. Moreover, some morphemes, such as the emphasis endoclitic =\\^i\\c{s}, and derivational morphemes have not been previously studied. To tackle the complex morphology of Sorani, we provide a thorough description of Sorani Kurdish morphological and morphophonological constructions in a formal way such that they can be used as finite-state transducers for morphological analysis and synthesis.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.03942v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"23778\"], \"outgoing_citations\": [\"123659\", \"208700\", \"216256\"]}","task_split":"paper_retrieval"} {"document_id":"24928","document_content":"# Transformers in the loop: Polarity in neural models of language\n## Categories\n- Computation and Language\n## Abstract\nRepresentation of linguistic phenomena in computational language models is typically assessed against the predictions of existing linguistic theories of these phenomena. Using the notion of polarity as a case study, we show that this is not always the most adequate set-up. We probe polarity via so-called 'negative polarity items' (in particular, English 'any') in two pre-trained Transformer-based models (BERT and GPT-2). We show that - at least for polarity - metrics derived from language models are more consistent with data from psycholinguistic experiments than linguistic theory predictions. Establishing this allows us to more adequately evaluate the performance of language models and also to use language models to discover new insights into natural language grammar beyond existing linguistic theories. This work contributes to establishing closer ties between psycholinguistic experiments and experiments with language models.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.03926v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"23796\"], \"outgoing_citations\": [\"41709\", \"44454\", \"46654\", \"73143\", \"91501\", \"126370\", \"127202\", \"127991\", \"129558\", \"149018\", \"168415\", \"173615\", \"180652\", \"185112\", \"188708\", \"195989\", \"219586\", \"219670\", \"220137\", \"237283\", \"281225\"]}","task_split":"paper_retrieval"} {"document_id":"24963","document_content":"# Local Augmentation for Graph Neural Networks\n## Categories\n- Machine Learning\n## Abstract\nGraph Neural Networks (GNNs) have achieved remarkable performance on graph-based tasks. The key idea for GNNs is to obtain informative representation through aggregating information from local neighborhoods. However, it remains an open question whether the neighborhood information is adequately aggregated for learning representations of nodes with few neighbors. To address this, we propose a simple and efficient data augmentation strategy, local augmentation, to learn the distribution of the node features of the neighbors conditioned on the central node's feature and enhance GNN's expressive power with generated features. Local augmentation is a general framework that can be applied to any GNN model in a plug-and-play manner. It samples feature vectors associated with each node from the learned conditional distribution as additional input for the backbone model at each training iteration. Extensive experiments and analyses show that local augmentation consistently yields performance improvement when applied to various GNN architectures across a diverse set of benchmarks. For example, experiments show that plugging in local augmentation to GCN and GAT improves by an average of 3.4\\% and 1.6\\% in terms of test accuracy on Cora, Citeseer, and Pubmed. Besides, our experimental results on large graphs (OGB) show that our model consistently improves performance over backbones. Code is available at https:\/\/github.com\/SongtaoLiu0823\/LAGNN.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.03856v4\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [\"52113\"], \"outgoing_citations\": [\"13814\", \"27710\", \"41783\", \"42239\", \"78261\", \"92075\", \"114193\", \"119293\", \"119843\", \"127525\", \"129410\", \"134526\", \"141321\", \"142571\", \"148423\", \"159538\", \"163169\", \"163745\", \"164464\", \"168172\", \"168870\", \"173673\", \"174492\", \"181686\", \"185584\", \"186789\", \"187534\", \"188300\", \"194123\", \"195794\", \"196193\", \"197676\", \"197726\", \"198305\", \"203857\", \"210119\", \"214311\", \"216376\", \"228663\", \"230880\", \"242739\", \"244510\", \"250707\", \"253780\", \"267601\", \"272626\", \"279575\", \"290407\", \"292407\", \"295676\", \"297052\", \"303863\", \"305707\", \"316095\", \"336185\"]}","task_split":"paper_retrieval"} {"document_id":"24977","document_content":"# Desiderata for Representation Learning: A Causal Perspective\n## Categories\n- Machine Learning\n- Methodology\n## Abstract\nRepresentation learning constructs low-dimensional representations to summarize essential features of high-dimensional data. This learning problem is often approached by describing various desiderata associated with learned representations; e.g., that they be non-spurious, efficient, or disentangled. It can be challenging, however, to turn these intuitive desiderata into formal criteria that can be measured and enhanced based on observed data. In this paper, we take a causal perspective on representation learning, formalizing non-spuriousness and efficiency (in supervised representation learning) and disentanglement (in unsupervised representation learning) using counterfactual quantities and observable consequences of causal assertions. This yields computable metrics that can be used to assess the degree to which representations satisfy the desiderata of interest and learn non-spurious and disentangled representations from single observational datasets.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.03795v2\", \"primary_category\": \"stat.ML\", \"categories\": [\"stat.ML\", \"stat.ME\", \"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Methodology\", \"Machine Learning\"], \"incoming_citations\": [\"6554\"], \"outgoing_citations\": [\"46027\", \"53092\", \"60282\", \"61475\", \"68818\", \"79725\", \"84901\", \"87968\", \"88624\", \"93956\", \"94275\", \"96402\", \"137448\", \"143581\", \"146281\", \"149182\", \"159447\", \"160471\", \"176649\", \"177371\", \"183649\", \"187863\", \"195912\", \"199352\", \"207627\", \"208041\", \"212169\", \"218829\", \"230776\", \"231181\", \"231706\", \"241933\", \"248417\", \"251597\", \"264549\", \"265526\", \"265877\", \"266865\", \"272687\", \"301465\", \"320760\", \"350165\", \"357230\"]}","task_split":"paper_retrieval"} {"document_id":"24983","document_content":"# A Survey on Machine Learning Techniques for Auto Labeling of Video, Audio, and Text Data\n## Categories\n- Machine Learning\n## Abstract\nMachine learning has been utilized to perform tasks in many different domains such as classification, object detection, image segmentation and natural language analysis. Data labeling has always been one of the most important tasks in machine learning. However, labeling large amounts of data increases the monetary cost in machine learning. As a result, researchers started to focus on reducing data annotation and labeling costs. Transfer learning was designed and widely used as an efficient approach that can reasonably reduce the negative impact of limited data, which in turn, reduces the data preparation cost. Even transferring previous knowledge from a source domain reduces the amount of data needed in a target domain. However, large amounts of annotated data are still demanded to build robust models and improve the prediction accuracy of the model. Therefore, researchers started to pay more attention on auto annotation and labeling. In this survey paper, we provide a review of previous techniques that focuses on optimized data annotation and labeling for video, audio, and text data.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.03784v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"104641\", \"112405\", \"119989\", \"156893\", \"185589\", \"200464\", \"209140\", \"230854\", \"236368\", \"255918\", \"285677\", \"296421\"]}","task_split":"paper_retrieval"} {"document_id":"24991","document_content":"# FedZKT: Zero-Shot Knowledge Transfer towards Resource-Constrained Federated Learning with Heterogeneous On-Device Models\n## Categories\n- Machine Learning\n## Abstract\nFederated learning enables multiple distributed devices to collaboratively learn a shared prediction model without centralizing their on-device data. Most of the current algorithms require comparable individual efforts for local training with the same structure and size of on-device models, which, however, impedes participation from resource-constrained devices. Given the widespread yet heterogeneous devices nowadays, in this paper, we propose an innovative federated learning framework with heterogeneous on-device models through Zero-shot Knowledge Transfer, named by FedZKT. Specifically, FedZKT allows devices to independently determine the on-device models upon their local resources. To achieve knowledge transfer across these heterogeneous on-device models, a zero-shot distillation approach is designed without any prerequisites for private on-device data, which is contrary to certain prior research based on a public dataset or a pre-trained data generator. Moreover, this compute-intensive distillation task is assigned to the server to allow the participation of resource-constrained devices, where a generator is adversarially learned with the ensemble of collected on-device models. The distilled central knowledge is then sent back in the form of the corresponding on-device model parameters, which can be easily absorbed on the device side. Extensive experimental studies demonstrate the effectiveness and robustness of FedZKT towards on-device knowledge agnostic, on-device model heterogeneity, and other challenging federated learning scenarios, such as heterogeneous on-device data and straggler effects.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.03775v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"62355\", \"71546\", \"71707\", \"73140\", \"83890\", \"89048\", \"96999\", \"101146\", \"106063\", \"109147\", \"110742\", \"112023\", \"119091\", \"126180\", \"149696\", \"149786\", \"162752\", \"162883\", \"163574\", \"170131\", \"177601\", \"184968\", \"197068\", \"199085\", \"205910\", \"207559\", \"207602\", \"208297\", \"229563\", \"234581\", \"336193\"]}","task_split":"paper_retrieval"} {"document_id":"25034","document_content":"# Rethinking Data Augmentation for Low-Resource Neural Machine Translation: A Multi-Task Learning Approach\n## Categories\n- Computation and Language\n## Abstract\nIn the context of neural machine translation, data augmentation (DA) techniques may be used for generating additional training samples when the available parallel data are scarce. Many DA approaches aim at expanding the support of the empirical data distribution by generating new sentence pairs that contain infrequent words, thus making it closer to the true data distribution of parallel sentences. In this paper, we propose to follow a completely different approach and present a multi-task DA approach in which we generate new sentence pairs with transformations, such as reversing the order of the target sentence, which produce unfluent target sentences. During training, these augmented sentences are used as auxiliary tasks in a multi-task framework with the aim of providing new contexts where the target prefix is not informative enough to predict the next word. This strengthens the encoder and forces the decoder to pay more attention to the source representations of the encoder. Experiments carried out on six low-resource translation tasks show consistent improvements over the baseline and over DA methods aiming at extending the support of the empirical data distribution. The systems trained with our approach rely more on the source tokens, are more robust against domain shift and suffer less hallucinations.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.03645v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"51130\", \"56205\", \"86257\", \"92542\", \"92589\", \"97943\", \"126380\", \"157473\", \"180654\", \"184635\", \"192811\", \"219455\", \"220017\", \"220611\", \"221557\", \"229845\", \"234469\", \"240486\", \"251209\", \"251816\", \"251974\", \"267601\", \"272068\", \"285557\", \"290777\", \"290778\", \"302948\", \"334984\"]}","task_split":"paper_retrieval"} {"document_id":"25056","document_content":"# Matching in the Dark: A Dataset for Matching Image Pairs of Low-light Scenes\n## Categories\n- Computer Vision and Pattern Recognition\n- 68T40, 68T07\n## Abstract\nThis paper considers matching images of low-light scenes, aiming to widen the frontier of SfM and visual SLAM applications. Recent image sensors can record the brightness of scenes with more than eight-bit precision, available in their RAW-format image. We are interested in making full use of such high-precision information to match extremely low-light scene images that conventional methods cannot handle. For extreme low-light scenes, even if some of their brightness information exists in the RAW format images' low bits, the standard raw image processing on cameras fails to utilize them properly. As was recently shown by Chen et al., CNNs can learn to produce images with a natural appearance from such RAW-format images. To consider if and how well we can utilize such information stored in RAW-format images for image matching, we have created a new dataset named MID (matching in the dark). Using it, we experimentally evaluated combinations of eight image-enhancing methods and eleven image matching methods consisting of classical\/neural local descriptors and classical\/neural initial point-matching methods. The results show the advantage of using the RAW-format images and the strengths and weaknesses of the above component methods. They also imply there is room for further research.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.03585v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"68T40, 68T07\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"68T40, 68T07\"], \"incoming_citations\": [], \"outgoing_citations\": [\"134516\", \"136739\", \"138773\", \"150230\", \"153269\", \"154106\", \"156417\", \"170230\", \"170436\", \"180750\", \"182932\", \"186946\", \"187122\", \"191270\", \"192851\", \"193922\", \"194322\", \"201300\", \"230706\", \"233177\", \"246925\", \"250285\", \"259959\", \"268476\", \"269123\", \"277635\", \"279779\", \"295615\", \"299903\", \"314520\", \"321680\"]}","task_split":"paper_retrieval"} {"document_id":"25153","document_content":"# Self-supervised Contrastive Cross-Modality Representation Learning for Spoken Question Answering\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Machine Learning\n- Sound\n- Audio and Speech Processing\n## Abstract\nSpoken question answering (SQA) requires fine-grained understanding of both spoken documents and questions for the optimal answer prediction. In this paper, we propose novel training schemes for spoken question answering with a self-supervised training stage and a contrastive representation learning stage. In the self-supervised stage, we propose three auxiliary self-supervised tasks, including utterance restoration, utterance insertion, and question discrimination, and jointly train the model to capture consistency and coherence among speech documents without any additional data or annotations. We then propose to learn noise-invariant utterance representations in a contrastive objective by adopting multiple augmentation strategies, including span deletion and span substitution. Besides, we design a Temporal-Alignment attention to semantically align the speech-text clues in the learned common space and benefit the SQA tasks. By this means, the training schemes can more effectively guide the generation model to predict more proper answers. Experimental results show that our model achieves state-of-the-art results on three SQA benchmarks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.03381v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.LG\", \"cs.SD\", \"eess.AS\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Machine Learning\", \"Sound\", \"Audio and Speech Processing\"], \"incoming_citations\": [\"4248\", \"12915\", \"29764\", \"49492\", \"53231\", \"10837\", \"15362\"], \"outgoing_citations\": [\"29764\", \"49492\", \"70421\", \"77689\", \"79419\", \"92518\", \"92519\", \"93464\", \"96502\", \"99018\", \"100162\", \"102044\", \"105882\", \"114658\", \"121076\", \"123080\", \"140934\", \"156537\", \"159854\", \"171604\", \"174612\", \"180880\", \"185155\", \"190231\", \"190961\", \"191898\", \"191994\", \"208631\", \"215164\", \"216686\", \"220828\", \"221750\", \"222054\", \"233553\", \"237064\", \"241146\"]}","task_split":"paper_retrieval"} {"document_id":"25182","document_content":"# Melatect: A Machine Learning Model Approach For Identifying Malignant Melanoma in Skin Growths\n## Categories\n- Image and Video Processing\n- Artificial Intelligence\n- Computer Vision and Pattern Recognition\n## Abstract\nMalignant melanoma is a common skin cancer that is mostly curable before metastasis -when growths spawn in organs away from the original site. Melanoma is the most dangerous type of skin cancer if left untreated due to the high risk of metastasis. This paper presents Melatect, a machine learning (ML) model embedded in an iOS app that identifies potential malignant melanoma. Melatect accurately classifies lesions as malignant or benign over 96.6% of the time with no apparent bias or overfitting. Using the Melatect app, users have the ability to take pictures of skin lesions (moles) and subsequently receive a mole classification. The Melatect app provides a convenient way to get free advice on lesions and track these lesions over time. A recursive computer image analysis algorithm and modified MLOps pipeline was developed to create a model that performs at a higher accuracy than existing models. Our training dataset included 18,400 images of benign and malignant lesions, including 18,000 from the International Skin Imaging Collaboration (ISIC) archive, as well as 400 images gathered from local dermatologists; these images were augmented using DeepAugment, an AutoML tool, to 54,054 images.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.03310v3\", \"primary_category\": \"eess.IV\", \"categories\": [\"eess.IV\", \"cs.AI\", \"cs.CV\"], \"primary_category_human_readable\": \"Image and Video Processing\", \"categories_human_readable\": [\"Image and Video Processing\", \"Artificial Intelligence\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"299339\"]}","task_split":"paper_retrieval"} {"document_id":"25186","document_content":"# Hi, my name is Martha: Using names to measure and mitigate bias in generative dialogue models\n## Categories\n- Computation and Language\n## Abstract\nAll AI models are susceptible to learning biases in data that they are trained on. For generative dialogue models, being trained on real human conversations containing unbalanced gender and race\/ethnicity references can lead to models that display learned biases, which we define here broadly as any measurable differences in the distributions of words or semantic content of conversations based on demographic groups. We measure the strength of such biases by producing artificial conversations between two copies of a dialogue model, conditioning one conversational partner to state a name commonly associated with a certain gender and\/or race\/ethnicity. We find that larger capacity models tend to exhibit more gender bias and greater stereotyping of occupations by gender. We show that several methods of tuning these dialogue models, specifically name scrambling, controlled generation, and unlikelihood training, are effective in reducing bias in conversation, including on a downstream conversational task. Name scrambling is also effective in lowering differences in token usage across conversations where partners have names associated with different genders or races\/ethnicities.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.03300v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"10913\"], \"outgoing_citations\": [\"40456\", \"45880\", \"55201\", \"55676\", \"56479\", \"73804\", \"91536\", \"94347\", \"94771\", \"96145\", \"97502\", \"98259\", \"98669\", \"98838\", \"99088\", \"120608\", \"122414\", \"127565\", \"128396\", \"130073\", \"130525\", \"145923\", \"157151\", \"157164\", \"158087\", \"158493\", \"161329\", \"165441\", \"168228\", \"169036\", \"172088\", \"179568\", \"180274\", \"182936\", \"184078\", \"189902\", \"191190\", \"191947\", \"192069\", \"193779\", \"195777\", \"200725\", \"201401\", \"211890\", \"218898\", \"221363\", \"222795\", \"234307\", \"235095\", \"244479\", \"259870\", \"285959\", \"287941\", \"291102\"]}","task_split":"paper_retrieval"} {"document_id":"25266","document_content":"# Sequential Diagnosis Prediction with Transformer and Ontological Representation\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nSequential diagnosis prediction on the Electronic Health Record (EHR) has been proven crucial for predictive analytics in the medical domain. EHR data, sequential records of a patient's interactions with healthcare systems, has numerous inherent characteristics of temporality, irregularity and data insufficiency. Some recent works train healthcare predictive models by making use of sequential information in EHR data, but they are vulnerable to irregular, temporal EHR data with the states of admission\/discharge from hospital, and insufficient data. To mitigate this, we propose an end-to-end robust transformer-based model called SETOR, which exploits neural ordinary differential equation to handle both irregular intervals between a patient's visits with admitted timestamps and length of stay in each visit, to alleviate the limitation of insufficient data by integrating medical ontology, and to capture the dependencies between the patient's visits by employing multi-layer transformer blocks. Experiments conducted on two real-world healthcare datasets show that, our sequential diagnoses prediction model SETOR not only achieves better predictive results than previous state-of-the-art approaches, irrespective of sufficient or insufficient training data, but also derives more interpretable embeddings of medical codes. The experimental codes are available at the GitHub repository (https:\/\/github.com\/Xueping\/SETOR).","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.03069v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [\"10426\", \"34436\"], \"outgoing_citations\": [\"27798\", \"98857\", \"118587\", \"166443\", \"166725\", \"185889\", \"192577\", \"213345\", \"229111\", \"263454\", \"264024\", \"271934\", \"279891\", \"286253\", \"298095\", \"350985\"]}","task_split":"paper_retrieval"} {"document_id":"25377","document_content":"# Symbolic Computation in Software Science: My Personal View\n## Categories\n- Symbolic Computation\n- Artificial Intelligence\n- Software Engineering\n## Abstract\nIn this note, I develop my personal view on the scope and relevance of symbolic computation in software science. For this, I discuss the interaction and differences between symbolic computation, software science, automatic programming, mathematical knowledge management, artificial intelligence, algorithmic intelligence, numerical computation, and machine learning. In the discussion of these notions, I allow myself to refer also to papers (1982, 1985, 2001, 2003, 2013) of mine in which I expressed my views on these areas at early stages of some of these fields.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.4204\/EPTCS.342.1\", \"primary_category\": \"cs.SC\", \"categories\": [\"cs.SC\", \"cs.AI\", \"cs.SE\"], \"primary_category_human_readable\": \"Symbolic Computation\", \"categories_human_readable\": [\"Symbolic Computation\", \"Artificial Intelligence\", \"Software Engineering\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"25638","document_content":"# Recommendation Fairness: From Static to Dynamic\n## Categories\n- Information Retrieval\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nDriven by the need to capture users' evolving interests and optimize their long-term experiences, more and more recommender systems have started to model recommendation as a Markov decision process and employ reinforcement learning to address the problem. Shouldn't research on the fairness of recommender systems follow the same trend from static evaluation and one-shot intervention to dynamic monitoring and non-stop control? In this paper, we portray the recent developments in recommender systems first and then discuss how fairness could be baked into the reinforcement learning techniques for recommendation. Moreover, we argue that in order to make further progress in recommendation fairness, we may want to consider multi-agent (game-theoretic) optimization, multi-objective (Pareto) optimization, and simulation-based optimization, in the general framework of stochastic games.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.03150v3\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.IR\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Information Retrieval\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"24853\", \"39628\", \"49876\", \"55041\", \"63108\", \"70092\", \"76185\", \"79939\", \"89833\", \"92434\", \"104835\", \"105434\", \"119741\", \"121346\", \"122174\", \"124035\", \"125479\", \"127099\", \"139406\", \"140249\", \"151253\", \"156141\", \"158740\", \"166048\", \"173695\", \"178346\", \"188289\", \"190461\", \"201714\", \"202876\", \"206855\", \"207046\", \"219697\", \"220267\", \"220343\", \"239240\", \"241493\", \"241732\", \"253974\", \"258416\", \"262500\", \"265057\", \"265540\", \"284408\"]}","task_split":"paper_retrieval"} {"document_id":"25753","document_content":"# Estimating Categorical Counterfactuals via Deep Twin Networks\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nCounterfactual inference is a powerful tool, capable of solving challenging problems in high-profile sectors. To perform counterfactual inference, one requires knowledge of the underlying causal mechanisms. However, causal mechanisms cannot be uniquely determined from observations and interventions alone. This raises the question of how to choose the causal mechanisms so that resulting counterfactual inference is trustworthy in a given domain. This question has been addressed in causal models with binary variables, but the case of categorical variables remains unanswered. We address this challenge by introducing for causal models with categorical variables the notion of counterfactual ordering, a principle that posits desirable properties causal mechanisms should posses, and prove that it is equivalent to specific functional constraints on the causal mechanisms. To learn causal mechanisms satisfying these constraints, and perform counterfactual inference with them, we introduce deep twin networks. These are deep neural networks that, when trained, are capable of twin network counterfactual inference -- an alternative to the abduction, action, & prediction method. We empirically test our approach on diverse real-world and semi-synthetic data from medicine, epidemiology, and finance, reporting accurate estimation of counterfactual probabilities while demonstrating the issues that arise with counterfactual reasoning when counterfactual ordering is not enforced.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.01904v6\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"9997\", \"17181\", \"41137\", \"61475\", \"61858\", \"91789\", \"112143\", \"118373\", \"119435\", \"147244\", \"174945\", \"182335\", \"186313\", \"215882\", \"256720\", \"263409\", \"265530\", \"269298\", \"271038\", \"290547\", \"292736\", \"312361\", \"350165\"]}","task_split":"paper_retrieval"} {"document_id":"25767","document_content":"# Moving Object Detection for Event-based Vision using k-means Clustering\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n- Image and Video Processing\n## Abstract\nMoving object detection is important in computer vision. Event-based cameras are bio-inspired cameras that work by mimicking the working of the human eye. These cameras have multiple advantages over conventional frame-based cameras, like reduced latency, HDR, reduced motion blur during high motion, low power consumption, etc. In spite of these advantages, event-based cameras are noise-sensitive and have low resolution. Moreover, the task of moving object detection in these cameras is difficult, as event-based sensors lack useful visual features like texture and color. In this paper, we investigate the application of the k-means clustering technique in detecting moving objects in event-based data.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1109\/UPCON52273.2021.9667636\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\", \"eess.IV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\", \"Image and Video Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"80223\", \"146673\", \"162832\", \"171200\", \"180645\", \"190036\", \"239208\"]}","task_split":"paper_retrieval"} {"document_id":"25823","document_content":"# Eden: A Unified Environment Framework for Booming Reinforcement Learning Algorithms\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nWith AlphaGo defeats top human players, reinforcement learning(RL) algorithms have gradually become the code-base of building stronger artificial intelligence(AI). The RL algorithm design firstly needs to adapt to the specific environment, so the designed environment guides the rapid and profound development of RL algorithms. However, the existing environments, which can be divided into real world games and customized toy environments, have obvious shortcomings. For real world games, it is designed for human entertainment, and too much difficult for most of RL researchers. For customized toy environments, there is no widely accepted unified evaluation standard for all RL algorithms. Therefore, we introduce the first virtual user-friendly environment framework for RL. In this framework, the environment can be easily configured to realize all kinds of RL tasks in the mainstream research. Then all the mainstream state-of-the-art(SOTA) RL algorithms can be conveniently evaluated and compared. Therefore, our contributions mainly includes the following aspects: 1.single configured environment for all classification of SOTA RL algorithms; 2.combined environment of more than one classification RL algorithms; 3.the evaluation standard for all kinds of RL algorithms. With all these efforts, a possibility for breeding an AI with capability of general competency in a variety of tasks is provided, and maybe it will open up a new chapter for AI.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.01768v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"33080\", \"61166\", \"115175\", \"128664\", \"134247\", \"142272\", \"151271\", \"160036\", \"162456\", \"163467\", \"167551\", \"181532\", \"185834\", \"186550\", \"209076\", \"210609\", \"212299\", \"218124\", \"225762\", \"228540\", \"239655\", \"240471\", \"240495\", \"243235\", \"248423\", \"252249\", \"252334\", \"260583\", \"260770\", \"261316\", \"261577\", \"262381\", \"266419\", \"269251\", \"272422\", \"275087\", \"280202\", \"280457\", \"297268\", \"302967\", \"312389\"]}","task_split":"paper_retrieval"} {"document_id":"25825","document_content":"# Effective user intent mining with unsupervised word representation models and topic modelling\n## Categories\n- Artificial Intelligence\n## Abstract\nUnderstanding the intent behind chat between customers and customer service agents has become a crucial problem nowadays due to an exponential increase in the use of the Internet by people from different cultures and educational backgrounds. More importantly, the explosion of e-commerce has led to a significant increase in text conversation between customers and agents. In this paper, we propose an approach to data mining the conversation intents behind the textual data. Using the customer service data set, we train unsupervised text representation models, and then develop an intent mapping model which would rank the predefined intents base on cosine similarity between sentences and intents. Topic-modeling techniques are used to define intents and domain experts are also involved to interpret topic modelling results. With this approach, we can get a good understanding of the user intentions behind the unlabelled customer service textual data.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.01765v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"25862","document_content":"# CREAK: A Dataset for Commonsense Reasoning over Entity Knowledge\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nMost benchmark datasets targeting commonsense reasoning focus on everyday scenarios: physical knowledge like knowing that you could fill a cup under a waterfall [Talmor et al., 2019], social knowledge like bumping into someone is awkward [Sap et al., 2019], and other generic situations. However, there is a rich space of commonsense inferences anchored to knowledge about specific entities: for example, deciding the truthfulness of a claim \"Harry Potter can teach classes on how to fly on a broomstick.\" Can models learn to combine entity knowledge with commonsense reasoning in this fashion? We introduce CREAK, a testbed for commonsense reasoning about entity knowledge, bridging fact-checking about entities (Harry Potter is a wizard and is skilled at riding a broomstick) with commonsense inferences (if you're good at a skill you can teach others how to do it). Our dataset consists of 13k human-authored English claims about entities that are either true or false, in addition to a small contrast set. Crowdworkers can easily come up with these statements and human performance on the dataset is high (high 90s); we argue that models should be able to blend entity knowledge and commonsense reasoning to do well here. In our experiments, we focus on the closed-book setting and observe that a baseline model finetuned on existing fact verification benchmark struggles on CREAK. Training a model on CREAK improves accuracy by a substantial margin, but still falls short of human performance. Our benchmark provides a unique probe into natural language understanding models, testing both its ability to retrieve facts (e.g., who teaches at the University of Chicago?) and unstated commonsense knowledge (e.g., butlers do not yell at guests).","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.01653v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"23847\", \"37451\", \"45583\", \"55256\", \"57064\", \"58176\", \"61046\", \"76684\", \"91626\", \"99110\", \"102310\", \"127526\", \"127760\", \"129610\", \"131012\", \"131921\", \"132773\", \"143050\", \"158701\", \"164659\", \"168951\", \"170800\", \"175089\", \"184848\", \"185629\", \"189515\", \"211788\", \"221212\", \"233416\", \"236979\", \"238986\", \"239831\", \"263947\", \"267552\"]}","task_split":"paper_retrieval"} {"document_id":"25871","document_content":"# On the Interplay between Self-Driving Cars and Public Transportation\n## Categories\n- Systems and Control\n- Physics and Society\n## Abstract\nCities worldwide struggle with overloaded transportation systems and their externalities, such as traffic congestion and emissions. The emerging autonomous transportation technology has a potential to alleviate these issues. Yet, the decisions of profit-maximizing operators running large autonomous fleets could have a negative impact on other stakeholders, e.g., by disproportionately cannibalizing public transport, and therefore could make the transportation system even less efficient and sustainable. A careful analysis of these tradeoffs requires modeling the main modes of transportation, including public transport, within a unified framework. In this paper, we propose such a framework, which allows us to study the interplay among mobility service providers, public transport authorities, and customers. Our framework combines a graph-theoretic network model for the transportation system with a game-theoretic market model in which mobility service providers are profit-maximizers, while customers select individually-optimal transportation options. We apply our framework to data for the city of Berlin, Germany, and present sensitivity analyses to study parameters that mobility service providers or municipalities can influence to steer the system. We show that depending on market conditions and policy restrictions, autonomous ride-hailing systems may complement or cannibalize a public transportation system, serving between 7% and 80% of all customers. We discuss the main factors behind differences in these outcomes as well as strategic design options available to policymakers. Among others, we show that the monopolistic and the competitive cases yield similar modal shares, but differ in the profit outcome of each mobility service provider.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.01627v1\", \"primary_category\": \"eess.SY\", \"categories\": [\"physics.soc-ph\", \"cs.SY\", \"eess.SY\"], \"primary_category_human_readable\": \"Systems and Control\", \"categories_human_readable\": [\"Physics and Society\", \"Systems and Control\", \"Systems and Control\"], \"incoming_citations\": [\"105203\", \"38968\", \"54444\"], \"outgoing_citations\": [\"38968\", \"54444\", \"138033\", \"166694\", \"297230\", \"330984\"]}","task_split":"paper_retrieval"} {"document_id":"25916","document_content":"# Safety-aware Motion Prediction with Unseen Vehicles for Autonomous Driving\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nMotion prediction of vehicles is critical but challenging due to the uncertainties in complex environments and the limited visibility caused by occlusions and limited sensor ranges. In this paper, we study a new task, safety-aware motion prediction with unseen vehicles for autonomous driving. Unlike the existing trajectory prediction task for seen vehicles, we aim at predicting an occupancy map that indicates the earliest time when each location can be occupied by either seen and unseen vehicles. The ability to predict unseen vehicles is critical for safety in autonomous driving. To tackle this challenging task, we propose a safety-aware deep learning model with three new loss functions to predict the earliest occupancy map. Experiments on the large-scale autonomous driving nuScenes dataset show that our proposed model significantly outperforms the state-of-the-art baselines on the safety-aware motion prediction task. To the best of our knowledge, our approach is the first one that can predict the existence of unseen vehicles in most cases. Project page at {\\url{https:\/\/github.com\/xrenaa\/Safety-Aware-Motion-Prediction}}.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.01510v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"4576\", \"17143\", \"18162\"], \"outgoing_citations\": [\"51104\", \"64437\", \"65247\", \"78899\", \"106160\", \"109433\", \"114017\", \"116072\", \"126156\", \"134965\", \"147880\", \"151320\", \"158269\", \"161193\", \"162130\", \"163318\", \"166501\", \"177460\", \"179336\", \"179692\", \"183489\", \"185667\", \"191356\", \"206814\", \"212279\", \"214313\", \"217456\", \"221071\", \"229266\", \"237350\", \"257088\", \"265546\", \"267431\", \"268891\", \"311836\"]}","task_split":"paper_retrieval"} {"document_id":"25942","document_content":"# An Exploratory Study on Utilising the Web of Linked Data for Product Data Mining\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nThe Linked Open Data practice has led to a significant growth of structured data on the Web in the last decade. Such structured data describe real-world entities in a machine-readable way, and have created an unprecedented opportunity for research in the field of Natural Language Processing. However, there is a lack of studies on how such data can be used, for what kind of tasks, and to what extent they can be useful for these tasks. This work focuses on the e-commerce domain to explore methods of utilising such structured data to create language resources that may be used for product classification and linking. We process billions of structured data points in the form of RDF n-quads, to create multi-million words of product-related corpora that are later used in three different ways for creating of language resources: training word embedding models, continued pre-training of BERT-like language models, and training Machine Translation models that are used as a proxy to generate product-related keywords. Our evaluation on an extensive set of benchmarks shows word embeddings to be the most reliable and consistent method to improve the accuracy on both tasks (with up to 6.9 percentage points in macro-average F1 on some datasets). The other two methods however, are not as useful. Our analysis shows that this could be due to a number of reasons, including the biased domain representation in the structured data and lack of vocabulary coverage. We share our datasets and discuss how our lessons learned could be taken forward to inform future research in this direction.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.01411v4\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"28587\", \"102041\", \"109416\", \"159867\", \"191942\", \"193725\", \"206015\", \"230296\", \"264668\", \"290029\", \"329586\"]}","task_split":"paper_retrieval"} {"document_id":"25947","document_content":"# CX-ToM: Counterfactual Explanations with Theory-of-Mind for Enhancing Human Trust in Image Recognition Models\n## Categories\n- Artificial Intelligence\n- Computer Vision and Pattern Recognition\n- Machine Learning\n## Abstract\nWe propose CX-ToM, short for counterfactual explanations with theory-of mind, a new explainable AI (XAI) framework for explaining decisions made by a deep convolutional neural network (CNN). In contrast to the current methods in XAI that generate explanations as a single shot response, we pose explanation as an iterative communication process, i.e. dialog, between the machine and human user. More concretely, our CX-ToM framework generates sequence of explanations in a dialog by mediating the differences between the minds of machine and human user. To do this, we use Theory of Mind (ToM) which helps us in explicitly modeling human's intention, machine's mind as inferred by the human as well as human's mind as inferred by the machine. Moreover, most state-of-the-art XAI frameworks provide attention (or heat map) based explanations. In our work, we show that these attention based explanations are not sufficient for increasing human trust in the underlying CNN model. In CX-ToM, we instead use counterfactual explanations called fault-lines which we define as follows: given an input image I for which a CNN classification model M predicts class c_pred, a fault-line identifies the minimal semantic-level features (e.g., stripes on zebra, pointed ears of dog), referred to as explainable concepts, that need to be added to or deleted from I in order to alter the classification category of I by M to another specified class c_alt. We argue that, due to the iterative, conceptual and counterfactual nature of CX-ToM explanations, our framework is practical and more natural for both expert and non-expert users to understand the internal workings of complex deep learning models. Extensive quantitative and qualitative experiments verify our hypotheses, demonstrating that our CX-ToM significantly outperforms the state-of-the-art explainable AI models.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.01401v3\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.CV\", \"cs.LG\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Computer Vision and Pattern Recognition\", \"Machine Learning\"], \"incoming_citations\": [\"19284\", \"23820\", \"92753\"], \"outgoing_citations\": [\"23820\", \"127093\", \"130231\", \"166713\", \"177711\", \"181468\", \"190384\", \"191140\", \"195249\", \"197416\", \"203593\", \"205589\", \"206349\", \"226723\", \"226768\", \"227272\", \"234045\", \"240780\", \"241354\", \"241376\", \"241551\", \"242046\", \"243505\", \"243651\", \"251709\", \"254253\", \"263098\", \"263813\", \"263942\", \"269165\", \"269197\", \"269338\", \"272864\", \"281257\", \"281860\", \"289430\", \"290515\", \"290677\", \"293068\", \"295742\", \"301767\", \"311683\", \"316549\"]}","task_split":"paper_retrieval"} {"document_id":"26015","document_content":"# A Context-Aware Hierarchical BERT Fusion Network for Multi-turn Dialog Act Detection\n## Categories\n- Computation and Language\n## Abstract\nThe success of interactive dialog systems is usually associated with the quality of the spoken language understanding (SLU) task, which mainly identifies the corresponding dialog acts and slot values in each turn. By treating utterances in isolation, most SLU systems often overlook the semantic context in which a dialog act is expected. The act dependency between turns is non-trivial and yet critical to the identification of the correct semantic representations. Previous works with limited context awareness have exposed the inadequacy of dealing with complexity in multiproned user intents, which are subject to spontaneous change during turn transitions. In this work, we propose to enhance SLU in multi-turn dialogs, employing a context-aware hierarchical BERT fusion Network (CaBERT-SLU) to not only discern context information within a dialog but also jointly identify multiple dialog acts and slots in each utterance. Experimental results show that our approach reaches new state-of-the-art (SOTA) performances in two complicated multi-turn dialogue datasets with considerable improvements compared with previous methods, which only consider single utterances for multiple intents and slot filling.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.01267v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"74469\", \"99373\", \"121509\", \"129831\", \"166043\", \"167138\", \"168563\", \"178308\", \"219441\", \"222981\", \"271934\", \"291916\", \"294494\"]}","task_split":"paper_retrieval"} {"document_id":"26094","document_content":"# Optimal subgroup selection\n## Categories\n- Statistics Theory\n- Machine Learning\n- 62-XX, 62G08, 62Gxx, 62C20\n- Methodology\n- Machine Learning\n## Abstract\nIn clinical trials and other applications, we often see regions of the feature space that appear to exhibit interesting behaviour, but it is unclear whether these observed phenomena are reflected at the population level. Focusing on a regression setting, we consider the subgroup selection challenge of identifying a region of the feature space on which the regression function exceeds a pre-determined threshold. We formulate the problem as one of constrained optimisation, where we seek a low-complexity, data-dependent selection set on which, with a guaranteed probability, the regression function is uniformly at least as large as the threshold; subject to this constraint, we would like the region to contain as much mass under the marginal feature distribution as possible. This leads to a natural notion of regret, and our main contribution is to determine the minimax optimal rate for this regret in both the sample size and the Type I error probability. The rate involves a delicate interplay between parameters that control the smoothness of the regression function, as well as exponents that quantify the extent to which the optimal selection set at the population level can be approximated by families of well-behaved subsets. Finally, we expand the scope of our previous results by illustrating how they may be generalised to a treatment and control setting, where interest lies in the heterogeneous treatment effect.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.01077v1\", \"primary_category\": \"math.ST\", \"categories\": [\"math.ST\", \"stat.ML\", \"62-XX, 62G08, 62Gxx, 62C20\", \"stat.ME\", \"cs.LG\", \"stat.TH\"], \"primary_category_human_readable\": \"Statistics Theory\", \"categories_human_readable\": [\"Statistics Theory\", \"Machine Learning\", \"62-XX, 62G08, 62Gxx, 62C20\", \"Methodology\", \"Machine Learning\", \"Statistics Theory\"], \"incoming_citations\": [], \"outgoing_citations\": [\"208811\", \"273619\"]}","task_split":"paper_retrieval"} {"document_id":"26178","document_content":"# Dialog-based Automation of Decision Making in Processes\n## Categories\n- Software Engineering\n## Abstract\nThe use of chatbots has spread, generating great interest in the industry for the possibility of automating tasks within the execution of their processes. The implementation of chatbots, however simple, is a complex endeavor that involves many low-level details, which makes it a time-consuming and error-prone task. In this paper we aim at facilitating the development of decision-support chatbots that guide users or help knowledge workers to make decisions based on interactions between different process participants, aiming at decreasing the workload of human workers, for example, in healthcare to identify the first symptoms of a disease. Our work concerns a methodology to systematically build decision-support chatbots, semi-automatically, from existing DMN models. Chatbots are designed to leverage natural language understanding platforms, such as Dialogflow or LUIS. We implemented Dialogflow chatbot prototypes based on our methodology and performed a pilot test that revealed insights into the usability and appeal of the chatbots developed.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.00822v1\", \"primary_category\": \"cs.SE\", \"categories\": [\"cs.SE\"], \"primary_category_human_readable\": \"Software Engineering\", \"categories_human_readable\": [\"Software Engineering\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"26314","document_content":"# Capturing Stance Dynamics in Social Media: Open Challenges and Research Directions\n## Categories\n- Computation and Language\n## Abstract\nSocial media platforms provide a goldmine for mining public opinion on issues of wide societal interest and impact. Opinion mining is a problem that can be operationalised by capturing and aggregating the stance of individual social media posts as supporting, opposing or being neutral towards the issue at hand. While most prior work in stance detection has investigated datasets that cover short periods of time, interest in investigating longitudinal datasets has recently increased. Evolving dynamics in linguistic and behavioural patterns observed in new data require adapting stance detection systems to deal with the changes. In this survey paper, we investigate the intersection between computational linguistics and the temporal evolution of human communication in digital media. We perform a critical review of emerging research considering dynamics, exploring different semantic and pragmatic factors that impact linguistic data in general, and stance in particular. We further discuss current directions in capturing stance dynamics in social media. We discuss the challenges encountered when dealing with stance dynamics, identify open challenges and discuss future directions in three key dimensions: utterance, context and influence.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.00475v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"27150\"], \"outgoing_citations\": [\"26569\", \"27150\", \"66512\", \"121866\", \"127479\", \"127649\", \"128892\", \"136110\", \"163339\", \"172517\", \"183673\", \"199945\", \"209985\", \"211869\", \"215771\", \"219084\", \"228662\", \"234708\", \"237393\", \"248126\", \"250392\", \"254797\", \"260242\", \"271009\", \"271773\", \"273041\", \"290208\", \"290798\", \"290799\", \"291574\", \"293170\", \"302653\", \"315386\", \"333045\", \"359114\"]}","task_split":"paper_retrieval"} {"document_id":"26327","document_content":"# Planning from video game descriptions\n## Categories\n- Artificial Intelligence\n## Abstract\nThis project proposes a methodology for the automatic generation of action models from video game dynamics descriptions, as well as its integration with a planning agent for the execution and monitoring of the plans. Planners use these action models to get the deliberative behaviour for an agent in many different video games and, combined with a reactive module, solve deterministic and no-deterministic levels. Experimental results validate the methodology and prove that the effort put by a knowledge engineer can be greatly reduced in the definition of such complex domains. Furthermore, benchmarks of the domains has been produced that can be of interest to the international planning community to evaluate planners in international planning competitions.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.00449v2\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"78924\", \"229002\", \"335180\"]}","task_split":"paper_retrieval"} {"document_id":"26460","document_content":"# An Unsupervised Method for Building Sentence Simplification Corpora in Multiple Languages\n## Categories\n- Computation and Language\n- Information Retrieval\n## Abstract\nThe availability of parallel sentence simplification (SS) is scarce for neural SS modelings. We propose an unsupervised method to build SS corpora from large-scale bilingual translation corpora, alleviating the need for SS supervised corpora. Our method is motivated by the following two findings: neural machine translation model usually tends to generate more high-frequency tokens and the difference of text complexity levels exists between the source and target language of a translation corpus. By taking the pair of the source sentences of translation corpus and the translations of their references in a bridge language, we can construct large-scale pseudo parallel SS data. Then, we keep these sentence pairs with a higher complexity difference as SS sentence pairs. The building SS corpora with an unsupervised approach can satisfy the expectations that the aligned sentences preserve the same meanings and have difference in text complexity levels. Experimental results show that SS methods trained by our corpora achieve the state-of-the-art results and significantly outperform the results on English benchmark WikiLarge.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.00165v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.IR\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Information Retrieval\"], \"incoming_citations\": [], \"outgoing_citations\": [\"95566\", \"118053\", \"123457\", \"127613\", \"146003\", \"158546\", \"163045\", \"176008\", \"176154\", \"179990\", \"190719\", \"192811\", \"197727\", \"203211\", \"212887\", \"213824\", \"214312\", \"219175\", \"229674\", \"234469\", \"250360\", \"264427\", \"270048\", \"302824\", \"308756\"]}","task_split":"paper_retrieval"} {"document_id":"26479","document_content":"# Cognitive science as a source of forward and inverse models of human decisions for robotics and control\n## Categories\n- Artificial Intelligence\n- Robotics\n- Systems and Control\n- Systems and Control\n## Abstract\nThose designing autonomous systems that interact with humans will invariably face questions about how humans think and make decisions. Fortunately, computational cognitive science offers insight into human decision-making using tools that will be familiar to those with backgrounds in optimization and control (e.g., probability theory, statistical machine learning, and reinforcement learning). Here, we review some of this work, focusing on how cognitive science can provide forward models of human decision-making and inverse models of how humans think about others' decision-making. We highlight relevant recent developments, including approaches that synthesize blackbox and theory-driven modeling, accounts that recast heuristics and biases as forms of bounded optimality, and models that characterize human theory of mind and communication in decision-theoretic terms. In doing so, we aim to provide readers with a glimpse of the range of frameworks, methodologies, and actionable insights that lie at the intersection of cognitive science and control research.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.00127v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.RO\", \"cs.SY\", \"eess.SY\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Robotics\", \"Systems and Control\", \"Systems and Control\"], \"incoming_citations\": [\"11133\"], \"outgoing_citations\": [\"39686\", \"109401\", \"118955\", \"142761\", \"161546\", \"162995\", \"185117\", \"190582\", \"199302\", \"202556\", \"220029\", \"223562\", \"227635\", \"241354\", \"251082\", \"253613\", \"260731\", \"268910\", \"275728\", \"279119\", \"286877\", \"290744\", \"301305\", \"346769\"]}","task_split":"paper_retrieval"} {"document_id":"26492","document_content":"# Position-based Hash Embeddings For Scaling Graph Neural Networks\n## Categories\n- Machine Learning\n- Neural and Evolutionary Computing\n## Abstract\nGraph Neural Networks (GNNs) bring the power of deep representation learning to graph and relational data and achieve state-of-the-art performance in many applications. GNNs compute node representations by taking into account the topology of the node's ego-network and the features of the ego-network's nodes. When the nodes do not have high-quality features, GNNs learn an embedding layer to compute node embeddings and use them as input features. However, the size of the embedding layer is linear to the product of the number of nodes in the graph and the dimensionality of the embedding and does not scale to big data and graphs with hundreds of millions of nodes. To reduce the memory associated with this embedding layer, hashing-based approaches, commonly used in applications like NLP and recommender systems, can potentially be used. However, a direct application of these ideas fails to exploit the fact that in many real-world graphs, nodes that are topologically close will tend to be related to each other (homophily) and as such their representations will be similar. In this work, we present approaches that take advantage of the nodes' position in the graph to dramatically reduce the memory required, with minimal if any degradation in the quality of the resulting GNN model. Our approaches decompose a node's embedding into two components: a position-specific component and a node-specific component. The position-specific component models homophily and the node-specific component models the node-to-node variation. Extensive experiments using different datasets and GNN models show that our methods are able to reduce the memory requirements by 88% to 97% while achieving, in nearly all cases, better classification accuracy than other competing approaches, including the full embeddings.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.00101v3\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.NE\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Neural and Evolutionary Computing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"98392\", \"109141\", \"127525\", \"167272\", \"168593\", \"168870\", \"228849\", \"234587\", \"256202\", \"263892\"]}","task_split":"paper_retrieval"} {"document_id":"26495","document_content":"# Bio-inspired robot perception coupled with robot-modeled human perception\n## Categories\n- Robotics\n- Computer Vision and Pattern Recognition\n## Abstract\nMy overarching research goal is to provide robots with perceptional abilities that allow interactions with humans in a human-like manner. To develop these perceptional abilities, I believe that it is useful to study the principles of the human visual system. I use these principles to develop new computer vision algorithms and validate their effectiveness in intelligent robotic systems. I am enthusiastic about this approach as it offers the dual benefit of uncovering principles inherent in the human visual system, as well as applying these principles to its artificial counterpart. Fig. 1 contains a depiction of my research.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.00097v1\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.RO\", \"cs.CV\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Robotics\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"63782\", \"65943\", \"92419\", \"123529\", \"180645\", \"190036\", \"249423\", \"290115\", \"296886\"]}","task_split":"paper_retrieval"} {"document_id":"26504","document_content":"# Effectiveness of Deep Networks in NLP using BiDAF as an example architecture\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nQuestion Answering with NLP has progressed through the evolution of advanced model architectures like BERT and BiDAF and earlier word, character, and context-based embeddings. As BERT has leapfrogged the accuracy of models, an element of the next frontier can be the introduction of deep networks and an effective way to train them. In this context, I explored the effectiveness of deep networks focussing on the model encoder layer of BiDAF. BiDAF with its heterogeneous layers provides the opportunity not only to explore the effectiveness of deep networks but also to evaluate whether the refinements made in lower layers are additive to the refinements made in the upper layers of the model architecture. I believe the next greatest model in NLP will in fact fold in a solid language modeling like BERT with a composite architecture which will bring in refinements in addition to generic language modeling and will have a more extensive layered architecture. I experimented with the Bypass network, Residual Highway network, and DenseNet architectures. In addition, I evaluated the effectiveness of ensembling the last few layers of the network. I also studied the difference character embeddings make in adding them to the word embeddings, and whether the effects are additive with deep networks. My studies indicate that deep networks are in fact effective in giving a boost. Also, the refinements in the lower layers like embeddings are passed on additively to the gains made through deep networks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.00074v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"227615\", \"281163\"]}","task_split":"paper_retrieval"} {"document_id":"26523","document_content":"# Sense representations for Portuguese: experiments with sense embeddings and deep neural language models\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nSense representations have gone beyond word representations like Word2Vec, GloVe and FastText and achieved innovative performance on a wide range of natural language processing tasks. Although very useful in many applications, the traditional approaches for generating word embeddings have a strict drawback: they produce a single vector representation for a given word ignoring the fact that ambiguous words can assume different meanings. In this paper, we explore unsupervised sense representations which, different from traditional word embeddings, are able to induce different senses of a word by analyzing its contextual semantics in a text. The unsupervised sense representations investigated in this paper are: sense embeddings and deep neural language models. We present the first experiments carried out for generating sense embeddings for Portuguese. Our experiments show that the sense embedding model (Sense2vec) outperformed traditional word embeddings in syntactic and semantic analogies task, proving that the language resource generated here can improve the performance of NLP tasks in Portuguese. We also evaluated the performance of pre-trained deep neural language models (ELMo and BERT) in two transfer learning approaches: feature based and fine-tuning, in the semantic textual similarity task. Our experiments indicate that the fine tuned Multilingual and Portuguese BERT language models were able to achieve better accuracy than the ELMo model and baselines.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1007\/s10579-020-09525-1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"195157\", \"202124\", \"232527\", \"258128\", \"258826\", \"259706\", \"302936\", \"310117\", \"310738\", \"313947\", \"320132\", \"336720\", \"340226\"]}","task_split":"paper_retrieval"} {"document_id":"26605","document_content":"# Network psychometrics and cognitive network science open new ways for detecting, understanding and tackling the complexity of math anxiety: A review\n## Categories\n- Social and Information Networks\n- Computation and Language\n- Physics and Society\n- History and Overview\n## Abstract\nMath anxiety is a clinical pathology impairing cognitive processing in math-related contexts. Originally thought to affect only inexperienced, low-achieving students, recent investigations show how math anxiety is vastly diffused even among high-performing learners. This review of data-informed studies outlines math anxiety as a complex system that: (i) cripples well-being, self-confidence and information processing on both conscious and subconscious levels, (ii) can be transmitted by social interactions, like a pathogen, and worsened by distorted perceptions, (iii) affects roughly 20% of students in 63 out of 64 worldwide educational systems but correlates weakly with academic performance, and (iv) poses a concrete threat to students' well-being, computational literacy and career prospects in science. These patterns underline the crucial need to go beyond performance for estimating math anxiety. Recent advances with network psychometrics and cognitive network science provide ideal frameworks for detecting, interpreting and intervening upon such clinical condition. Merging education research, psychology and data science, the approaches reviewed here reconstruct psychological constructs as complex systems, represented either as multivariate correlation models (e.g. graph exploratory analysis) or as cognitive networks of semantic\/emotional associations (e.g. free association networks or forma mentis networks). Not only can these interconnected networks detect otherwise hidden levels of math anxiety but - more crucially - they can unveil the specific layout of interacting factors, e.g. key sources and targets, behind math anxiety in a given cohort. As discussed here, these network approaches open concrete ways for unveiling students' perceptions, emotions and mental well-being, and can enable future powerful data-informed interventions untangling math anxiety.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.13800v1\", \"primary_category\": \"cs.SI\", \"categories\": [\"cs.CL\", \"physics.soc-ph\", \"math.HO\", \"cs.SI\"], \"primary_category_human_readable\": \"Social and Information Networks\", \"categories_human_readable\": [\"Computation and Language\", \"Physics and Society\", \"History and Overview\", \"Social and Information Networks\"], \"incoming_citations\": [], \"outgoing_citations\": [\"10123\", \"103682\", \"110104\", \"111151\", \"126072\", \"240555\", \"265292\", \"289588\", \"320907\"]}","task_split":"paper_retrieval"} {"document_id":"26622","document_content":"# Disentanglement Analysis with Partial Information Decomposition\n## Categories\n- Machine Learning\n## Abstract\nWe propose a framework to analyze how multivariate representations disentangle ground-truth generative factors. A quantitative analysis of disentanglement has been based on metrics designed to compare how one variable explains each generative factor. Current metrics, however, may fail to detect entanglement that involves more than two variables, e.g., representations that duplicate and rotate generative factors in high dimensional spaces. In this work, we establish a framework to analyze information sharing in a multivariate representation with Partial Information Decomposition and propose a new disentanglement metric. This framework enables us to understand disentanglement in terms of uniqueness, redundancy, and synergy. We develop an experimental protocol to assess how increasingly entangled representations are evaluated with each metric and confirm that the proposed metric correctly responds to entanglement. Through experiments on variational autoencoders, we find that models with similar disentanglement scores have a variety of characteristics in entanglement, for each of which a distinct strategy may be required to obtain a disentangled representation.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.13753v2\", \"primary_category\": \"stat.ML\", \"categories\": [\"cs.LG\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"40030\", \"80015\", \"140360\", \"160312\", \"164756\", \"170071\", \"207094\", \"235194\", \"237146\", \"241933\", \"241998\", \"242239\", \"244096\", \"272531\", \"321984\", \"337976\"]}","task_split":"paper_retrieval"} {"document_id":"26639","document_content":"# TNNT: The Named Entity Recognition Toolkit\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Information Retrieval\n- Software Engineering\n## Abstract\nExtraction of categorised named entities from text is a complex task given the availability of a variety of Named Entity Recognition (NER) models and the unstructured information encoded in different source document formats. Processing the documents to extract text, identifying suitable NER models for a task, and obtaining statistical information is important in data analysis to make informed decisions. This paper presents TNNT, a toolkit that automates the extraction of categorised named entities from unstructured information encoded in source documents, using diverse state-of-the-art Natural Language Processing (NLP) tools and NER models. TNNT integrates 21 different NER models as part of a Knowledge Graph Construction Pipeline (KGCP) that takes a document set as input and processes it based on the defined settings, applying the selected blocks of NER models to output the results. The toolkit generates all results with an integrated summary of the extracted entities, enabling enhanced data analysis to support the KGCP, and also, to aid further NLP tasks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1145\/3460210.3493550\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.IR\", \"cs.SE\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Information Retrieval\", \"Software Engineering\"], \"incoming_citations\": [], \"outgoing_citations\": [\"136604\", \"238321\", \"323243\"]}","task_split":"paper_retrieval"} {"document_id":"26661","document_content":"# Heterogeneous Graph Neural Network with Multi-view Representation Learning\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nGraph neural networks for heterogeneous graph embedding is to project nodes into a low-dimensional space by exploring the heterogeneity and semantics of the heterogeneous graph. However, on the one hand, most of existing heterogeneous graph embedding methods either insufficiently model the local structure under specific semantic, or neglect the heterogeneity when aggregating information from it. On the other hand, representations from multiple semantics are not comprehensively integrated to obtain versatile node embeddings. To address the problem, we propose a Heterogeneous Graph Neural Network with Multi-View Representation Learning (named MV-HetGNN) for heterogeneous graph embedding by introducing the idea of multi-view representation learning. The proposed model consists of node feature transformation, view-specific ego graph encoding and auto multi-view fusion to thoroughly learn complex structural and semantic information for generating comprehensive node representations. Extensive experiments on three real-world heterogeneous graph datasets show that the proposed MV-HetGNN model consistently outperforms all the state-of-the-art GNN baselines in various downstream tasks, e.g., node classification, node clustering, and link prediction.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.13650v3\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"69437\", \"73530\", \"83866\", \"87445\", \"103085\", \"104515\", \"113967\", \"114134\", \"122728\", \"123863\", \"138857\", \"144037\", \"150433\", \"157487\", \"157816\", \"187708\", \"194773\", \"198364\", \"240758\", \"248960\", \"271527\", \"320035\", \"336185\"]}","task_split":"paper_retrieval"} {"document_id":"26753","document_content":"# Exploring Multi-Tasking Learning in Document Attribute Classification\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nIn this work, we adhere to explore a Multi-Tasking learning (MTL) based network to perform document attribute classification such as the font type, font size, font emphasis and scanning resolution classification of a document image. To accomplish these tasks, we operate on either segmented word level or on uniformed size patches randomly cropped out of the document. Furthermore, a hybrid convolution neural network (CNN) architecture \"MTL+MI\", which is based on the combination of MTL and Multi-Instance (MI) of patch and word is used to accomplish joint learning for the classification of the same document attributes. The contribution of this paper are three fold: firstly, based on segmented word images and patches, we present a MTL based network for the classification of a full document image. Secondly, we propose a MTL and MI (using segmented words and patches) based combined CNN architecture (\"MTL+MI\") for the classification of same document attributes. Thirdly, based on the multi-tasking classifications of the words and\/or patches, we propose an intelligent voting system which is based on the posterior probabilities of each words and\/or patches to perform the classification of document's attributes of complete document image.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.13382v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"258765\", \"311668\"]}","task_split":"paper_retrieval"} {"document_id":"26808","document_content":"# AEDA: An Easier Data Augmentation Technique for Text Classification\n## Categories\n- Computation and Language\n## Abstract\nThis paper proposes AEDA (An Easier Data Augmentation) technique to help improve the performance on text classification tasks. AEDA includes only random insertion of punctuation marks into the original text. This is an easier technique to implement for data augmentation than EDA method (Wei and Zou, 2019) with which we compare our results. In addition, it keeps the order of the words while changing their positions in the sentence leading to a better generalized performance. Furthermore, the deletion operation in EDA can cause loss of information which, in turn, misleads the network, whereas AEDA preserves all the input information. Following the baseline, we perform experiments on five different datasets for text classification. We show that using the AEDA-augmented data for training, the models show superior performance compared to using the EDA-augmented data in all five datasets. The source code is available for further study and reproduction of the results.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.13230v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"82584\", \"89415\", \"96445\", \"133106\", \"138517\", \"144930\", \"159333\", \"165441\", \"189595\", \"200867\", \"205715\", \"231898\", \"267601\", \"272068\", \"292448\", \"302824\"]}","task_split":"paper_retrieval"} {"document_id":"26924","document_content":"# RetroGAN: A Cyclic Post-Specialization System for Improving Out-of-Knowledge and Rare Word Representations\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nRetrofitting is a technique used to move word vectors closer together or further apart in their space to reflect their relationships in a Knowledge Base (KB). However, retrofitting only works on concepts that are present in that KB. RetroGAN uses a pair of Generative Adversarial Networks (GANs) to learn a one-to-one mapping between concepts and their retrofitted counterparts. It applies that mapping (post-specializes) to handle concepts that do not appear in the original KB in a manner similar to how some natural language systems handle out-of-vocabulary entries. We test our system on three word-similarity benchmarks and a downstream sentence simplification task and achieve the state of the art (CARD-660). Altogether, our results demonstrate our system's effectiveness for out-of-knowledge and rare word generalization.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.18653\/v1\/2021.findings-acl.183\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"167753\", \"171165\", \"181704\", \"214333\", \"218235\", \"220041\", \"232765\", \"232774\", \"253087\", \"264791\", \"271419\", \"287281\", \"295130\", \"325742\"]}","task_split":"paper_retrieval"} {"document_id":"27102","document_content":"# Goal-driven text descriptions for images\n## Categories\n- Computer Vision and Pattern Recognition\n- Computation and Language\n## Abstract\nA big part of achieving Artificial General Intelligence(AGI) is to build a machine that can see and listen like humans. Much work has focused on designing models for image classification, video classification, object detection, pose estimation, speech recognition, etc., and has achieved significant progress in recent years thanks to deep learning. However, understanding the world is not enough. An AI agent also needs to know how to talk, especially how to communicate with a human. While perception (vision, for example) is more common across animal species, the use of complicated language is unique to humans and is one of the most important aspects of intelligence. In this thesis, we focus on generating textual output given visual input. In Chapter 3, we focus on generating the referring expression, a text description for an object in the image so that a receiver can infer which object is being described. We use a comprehension machine to directly guide the generated referring expressions to be more discriminative. In Chapter 4, we introduce a method that encourages discriminability in image caption generation. We show that more discriminative captioning models generate more descriptive captions. In Chapter 5, we study how training objectives and sampling methods affect the models' ability to generate diverse captions. We find that a popular captioning training strategy will be detrimental to the diversity of generated captions. In Chapter 6, we propose a model that can control the length of generated captions. By changing the desired length, one can influence the style and descriptiveness of the captions. Finally, in Chapter 7, we rank\/generate informative image tags according to their information utility. The proposed method better matches what humans think are the most important tags for the images.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.12575v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.CL\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"27250","document_content":"# Translation Error Detection as Rationale Extraction\n## Categories\n- Computation and Language\n## Abstract\nRecent Quality Estimation (QE) models based on multilingual pre-trained representations have achieved very competitive results when predicting the overall quality of translated sentences. Predicting translation errors, i.e. detecting specifically which words are incorrect, is a more challenging task, especially with limited amounts of training data. We hypothesize that, not unlike humans, successful QE models rely on translation errors to predict overall sentence quality. By exploring a set of feature attribution methods that assign relevance scores to the inputs to explain model predictions, we study the behaviour of state-of-the-art sentence-level QE models and show that explanations (i.e. rationales) extracted from these models can indeed be used to detect translation errors. We therefore (i) introduce a novel semi-supervised method for word-level QE and (ii) propose to use the QE task as a new benchmark for evaluating the plausibility of feature attribution, i.e. how interpretable model explanations are to humans.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.12197v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"22977\", \"1461\", \"17826\", \"17833\"], \"outgoing_citations\": [\"52753\", \"59754\", \"60415\", \"61008\", \"70866\", \"89858\", \"95086\", \"95513\", \"98602\", \"123670\", \"127779\", \"127844\", \"132402\", \"148797\", \"157352\", \"159144\", \"168856\", \"171988\", \"197416\", \"200263\", \"253639\", \"290515\", \"290677\", \"316314\"]}","task_split":"paper_retrieval"} {"document_id":"27319","document_content":"# Towards Self-Explainable Graph Neural Network\n## Categories\n- Machine Learning\n## Abstract\nGraph Neural Networks (GNNs), which generalize the deep neural networks to graph-structured data, have achieved great success in modeling graphs. However, as an extension of deep learning for graphs, GNNs lack explainability, which largely limits their adoption in scenarios that demand the transparency of models. Though many efforts are taken to improve the explainability of deep learning, they mainly focus on i.i.d data, which cannot be directly applied to explain the predictions of GNNs because GNNs utilize both node features and graph topology to make predictions. There are only very few work on the explainability of GNNs and they focus on post-hoc explanations. Since post-hoc explanations are not directly obtained from the GNNs, they can be biased and misrepresent the true explanations. Therefore, in this paper, we study a novel problem of self-explainable GNNs which can simultaneously give predictions and explanations. We propose a new framework which can find $K$-nearest labeled nodes for each unlabeled node to give explainable node classification, where nearest labeled nodes are found by interpretable similarity module in terms of both node similarity and local structure similarity. Extensive experiments on real-world and synthetic datasets demonstrate the effectiveness of the proposed framework for explainable node classification.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.12055v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [\"16062\", \"46303\"], \"outgoing_citations\": [\"43609\", \"62816\", \"62817\", \"88103\", \"92075\", \"102593\", \"114193\", \"117866\", \"117926\", \"121171\", \"121235\", \"123835\", \"139505\", \"146722\", \"170916\", \"173673\", \"185584\", \"186848\", \"195767\", \"197103\", \"197997\", \"210401\", \"212425\", \"216376\", \"227415\", \"231277\", \"238492\", \"239137\", \"243791\", \"244510\", \"265828\", \"269202\", \"271562\", \"292407\"]}","task_split":"paper_retrieval"} {"document_id":"27393","document_content":"# Probing Pre-trained Auto-regressive Language Models for Named Entity Typing and Recognition\n## Categories\n- Computation and Language\n## Abstract\nDespite impressive results of language models for named entity recognition (NER), their generalization to varied textual genres, a growing entity type set, and new entities remains a challenge. Collecting thousands of annotations in each new case for training or fine-tuning is expensive and time-consuming. In contrast, humans can easily identify named entities given some simple instructions. Inspired by this, we challenge the reliance on large datasets and study pre-trained language models for NER in a meta-learning setup. First, we test named entity typing (NET) in a zero-shot transfer scenario. Then, we perform NER by giving few examples at inference. We propose a method to select seen and rare \/ unseen names when having access only to the pre-trained model and report results on these groups. The results show: auto-regressive language models as meta-learners can perform NET and NER fairly well especially for regular or seen names; name irregularity when often present for a certain entity type can become an effective exploitable cue; names with words foreign to the model have the most negative impact on results; the model seems to rely more on name than context cues in few-shot NER.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.11857v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"49295\", \"68331\", \"93812\", \"127943\", \"129041\", \"130889\", \"132673\", \"133395\", \"146051\", \"147611\", \"153825\", \"159862\", \"159867\", \"168951\", \"177232\", \"181544\", \"181546\", \"218407\", \"241199\"]}","task_split":"paper_retrieval"} {"document_id":"27413","document_content":"# Fine-Tuning Pretrained Language Models With Label Attention for Biomedical Text Classification\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nThe massive scale and growth of textual biomedical data have made its indexing and classification increasingly important. However, existing research on this topic mainly utilized convolutional and recurrent neural networks, which generally achieve inferior performance than the novel transformers. On the other hand, systems that apply transformers only focus on the target documents, overlooking the rich semantic information that label descriptions contain. To address this gap, we develop a transformer-based biomedical text classifier that considers label information. The system achieves this with a label attention module incorporated into the fine-tuning process of pretrained language models (PTMs). Our results on two public medical datasets show that the proposed fine-tuning scheme outperforms the vanilla PTMs and state-of-the-art models.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.11809v3\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"175365\", \"185112\", \"186386\", \"195157\", \"210236\", \"242037\", \"244755\", \"286460\"]}","task_split":"paper_retrieval"} {"document_id":"27450","document_content":"# SLIM: Explicit Slot-Intent Mapping with BERT for Joint Multi-Intent Detection and Slot Filling\n## Categories\n- Artificial Intelligence\n## Abstract\nUtterance-level intent detection and token-level slot filling are two key tasks for natural language understanding (NLU) in task-oriented systems. Most existing approaches assume that only a single intent exists in an utterance. However, there are often multiple intents within an utterance in real-life scenarios. In this paper, we propose a multi-intent NLU framework, called SLIM, to jointly learn multi-intent detection and slot filling based on BERT. To fully exploit the existing annotation data and capture the interactions between slots and intents, SLIM introduces an explicit slot-intent classifier to learn the many-to-one mapping between slots and intents. Empirical results on three public multi-intent datasets demonstrate (1) the superior performance of SLIM compared to the current state-of-the-art for NLU with multiple intents and (2) the benefits obtained from the slot-intent classifier.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.11711v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [\"24608\"], \"outgoing_citations\": [\"166518\", \"166702\", \"168563\", \"177825\", \"178308\", \"197154\", \"204763\", \"205014\", \"230543\", \"285317\", \"289624\"]}","task_split":"paper_retrieval"} {"document_id":"27467","document_content":"# SVM Classifier on Chip for Melanoma Detection\n## Categories\n- Image and Video Processing\n- Distributed, Parallel, and Cluster Computing\n## Abstract\nSupport Vector Machine (SVM) is a common classifier used for efficient classification with high accuracy. SVM shows high accuracy for classifying melanoma (skin cancer) clinical images within computer-aided diagnosis systems used by skin cancer specialists to detect melanoma early and save lives. We aim to develop a medical low-cost handheld device that runs a real-time embedded SVM- based diagnosis system for use in primary care for early detection of melanoma. In this paper, an optimized SVM classifier is implemented onto a recent FPGA platform using the latest design methodology to be embedded into the proposed device for realizing online efficient melanoma detection on a single system on chip\/device. The hardware implementation results demonstrate a high classification accuracy of 97.9% and a significant acceleration factor of 26 from equivalent software implementation on an embedded processor, with 34% of resources utilization and 2 watts for power consumption. Consequently, the implemented system meets crucial embedded systems constraints of high performance and low cost, resources utilization and power consumption, while achieving high classification accuracy.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1109\/EMBC.2017.8036814\", \"primary_category\": \"eess.IV\", \"categories\": [\"eess.IV\", \"cs.DC\"], \"primary_category_human_readable\": \"Image and Video Processing\", \"categories_human_readable\": [\"Image and Video Processing\", \"Distributed, Parallel, and Cluster Computing\"], \"incoming_citations\": [\"20071\", \"4039\"], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"27533","document_content":"# Deep Reinforcement Learning in Computer Vision: A Comprehensive Survey\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n## Abstract\nDeep reinforcement learning augments the reinforcement learning framework and utilizes the powerful representation of deep neural networks. Recent works have demonstrated the remarkable successes of deep reinforcement learning in various domains including finance, medicine, healthcare, video games, robotics, and computer vision. In this work, we provide a detailed review of recent and state-of-the-art research advances of deep reinforcement learning in computer vision. We start with comprehending the theories of deep learning, reinforcement learning, and deep reinforcement learning. We then propose a categorization of deep reinforcement learning methodologies and discuss their advantages and limitations. In particular, we divide deep reinforcement learning into seven main categories according to their applications in computer vision, i.e. (i)landmark localization (ii) object detection; (iii) object tracking; (iv) registration on both 2D image and 3D image volumetric data (v) image segmentation; (vi) videos analysis; and (vii) other applications. Each of these categories is further analyzed with reinforcement learning techniques, network design, and performance. Moreover, we provide a comprehensive analysis of the existing publicly available datasets and examine source code availability. Finally, we present some open issues and discuss future research directions on deep reinforcement learning in computer vision","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.11510v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\"], \"incoming_citations\": [\"1691\", \"77439\"], \"outgoing_citations\": [\"103142\", \"111682\", \"112547\", \"124068\", \"133775\", \"145129\", \"162729\", \"178341\", \"179901\", \"207983\", \"222899\", \"223690\", \"226090\", \"227255\", \"227604\", \"230389\", \"235347\", \"249029\", \"255624\", \"267832\", \"269097\", \"269098\", \"285755\", \"289287\", \"289979\", \"291817\", \"298629\", \"299830\", \"306266\", \"326774\", \"327379\", \"330358\"]}","task_split":"paper_retrieval"} {"document_id":"27697","document_content":"# TraverseNet: Unifying Space and Time in Message Passing for Traffic Forecasting\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nThis paper aims to unify spatial dependency and temporal dependency in a non-Euclidean space while capturing the inner spatial-temporal dependencies for traffic data. For spatial-temporal attribute entities with topological structure, the space-time is consecutive and unified while each node's current status is influenced by its neighbors' past states over variant periods of each neighbor. Most spatial-temporal neural networks for traffic forecasting study spatial dependency and temporal correlation separately in processing, gravely impaired the spatial-temporal integrity, and ignore the fact that the neighbors' temporal dependency period for a node can be delayed and dynamic. To model this actual condition, we propose TraverseNet, a novel spatial-temporal graph neural network, viewing space and time as an inseparable whole, to mine spatial-temporal graphs while exploiting the evolving spatial-temporal dependencies for each node via message traverse mechanisms. Experiments with ablation and parameter studies have validated the effectiveness of the proposed TraverseNet, and the detailed implementation can be found from https:\/\/github.com\/nnzhan\/TraverseNet.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2109.02474v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [\"21187\"], \"outgoing_citations\": [\"18532\", \"36313\", \"41201\", \"65820\", \"66586\", \"66588\", \"80375\", \"82393\", \"123274\", \"157011\", \"159315\", \"168870\", \"177342\", \"183174\", \"194771\", \"203910\", \"220160\", \"227067\", \"238422\", \"255946\", \"261876\", \"265828\", \"277410\", \"279575\"]}","task_split":"paper_retrieval"} {"document_id":"27730","document_content":"# Using BERT Encoding and Sentence-Level Language Model for Sentence Ordering\n## Categories\n- Computation and Language\n## Abstract\nDiscovering the logical sequence of events is one of the cornerstones in Natural Language Understanding. One approach to learn the sequence of events is to study the order of sentences in a coherent text. Sentence ordering can be applied in various tasks such as retrieval-based Question Answering, document summarization, storytelling, text generation, and dialogue systems. Furthermore, we can learn to model text coherence by learning how to order a set of shuffled sentences. Previous research has relied on RNN, LSTM, and BiLSTM architecture for learning text language models. However, these networks have performed poorly due to the lack of attention mechanisms. We propose an algorithm for sentence ordering in a corpus of short stories. Our proposed method uses a language model based on Universal Transformers (UT) that captures sentences' dependencies by employing an attention mechanism. Our method improves the previous state-of-the-art in terms of Perfect Match Ratio (PMR) score in the ROCStories dataset, a corpus of nearly 100K short human-made stories. The proposed model includes three components: Sentence Encoder, Language Model, and Sentence Arrangement with Brute Force Search. The first component generates sentence embeddings using SBERT-WK pre-trained model fine-tuned on the ROCStories data. Then a Universal Transformer network generates a sentence-level language model. For decoding, the network generates a candidate sentence as the following sentence of the current sentence. We use cosine similarity as a scoring function to assign scores to the candidate embedding and the embeddings of other sentences in the shuffled set. Then a Brute Force Search is employed to maximize the sum of similarities between pairs of consecutive sentences.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.10986v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"27338\", \"141983\", \"148943\", \"225119\", \"232600\", \"280415\", \"280892\", \"289706\", \"291019\", \"291100\", \"294830\", \"298750\", \"310737\"]}","task_split":"paper_retrieval"} {"document_id":"27798","document_content":"# Federated Learning for Privacy-Preserving Open Innovation Future on Digital Health\n## Categories\n- Distributed, Parallel, and Cluster Computing\n- Cryptography and Security\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nPrivacy protection is an ethical issue with broad concern in Artificial Intelligence (AI). Federated learning is a new machine learning paradigm to learn a shared model across users or organisations without direct access to the data. It has great potential to be the next-general AI model training framework that offers privacy protection and therefore has broad implications for the future of digital health and healthcare informatics. Implementing an open innovation framework in the healthcare industry, namely open health, is to enhance innovation and creative capability of health-related organisations by building a next-generation collaborative framework with partner organisations and the research community. In particular, this game-changing collaborative framework offers knowledge sharing from diverse data with a privacy-preserving. This chapter will discuss how federated learning can enable the development of an open health ecosystem with the support of AI. Existing challenges and solutions for federated learning will be discussed.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.10761v1\", \"primary_category\": \"cs.DC\", \"categories\": [\"cs.CR\", \"cs.LG\", \"cs.DC\", \"cs.AI\"], \"primary_category_human_readable\": \"Distributed, Parallel, and Cluster Computing\", \"categories_human_readable\": [\"Cryptography and Security\", \"Machine Learning\", \"Distributed, Parallel, and Cluster Computing\", \"Artificial Intelligence\"], \"incoming_citations\": [\"52335\", \"25266\", \"83411\"], \"outgoing_citations\": [\"27802\", \"113040\", \"119091\", \"120533\", \"129708\", \"133977\", \"134225\", \"136201\", \"139315\", \"140332\", \"144599\", \"148031\", \"148382\", \"153202\", \"153401\", \"154095\", \"156643\", \"160401\", \"162752\", \"163734\", \"179698\", \"198714\", \"202443\", \"208297\", \"211857\", \"214805\", \"226146\", \"264024\", \"269208\"]}","task_split":"paper_retrieval"} {"document_id":"27802","document_content":"# Federated Learning for Open Banking\n## Categories\n- Distributed, Parallel, and Cluster Computing\n- Machine Learning\n## Abstract\nOpen banking enables individual customers to own their banking data, which provides fundamental support for the boosting of a new ecosystem of data marketplaces and financial services. In the near future, it is foreseeable to have decentralized data ownership in the finance sector using federated learning. This is a just-in-time technology that can learn intelligent models in a decentralized training manner. The most attractive aspect of federated learning is its ability to decompose model training into a centralized server and distributed nodes without collecting private data. This kind of decomposed learning framework has great potential to protect users' privacy and sensitive data. Therefore, federated learning combines naturally with an open banking data marketplaces. This chapter will discuss the possible challenges for applying federated learning in the context of open banking, and the corresponding solutions have been explored as well.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.10749v1\", \"primary_category\": \"cs.DC\", \"categories\": [\"cs.LG\", \"cs.DC\"], \"primary_category_human_readable\": \"Distributed, Parallel, and Cluster Computing\", \"categories_human_readable\": [\"Machine Learning\", \"Distributed, Parallel, and Cluster Computing\"], \"incoming_citations\": [\"16829\", \"19284\", \"13693\", \"52335\", \"72013\", \"17947\", \"27798\", \"41102\", \"51081\", \"70616\", \"83411\", \"88830\"], \"outgoing_citations\": [\"118376\", \"120533\", \"128968\", \"129194\", \"134225\", \"140332\", \"142093\", \"142802\", \"143220\", \"148382\", \"153202\", \"157830\", \"162752\", \"197068\", \"200704\", \"208297\", \"229563\"]}","task_split":"paper_retrieval"} {"document_id":"27835","document_content":"# Morality-based Assertion and Homophily on Social Media: A Cultural Comparison between English and Japanese Languages\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- J.4; I.2.7\n## Abstract\nMoral psychology is a domain that deals with moral identity, appraisals and emotions. Previous work has primarily focused on moral development and the associated role of culture. Knowing that language is an inherent element of a culture, we used the social media platform Twitter to compare moral behaviors of Japanese tweets with English tweets. The five basic moral foundations, i.e., Care, Fairness, Ingroup, Authority and Purity, along with the associated emotional valence were compared between English and Japanese tweets. The tweets from Japanese users depicted relatively higher Fairness, Ingroup, and Purity, whereas English tweets expressed more positive emotions for all moral dimensions. Considering moral similarities in connecting users on social media, we quantified homophily concerning different moral dimensions using our proposed method. The moral dimensions Care, Authority and Purity for English and Ingroup, Authority and Purity for Japanese depicted homophily on Twitter. Overall, our study uncovers the underlying cultural differences with respect to moral behavior in English- and Japanese-speaking users.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.10643v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"J.4; I.2.7\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"J.4; I.2.7\"], \"incoming_citations\": [\"10490\"], \"outgoing_citations\": [\"187019\", \"190071\", \"236905\", \"282937\"]}","task_split":"paper_retrieval"} {"document_id":"27929","document_content":"# Continuous Treatment Recommendation with Deep Survival Dose Response Function\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Econometrics\n## Abstract\nWe propose a general formulation for continuous treatment recommendation problems in settings with clinical survival data, which we call the Deep Survival Dose Response Function (DeepSDRF). That is, we consider the problem of learning the conditional average dose response (CADR) function solely from historical data in which observed factors (confounders) affect both observed treatment and time-to-event outcomes. The estimated treatment effect from DeepSDRF enables us to develop recommender algorithms with the correction for selection bias. We compared two recommender approaches based on random search and reinforcement learning and found similar performance in terms of patient outcome. We tested the DeepSDRF and the corresponding recommender on extensive simulation studies and the eICU Research Institute (eRI) database. To the best of our knowledge, this is the first time that causal models are used to address the continuous treatment effect with observational data in a medical context.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.10453v4\", \"primary_category\": \"stat.ML\", \"categories\": [\"cs.AI\", \"econ.EM\", \"stat.ML\", \"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Econometrics\", \"Machine Learning\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"229839\", \"291026\"]}","task_split":"paper_retrieval"} {"document_id":"28085","document_content":"# TACo: Token-aware Cascade Contrastive Learning for Video-Text Alignment\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nContrastive learning has been widely used to train transformer-based vision-language models for video-text alignment and multi-modal representation learning. This paper presents a new algorithm called Token-Aware Cascade contrastive learning (TACo) that improves contrastive learning using two novel techniques. The first is the token-aware contrastive loss which is computed by taking into account the syntactic classes of words. This is motivated by the observation that for a video-text pair, the content words in the text, such as nouns and verbs, are more likely to be aligned with the visual contents in the video than the function words. Second, a cascade sampling method is applied to generate a small set of hard negative examples for efficient loss estimation for multi-modal fusion layers. To validate the effectiveness of TACo, in our experiments we finetune pretrained models for a set of downstream tasks including text-video retrieval (YouCook2, MSR-VTT and ActivityNet), video action step localization (CrossTask), video action segmentation (COIN). The results show that our models attain consistent improvements across different experimental settings over previous methods, setting new state-of-the-art on three public text-video retrieval benchmarks of YouCook2, MSR-VTT and ActivityNet.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.09980v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [\"10897\", \"7454\", \"10348\"], \"outgoing_citations\": [\"87013\", \"110610\", \"127728\", \"129809\", \"131401\", \"139259\", \"142128\", \"151327\", \"164927\", \"165195\", \"170926\", \"172394\", \"173627\", \"180920\", \"181897\", \"192531\", \"194508\", \"196110\", \"214015\", \"219048\", \"221984\", \"231686\", \"236918\", \"238205\", \"247535\", \"248813\", \"249241\", \"254889\", \"260926\", \"267523\", \"268871\", \"270325\", \"282943\", \"283914\", \"301767\", \"310322\", \"357185\"]}","task_split":"paper_retrieval"} {"document_id":"28119","document_content":"# Sarcasm Detection in Twitter -- Performance Impact while using Data Augmentation: Word Embeddings\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nSarcasm is the use of words usually used to either mock or annoy someone, or for humorous purposes. Sarcasm is largely used in social networks and microblogging websites, where people mock or censure in a way that makes it difficult even for humans to tell if what is said is what is meant. Failure to identify sarcastic utterances in Natural Language Processing applications such as sentiment analysis and opinion mining will confuse classification algorithms and generate false results. Several studies on sarcasm detection have utilized different learning algorithms. However, most of these learning models have always focused on the contents of expression only, leaving the contextual information in isolation. As a result, they failed to capture the contextual information in the sarcastic expression. Moreover, some datasets used in several studies have an unbalanced dataset which impacting the model result. In this paper, we propose a contextual model for sarcasm identification in twitter using RoBERTa, and augmenting the dataset by applying Global Vector representation (GloVe) for the construction of word embedding and context learning to generate more data and balancing the dataset. The effectiveness of this technique is tested with various datasets and data augmentation settings. In particular, we achieve performance gain by 3.2% in the iSarcasm dataset when using data augmentation to increase 20% of data labeled as sarcastic, resulting F-score of 40.4% compared to 37.2% without data augmentation.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.5391\/IJFIS.2022.22.4.401\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"54915\", \"121778\", \"123381\", \"157465\", \"234646\", \"260786\"]}","task_split":"paper_retrieval"} {"document_id":"28126","document_content":"# Analyzing the Granularity and Cost of Annotation in Clinical Sequence Labeling\n## Categories\n- Computation and Language\n## Abstract\nWell-annotated datasets, as shown in recent top studies, are becoming more important for researchers than ever before in supervised machine learning (ML). However, the dataset annotation process and its related human labor costs remain overlooked. In this work, we analyze the relationship between the annotation granularity and ML performance in sequence labeling, using clinical records from nursing shift-change handover. We first study a model derived from textual language features alone, without additional information based on nursing knowledge. We find that this sequence tagger performs well in most categories under this granularity. Then, we further include the additional manual annotations by a nurse, and find the sequence tagging performance remaining nearly the same. Finally, we give a guideline and reference to the community arguing it is not necessary and even not recommended to annotate in detailed granularity because of a low Return on Investment. Therefore we recommend emphasizing other features, like textual knowledge, for researchers and practitioners as a cost-effective source for increasing the sequence labeling performance.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.09913v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"297147\", \"308333\"]}","task_split":"paper_retrieval"} {"document_id":"28310","document_content":"# Learning Causal Models of Autonomous Agents using Interventions\n## Categories\n- Artificial Intelligence\n## Abstract\nOne of the several obstacles in the widespread use of AI systems is the lack of requirements of interpretability that can enable a layperson to ensure the safe and reliable behavior of such systems. We extend the analysis of an agent assessment module that lets an AI system execute high-level instruction sequences in simulators and answer the user queries about its execution of sequences of actions. We show that such a primitive query-response capability is sufficient to efficiently derive a user-interpretable causal model of the system in stationary, fully observable, and deterministic settings. We also introduce dynamic causal decision networks (DCDNs) that capture the causal structure of STRIPS-like domains. A comparative analysis of different classes of queries is also presented in terms of the computational requirements needed to answer them and the efforts required to evaluate their responses to learn the correct model.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.09586v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"142095\", \"267678\", \"282435\", \"313520\", \"350497\"]}","task_split":"paper_retrieval"} {"document_id":"28498","document_content":"# Group-based Distinctive Image Captioning with Memory Attention\n## Categories\n- Computer Vision and Pattern Recognition\n- Computation and Language\n- Machine Learning\n## Abstract\nDescribing images using natural language is widely known as image captioning, which has made consistent progress due to the development of computer vision and natural language generation techniques. Though conventional captioning models achieve high accuracy based on popular metrics, i.e., BLEU, CIDEr, and SPICE, the ability of captions to distinguish the target image from other similar images is under-explored. To generate distinctive captions, a few pioneers employ contrastive learning or re-weighted the ground-truth captions, which focuses on one single input image. However, the relationships between objects in a similar image group (e.g., items or properties within the same album or fine-grained events) are neglected. In this paper, we improve the distinctiveness of image captions using a Group-based Distinctive Captioning Model (GdisCap), which compares each image with other images in one similar group and highlights the uniqueness of each image. In particular, we propose a group-based memory attention (GMA) module, which stores object features that are unique among the image group (i.e., with low similarity to objects in other images). These unique object features are highlighted when generating captions, resulting in more distinctive captions. Furthermore, the distinctive words in the ground-truth captions are selected to supervise the language decoder and GMA. Finally, we propose a new evaluation metric, distinctive word rate (DisWordRate) to measure the distinctiveness of captions. Quantitative results indicate that the proposed method significantly improves the distinctiveness of several baseline models, and achieves the state-of-the-art performance on both accuracy and distinctiveness. Results of a user study agree with the quantitative evaluation and demonstrate the rationality of the new metric DisWordRate.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.09151v4\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"112250\", \"132390\", \"133970\", \"135934\", \"139825\", \"170603\", \"171096\", \"171902\", \"174277\", \"180863\", \"191371\", \"193328\", \"212441\", \"230900\", \"238125\", \"239242\", \"249394\", \"249972\", \"253934\", \"260926\", \"269122\", \"270154\", \"271234\", \"276436\", \"278954\", \"280246\", \"296681\", \"320003\", \"320761\", \"321682\"]}","task_split":"paper_retrieval"} {"document_id":"28533","document_content":"# PASTO: Strategic Parameter Optimization in Recommendation Systems -- Probabilistic is Better than Deterministic\n## Categories\n- Machine Learning\n- Information Retrieval\n## Abstract\nReal-world recommendation systems often consist of two phases. In the first phase, multiple predictive models produce the probability of different immediate user actions. In the second phase, these predictions are aggregated according to a set of 'strategic parameters' to meet a diverse set of business goals, such as longer user engagement, higher revenue potential, or more community\/network interactions. In addition to building accurate predictive models, it is also crucial to optimize this set of 'strategic parameters' so that primary goals are optimized while secondary guardrails are not hurt. In this setting with multiple and constrained goals, this paper discovers that a probabilistic strategic parameter regime can achieve better value compared to the standard regime of finding a single deterministic parameter. The new probabilistic regime is to learn the best distribution over strategic parameter choices and sample one strategic parameter from the distribution when each user visits the platform. To pursue the optimal probabilistic solution, we formulate the problem into a stochastic compositional optimization problem, in which the unbiased stochastic gradient is unavailable. Our approach is applied in a popular social network platform with hundreds of millions of daily users and achieves +0.22% lift of user engagement in a recommendation task and +1.7% lift in revenue in an advertising optimization scenario comparing to using the best deterministic parameter strategy.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.09076v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.IR\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Information Retrieval\"], \"incoming_citations\": [], \"outgoing_citations\": [\"104792\", \"120071\", \"152012\", \"183170\", \"200417\", \"201048\", \"213358\", \"234738\", \"242002\", \"260407\", \"263144\", \"359369\"]}","task_split":"paper_retrieval"} {"document_id":"28598","document_content":"# Plug and Play, Model-Based Reinforcement Learning\n## Categories\n- Machine Learning\n## Abstract\nSample-efficient generalisation of reinforcement learning approaches have always been a challenge, especially, for complex scenes with many components. In this work, we introduce Plug and Play Markov Decision Processes, an object-based representation that allows zero-shot integration of new objects from known object classes. This is achieved by representing the global transition dynamics as a union of local transition functions, each with respect to one active object in the scene. Transition dynamics from an object class can be pre-learnt and thus would be ready to use in a new environment. Each active object is also endowed with its reward function. Since there is no central reward function, addition or removal of objects can be handled efficiently by only updating the reward functions of objects involved. A new transfer learning mechanism is also proposed to adapt reward function in such cases. Experiments show that our representation can achieve sample-efficiency in a variety of set-ups.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.08960v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"146966\", \"171629\", \"176764\", \"185153\", \"263811\", \"279026\", \"284470\", \"311926\"]}","task_split":"paper_retrieval"} {"document_id":"28699","document_content":"# How to cheat with metrics in single-image HDR reconstruction\n## Categories\n- Computer Vision and Pattern Recognition\n- Graphics\n- Image and Video Processing\n## Abstract\nSingle-image high dynamic range (SI-HDR) reconstruction has recently emerged as a problem well-suited for deep learning methods. Each successive technique demonstrates an improvement over existing methods by reporting higher image quality scores. This paper, however, highlights that such improvements in objective metrics do not necessarily translate to visually superior images. The first problem is the use of disparate evaluation conditions in terms of data and metric parameters, calling for a standardized protocol to make it possible to compare between papers. The second problem, which forms the main focus of this paper, is the inherent difficulty in evaluating SI-HDR reconstructions since certain aspects of the reconstruction problem dominate objective differences, thereby introducing a bias. Here, we reproduce a typical evaluation using existing as well as simulated SI-HDR methods to demonstrate how different aspects of the problem affect objective quality metrics. Surprisingly, we found that methods that do not even reconstruct HDR information can compete with state-of-the-art deep learning methods. We show how such results are not representative of the perceived quality and that SI-HDR reconstruction needs better evaluation protocols.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.08713v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.GR\", \"eess.IV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Graphics\", \"Image and Video Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"45270\", \"60199\", \"100209\", \"124998\", \"133418\", \"149650\", \"167645\", \"189044\", \"239855\", \"249439\", \"252829\", \"270221\"]}","task_split":"paper_retrieval"} {"document_id":"28754","document_content":"# Beyond NED: Fast and Effective Search Space Reduction for Complex Question Answering over Knowledge Bases\n## Categories\n- Information Retrieval\n- Computation and Language\n## Abstract\nAnswering complex questions over knowledge bases (KB-QA) faces huge input data with billions of facts, involving millions of entities and thousands of predicates. For efficiency, QA systems first reduce the answer search space by identifying a set of facts that is likely to contain all answers and relevant cues. The most common technique for doing this is to apply named entity disambiguation (NED) systems to the question, and retrieve KB facts for the disambiguated entities. This work presents CLOCQ, an efficient method that prunes irrelevant parts of the search space using KB-aware signals. CLOCQ uses a top-k query processor over score-ordered lists of KB items that combine signals about lexical matching, relevance to the question, coherence among candidate items, and connectivity in the KB graph. Experiments with two recent QA benchmarks for complex questions demonstrate the superiority of CLOCQ over state-of-the-art baselines with respect to answer presence, size of the search space, and runtimes.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.08597v9\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.IR\", \"cs.CL\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Information Retrieval\", \"Computation and Language\"], \"incoming_citations\": [\"28745\"], \"outgoing_citations\": [\"28745\", \"76113\", \"78029\", \"91739\", \"96431\", \"99089\", \"121381\", \"129128\", \"136604\", \"145708\", \"162246\", \"162857\", \"169683\", \"171110\", \"173415\", \"189600\", \"205857\", \"219306\", \"245346\", \"264636\", \"283927\", \"294419\", \"297226\"]}","task_split":"paper_retrieval"} {"document_id":"28992","document_content":"# Joint Multiple Intent Detection and Slot Filling via Self-distillation\n## Categories\n- Computation and Language\n## Abstract\nIntent detection and slot filling are two main tasks in natural language understanding (NLU) for identifying users' needs from their utterances. These two tasks are highly related and often trained jointly. However, most previous works assume that each utterance only corresponds to one intent, ignoring the fact that a user utterance in many cases could include multiple intents. In this paper, we propose a novel Self-Distillation Joint NLU model (SDJN) for multi-intent NLU. First, we formulate multiple intent detection as a weakly supervised problem and approach with multiple instance learning (MIL). Then, we design an auxiliary loop via self-distillation with three orderly arranged decoders: Initial Slot Decoder, MIL Intent Decoder, and Final Slot Decoder. The output of each decoder will serve as auxiliary information for the next decoder. With the auxiliary knowledge provided by the MIL Intent Decoder, we set Final Slot Decoder as the teacher model that imparts knowledge back to Initial Slot Decoder to complete the loop. The auxiliary loop enables intents and slots to guide mutually in-depth and further boost the overall NLU performance. Experimental results on two public multi-intent datasets indicate that our model achieves strong performance compared to others.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.08042v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"98109\", \"129831\", \"132243\", \"168563\", \"178308\", \"185872\", \"204763\", \"230543\", \"285317\", \"320046\"]}","task_split":"paper_retrieval"} {"document_id":"29022","document_content":"# Structured Outdoor Architecture Reconstruction by Exploration and Classification\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nThis paper presents an explore-and-classify framework for structured architectural reconstruction from an aerial image. Starting from a potentially imperfect building reconstruction by an existing algorithm, our approach 1) explores the space of building models by modifying the reconstruction via heuristic actions; 2) learns to classify the correctness of building models while generating classification labels based on the ground-truth, and 3) repeat. At test time, we iterate exploration and classification, seeking for a result with the best classification score. We evaluate the approach using initial reconstructions by two baselines and two state-of-the-art reconstruction algorithms. Qualitative and quantitative evaluations demonstrate that our approach consistently improves the reconstruction quality from every initial reconstruction.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.07990v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"6433\"], \"outgoing_citations\": [\"134632\", \"151736\", \"152865\", \"171173\", \"181716\", \"186289\", \"187182\", \"187223\", \"197543\", \"235286\", \"237693\", \"268580\"]}","task_split":"paper_retrieval"} {"document_id":"29040","document_content":"# SynFace: Face Recognition with Synthetic Data\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nWith the recent success of deep neural networks, remarkable progress has been achieved on face recognition. However, collecting large-scale real-world training data for face recognition has turned out to be challenging, especially due to the label noise and privacy issues. Meanwhile, existing face recognition datasets are usually collected from web images, lacking detailed annotations on attributes (e.g., pose and expression), so the influences of different attributes on face recognition have been poorly investigated. In this paper, we address the above-mentioned issues in face recognition using synthetic face images, i.e., SynFace. Specifically, we first explore the performance gap between recent state-of-the-art face recognition models trained with synthetic and real face images. We then analyze the underlying causes behind the performance gap, e.g., the poor intra-class variations and the domain gap between synthetic and real face images. Inspired by this, we devise the SynFace with identity mixup (IM) and domain mixup (DM) to mitigate the above performance gap, demonstrating the great potentials of synthetic data for face recognition. Furthermore, with the controllable face synthesis model, we can easily manage different factors of synthetic face generation, including pose, expression, illumination, the number of identities, and samples per identity. Therefore, we also perform a systematically empirical analysis on synthetic face images to provide some insights on how to effectively utilize synthetic data for face recognition.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.07960v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"65923\"], \"outgoing_citations\": [\"28374\", \"63068\", \"127532\", \"129244\", \"152850\", \"171379\", \"184017\", \"191218\", \"191293\", \"194402\", \"195230\", \"195961\", \"206226\", \"212096\", \"213905\", \"217374\", \"218795\", \"222344\", \"222824\", \"228120\", \"237272\", \"240261\", \"243986\", \"250005\", \"267940\", \"268405\", \"272918\", \"275665\", \"278526\", \"284716\", \"287611\", \"299885\", \"302157\", \"320009\", \"321122\"]}","task_split":"paper_retrieval"} {"document_id":"29056","document_content":"# Learning Implicit User Profiles for Personalized Retrieval-Based Chatbot\n## Categories\n- Information Retrieval\n- Artificial Intelligence\n- Computation and Language\n## Abstract\nIn this paper, we explore the problem of developing personalized chatbots. A personalized chatbot is designed as a digital chatting assistant for a user. The key characteristic of a personalized chatbot is that it should have a consistent personality with the corresponding user. It can talk the same way as the user when it is delegated to respond to others' messages. We present a retrieval-based personalized chatbot model, namely IMPChat, to learn an implicit user profile from the user's dialogue history. We argue that the implicit user profile is superior to the explicit user profile regarding accessibility and flexibility. IMPChat aims to learn an implicit user profile through modeling user's personalized language style and personalized preferences separately. To learn a user's personalized language style, we elaborately build language models from shallow to deep using the user's historical responses; To model a user's personalized preferences, we explore the conditional relations underneath each post-response pair of the user. The personalized preferences are dynamic and context-aware: we assign higher weights to those historical pairs that are topically related to the current query when aggregating the personalized preferences. We match each response candidate with the personalized language style and personalized preference, respectively, and fuse the two matching signals to determine the final ranking score. Comprehensive experiments on two large datasets show that our method outperforms all baseline models.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1145\/3459637.3482269\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.AI\", \"cs.CL\", \"cs.IR\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Computation and Language\", \"Information Retrieval\"], \"incoming_citations\": [], \"outgoing_citations\": [\"28429\", \"34843\", \"74350\", \"98161\", \"123799\", \"128922\", \"130818\", \"131723\", \"156438\", \"158493\", \"171566\", \"181458\", \"192175\", \"218963\", \"226959\", \"244479\", \"245252\", \"245831\", \"263265\", \"278671\", \"290747\", \"291363\", \"296250\", \"305200\", \"309411\", \"310377\", \"310903\", \"316165\", \"316308\", \"316328\"]}","task_split":"paper_retrieval"} {"document_id":"29085","document_content":"# Aggregated Customer Engagement Model\n## Categories\n- Machine Learning\n## Abstract\nE-commerce websites use machine learned ranking models to serve shopping results to customers. Typically, the websites log the customer search events, which include the query entered and the resulting engagement with the shopping results, such as clicks and purchases. Each customer search event serves as input training data for the models, and the individual customer engagement serves as a signal for customer preference. So a purchased shopping result, for example, is perceived to be more important than one that is not. However, new or under-impressed products do not have enough customer engagement signals and end up at a disadvantage when being ranked alongside popular products. In this paper, we propose a novel method for data curation that aggregates all customer engagements within a day for the same query to use as input training data. This aggregated customer engagement gives the models a complete picture of the relative importance of shopping results. Training models on this aggregated data leads to less reliance on behavioral features. This helps mitigate the cold start problem and boosted relevant new products to top search results. In this paper, we present the offline and online analysis and results comparing the individual and aggregated customer engagement models trained on e-commerce data.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.07872v1\", \"primary_category\": \"stat.ML\", \"categories\": [\"stat.ML\", \"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"196874\", \"233684\"]}","task_split":"paper_retrieval"} {"document_id":"29220","document_content":"# G-DetKD: Towards General Distillation Framework for Object Detectors via Contrastive and Semantic-guided Feature Imitation\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nIn this paper, we investigate the knowledge distillation (KD) strategy for object detection and propose an effective framework applicable to both homogeneous and heterogeneous student-teacher pairs. The conventional feature imitation paradigm introduces imitation masks to focus on informative foreground areas while excluding the background noises. However, we find that those methods fail to fully utilize the semantic information in all feature pyramid levels, which leads to inefficiency for knowledge distillation between FPN-based detectors. To this end, we propose a novel semantic-guided feature imitation technique, which automatically performs soft matching between feature pairs across all pyramid levels to provide the optimal guidance to the student. To push the envelop even further, we introduce contrastive distillation to effectively capture the information encoded in the relationship between different feature regions. Finally, we propose a generalized detection KD pipeline, which is capable of distilling both homogeneous and heterogeneous detector pairs. Our method consistently outperforms the existing detection KD techniques, and works when (1) components in the framework are used separately and in conjunction; (2) for both homogeneous and heterogenous student-teacher pairs and (3) on multiple detection benchmarks. With a powerful X101-FasterRCNN-Instaboost detector as the teacher, R50-FasterRCNN reaches 44.0% AP, R50-RetinaNet reaches 43.3% AP and R50-FCOS reaches 43.1% AP on COCO dataset.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.07482v3\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"21493\"], \"outgoing_citations\": [\"47001\", \"110454\", \"111757\", \"116618\", \"152638\", \"153874\", \"154837\", \"160122\", \"164933\", \"170823\", \"180880\", \"181769\", \"188940\", \"190110\", \"190406\", \"202067\", \"278175\", \"320046\"]}","task_split":"paper_retrieval"} {"document_id":"29406","document_content":"# A Single Example Can Improve Zero-Shot Data Generation\n## Categories\n- Computation and Language\n## Abstract\nSub-tasks of intent classification, such as robustness to distribution shift, adaptation to specific user groups and personalization, out-of-domain detection, require extensive and flexible datasets for experiments and evaluation. As collecting such datasets is time- and labor-consuming, we propose to use text generation methods to gather datasets. The generator should be trained to generate utterances that belong to the given intent. We explore two approaches to generating task-oriented utterances. In the zero-shot approach, the model is trained to generate utterances from seen intents and is further used to generate utterances for intents unseen during training. In the one-shot approach, the model is presented with a single utterance from a test intent. We perform a thorough automatic, and human evaluation of the dataset generated utilizing two proposed approaches. Our results reveal that the attributes of the generated data are close to original test sets, collected via crowd-sourcing.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.06991v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"52037\", \"132645\", \"152729\", \"167138\", \"168102\", \"169329\", \"175306\", \"176321\", \"180695\", \"189504\", \"189612\", \"200867\", \"217640\", \"230543\", \"232274\", \"232285\", \"235345\", \"241628\", \"251778\", \"263874\", \"266671\", \"270048\", \"278954\", \"280557\", \"291102\", \"296681\", \"302824\", \"305200\"]}","task_split":"paper_retrieval"} {"document_id":"29494","document_content":"# Measuring Wikipedia Article Quality in One Dimension by Extending ORES with Ordinal Regression\n## Categories\n- Computation and Language\n- Computers and Society\n- Machine Learning\n- H.0; J.4; K.4; I.2\n## Abstract\nOrganizing complex peer production projects and advancing scientific knowledge of open collaboration each depend on the ability to measure quality. Article quality ratings on English language Wikipedia have been widely used by both Wikipedia community members and academic researchers for purposes like tracking knowledge gaps and studying how political polarization shapes collaboration. Even so, measuring quality presents many methodological challenges. The most widely used systems use labels on discrete ordinal scales when assessing quality, but such labels can be inconvenient for statistics and machine learning. Prior work handles this by assuming that different levels of quality are \"evenly spaced\" from one another. This assumption runs counter to intuitions about the relative degrees of effort needed to raise Wikipedia encyclopedia articles to different quality levels. Furthermore, models from prior work are fit to datasets that oversample high-quality articles. This limits their accuracy for representative samples of articles or revisions. I describe a technique extending the Wikimedia Foundations' ORES article quality model to address these limitations. My method uses weighted ordinal regression models to construct one-dimensional continuous measures of quality. While scores from my technique and from prior approaches are correlated, my approach improves accuracy for research datasets and provides evidence that the \"evenly spaced\" assumption is unfounded in practice on English Wikipedia. I conclude with recommendations for using quality scores in future research and include the full code, data, and models.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1145\/3479986.3479991\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.CY\", \"cs.LG\", \"H.0; J.4; K.4; I.2\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Computers and Society\", \"Machine Learning\", \"H.0; J.4; K.4; I.2\"], \"incoming_citations\": [], \"outgoing_citations\": [\"66464\", \"120981\", \"167351\", \"181313\", \"192572\", \"199022\", \"207653\", \"248862\", \"284408\"]}","task_split":"paper_retrieval"} {"document_id":"29497","document_content":"# Human Pose and Shape Estimation from Single Polarization Images\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nThis paper focuses on a new problem of estimating human pose and shape from single polarization images. Polarization camera is known to be able to capture the polarization of reflected lights that preserves rich geometric cues of an object surface. Inspired by the recent applications in surface normal reconstruction from polarization images, in this paper, we attempt to estimate human pose and shape from single polarization images by leveraging the polarization-induced geometric cues. A dedicated two-stage pipeline is proposed: given a single polarization image, stage one (Polar2Normal) focuses on the fine detailed human body surface normal estimation; stage two (Polar2Shape) then reconstructs clothed human shape from the polarization image and the estimated surface normal. To empirically validate our approach, a dedicated dataset (PHSPD) is constructed, consisting of over 500K frames with accurate pose and parametric shape annotations. Empirical evaluations on this real-world dataset as well as a synthetic dataset, SURREAL, demonstrate the effectiveness of our approach. It suggests polarization camera as a promising alternative to the more conventional RGB camera for human pose and shape estimation.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.06834v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"31115\", \"75087\", \"111226\", \"113497\", \"120777\", \"133673\", \"151576\", \"163616\", \"164082\", \"164514\", \"186553\", \"189945\", \"190958\", \"191962\", \"193877\", \"195025\", \"197500\", \"203160\", \"207276\", \"221041\", \"230920\", \"232517\", \"232518\", \"235715\", \"237681\", \"242121\", \"247152\", \"252266\", \"253057\", \"266960\", \"267150\", \"269400\", \"276521\", \"276764\", \"276981\", \"279219\", \"283716\", \"286847\", \"287636\", \"302266\", \"307539\", \"328588\"]}","task_split":"paper_retrieval"} {"document_id":"29580","document_content":"# Accurate, yet inconsistent? Consistency Analysis on Language Understanding Models\n## Categories\n- Computation and Language\n## Abstract\nConsistency, which refers to the capability of generating the same predictions for semantically similar contexts, is a highly desirable property for a sound language understanding model. Although recent pretrained language models (PLMs) deliver outstanding performance in various downstream tasks, they should exhibit consistent behaviour provided the models truly understand language. In this paper, we propose a simple framework named consistency analysis on language understanding models (CALUM)} to evaluate the model's lower-bound consistency ability. Through experiments, we confirmed that current PLMs are prone to generate inconsistent predictions even for semantically identical inputs. We also observed that multi-task training with paraphrase identification tasks is of benefit to improve consistency, increasing the consistency by 13% on average.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.06665v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"15754\"], \"outgoing_citations\": [\"48369\", \"50969\", \"55224\", \"69362\", \"71074\", \"72160\", \"77463\", \"77501\", \"100386\", \"117723\", \"126188\", \"127526\", \"128071\", \"129807\", \"129858\", \"132526\", \"133106\", \"136153\", \"157151\", \"157386\", \"159316\", \"162933\", \"172088\", \"173615\", \"174139\", \"175763\", \"183590\", \"200362\", \"200764\", \"229524\", \"259358\"]}","task_split":"paper_retrieval"} {"document_id":"29604","document_content":"# A Survey on GAN Acceleration Using Memory Compression Technique\n## Categories\n- Machine Learning\n- Computer Vision and Pattern Recognition\n- Neural and Evolutionary Computing\n## Abstract\nSince its invention, Generative adversarial networks (GANs) have shown outstanding results in many applications. Generative Adversarial Networks are powerful yet, resource-hungry deep-learning models. Their main difference from ordinary deep learning models is the nature of their output. For example, GAN output can be a whole image versus other models detecting objects or classifying images. Thus, the architecture and numeric precision of the network affect the quality and speed of the solution. Hence, accelerating GANs is pivotal. Accelerating GANs can be classified into three main tracks: (1) Memory compression, (2) Computation optimization, and (3) Data-flow optimization. Because data transfer is the main source of energy usage, memory compression leads to the most savings. Thus, in this paper, we survey memory compression techniques for CNN-Based GANs. Additionally, the paper summarizes opportunities and challenges in GANs acceleration and suggests open research problems to be further investigated.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.06626v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.CV\", \"cs.NE\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Computer Vision and Pattern Recognition\", \"Neural and Evolutionary Computing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"65089\", \"104130\", \"112203\", \"118626\", \"119873\", \"131467\", \"135921\", \"138049\", \"154338\", \"170131\", \"174531\", \"195165\", \"197901\", \"200696\", \"201814\", \"240885\", \"243420\", \"247330\", \"249421\", \"251226\", \"252610\", \"258001\", \"274086\", \"314300\", \"329613\"]}","task_split":"paper_retrieval"} {"document_id":"29645","document_content":"# Neuron Campaign for Initialization Guided by Information Bottleneck Theory\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nInitialization plays a critical role in the training of deep neural networks (DNN). Existing initialization strategies mainly focus on stabilizing the training process to mitigate gradient vanish\/explosion problems. However, these initialization methods are lacking in consideration about how to enhance generalization ability. The Information Bottleneck (IB) theory is a well-known understanding framework to provide an explanation about the generalization of DNN. Guided by the insights provided by IB theory, we design two criteria for better initializing DNN. And we further design a neuron campaign initialization algorithm to efficiently select a good initialization for a neural network on a given dataset. The experiments on MNIST dataset show that our method can lead to a better generalization performance with faster convergence.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1145\/3459637.3482153\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"44389\", \"83951\", \"91654\", \"189746\", \"198488\", \"215836\", \"220828\", \"272564\", \"278987\", \"302916\", \"336223\"]}","task_split":"paper_retrieval"} {"document_id":"29765","document_content":"# Generalized Optimal Linear Orders\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nThe sequential structure of language, and the order of words in a sentence specifically, plays a central role in human language processing. Consequently, in designing computational models of language, the de facto approach is to present sentences to machines with the words ordered in the same order as in the original human-authored sentence. The very essence of this work is to question the implicit assumption that this is desirable and inject theoretical soundness into the consideration of word order in natural language processing. In this thesis, we begin by uniting the disparate treatments of word order in cognitive science, psycholinguistics, computational linguistics, and natural language processing under a flexible algorithmic framework. We proceed to use this heterogeneous theoretical foundation as the basis for exploring new word orders with an undercurrent of psycholinguistic optimality. In particular, we focus on notions of dependency length minimization given the difficulties in human and computational language processing in handling long-distance dependencies. We then discuss algorithms for finding optimal word orders efficiently in spite of the combinatorial space of possibilities. We conclude by addressing the implications of these word orders on human language and their downstream impacts when integrated in computational models.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.7298\/5x0j-me63\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [\"71218\", \"5169\", \"5169\"], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"29819","document_content":"# Zero-shot Task Transfer for Invoice Extraction via Class-aware QA Ensemble\n## Categories\n- Information Retrieval\n- Machine Learning\n- Artificial Intelligence\n- Computation and Language\n## Abstract\nWe present VESPA, an intentionally simple yet novel zero-shot system for layout, locale, and domain agnostic document extraction. In spite of the availability of large corpora of documents, the lack of labeled and validated datasets makes it a challenge to discriminatively train document extraction models for enterprises. We show that this problem can be addressed by simply transferring the information extraction (IE) task to a natural language Question-Answering (QA) task without engineering task-specific architectures. We demonstrate the effectiveness of our system by evaluating on a closed corpus of real-world retail and tax invoices with multiple complex layouts, domains, and geographies. The empirical evaluation shows that our system outperforms 4 prominent commercial invoice solutions that use discriminatively trained models with architectures specifically crafted for invoice extraction. We extracted 6 fields with zero upfront human annotation or training with an Avg. F1 of 87.50.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.06069v1\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.CL\", \"cs.IR\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Computation and Language\", \"Information Retrieval\"], \"incoming_citations\": [], \"outgoing_citations\": [\"82024\", \"118673\", \"131921\", \"170151\", \"174612\", \"181988\", \"184848\", \"196980\", \"197154\", \"236156\", \"249126\", \"257785\", \"263874\", \"268809\", \"281163\"]}","task_split":"paper_retrieval"} {"document_id":"30002","document_content":"# Reinforcement Learning Approach to Active Learning for Image Classification\n## Categories\n- Machine Learning\n## Abstract\nMachine Learning requires large amounts of labeled data to fit a model. Many datasets are already publicly available, nevertheless forcing application possibilities of machine learning to the domains of those public datasets. The ever-growing penetration of machine learning algorithms in new application areas requires solutions for the need for data in those new domains. This thesis works on active learning as one possible solution to reduce the amount of data that needs to be processed by hand, by processing only those datapoints that specifically benefit the training of a strong model for the task. A newly proposed framework for framing the active learning workflow as a reinforcement learning problem is adapted for image classification and a series of three experiments is conducted. Each experiment is evaluated and potential issues with the approach are outlined. Each following experiment then proposes improvements to the framework and evaluates their impact. After the last experiment, a final conclusion is drawn, unfortunately rejecting this work's hypothesis and outlining that the proposed framework at the moment is not capable of improving active learning for image classification with a trained reinforcement learning agent.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.05595v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"55706\", \"259094\", \"271988\", \"276281\", \"303049\"]}","task_split":"paper_retrieval"} {"document_id":"30089","document_content":"# Beyond Fairness Metrics: Roadblocks and Challenges for Ethical AI in Practice\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Computers and Society\n- 91G45\n- I.2.6; J.4; K.5.2\n## Abstract\nWe review practical challenges in building and deploying ethical AI at the scale of contemporary industrial and societal uses. Apart from the purely technical concerns that are the usual focus of academic research, the operational challenges of inconsistent regulatory pressures, conflicting business goals, data quality issues, development processes, systems integration practices, and the scale of deployment all conspire to create new ethical risks. Such ethical concerns arising from these practical considerations are not adequately addressed by existing research results. We argue that a holistic consideration of ethics in the development and deployment of AI systems is necessary for building ethical AI in practice, and exhort researchers to consider the full operational contexts of AI systems when assessing ethical risks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.06217v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.CY\", \"91G45\", \"I.2.6; J.4; K.5.2\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Computers and Society\", \"91G45\", \"I.2.6; J.4; K.5.2\"], \"incoming_citations\": [], \"outgoing_citations\": [\"68890\", \"88624\", \"89028\", \"95348\", \"98021\", \"103922\", \"105985\", \"115953\", \"142948\", \"147069\", \"147408\", \"148613\", \"151595\", \"180541\", \"182313\", \"183085\", \"197069\", \"218898\", \"251515\", \"255918\", \"289430\"]}","task_split":"paper_retrieval"} {"document_id":"30101","document_content":"# An Approach to Partial Observability in Games: Learning to Both Act and Observe\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Computer Vision and Pattern Recognition\n- Computer Science and Game Theory\n## Abstract\nReinforcement learning (RL) is successful at learning to play games where the entire environment is visible. However, RL approaches are challenged in complex games like Starcraft II and in real-world environments where the entire environment is not visible. In these more complex games with more limited visual information, agents must choose where to look and how to optimally use their limited visual information in order to succeed at the game. We verify that with a relatively simple model the agent can learn where to look in scenarios with a limited visual bandwidth. We develop a method for masking part of the environment in Atari games to force the RL agent to learn both where to look and how to play the game in order to study where the RL agent learns to look. In addition, we develop a neural network architecture and method for allowing the agent to choose where to look and what action to take in the Pong game. Further, we analyze the strategies the agent learns to better understand how the RL agent learns to play the game.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.05701v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.CV\", \"cs.GT\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Computer Vision and Pattern Recognition\", \"Computer Science and Game Theory\"], \"incoming_citations\": [], \"outgoing_citations\": [\"67640\", \"77056\", \"117599\", \"134247\", \"136185\", \"137441\", \"149805\", \"152090\", \"172691\", \"182190\", \"249438\", \"257128\", \"258472\", \"277757\", \"327963\"]}","task_split":"paper_retrieval"} {"document_id":"30132","document_content":"# Instance-weighted Central Similarity for Multi-label Image Retrieval\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nDeep hashing has been widely applied to large-scale image retrieval by encoding high-dimensional data points into binary codes for efficient retrieval. Compared with pairwise\/triplet similarity based hash learning, central similarity based hashing can more efficiently capture the global data distribution. For multi-label image retrieval, however, previous methods only use multiple hash centers with equal weights to generate one centroid as the learning target, which ignores the relationship between the weights of hash centers and the proportion of instance regions in the image. To address the above issue, we propose a two-step alternative optimization approach, Instance-weighted Central Similarity (ICS), to automatically learn the center weight corresponding to a hash code. Firstly, we apply the maximum entropy regularizer to prevent one hash center from dominating the loss function, and compute the center weights via projection gradient descent. Secondly, we update neural network parameters by standard back-propagation with fixed center weights. More importantly, the learned center weights can well reflect the proportion of foreground instances in the image. Our method achieves the state-of-the-art performance on the image retrieval benchmarks, and especially improves the mAP by 1.6%-6.4% on the MS COCO dataset.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.05274v5\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"138613\", \"160718\", \"173455\", \"186821\", \"188672\", \"201169\", \"274846\", \"278179\", \"291400\", \"296798\", \"303512\", \"314568\", \"316473\", \"318535\", \"340633\"]}","task_split":"paper_retrieval"} {"document_id":"30335","document_content":"# The information of attribute uncertainties: what convolutional neural networks can learn about errors in input data\n## Categories\n- Machine Learning\n## Abstract\nErrors in measurements are key to weighting the value of data, but are often neglected in Machine Learning (ML). We show how Convolutional Neural Networks (CNNs) are able to learn about the context and patterns of signal and noise, leading to improvements in the performance of classification methods. We construct a model whereby two classes of objects follow an underlying Gaussian distribution, and where the features (the input data) have varying, but known, levels of noise. This model mimics the nature of scientific data sets, where the noises arise as realizations of some random processes whose underlying distributions are known. The classification of these objects can then be performed using standard statistical techniques (e.g., least-squares minimization or Markov-Chain Monte Carlo), as well as ML techniques. This allows us to take advantage of a maximum likelihood approach to object classification, and to measure the amount by which the ML methods are incorporating the information in the input data uncertainties. We show that, when each data point is subject to different levels of noise (i.e., noises with different distribution functions), that information can be learned by the CNNs, raising the ML performance to at least the same level of the least-squares method -- and sometimes even surpassing it. Furthermore, we show that, with varying noise levels, the confidence of the ML classifiers serves as a proxy for the underlying cumulative distribution function, but only if the information about specific input data uncertainties is provided to the CNNs.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.04742v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"87412\", \"117680\", \"129594\", \"210086\", \"218156\", \"219918\", \"237982\"]}","task_split":"paper_retrieval"} {"document_id":"30599","document_content":"# IntenT5: Search Result Diversification using Causal Language Models\n## Categories\n- Information Retrieval\n## Abstract\nSearch result diversification is a beneficial approach to overcome under-specified queries, such as those that are ambiguous or multi-faceted. Existing approaches often rely on massive query logs and interaction data to generate a variety of possible query intents, which then can be used to re-rank documents. However, relying on user interaction data is problematic because one first needs a massive user base to build a sufficient log; public query logs are insufficient on their own. Given the recent success of causal language models (such as the Text-To-Text Transformer (T5) model) at text generation tasks, we explore the capacity of these models to generate potential query intents. We find that to encourage diversity in the generated queries, it is beneficial to adapt the model by including a new Distributional Causal Language Modeling (DCLM) objective during fine-tuning and a representation replacement during inference. Across six standard evaluation benchmarks, we find that our method (which we call IntenT5) improves search result diversity and attains (and sometimes exceeds) the diversity obtained when using query suggestions based on a proprietary query log. Our analysis shows that our approach is most effective for multi-faceted queries and is able to generalize effectively to queries that were unseen in training data.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.04026v1\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.IR\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Information Retrieval\"], \"incoming_citations\": [], \"outgoing_citations\": [\"75461\", \"94572\", \"94794\", \"96296\", \"114755\", \"119959\", \"128701\", \"136774\", \"144160\", \"185176\", \"190051\", \"190502\", \"203064\", \"279343\", \"283076\", \"298750\"]}","task_split":"paper_retrieval"} {"document_id":"30616","document_content":"# Knowledge accumulating: The general pattern of learning\n## Categories\n- Artificial Intelligence\n## Abstract\nArtificial Intelligence has been developed for decades with the achievement of great progress. Recently, deep learning shows its ability to solve many real world problems, e.g. image classification and detection, natural language processing, playing GO. Theoretically speaking, an artificial neural network can fit any function and reinforcement learning can learn from any delayed reward. But in solving real world tasks, we still need to spend a lot of effort to adjust algorithms to fit task unique features. This paper proposes that the reason of this phenomenon is the sparse feedback feature of the nature, and a single algorithm, no matter how we improve it, can only solve dense feedback tasks or specific sparse feedback tasks. This paper first analyses how sparse feedback affects algorithm perfomance, and then proposes a pattern that explains how to accumulate knowledge to solve sparse feedback problems.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.03988v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"36709\", \"40011\", \"103886\", \"181133\", \"242806\", \"286335\"]}","task_split":"paper_retrieval"} {"document_id":"30636","document_content":"# Model architecture can transform catastrophic forgetting into positive transfer\n## Categories\n- Machine Learning\n- Soft Condensed Matter\n- Adaptation and Self-Organizing Systems\n## Abstract\nThe work of McCloskey and Cohen popularized the concept of catastrophic interference. They used a neural network that tried to learn addition using two groups of examples as two different tasks. In their case, learning the second task rapidly deteriorated the acquired knowledge about the previous one. We hypothesize that this could be a symptom of a fundamental problem: addition is an algorithmic task that should not be learned through pattern recognition. Therefore, other model architectures better suited for this task would avoid catastrophic forgetting. We use a neural network with a different architecture that can be trained to recover the correct algorithm for the addition of binary numbers. This neural network includes conditional clauses that are naturally treated within the back-propagation algorithm. We test it in the setting proposed by McCloskey and Cohen and training on random additions one by one. The neural network not only does not suffer from catastrophic forgetting but it improves its predictive power on unseen pairs of numbers as training progresses. We also show that this is a robust effect, also present when averaging many simulations. This work emphasizes the importance that neural network architecture has for the emergence of catastrophic forgetting and introduces a neural network that is able to learn an algorithm.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.03940v3\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cond-mat.soft\", \"nlin.AO\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Soft Condensed Matter\", \"Adaptation and Self-Organizing Systems\"], \"incoming_citations\": [], \"outgoing_citations\": [\"36460\", \"70976\", \"95925\", \"98711\", \"119224\", \"161521\", \"173202\", \"183437\", \"212647\", \"262842\", \"265568\", \"270623\", \"271679\", \"290378\", \"295435\", \"336181\"]}","task_split":"paper_retrieval"} {"document_id":"30826","document_content":"# Language Model Evaluation in Open-ended Text Generation\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nAlthough current state-of-the-art language models have achieved impressive results in numerous natural language processing tasks, still they could not solve the problem of producing repetitive, dull and sometimes inconsistent text in open-ended text generation. Studies often attribute this problem to the maximum likelihood training objective, and propose alternative approaches by using stochastic decoding methods or altering the training objective. However, there is still a lack of consistent evaluation metrics to directly compare the efficacy of these solutions. In this work, we study different evaluation metrics that have been proposed to evaluate quality, diversity and consistency of machine-generated text. From there, we propose a practical pipeline to evaluate language models in open-ended generation task, and research on how to improve the model's performance in all dimensions by leveraging different auxiliary training objectives.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.03578v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"100503\", \"128766\", \"129680\", \"132799\", \"133508\", \"142153\", \"150522\", \"157151\", \"165308\", \"166082\", \"167338\", \"168951\", \"170862\", \"172001\", \"172088\", \"189504\", \"192158\", \"197416\", \"211205\", \"211890\", \"218973\", \"219226\", \"234728\", \"243154\", \"244479\", \"244755\", \"255035\", \"263848\", \"268219\", \"274817\", \"276365\", \"283971\", \"284481\", \"303250\", \"307223\", \"311470\"]}","task_split":"paper_retrieval"} {"document_id":"30979","document_content":"# A Study on Dense and Sparse (Visual) Rewards in Robot Policy Learning\n## Categories\n- Robotics\n- Machine Learning\n## Abstract\nDeep Reinforcement Learning (DRL) is a promising approach for teaching robots new behaviour. However, one of its main limitations is the need for carefully hand-coded reward signals by an expert. We argue that it is crucial to automate the reward learning process so that new skills can be taught to robots by their users. To address such automation, we consider task success classifiers using visual observations to estimate the rewards in terms of task success. In this work, we study the performance of multiple state-of-the-art deep reinforcement learning algorithms under different types of reward: Dense, Sparse, Visual Dense, and Visual Sparse rewards. Our experiments in various simulation tasks (Pendulum, Reacher, Pusher, and Fetch Reach) show that while DRL agents can learn successful behaviours using visual rewards when the goal targets are distinguishable, their performance may decrease if the task goal is not clearly visible. Our results also show that visual dense rewards are more successful than visual sparse rewards and that there is no single best algorithm for all tasks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.03222v1\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.RO\", \"cs.LG\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Robotics\", \"Machine Learning\"], \"incoming_citations\": [\"3907\"], \"outgoing_citations\": [\"160120\", \"180884\", \"190237\", \"215643\", \"215931\", \"224840\", \"230042\", \"233924\", \"234342\", \"265464\", \"277472\", \"277564\", \"280296\", \"286689\", \"288804\", \"296980\", \"297317\"]}","task_split":"paper_retrieval"} {"document_id":"31108","document_content":"# Is it Fake? News Disinformation Detection on South African News Websites\n## Categories\n- Computation and Language\n- Computers and Society\n- Machine Learning\n## Abstract\nDisinformation through fake news is an ongoing problem in our society and has become easily spread through social media. The most cost and time effective way to filter these large amounts of data is to use a combination of human and technical interventions to identify it. From a technical perspective, Natural Language Processing (NLP) is widely used in detecting fake news. Social media companies use NLP techniques to identify the fake news and warn their users, but fake news may still slip through undetected. It is especially a problem in more localised contexts (outside the United States of America). How do we adjust fake news detection systems to work better for local contexts such as in South Africa. In this work we investigate fake news detection on South African websites. We curate a dataset of South African fake news and then train detection models. We contrast this with using widely available fake news datasets (from mostly USA website). We also explore making the datasets more diverse by combining them and observe the differences in behaviour in writing between nations' fake news using interpretable machine learning.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.02941v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.CY\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Computers and Society\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"177196\", \"222721\", \"257863\", \"259202\", \"267552\", \"272864\"]}","task_split":"paper_retrieval"} {"document_id":"31118","document_content":"# DOLG: Single-Stage Image Retrieval with Deep Orthogonal Fusion of Local and Global Features\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nImage Retrieval is a fundamental task of obtaining images similar to the query one from a database. A common image retrieval practice is to firstly retrieve candidate images via similarity search using global image features and then re-rank the candidates by leveraging their local features. Previous learning-based studies mainly focus on either global or local image representation learning to tackle the retrieval task. In this paper, we abandon the two-stage paradigm and seek to design an effective single-stage solution by integrating local and global information inside images into compact image representations. Specifically, we propose a Deep Orthogonal Local and Global (DOLG) information fusion framework for end-to-end image retrieval. It attentively extracts representative local information with multi-atrous convolutions and self-attention at first. Components orthogonal to the global image representation are then extracted from the local information. At last, the orthogonal components are concatenated with the global representation as a complementary, and then aggregation is performed to generate the final representation. The whole framework is end-to-end differentiable and can be trained with image-level labels. Extensive experimental results validate the effectiveness of our solution and show that our model achieves state-of-the-art image retrieval performances on Revisited Oxford and Paris datasets.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.02927v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"73146\", \"9732\", \"18123\"], \"outgoing_citations\": [\"109645\", \"133188\", \"145738\", \"147155\", \"180184\", \"180750\", \"186126\", \"187122\", \"206658\", \"207283\", \"235575\", \"237248\", \"237488\", \"243986\", \"246925\", \"250094\", \"251473\", \"259302\", \"263387\", \"269599\", \"277635\", \"280378\", \"281953\", \"294983\", \"295615\", \"303067\", \"331445\"]}","task_split":"paper_retrieval"} {"document_id":"31177","document_content":"# Reinforcement Learning for Intelligent Healthcare Systems: A Comprehensive Survey\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Multiagent Systems\n## Abstract\nThe rapid increase in the percentage of chronic disease patients along with the recent pandemic pose immediate threats on healthcare expenditure and elevate causes of death. This calls for transforming healthcare systems away from one-on-one patient treatment into intelligent health systems, to improve services, access and scalability, while reducing costs. Reinforcement Learning (RL) has witnessed an intrinsic breakthrough in solving a variety of complex problems for diverse applications and services. Thus, we conduct in this paper a comprehensive survey of the recent models and techniques of RL that have been developed\/used for supporting Intelligent-healthcare (I-health) systems. This paper can guide the readers to deeply understand the state-of-the-art regarding the use of RL in the context of I-health. Specifically, we first present an overview for the I-health systems challenges, architecture, and how RL can benefit these systems. We then review the background and mathematical modeling of different RL, Deep RL (DRL), and multi-agent RL models. After that, we provide a deep literature review for the applications of RL in I-health systems. In particular, three main areas have been tackled, i.e., edge intelligence, smart core network, and dynamic treatment regimes. Finally, we highlight emerging challenges and outline future research directions in driving the future success of RL in I-health systems, which opens the door for exploring some interesting and unsolved problems.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.04087v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.MA\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Multiagent Systems\"], \"incoming_citations\": [], \"outgoing_citations\": [\"47327\", \"69405\", \"80685\", \"88549\", \"105512\", \"117567\", \"124274\", \"130977\", \"132937\", \"141606\", \"141964\", \"144508\", \"153069\", \"153334\", \"156055\", \"168126\", \"170695\", \"172492\", \"175157\", \"180897\", \"181620\", \"186457\", \"188430\", \"202172\", \"202934\", \"213852\", \"214440\", \"222518\", \"230082\", \"233639\", \"237193\", \"239502\", \"242890\", \"244805\", \"246820\", \"246987\", \"249233\", \"250811\", \"258199\", \"265649\", \"269360\", \"270475\", \"271199\", \"292127\", \"293995\", \"360631\", \"361624\"]}","task_split":"paper_retrieval"} {"document_id":"31178","document_content":"# Neural Twins Talk & Alternative Calculations\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nInspired by how the human brain employs a higher number of neural pathways when describing a highly focused subject, we show that deep attentive models used for the main vision-language task of image captioning, could be extended to achieve better performance. Image captioning bridges a gap between computer vision and natural language processing. Automated image captioning is used as a tool to eliminate the need for human agent for creating descriptive captions for unseen images.Automated image captioning is challenging and yet interesting. One reason is that AI based systems capable of generating sentences that describe an input image could be used in a wide variety of tasks beyond generating captions for unseen images found on web or uploaded to social media. For example, in biology and medical sciences, these systems could provide researchers and physicians with a brief linguistic description of relevant images, potentially expediting their work.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1142\/S1793351X21500045\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"215181\", \"237655\", \"278604\", \"287504\", \"302621\", \"303209\", \"303224\", \"306073\", \"310136\", \"311464\", \"328051\"]}","task_split":"paper_retrieval"} {"document_id":"31456","document_content":"# Knowledge-Grounded Dialogue Flow Management for Social Robots and Conversational Agents\n## Categories\n- Robotics\n- Human-Computer Interaction\n## Abstract\nThe article proposes a system for knowledge-based conversation designed for Social Robots and other conversational agents. The proposed system relies on an Ontology for the description of all concepts that may be relevant conversation topics, as well as their mutual relationships. The article focuses on the algorithm for Dialogue Management that selects the most appropriate conversation topic depending on the user's input. Moreover, it discusses strategies to ensure a conversation flow that captures, as more coherently as possible, the user's intention to drive the conversation in specific directions while avoiding purely reactive responses to what the user says. To measure the quality of the conversation, the article reports the tests performed with 100 recruited participants, comparing five conversational agents: (i) an agent addressing dialogue flow management based only on the detection of keywords in the speech, (ii) an agent based both on the detection of keywords and the Content Classification feature of Google Cloud Natural Language, (iii) an agent that picks conversation topics randomly, (iv) a human pretending to be a chatbot, and (v) one of the most famous chatbots worldwide: Replika. The subjective perception of the participants is measured both with the SASSI (Subjective Assessment of Speech System Interfaces) tool, as well as with a custom survey for measuring the subjective perception of coherence.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1007\/s12369-022-00868-z\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.HC\", \"cs.RO\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Human-Computer Interaction\", \"Robotics\"], \"incoming_citations\": [], \"outgoing_citations\": [\"54112\", \"117860\", \"128396\", \"145384\", \"158493\", \"171356\", \"205147\", \"211664\", \"221363\", \"238119\", \"245831\", \"274567\", \"334905\"]}","task_split":"paper_retrieval"} {"document_id":"31550","document_content":"# Using Interaction Data to Predict Engagement with Interactive Media\n## Categories\n- Human-Computer Interaction\n- Information Retrieval\n- Machine Learning\n## Abstract\nMedia is evolving from traditional linear narratives to personalised experiences, where control over information (or how it is presented) is given to individual audience members. Measuring and understanding audience engagement with this media is important in at least two ways: (1) a post-hoc understanding of how engaged audiences are with the content will help production teams learn from experience and improve future productions; (2), this type of media has potential for real-time measures of engagement to be used to enhance the user experience by adapting content on-the-fly. Engagement is typically measured by asking samples of users to self-report, which is time consuming and expensive. In some domains, however, interaction data have been used to infer engagement. Fortuitously, the nature of interactive media facilitates a much richer set of interaction data than traditional media; our research aims to understand if these data can be used to infer audience engagement. In this paper, we report a study using data captured from audience interactions with an interactive TV show to model and predict engagement. We find that temporal metrics, including overall time spent on the experience and the interval between events, are predictive of engagement. The results demonstrate that interaction data can be used to infer users' engagement during and after an experience, and the proposed techniques are relevant to better understand audience preference and responses.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1145\/3474085.3475631\", \"primary_category\": \"cs.HC\", \"categories\": [\"cs.IR\", \"cs.LG\", \"cs.HC\"], \"primary_category_human_readable\": \"Human-Computer Interaction\", \"categories_human_readable\": [\"Information Retrieval\", \"Machine Learning\", \"Human-Computer Interaction\"], \"incoming_citations\": [], \"outgoing_citations\": [\"285485\"]}","task_split":"paper_retrieval"} {"document_id":"31567","document_content":"# Personalized Federated Learning with Clustering: Non-IID Heart Rate Variability Data Application\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nWhile machine learning techniques are being applied to various fields for their exceptional ability to find complex relations in large datasets, the strengthening of regulations on data ownership and privacy is causing increasing difficulty in its application to medical data. In light of this, Federated Learning has recently been proposed as a solution to train on private data without breach of confidentiality. This conservation of privacy is particularly appealing in the field of healthcare, where patient data is highly confidential. However, many studies have shown that its assumption of Independent and Identically Distributed data is unrealistic for medical data. In this paper, we propose Personalized Federated Cluster Models, a hierarchical clustering-based FL process, to predict Major Depressive Disorder severity from Heart Rate Variability. By allowing clients to receive more personalized model, we address problems caused by non-IID data, showing an accuracy increase in severity prediction. This increase in performance may be sufficient to use Personalized Federated Cluster Models in many existing Federated Learning scenarios.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.01903v3\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [\"490\", \"26435\"], \"outgoing_citations\": [\"129194\", \"237938\"]}","task_split":"paper_retrieval"} {"document_id":"31773","document_content":"# Accelerating the Learning of TAMER with Counterfactual Explanations\n## Categories\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nThe capability to interactively learn from human feedback would enable agents in new settings. For example, even novice users could train service robots in new tasks naturally and interactively. Human-in-the-loop Reinforcement Learning (HRL) combines human feedback and Reinforcement Learning (RL) techniques. State-of-the-art interactive learning techniques suffer from slow learning speed, thus leading to a frustrating experience for the human. We approach this problem by extending the HRL framework TAMER for evaluative feedback with the possibility to enhance human feedback with two different types of counterfactual explanations (action and state based). We experimentally show that our extensions improve the speed of learning.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.01358v2\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"26797\", \"80071\", \"188486\", \"209989\", \"212704\", \"251863\", \"254581\", \"263098\", \"263957\", \"265505\"]}","task_split":"paper_retrieval"} {"document_id":"32302","document_content":"# Anomaly Detection with Neural Parsers That Never Reject\n## Categories\n- Machine Learning\n- Formal Languages and Automata Theory\n- 68T07 (Primary) 68Q42 (Secondary)\n- I.2.6; F.4.2\n## Abstract\nReinforcement learning has recently shown promise as a technique for training an artificial neural network to parse sentences in some unknown format, through a body of work known as RL-GRIT. A key aspect of the RL-GRIT approach is that rather than explicitly inferring a grammar that describes the format, the neural network learns to perform various parsing actions (such as merging two tokens) over a corpus of sentences, with the goal of maximizing the estimated frequency of the resulting parse structures. This can allow the learning process to more easily explore different action choices, since a given choice may change the optimality of the parse (as expressed by the total reward), but will not result in the failure to parse a sentence. However, this also presents a limitation: because the trained neural network can successfully parse any sentence, it cannot be directly used to identify sentences that deviate from the format of the training sentences, i.e., that are anomalous. In this paper, we address this limitation by presenting procedures for extracting production rules from the neural network, and for using these rules to determine whether a given sentence is nominal or anomalous. When a sentence is anomalous, an attempt is made to identify the location of the anomaly. We empirically demonstrate that our approach is capable of grammatical inference and anomaly detection for both non-regular formats and those containing regions of high randomness\/entropy. While a format with high randomness typically requires large sets of production rules, we propose a two pass grammatical inference method to generate parsimonious rule sets for such formats. By further improving parser learning, and leveraging the presented rule extraction and anomaly detection algorithms, one might begin to understand common errors, either benign or malicious, in practical formats.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.00103v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.FL\", \"68T07 (Primary) 68Q42 (Secondary)\", \"I.2.6; F.4.2\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Formal Languages and Automata Theory\", \"68T07 (Primary) 68Q42 (Secondary)\", \"I.2.6; F.4.2\"], \"incoming_citations\": [], \"outgoing_citations\": [\"48980\", \"74431\", \"166853\", \"296256\"]}","task_split":"paper_retrieval"} {"document_id":"32438","document_content":"# The Minimum Edit Arborescence Problem and Its Use in Compressing Graph Collections [Extended Version]\n## Categories\n- Computer Vision and Pattern Recognition\n- Data Structures and Algorithms\n## Abstract\nThe inference of minimum spanning arborescences within a set of objects is a general problem which translates into numerous application-specific unsupervised learning tasks. We introduce a unified and generic structure called edit arborescence that relies on edit paths between data in a collection, as well as the Min Edit Arborescence Problem, which asks for an edit arborescence that minimizes the sum of costs of its inner edit paths. Through the use of suitable cost functions, this generic framework allows to model a variety of problems. In particular, we show that by introducing encoding size preserving edit costs, it can be used as an efficient method for compressing collections of labeled graphs. Experiments on various graph datasets, with comparisons to standard compression tools, show the potential of our method.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.14525v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.DS\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Data Structures and Algorithms\"], \"incoming_citations\": [], \"outgoing_citations\": [\"112512\", \"160800\", \"173487\", \"229182\", \"273344\"]}","task_split":"paper_retrieval"} {"document_id":"32621","document_content":"# Ranking Micro-Influencers: a Novel Multi-Task Learning and Interpretable Framework\n## Categories\n- Machine Learning\n- Information Retrieval\n## Abstract\nWith the rise in use of social media to promote branded products, the demand for effective influencer marketing has increased. Brands are looking for improved ways to identify valuable influencers among a vast catalogue; this is even more challenging with \"micro-influencers\", which are more affordable than mainstream ones but difficult to discover. In this paper, we propose a novel multi-task learning framework to improve the state of the art in micro-influencer ranking based on multimedia content. Moreover, since the visual congruence between a brand and influencer has been shown to be good measure of compatibility, we provide an effective visual method for interpreting our models' decisions, which can also be used to inform brands' media strategies. We compare with the current state-of-the-art on a recently constructed public dataset and we show significant improvement both in terms of accuracy and model complexity. The techniques for ranking and interpretation presented in this work can be generalised to arbitrary multimedia ranking tasks that have datasets with a similar structure.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1109\/ISM52913.2021.00030\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.IR\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Information Retrieval\"], \"incoming_citations\": [], \"outgoing_citations\": [\"87000\", \"131081\", \"260314\", \"262955\", \"294694\", \"304189\", \"310667\", \"328394\"]}","task_split":"paper_retrieval"} {"document_id":"32627","document_content":"# U-GAT: Multimodal Graph Attention Network for COVID-19 Outcome Prediction\n## Categories\n- Computer Vision and Pattern Recognition\n- Machine Learning\n- Image and Video Processing\n## Abstract\nDuring the first wave of COVID-19, hospitals were overwhelmed with the high number of admitted patients. An accurate prediction of the most likely individual disease progression can improve the planning of limited resources and finding the optimal treatment for patients. However, when dealing with a newly emerging disease such as COVID-19, the impact of patient- and disease-specific factors (e.g. body weight or known co-morbidities) on the immediate course of disease is by and large unknown. In the case of COVID-19, the need for intensive care unit (ICU) admission of pneumonia patients is often determined only by acute indicators such as vital signs (e.g. breathing rate, blood oxygen levels), whereas statistical analysis and decision support systems that integrate all of the available data could enable an earlier prognosis. To this end, we propose a holistic graph-based approach combining both imaging and non-imaging information. Specifically, we introduce a multimodal similarity metric to build a population graph for clustering patients and an image-based end-to-end Graph Attention Network to process this graph and predict the COVID-19 patient outcomes: admission to ICU, need for ventilation and mortality. Additionally, the network segments chest CT images as an auxiliary task and extracts image features and radiomics for feature fusion with the available metadata. Results on a dataset collected in Klinikum rechts der Isar in Munich, Germany show that our approach outperforms single modality and non-graph baselines. Moreover, our clustering and graph attention allow for increased understanding of the patient relationships within the population graph and provide insight into the network's decision-making process.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.00860v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.LG\", \"eess.IV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Machine Learning\", \"Image and Video Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"64738\", \"81472\", \"110720\", \"121555\", \"126302\", \"126461\", \"131079\", \"132371\", \"134674\", \"150932\", \"171755\", \"182380\", \"187277\", \"229197\", \"229319\", \"268084\", \"271967\", \"272506\"]}","task_split":"paper_retrieval"} {"document_id":"32676","document_content":"# Non-Markovian Reinforcement Learning using Fractional Dynamics\n## Categories\n- Machine Learning\n## Abstract\nReinforcement learning (RL) is a technique to learn the control policy for an agent that interacts with a stochastic environment. In any given state, the agent takes some action, and the environment determines the probability distribution over the next state as well as gives the agent some reward. Most RL algorithms typically assume that the environment satisfies Markov assumptions (i.e. the probability distribution over the next state depends only on the current state). In this paper, we propose a model-based RL technique for a system that has non-Markovian dynamics. Such environments are common in many real-world applications such as in human physiology, biological systems, material science, and population dynamics. Model-based RL (MBRL) techniques typically try to simultaneously learn a model of the environment from the data, as well as try to identify an optimal policy for the learned model. We propose a technique where the non-Markovianity of the system is modeled through a fractional dynamical system. We show that we can quantify the difference in the performance of an MBRL algorithm that uses bounded horizon model predictive control from the optimal policy. Finally, we demonstrate our proposed framework on a pharmacokinetic model of human blood glucose dynamics and show that our fractional models can capture distant correlations on real-world datasets.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.13790v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [\"2690\"], \"outgoing_citations\": [\"81434\", \"152597\", \"211870\", \"229890\", \"237510\", \"239410\", \"259045\", \"264941\", \"279429\", \"361126\"]}","task_split":"paper_retrieval"} {"document_id":"32695","document_content":"# Profile to Frontal Face Recognition in the Wild Using Coupled Conditional GAN\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n## Abstract\nIn recent years, with the advent of deep-learning, face recognition has achieved exceptional success. However, many of these deep face recognition models perform much better in handling frontal faces compared to profile faces. The major reason for poor performance in handling of profile faces is that it is inherently difficult to learn pose-invariant deep representations that are useful for profile face recognition. In this paper, we hypothesize that the profile face domain possesses a latent connection with the frontal face domain in a latent feature subspace. We look to exploit this latent connection by projecting the profile faces and frontal faces into a common latent subspace and perform verification or retrieval in the latent domain. We leverage a coupled conditional generative adversarial network (cpGAN) structure to find the hidden relationship between the profile and frontal images in a latent common embedding subspace. Specifically, the cpGAN framework consists of two conditional GAN-based sub-networks, one dedicated to the frontal domain and the other dedicated to the profile domain. Each sub-network tends to find a projection that maximizes the pair-wise correlation between the two feature domains in a common embedding feature subspace. The efficacy of our approach compared with the state-of-the-art is demonstrated using the CFP, CMU Multi-PIE, IJB-A, and IJB-C datasets. Additionally, we have also implemented a coupled convolutional neural network (cpCNN) and an adversarial discriminative domain adaptation network (ADDA) for profile to frontal face recognition. We have evaluated the performance of cpCNN and ADDA and compared it with the proposed cpGAN. Finally, we have also evaluated our cpGAN for reconstruction of frontal faces from input profile faces contained in the VGGFace2 dataset.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.13742v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"77972\", \"129059\", \"133319\", \"147325\", \"230095\", \"234787\", \"235160\", \"240261\", \"252448\", \"252688\", \"254268\", \"259118\", \"261657\", \"263835\", \"267940\", \"268379\", \"268405\", \"268970\", \"273937\", \"274313\", \"275999\", \"277822\", \"280996\", \"282032\", \"290620\", \"292385\", \"300606\", \"308384\", \"310922\", \"321122\", \"328183\"]}","task_split":"paper_retrieval"} {"document_id":"32720","document_content":"# Zooming Into the Darknet: Characterizing Internet Background Radiation and its Structural Changes\n## Categories\n- Cryptography and Security\n- Machine Learning\n## Abstract\nNetwork telescopes or \"Darknets\" provide a unique window into Internet-wide malicious activities associated with malware propagation, denial of service attacks, scanning performed for network reconnaissance, and others. Analyses of the resulting data can provide actionable insights to security analysts that can be used to prevent or mitigate cyber-threats. Large Darknets, however, observe millions of nefarious events on a daily basis which makes the transformation of the captured information into meaningful insights challenging. We present a novel framework for characterizing Darknet behavior and its temporal evolution aiming to address this challenge. The proposed framework: (i) Extracts a high dimensional representation of Darknet events composed of features distilled from Darknet data and other external sources; (ii) Learns, in an unsupervised fashion, an information-preserving low-dimensional representation of these events (using deep representation learning) that is amenable to clustering; (iv) Performs clustering of the scanner data in the resulting representation space and provides interpretable insights using optimal decision trees; and (v) Utilizes the clustering outcomes as \"signatures\" that can be used to detect structural changes in the Darknet activities. We evaluate the proposed system on a large operational Network Telescope and demonstrate its ability to detect real-world, high-impact cybersecurity incidents.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.00079v2\", \"primary_category\": \"cs.CR\", \"categories\": [\"cs.CR\", \"cs.LG\"], \"primary_category_human_readable\": \"Cryptography and Security\", \"categories_human_readable\": [\"Cryptography and Security\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"282580\"]}","task_split":"paper_retrieval"} {"document_id":"33001","document_content":"# A Case Study on Sampling Strategies for Evaluating Neural Sequential Item Recommendation Models\n## Categories\n- Information Retrieval\n- Machine Learning\n## Abstract\nAt the present time, sequential item recommendation models are compared by calculating metrics on a small item subset (target set) to speed up computation. The target set contains the relevant item and a set of negative items that are sampled from the full item set. Two well-known strategies to sample negative items are uniform random sampling and sampling by popularity to better approximate the item frequency distribution in the dataset. Most recently published papers on sequential item recommendation rely on sampling by popularity to compare the evaluated models. However, recent work has already shown that an evaluation with uniform random sampling may not be consistent with the full ranking, that is, the model ranking obtained by evaluating a metric using the full item set as target set, which raises the question whether the ranking obtained by sampling by popularity is equal to the full ranking. In this work, we re-evaluate current state-of-the-art sequential recommender models from the point of view, whether these sampling strategies have an impact on the final ranking of the models. We therefore train four recently proposed sequential recommendation models on five widely known datasets. For each dataset and model, we employ three evaluation strategies. First, we compute the full model ranking. Then we evaluate all models on a target set sampled by the two different sampling strategies, uniform random sampling and sampling by popularity with the commonly used target set size of 100, compute the model ranking for each strategy and compare them with each other. Additionally, we vary the size of the sampled target set. Overall, we find that both sampling strategies can produce inconsistent rankings compared with the full ranking of the models. Furthermore, both sampling by popularity and uniform random sampling do not consistently produce the same ranking ...","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1145\/3460231.3475943\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.LG\", \"cs.IR\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Machine Learning\", \"Information Retrieval\"], \"incoming_citations\": [\"12921\"], \"outgoing_citations\": [\"40830\", \"152700\", \"190649\", \"217192\", \"220924\", \"242002\", \"250622\", \"263938\", \"289543\", \"302767\", \"350452\"]}","task_split":"paper_retrieval"} {"document_id":"33034","document_content":"# Emotion Stimulus Detection in German News Headlines\n## Categories\n- Computation and Language\n## Abstract\nEmotion stimulus extraction is a fine-grained subtask of emotion analysis that focuses on identifying the description of the cause behind an emotion expression from a text passage (e.g., in the sentence \"I am happy that I passed my exam\" the phrase \"passed my exam\" corresponds to the stimulus.). Previous work mainly focused on Mandarin and English, with no resources or models for German. We fill this research gap by developing a corpus of 2006 German news headlines annotated with emotions and 811 instances with annotations of stimulus phrases. Given that such corpus creation efforts are time-consuming and expensive, we additionally work on an approach for projecting the existing English GoodNewsEveryone (GNE) corpus to a machine-translated German version. We compare the performance of a conditional random field (CRF) model (trained monolingually on German and cross-lingually via projection) with a multilingual XLM-RoBERTa (XLM-R) model. Our results show that training with the German corpus achieves higher F1 scores than projection. Experiments with XLM-R outperform their respective CRF counterparts.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.12920v3\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"21994\"], \"outgoing_citations\": [\"66948\", \"94122\", \"133941\", \"136366\", \"152396\", \"182669\", \"182683\", \"183275\", \"193187\", \"253593\", \"258292\", \"258761\"]}","task_split":"paper_retrieval"} {"document_id":"33080","document_content":"# Open-Ended Learning Leads to Generally Capable Agents\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Multiagent Systems\n## Abstract\nIn this work we create agents that can perform well beyond a single, individual task, that exhibit much wider generalisation of behaviour to a massive, rich space of challenges. We define a universe of tasks within an environment domain and demonstrate the ability to train agents that are generally capable across this vast space and beyond. The environment is natively multi-agent, spanning the continuum of competitive, cooperative, and independent games, which are situated within procedurally generated physical 3D worlds. The resulting space is exceptionally diverse in terms of the challenges posed to agents, and as such, even measuring the learning progress of an agent is an open research problem. We propose an iterative notion of improvement between successive generations of agents, rather than seeking to maximise a singular objective, allowing us to quantify progress despite tasks being incomparable in terms of achievable rewards. We show that through constructing an open-ended learning process, which dynamically changes the training task distributions and training objectives such that the agent never stops learning, we achieve consistent learning of new behaviours. The resulting agent is able to score reward in every one of our humanly solvable evaluation levels, with behaviour generalising to many held-out points in the universe of tasks. Examples of this zero-shot generalisation include good performance on Hide and Seek, Capture the Flag, and Tag. Through analysis and hand-authored probe tasks we characterise the behaviour of our agent, and find interesting emergent heuristic behaviours such as trial-and-error experimentation, simple tool use, option switching, and cooperation. Finally, we demonstrate that the general capabilities of this agent could unlock larger scale transfer of behaviour through cheap finetuning.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.12808v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.MA\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Multiagent Systems\"], \"incoming_citations\": [\"8658\", \"24178\", \"40573\", \"47401\", \"79803\", \"3378\", \"7674\", \"13224\", \"13228\", \"13824\", \"17752\", \"25823\", \"28906\", \"71164\"], \"outgoing_citations\": [\"17989\", \"35645\", \"38947\", \"41376\", \"75738\", \"81816\", \"82943\", \"95739\", \"116987\", \"119169\", \"130071\", \"133342\", \"136046\", \"137546\", \"145664\", \"148433\", \"151271\", \"152041\", \"161370\", \"161468\", \"164729\", \"166489\", \"184374\", \"195849\", \"196801\", \"200000\", \"201876\", \"214238\", \"218124\", \"224840\", \"226544\", \"229324\", \"231847\", \"232302\", \"239419\", \"249196\", \"251601\", \"261316\", \"261983\", \"262325\", \"264787\", \"266182\", \"269253\", \"271375\", \"274315\", \"280296\", \"283223\", \"297186\", \"297667\", \"303049\", \"357163\"]}","task_split":"paper_retrieval"} {"document_id":"33101","document_content":"# ENHANCE (ENriching Health data by ANnotations of Crowd and Experts): A case study for skin lesion classification\n## Categories\n- Computer Vision and Pattern Recognition\n- Human-Computer Interaction\n- Machine Learning\n## Abstract\nWe present ENHANCE, an open dataset with multiple annotations to complement the existing ISIC and PH2 skin lesion classification datasets. This dataset contains annotations of visual ABC (asymmetry, border, colour) features from non-expert annotation sources: undergraduate students, crowd workers from Amazon MTurk and classic image processing algorithms. In this paper we first analyse the correlations between the annotations and the diagnostic label of the lesion, as well as study the agreement between different annotation sources. Overall we find weak correlations of non-expert annotations with the diagnostic label, and low agreement between different annotation sources. We then study multi-task learning (MTL) with the annotations as additional labels, and show that non-expert annotations can improve (ensembles of) state-of-the-art convolutional neural networks via MTL. We hope that our dataset can be used in further research into multiple annotations and\/or MTL. All data and models are available on Github: https:\/\/github.com\/raumannsr\/ENHANCE.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.12734v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.HC\", \"cs.LG\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Human-Computer Interaction\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"123887\", \"128430\", \"227221\", \"237466\", \"245484\", \"263636\", \"270545\", \"277547\"]}","task_split":"paper_retrieval"} {"document_id":"33145","document_content":"# Continual Learning with Neuron Activation Importance\n## Categories\n- Machine Learning\n- Computer Vision and Pattern Recognition\n## Abstract\nContinual learning is a concept of online learning with multiple sequential tasks. One of the critical barriers of continual learning is that a network should learn a new task keeping the knowledge of old tasks without access to any data of the old tasks. In this paper, we propose a neuron activation importance-based regularization method for stable continual learning regardless of the order of tasks. We conduct comprehensive experiments on existing benchmark data sets to evaluate not just the stability and plasticity of our method with improved classification accuracy also the robustness of the performance along the changes of task order.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.12657v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.CV\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"183710\", \"184114\", \"188169\", \"194365\", \"197667\", \"212647\", \"228062\", \"249234\", \"252086\", \"259336\", \"271679\", \"289331\", \"332151\", \"336181\"]}","task_split":"paper_retrieval"} {"document_id":"33207","document_content":"# Human-Level Reinforcement Learning through Theory-Based Modeling, Exploration, and Planning\n## Categories\n- Artificial Intelligence\n## Abstract\nReinforcement learning (RL) studies how an agent comes to achieve reward in an environment through interactions over time. Recent advances in machine RL have surpassed human expertise at the world's oldest board games and many classic video games, but they require vast quantities of experience to learn successfully -- none of today's algorithms account for the human ability to learn so many different tasks, so quickly. Here we propose a new approach to this challenge based on a particularly strong form of model-based RL which we call Theory-Based Reinforcement Learning, because it uses human-like intuitive theories -- rich, abstract, causal models of physical objects, intentional agents, and their interactions -- to explore and model an environment, and plan effectively to achieve task goals. We instantiate the approach in a video game playing agent called EMPA (the Exploring, Modeling, and Planning Agent), which performs Bayesian inference to learn probabilistic generative models expressed as programs for a game-engine simulator, and runs internal simulations over these models to support efficient object-based, relational exploration and heuristic planning. EMPA closely matches human learning efficiency on a suite of 90 challenging Atari-style video games, learning new games in just minutes of game play and generalizing robustly to new game situations and new levels. The model also captures fine-grained structure in people's exploration trajectories and learning dynamics. Its design and behavior suggest a way forward for building more general human-like AI systems.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.12544v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [\"23386\", \"32844\", \"71387\"], \"outgoing_citations\": [\"96527\", \"134247\", \"155499\", \"174944\", \"185153\", \"196921\", \"201860\", \"212896\", \"225886\", \"229169\", \"229324\", \"241436\", \"260770\", \"263811\", \"264532\", \"266419\", \"269458\", \"271783\", \"279009\", \"279883\", \"281161\", \"284470\", \"284713\", \"295435\", \"302659\", \"308711\", \"310171\"]}","task_split":"paper_retrieval"} {"document_id":"33326","document_content":"# A General Theory for Client Sampling in Federated Learning\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Distributed, Parallel, and Cluster Computing\n## Abstract\nWhile client sampling is a central operation of current state-of-the-art federated learning (FL) approaches, the impact of this procedure on the convergence and speed of FL remains under-investigated. In this work, we provide a general theoretical framework to quantify the impact of a client sampling scheme and of the clients heterogeneity on the federated optimization. First, we provide a unified theoretical ground for previously reported sampling schemes experimental results on the relationship between FL convergence and the variance of the aggregation weights. Second, we prove for the first time that the quality of FL convergence is also impacted by the resulting covariance between aggregation weights. Our theory is general, and is here applied to Multinomial Distribution (MD) and Uniform sampling, two default unbiased client sampling schemes of FL, and demonstrated through a series of experiments in non-iid and unbalanced scenarios. Our results suggest that MD sampling should be used as default sampling scheme, due to the resilience to the changes in data ratio during the learning process, while Uniform sampling is superior only in the special case when clients have the same amount of data.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.12211v4\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.DC\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Distributed, Parallel, and Cluster Computing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"10866\", \"91185\", \"97012\", \"139315\", \"148245\", \"158749\", \"163880\", \"166970\", \"177601\", \"178679\", \"184652\", \"185106\", \"207462\", \"220594\", \"234581\", \"235592\", \"298782\"]}","task_split":"paper_retrieval"} {"document_id":"33363","document_content":"# Towards the Unseen: Iterative Text Recognition by Distilling from Errors\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nVisual text recognition is undoubtedly one of the most extensively researched topics in computer vision. Great progress have been made to date, with the latest models starting to focus on the more practical \"in-the-wild\" setting. However, a salient problem still hinders practical deployment -- prior arts mostly struggle with recognising unseen (or rarely seen) character sequences. In this paper, we put forward a novel framework to specifically tackle this \"unseen\" problem. Our framework is iterative in nature, in that it utilises predicted knowledge of character sequences from a previous iteration, to augment the main network in improving the next prediction. Key to our success is a unique cross-modal variational autoencoder to act as a feedback module, which is trained with the presence of textual error distribution data. This module importantly translate a discrete predicted character space, to a continuous affine transformation parameter space used to condition the visual feature map at next iteration. Experiments on common datasets have shown competitive performance over state-of-the-arts under the conventional setting. Most importantly, under the new disjoint setup where train-test labels are mutually exclusive, ours offers the best performance thus showcasing the capability of generalising onto unseen words.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.12081v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"191\", \"8735\", \"21983\", \"33360\", \"33358\", \"48901\"], \"outgoing_citations\": [\"111991\", \"123550\", \"126244\", \"126484\", \"135021\", \"136831\", \"150014\", \"172884\", \"180931\", \"183268\", \"192483\", \"194775\", \"195652\", \"196265\", \"198379\", \"205988\", \"209377\", \"211597\", \"211851\", \"225336\", \"237267\", \"239727\", \"250738\", \"255134\", \"256711\", \"270040\", \"294023\", \"295499\", \"296685\", \"296828\", \"299248\", \"302948\", \"309106\", \"309239\", \"316102\", \"320148\", \"320837\", \"328595\"]}","task_split":"paper_retrieval"} {"document_id":"33374","document_content":"# HANet: Hierarchical Alignment Networks for Video-Text Retrieval\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nVideo-text retrieval is an important yet challenging task in vision-language understanding, which aims to learn a joint embedding space where related video and text instances are close to each other. Most current works simply measure the video-text similarity based on video-level and text-level embeddings. However, the neglect of more fine-grained or local information causes the problem of insufficient representation. Some works exploit the local details by disentangling sentences, but overlook the corresponding videos, causing the asymmetry of video-text representation. To address the above limitations, we propose a Hierarchical Alignment Network (HANet) to align different level representations for video-text matching. Specifically, we first decompose video and text into three semantic levels, namely event (video and text), action (motion and verb), and entity (appearance and noun). Based on these, we naturally construct hierarchical representations in the individual-local-global manner, where the individual level focuses on the alignment between frame and word, local level focuses on the alignment between video clip and textual context, and global level focuses on the alignment between the whole video and text. Different level alignments capture fine-to-coarse correlations between video and text, as well as take the advantage of the complementary information among three semantic levels. Besides, our HANet is also richly interpretable by explicitly learning key semantic concepts. Extensive experiments on two public datasets, namely MSR-VTT and VATEX, show the proposed HANet outperforms other state-of-the-art methods, which demonstrates the effectiveness of hierarchical representation and alignment. Our code is publicly available.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.12059v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"7454\", \"12778\"], \"outgoing_citations\": [\"60135\", \"62318\", \"69945\", \"76974\", \"84992\", \"89825\", \"95983\", \"96230\", \"101354\", \"110610\", \"113174\", \"114022\", \"118354\", \"131888\", \"139259\", \"151327\", \"154571\", \"172394\", \"173627\", \"176772\", \"181437\", \"191177\", \"191861\", \"214015\", \"217562\", \"223200\", \"236468\", \"238205\", \"256883\", \"260926\", \"282943\"]}","task_split":"paper_retrieval"} {"document_id":"33399","document_content":"# A Shallow Ritz Method for Elliptic Problems with Singular Sources\n## Categories\n- Numerical Analysis\n- Machine Learning\n## Abstract\nIn this paper, a shallow Ritz-type neural network for solving elliptic equations with delta function singular sources on an interface is developed. There are three novel features in the present work; namely, (i) the delta function singularity is naturally removed, (ii) level set function is introduced as a feature input, (iii) it is completely shallow, comprising only one hidden layer. We first introduce the energy functional of the problem and then transform the contribution of singular sources to a regular surface integral along the interface. In such a way, the delta function singularity can be naturally removed without introducing a discrete one that is commonly used in traditional regularization methods, such as the well-known immersed boundary method. The original problem is then reformulated as a minimization problem. We propose a shallow Ritz-type neural network with one hidden layer to approximate the global minimizer of the energy functional. As a result, the network is trained by minimizing the loss function that is a discrete version of the energy. In addition, we include the level set function of the interface as a feature input of the network and find that it significantly improves the training efficiency and accuracy. We perform a series of numerical tests to show the accuracy of the present method and its capability for problems in irregular domains and higher dimensions.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1016\/j.jcp.2022.111547\", \"primary_category\": \"math.NA\", \"categories\": [\"cs.NA\", \"cs.LG\", \"math.NA\"], \"primary_category_human_readable\": \"Numerical Analysis\", \"categories_human_readable\": [\"Numerical Analysis\", \"Machine Learning\", \"Numerical Analysis\"], \"incoming_citations\": [\"43167\"], \"outgoing_citations\": [\"36034\", \"43167\", \"131271\", \"157866\", \"162132\", \"185358\", \"204091\", \"251913\", \"254429\", \"256582\", \"261713\"]}","task_split":"paper_retrieval"} {"document_id":"33586","document_content":"# Automatic tempered posterior distributions for Bayesian inversion problems\n## Categories\n- Computation\n- Artificial Intelligence\n## Abstract\nWe propose a novel adaptive importance sampling scheme for Bayesian inversion problems where the inference of the variables of interest and the power of the data noise is split. More specifically, we consider a Bayesian analysis for the variables of interest (i.e., the parameters of the model to invert), whereas we employ a maximum likelihood approach for the estimation of the noise power. The whole technique is implemented by means of an iterative procedure, alternating sampling and optimization steps. Moreover, the noise power is also used as a tempered parameter for the posterior distribution of the the variables of interest. Therefore, a sequence of tempered posterior densities is generated, where the tempered parameter is automatically selected according to the actual estimation of the noise power. A complete Bayesian study over the model parameters and the scale parameter can be also performed. Numerical experiments show the benefits of the proposed approach.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.3390\/math9070784\", \"primary_category\": \"stat.CO\", \"categories\": [\"cs.AI\", \"stat.CO\"], \"primary_category_human_readable\": \"Computation\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Computation\"], \"incoming_citations\": [\"51330\"], \"outgoing_citations\": [\"124539\", \"312654\"]}","task_split":"paper_retrieval"} {"document_id":"33769","document_content":"# Text Classification and Clustering with Annealing Soft Nearest Neighbor Loss\n## Categories\n- Machine Learning\n- Computation and Language\n- Neural and Evolutionary Computing\n## Abstract\nWe define disentanglement as how far class-different data points from each other are, relative to the distances among class-similar data points. When maximizing disentanglement during representation learning, we obtain a transformed feature representation where the class memberships of the data points are preserved. If the class memberships of the data points are preserved, we would have a feature representation space in which a nearest neighbour classifier or a clustering algorithm would perform well. We take advantage of this method to learn better natural language representation, and employ it on text classification and text clustering tasks. Through disentanglement, we obtain text representations with better-defined clusters and improve text classification performance. Our approach had a test classification accuracy of as high as 90.11% and test clustering accuracy of 88% on the AG News dataset, outperforming our baseline models -- without any other training tricks or regularization.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.14597v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.CL\", \"cs.NE\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Computation and Language\", \"Neural and Evolutionary Computing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"120860\", \"200093\", \"201070\", \"246513\", \"267161\", \"302803\"]}","task_split":"paper_retrieval"} {"document_id":"34008","document_content":"# Back-Translated Task Adaptive Pretraining: Improving Accuracy and Robustness on Text Classification\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nLanguage models (LMs) pretrained on a large text corpus and fine-tuned on a downstream text corpus and fine-tuned on a downstream task becomes a de facto training strategy for several natural language processing (NLP) tasks. Recently, an adaptive pretraining method retraining the pretrained language model with task-relevant data has shown significant performance improvements. However, current adaptive pretraining methods suffer from underfitting on the task distribution owing to a relatively small amount of data to re-pretrain the LM. To completely use the concept of adaptive pretraining, we propose a back-translated task-adaptive pretraining (BT-TAPT) method that increases the amount of task-specific data for LM re-pretraining by augmenting the task data using back-translation to generalize the LM to the target task domain. The experimental results show that the proposed BT-TAPT yields improved classification accuracy on both low- and high-resource data and better robustness to noise than the conventional adaptive pretraining method.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.10474v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"126188\", \"129503\", \"138517\", \"176008\", \"186386\", \"187452\", \"188492\", \"189504\", \"193725\", \"200867\", \"220017\", \"228894\", \"234577\", \"244755\", \"292448\", \"297242\", \"298945\", \"302824\", \"310738\"]}","task_split":"paper_retrieval"} {"document_id":"34019","document_content":"# Improve Learning from Crowds via Generative Augmentation\n## Categories\n- Machine Learning\n- Computer Vision and Pattern Recognition\n- Human-Computer Interaction\n## Abstract\nCrowdsourcing provides an efficient label collection schema for supervised machine learning. However, to control annotation cost, each instance in the crowdsourced data is typically annotated by a small number of annotators. This creates a sparsity issue and limits the quality of machine learning models trained on such data. In this paper, we study how to handle sparsity in crowdsourced data using data augmentation. Specifically, we propose to directly learn a classifier by augmenting the raw sparse annotations. We implement two principles of high-quality augmentation using Generative Adversarial Networks: 1) the generated annotations should follow the distribution of authentic ones, which is measured by a discriminator; 2) the generated annotations should have high mutual information with the ground-truth labels, which is measured by an auxiliary network. Extensive experiments and comparisons against an array of state-of-the-art learning from crowds methods on three real-world datasets proved the effectiveness of our data augmentation framework. It shows the potential of our algorithm for low-budget crowdsourcing in general.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1145\/3447548.3467409\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.CV\", \"cs.HC\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Computer Vision and Pattern Recognition\", \"Human-Computer Interaction\"], \"incoming_citations\": [\"12314\", \"36175\"], \"outgoing_citations\": [\"78501\", \"78644\", \"141469\", \"171064\", \"183330\", \"190175\", \"199491\", \"242361\", \"249614\", \"250707\", \"256776\", \"264326\", \"265057\", \"270545\", \"290620\", \"291089\", \"302935\", \"333908\"]}","task_split":"paper_retrieval"} {"document_id":"34289","document_content":"# Checkovid: A COVID-19 misinformation detection system on Twitter using network and content mining perspectives\n## Categories\n- Machine Learning\n- Computation and Language\n- Social and Information Networks\n- 68T05, 68T07\n- I.2; I.5\n## Abstract\nDuring the COVID-19 pandemic, social media platforms were ideal for communicating due to social isolation and quarantine. Also, it was the primary source of misinformation dissemination on a large scale, referred to as the infodemic. Therefore, automatic debunking misinformation is a crucial problem. To tackle this problem, we present two COVID-19 related misinformation datasets on Twitter and propose a misinformation detection system comprising network-based and content-based processes based on machine learning algorithms and NLP techniques. In the network-based process, we focus on social properties, network characteristics, and users. On the other hand, we classify misinformation using the content of the tweets directly in the content-based process, which contains text classification models (paragraph-level and sentence-level) and similarity models. The evaluation results on the network-based process show the best results for the artificial neural network model with an F1 score of 88.68%. In the content-based process, our novel similarity models, which obtained an F1 score of 90.26%, show an improvement in the misinformation classification results compared to the network-based models. In addition, in the text classification models, the best result was achieved using the stacking ensemble-learning model by obtaining an F1 score of 95.18%. Furthermore, we test our content-based models on the Constraint@AAAI2021 dataset, and by getting an F1 score of 94.38%, we improve the baseline results. Finally, we develop a fact-checking website called Checkovid that uses each process to detect misinformative and informative claims in the domain of COVID-19 from different perspectives.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.09768v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.CL\", \"cs.SI\", \"68T05, 68T07\", \"I.2; I.5\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Computation and Language\", \"Social and Information Networks\", \"68T05, 68T07\", \"I.2; I.5\"], \"incoming_citations\": [], \"outgoing_citations\": [\"56773\", \"66278\", \"68638\", \"76033\", \"76125\", \"76199\", \"77467\", \"83834\", \"88313\", \"88648\", \"93422\", \"93549\", \"94401\", \"108176\", \"117359\", \"119855\", \"123410\", \"125576\", \"128075\", \"225253\"]}","task_split":"paper_retrieval"} {"document_id":"34316","document_content":"# Towards Privacy-preserving Explanations in Medical Image Analysis\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nThe use of Deep Learning in the medical field is hindered by the lack of interpretability. Case-based interpretability strategies can provide intuitive explanations for deep learning models' decisions, thus, enhancing trust. However, the resulting explanations threaten patient privacy, motivating the development of privacy-preserving methods compatible with the specifics of medical data. In this work, we analyze existing privacy-preserving methods and their respective capacity to anonymize medical data while preserving disease-related semantic features. We find that the PPRL-VGAN deep learning method was the best at preserving the disease-related semantic features while guaranteeing a high level of privacy among the compared state-of-the-art methods. Nevertheless, we emphasize the need to improve privacy-preserving methods for medical imaging, as we identified relevant drawbacks in all existing privacy-preserving approaches.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.09652v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"152608\", \"183000\", \"219512\", \"219527\", \"221505\", \"225328\", \"226576\", \"234474\", \"238486\", \"239137\", \"253401\", \"301835\"]}","task_split":"paper_retrieval"} {"document_id":"34317","document_content":"# Learning to Share Autonomy Across Repeated Interaction\n## Categories\n- Robotics\n## Abstract\nWheelchair-mounted robotic arms (and other assistive robots) should help their users perform everyday tasks. One way robots can provide this assistance is shared autonomy. Within shared autonomy, both the human and robot maintain control over the robot's motion: as the robot becomes confident it understands what the human wants, it increasingly intervenes to automate the task. But how does the robot know what tasks the human may want to perform in the first place? Today's shared autonomy approaches often rely on prior knowledge: for example, the robot must know the set of possible human goals a priori. In the long-term, however, this prior knowledge will inevitably break down -- sooner or later the human will reach for a goal that the robot did not expect. In this paper we propose a learning approach to shared autonomy that takes advantage of repeated interactions. Learning to assist humans would be impossible if they performed completely different tasks at every interaction: but our insight is that users living with physical disabilities repeat important tasks on a daily basis (e.g., opening the fridge, making coffee, and having dinner). We introduce an algorithm that exploits these repeated interactions to recognize the human's task, replicate similar demonstrations, and return control when unsure. As the human repeatedly works with this robot, our approach continually learns to assist tasks that were never specified beforehand: these tasks include both discrete goals (e.g., reaching a cup) and continuous skills (e.g., opening a drawer). Across simulations and an in-person user study, we demonstrate that robots leveraging our approach match existing shared autonomy methods for known goals, and outperform imitation learning baselines on new tasks. See videos here: https:\/\/youtu.be\/Plh4t3wQeIA","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.09650v2\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.RO\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Robotics\"], \"incoming_citations\": [\"22668\"], \"outgoing_citations\": [\"57844\", \"87273\", \"92106\", \"119110\", \"126543\", \"131830\", \"162391\", \"182269\", \"191821\", \"196387\", \"215235\", \"222967\", \"243197\", \"255571\", \"264845\", \"275319\", \"292179\"]}","task_split":"paper_retrieval"} {"document_id":"34793","document_content":"# Pre-trained Language Models as Prior Knowledge for Playing Text-based Games\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Multiagent Systems\n- Robotics\n## Abstract\nRecently, text world games have been proposed to enable artificial agents to understand and reason about real-world scenarios. These text-based games are challenging for artificial agents, as it requires an understanding of and interaction using natural language in a partially observable environment. Agents observe the environment via textual descriptions designed to be challenging enough for even human players. Past approaches have not paid enough attention to the language understanding capability of the proposed agents. Typically, these approaches train from scratch, an agent that learns both textual representations and the gameplay online during training using a temporal loss function. Given the sample-inefficiency of RL approaches, it is inefficient to learn rich enough textual representations to be able to understand and reason using the textual observation in such a complicated game environment setting. In this paper, we improve the semantic understanding of the agent by proposing a simple RL with LM framework where we use transformer-based language models with Deep RL models. We perform a detailed study of our framework to demonstrate how our model outperforms all existing agents on the popular game, Zork1, to achieve a score of 44.7, which is 1.6 higher than the state-of-the-art model. Overall, our proposed approach outperforms 4 games out of the 14 text-based games, while performing comparable to the state-of-the-art models on the remaining games.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.08408v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.MA\", \"cs.RO\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Multiagent Systems\", \"Robotics\"], \"incoming_citations\": [\"15887\"], \"outgoing_citations\": [\"60832\", \"61113\", \"92228\", \"96195\", \"96449\", \"119028\", \"145805\", \"167303\", \"168951\", \"226321\", \"266419\", \"303349\"]}","task_split":"paper_retrieval"} {"document_id":"34816","document_content":"# An Experimental Study of Data Heterogeneity in Federated Learning Methods for Medical Imaging\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Computer Vision and Pattern Recognition\n## Abstract\nFederated learning enables multiple institutions to collaboratively train machine learning models on their local data in a privacy-preserving way. However, its distributed nature often leads to significant heterogeneity in data distributions across institutions. In this paper, we investigate the deleterious impact of a taxonomy of data heterogeneity regimes on federated learning methods, including quantity skew, label distribution skew, and imaging acquisition skew. We show that the performance degrades with the increasing degrees of data heterogeneity. We present several mitigation strategies to overcome performance drops from data heterogeneity, including weighted average for data quantity skew, weighted loss and batch normalization averaging for label distribution skew. The proposed optimizations to federated learning methods improve their capability of handling heterogeneity across institutions, which provides valuable guidance for the deployment of federated learning in real clinical applications.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.08371v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.CV\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"39697\"], \"outgoing_citations\": [\"164048\", \"166970\", \"207602\", \"248216\", \"310087\"]}","task_split":"paper_retrieval"} {"document_id":"34986","document_content":"# POS tagging, lemmatization and dependency parsing of West Frisian\n## Categories\n- Computation and Language\n- Machine Learning\n- 68U15\n- J.5\n## Abstract\nWe present a lemmatizer\/POS-tagger\/dependency parser for West Frisian using a corpus of 44,714 words in 3,126 sentences that were annotated according to the guidelines of Universal Dependency version 2. POS tags were assigned to words by using a Dutch POS tagger that was applied to a literal word-by-word translation, or to sentences of a Dutch parallel text. Best results were obtained when using literal translations that were created by using the Frisian translation program Oersetter. Morphologic and syntactic annotations were generated on the basis of a literal Dutch translation as well. The performance of the lemmatizer\/tagger\/annotator when it was trained using default parameters was compared to the performance that was obtained when using the parameter values that were used for training the LassySmall UD 2.5 corpus. A significant improvement was found for `lemma'. The Frisian lemmatizer\/PoS tagger\/dependency parser is released as a web app and as a web service.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.07974v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"stat.ML\", \"68U15\", \"J.5\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\", \"68U15\", \"J.5\"], \"incoming_citations\": [], \"outgoing_citations\": [\"51225\", \"128134\"]}","task_split":"paper_retrieval"} {"document_id":"34988","document_content":"# How Vulnerable Are Automatic Fake News Detection Methods to Adversarial Attacks?\n## Categories\n- Computation and Language\n## Abstract\nAs the spread of false information on the internet has increased dramatically in recent years, more and more attention is being paid to automated fake news detection. Some fake news detection methods are already quite successful. Nevertheless, there are still many vulnerabilities in the detection algorithms. The reason for this is that fake news publishers can structure and formulate their texts in such a way that a detection algorithm does not expose this text as fake news. This paper shows that it is possible to automatically attack state-of-the-art models that have been trained to detect Fake News, making these vulnerable. For this purpose, corresponding models were first trained based on a dataset. Then, using Text-Attack, an attempt was made to manipulate the trained models in such a way that previously correctly identified fake news was classified as true news. The results show that it is possible to automatically bypass Fake News detection mechanisms, leading to implications concerning existing policy initiatives.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.07970v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"13501\"], \"outgoing_citations\": [\"73741\", \"123836\", \"126188\", \"128071\", \"133106\", \"142020\", \"159555\", \"166807\", \"174139\", \"184236\", \"203890\", \"206156\", \"228894\", \"234801\", \"245196\", \"281571\", \"310738\"]}","task_split":"paper_retrieval"} {"document_id":"35042","document_content":"# Modeling User Behaviour in Research Paper Recommendation System\n## Categories\n- Information Retrieval\n- Machine Learning\n## Abstract\nUser intention which often changes dynamically is considered to be an important factor for modeling users in the design of recommendation systems. Recent studies are starting to focus on predicting user intention (what users want) beyond user preference (what users like). In this work, a user intention model is proposed based on deep sequential topic analysis. The model predicts a user's intention in terms of the topic of interest. The Hybrid Topic Model (HTM) comprising Latent Dirichlet Allocation (LDA) and Word2Vec is proposed to derive the topic of interest of users and the history of preferences. HTM finds the true topics of papers estimating word-topic distribution which includes syntactic and semantic correlations among words. Next, to model user intention, a Long Short Term Memory (LSTM) based sequential deep learning model is proposed. This model takes into account temporal context, namely the time difference between clicks of two consecutive papers seen by a user. Extensive experiments with the real-world research paper dataset indicate that the proposed approach significantly outperforms the state-of-the-art methods. Further, the proposed approach introduces a new road map to model a user activity suitable for the design of a research paper recommendation system.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.07831v1\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.LG\", \"cs.IR\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Machine Learning\", \"Information Retrieval\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"35228","document_content":"# Level generation and style enhancement -- deep learning for game development overview\n## Categories\n- Computer Vision and Pattern Recognition\n- I.2.10; I.4.3; J.5\n## Abstract\nWe present practical approaches of using deep learning to create and enhance level maps and textures for video games -- desktop, mobile, and web. We aim to present new possibilities for game developers and level artists. The task of designing levels and filling them with details is challenging. It is both time-consuming and takes effort to make levels rich, complex, and with a feeling of being natural. Fortunately, recent progress in deep learning provides new tools to accompany level designers and visual artists. Moreover, they offer a way to generate infinite worlds for game replayability and adjust educational games to players' needs. We present seven approaches to create level maps, each using statistical methods, machine learning, or deep learning. In particular, we include: - Generative Adversarial Networks for creating new images from existing examples (e.g. ProGAN). - Super-resolution techniques for upscaling images while preserving crisp detail (e.g. ESRGAN). - Neural style transfer for changing visual themes. - Image translation - turning semantic maps into images (e.g. GauGAN). - Semantic segmentation for turning images into semantic masks (e.g. U-Net). - Unsupervised semantic segmentation for extracting semantic features (e.g. Tile2Vec). - Texture synthesis - creating large patterns based on a smaller sample (e.g. InGAN).","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.07397v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"I.2.10; I.4.3; J.5\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"I.2.10; I.4.3; J.5\"], \"incoming_citations\": [], \"outgoing_citations\": [\"50480\", \"55756\", \"95477\", \"119380\", \"131990\", \"137881\", \"152649\", \"153614\", \"175104\", \"194775\", \"202457\", \"219077\", \"224597\", \"230919\", \"232395\", \"232875\", \"266719\", \"270879\", \"274886\", \"283070\", \"293617\", \"297233\", \"307557\"]}","task_split":"paper_retrieval"} {"document_id":"35322","document_content":"# Semantic Image Cropping\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nAutomatic image cropping techniques are commonly used to enhance the aesthetic quality of an image; they do it by detecting the most beautiful or the most salient parts of the image and removing the unwanted content to have a smaller image that is more visually pleasing. In this thesis, I introduce an additional dimension to the problem of cropping, semantics. I argue that image cropping can also enhance the image's relevancy for a given entity by using the semantic information contained in the image. I call this problem, Semantic Image Cropping. To support my argument, I provide a new dataset containing 100 images with at least two different entities per image and four ground truth croppings collected using Amazon Mechanical Turk. I use this dataset to show that state-of-the-art cropping algorithms that only take into account aesthetics do not perform well in the problem of semantic image cropping. Additionally, I provide a new deep learning system that takes not just aesthetics but also semantics into account to generate image croppings, and I evaluate its performance using my new semantic cropping dataset, showing that using the semantic information of an image can help to produce better croppings.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.07153v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"276752\", \"284450\"]}","task_split":"paper_retrieval"} {"document_id":"35443","document_content":"# YinYang-Net: Complementing Face and Body Information for Wild Gender Recognition\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nSoft biometrics inference in surveillance scenarios is a topic of interest for various applications, particularly in security-related areas. However, soft biometric analysis is not extensively reported in wild conditions. In particular, previous works on gender recognition report their results in face datasets, with relatively good image quality and frontal poses. Given the uncertainty of the availability of the facial region in wild conditions, we consider that these methods are not adequate for surveillance settings. To overcome these limitations, we: 1) present frontal and wild face versions of three well-known surveillance datasets; and 2) propose YinYang-Net (YY-Net), a model that effectively and dynamically complements facial and body information, which makes it suitable for gender recognition in wild conditions. The frontal and wild face datasets derive from widely used Pedestrian Attribute Recognition (PAR) sets (PETA, PA-100K, and RAP), using a pose-based approach to filter the frontal samples and facial regions. This approach retrieves the facial region of images with varying image\/subject conditions, where the state-of-the-art face detectors often fail. YY-Net combines facial and body information through a learnable fusion matrix and a channel-attention sub-network, focusing on the most influential body parts according to the specific image\/subject features. We compare it with five PAR methods, consistently obtaining state-of-the-art results on gender recognition, and reducing the prediction errors by up to 24% in frontal samples. The announced PAR datasets versions and YY-Net serve as the basis for wild soft biometrics classification and are available in https:\/\/github.com\/Tiago-Roxo.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.06847v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"49991\", \"87188\", \"123157\", \"123309\", \"162427\", \"174777\", \"180591\", \"207713\", \"220104\", \"225092\", \"243408\", \"248676\", \"252688\", \"253802\", \"254631\", \"254923\", \"257722\", \"264659\", \"270944\", \"279059\", \"296064\", \"297167\"]}","task_split":"paper_retrieval"} {"document_id":"35672","document_content":"# Fairness-aware Summarization for Justified Decision-Making\n## Categories\n- Artificial Intelligence\n- Computation and Language\n- Computers and Society\n## Abstract\nIn consequential domains such as recidivism prediction, facility inspection, and benefit assignment, it's important for individuals to know the decision-relevant information for the model's prediction. In addition, predictions should be fair both in terms of the outcome and the justification of the outcome. In other words, decision-relevant features should provide sufficient information for the predicted outcome and should be independent of the membership of individuals in protected groups such as race and gender. In this work, we focus on the problem of (un)fairness in the justification of the text-based neural models. We tie the explanatory power of the model to fairness in the outcome and propose a fairness-aware summarization mechanism to detect and counteract the bias in such models. Given a potentially biased natural language explanation for a decision, we use a multi-task neural model and an attribution mechanism based on integrated gradients to extract high-utility and low-bias justifications in form of a summary. The extracted summary is then used for training a model to make decisions for individuals. Results on several real world datasets suggest that our method drastically limits the demographic leakage in the input (fairness in justification) while moderately enhancing the fairness in the outcome. Our model is also effective in detecting and counteracting several types of data poisoning attacks that synthesize race-coded reasoning or irrelevant justifications.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.06243v2\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.CL\", \"cs.CY\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Computation and Language\", \"Computers and Society\"], \"incoming_citations\": [\"20171\"], \"outgoing_citations\": [\"20171\", \"91809\", \"118758\", \"141507\", \"156306\", \"159169\", \"162748\", \"167168\", \"170449\", \"171039\", \"183012\", \"193767\", \"193848\", \"201071\", \"206169\", \"213584\", \"226244\", \"226309\", \"227865\", \"230185\", \"237274\", \"239806\", \"241075\", \"241812\", \"242408\", \"244542\", \"245190\", \"262372\", \"262379\", \"264298\", \"268902\", \"280552\", \"281848\", \"284408\", \"287941\", \"299785\", \"303062\", \"305094\", \"307223\", \"309330\", \"320503\", \"331356\"]}","task_split":"paper_retrieval"} {"document_id":"35761","document_content":"# Identifying Influential Users in Unknown Social Networks for Adaptive Incentive Allocation Under Budget Restriction\n## Categories\n- Social and Information Networks\n- Artificial Intelligence\n## Abstract\nIn recent years, recommendation systems have been widely applied in many domains. These systems are impotent in affecting users to choose the behavior that the system expects. Meanwhile, providing incentives has been proven to be a more proactive way to affect users' behaviors. Due to the budget limitation, the number of users who can be incentivized is restricted. In this light, we intend to utilize social influence existing among users to enhance the effect of incentivization. Through incentivizing influential users directly, their followers in the social network are possibly incentivized indirectly. However, in many real-world scenarios, the topological structure of the network is usually unknown, which makes identifying influential users difficult. To tackle the aforementioned challenges, in this paper, we propose a novel algorithm for exploring influential users in unknown networks, which can estimate the influential relationships among users based on their historical behaviors and without knowing the topology of the network. Meanwhile, we design an adaptive incentive allocation approach that determines incentive values based on users' preferences and their influence ability. We evaluate the performance of the proposed approaches by conducting experiments on both synthetic and real-world datasets. The experimental results demonstrate the effectiveness of the proposed approaches.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.05992v2\", \"primary_category\": \"cs.SI\", \"categories\": [\"cs.AI\", \"cs.SI\"], \"primary_category_human_readable\": \"Social and Information Networks\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Social and Information Networks\"], \"incoming_citations\": [], \"outgoing_citations\": [\"177034\", \"199908\", \"231075\", \"313526\", \"331590\", \"339920\", \"359951\"]}","task_split":"paper_retrieval"} {"document_id":"35896","document_content":"# Detecting Ideal Instagram Influencer Using Social Network Analysis\n## Categories\n- Social and Information Networks\n- Artificial Intelligence\n## Abstract\nSocial Media is a key aspect of modern society where people share their thoughts, views, feelings and sentiments. Over the last few years, the inflation in popularity of social media has resulted in a monumental increase in data. Users use this medium to express their thoughts, feelings, and opinions on a wide variety of subjects, including politics and celebrities. Social Media has thus evolved into a lucrative platform for companies to expand their scope and improve their prospects. The paper focuses on social network analysis (SNA) for a real-world online marketing strategy. The study contributes by comparing various centrality measures to identify the most central nodes in the network and uses a linear threshold model to understand the spreading behaviour of individual users. In conclusion, the paper correlates different centrality measures and spreading behaviour to identify the most influential user in the network","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.05731v1\", \"primary_category\": \"cs.SI\", \"categories\": [\"cs.AI\", \"cs.SI\"], \"primary_category_human_readable\": \"Social and Information Networks\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Social and Information Networks\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"35897","document_content":"# Generalization of graph network inferences in higher-order probabilistic graphical models\n## Categories\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nProbabilistic graphical models provide a powerful tool to describe complex statistical structure, with many real-world applications in science and engineering from controlling robotic arms to understanding neuronal computations. A major challenge for these graphical models is that inferences such as marginalization are intractable for general graphs. These inferences are often approximated by a distributed message-passing algorithm such as Belief Propagation, which does not always perform well on graphs with cycles, nor can it always be easily specified for complex continuous probability distributions. Such difficulties arise frequently in expressive graphical models that include intractable higher-order interactions. In this paper we construct iterative message-passing algorithms using Graph Neural Networks defined on factor graphs to achieve fast approximate inference on graphical models that involve many-variable interactions. Experimental results on several families of graphical models demonstrate the out-of-distribution generalization capability of our method to different sized graphs, and indicate the domain in which our method gains advantage over Belief Propagation.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.05729v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"112378\", \"152437\", \"201866\", \"215435\", \"238297\", \"303167\", \"316291\", \"346695\", \"350478\"]}","task_split":"paper_retrieval"} {"document_id":"35919","document_content":"# Accenture at CheckThat! 2021: Interesting claim identification and ranking with contextually sensitive lexical training data augmentation\n## Categories\n- Computation and Language\n- Information Retrieval\n## Abstract\nThis paper discusses the approach used by the Accenture Team for CLEF2021 CheckThat! Lab, Task 1, to identify whether a claim made in social media would be interesting to a wide audience and should be fact-checked. Twitter training and test data were provided in English, Arabic, Spanish, Turkish, and Bulgarian. Claims were to be classified (check-worthy\/not check-worthy) and ranked in priority order for the fact-checker. Our method used deep neural network transformer models with contextually sensitive lexical augmentation applied on the supplied training datasets to create additional training samples. This augmentation approach improved the performance for all languages. Overall, our architecture and data augmentation pipeline produced the best submitted system for Arabic, and performance scales according to the quantity of provided training data for English, Spanish, Turkish, and Bulgarian. This paper investigates the deep neural network architectures for each language as well as the provided data to examine why the approach worked so effectively for Arabic, and discusses additional data augmentation measures that should could be useful to this problem.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.05684v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.IR\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Information Retrieval\"], \"incoming_citations\": [\"21630\"], \"outgoing_citations\": [\"21630\", \"94933\", \"102258\", \"109640\", \"134870\", \"170447\", \"200867\"]}","task_split":"paper_retrieval"} {"document_id":"35923","document_content":"# Hidden Convexity of Wasserstein GANs: Interpretable Generative Models with Closed-Form Solutions\n## Categories\n- Machine Learning\n- Computer Vision and Pattern Recognition\n- Image and Video Processing\n- Optimization and Control\n## Abstract\nGenerative Adversarial Networks (GANs) are commonly used for modeling complex distributions of data. Both the generators and discriminators of GANs are often modeled by neural networks, posing a non-transparent optimization problem which is non-convex and non-concave over the generator and discriminator, respectively. Such networks are often heuristically optimized with gradient descent-ascent (GDA), but it is unclear whether the optimization problem contains any saddle points, or whether heuristic methods can find them in practice. In this work, we analyze the training of Wasserstein GANs with two-layer neural network discriminators through the lens of convex duality, and for a variety of generators expose the conditions under which Wasserstein GANs can be solved exactly with convex optimization approaches, or can be represented as convex-concave games. Using this convex duality interpretation, we further demonstrate the impact of different activation functions of the discriminator. Our observations are verified with numerical results demonstrating the power of the convex interpretation, with applications in progressive training of convex architectures corresponding to linear generators and quadratic-activation discriminators for CelebA image generation. The code for our experiments is available at https:\/\/github.com\/ardasahiner\/ProCoGAN.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.05680v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.CV\", \"eess.IV\", \"math.OC\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Computer Vision and Pattern Recognition\", \"Image and Video Processing\", \"Optimization and Control\", \"Machine Learning\"], \"incoming_citations\": [\"16816\", \"43181\", \"65934\", \"15363\", \"16822\", \"17268\", \"78523\", \"140088\"], \"outgoing_citations\": [\"15363\", \"16822\", \"17268\", \"53568\", \"56647\", \"65934\", \"76597\", \"78523\", \"81616\", \"115940\", \"120045\", \"140088\", \"140358\", \"140681\", \"212705\", \"245177\", \"265604\", \"272918\", \"281002\", \"291301\", \"320016\"]}","task_split":"paper_retrieval"} {"document_id":"36072","document_content":"# Prb-GAN: A Probabilistic Framework for GAN Modelling\n## Categories\n- Machine Learning\n- Computer Vision and Pattern Recognition\n## Abstract\nGenerative adversarial networks (GANs) are very popular to generate realistic images, but they often suffer from the training instability issues and the phenomenon of mode loss. In order to attain greater diversity in GAN synthesized data, it is critical to solving the problem of mode loss. Our work explores probabilistic approaches to GAN modelling that could allow us to tackle these issues. We present Prb-GANs, a new variation that uses dropout to create a distribution over the network parameters with the posterior learnt using variational inference. We describe theoretically and validate experimentally using simple and complex datasets the benefits of such an approach. We look into further improvements using the concept of uncertainty measures. Through a set of further modifications to the loss functions for each network of the GAN, we are able to get results that show the improvement of GAN performance. Our methods are extremely simple and require very little modification to existing GAN architecture.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.05241v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.CV\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Computer Vision and Pattern Recognition\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"152544\", \"155103\", \"172222\", \"172261\", \"174586\", \"177483\", \"181346\", \"181820\", \"188010\", \"190946\", \"192684\", \"195268\", \"210416\", \"212075\", \"222900\", \"236298\", \"237269\", \"245825\", \"249069\", \"266003\", \"269271\", \"272910\", \"275665\", \"278560\", \"281144\", \"291301\"]}","task_split":"paper_retrieval"} {"document_id":"36084","document_content":"# A Simple Reward-free Approach to Constrained Reinforcement Learning\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nIn constrained reinforcement learning (RL), a learning agent seeks to not only optimize the overall reward but also satisfy the additional safety, diversity, or budget constraints. Consequently, existing constrained RL solutions require several new algorithmic ingredients that are notably different from standard RL. On the other hand, reward-free RL is independently developed in the unconstrained literature, which learns the transition dynamics without using the reward information, and thus naturally capable of addressing RL with multiple objectives under the common dynamics. This paper bridges reward-free RL and constrained RL. Particularly, we propose a simple meta-algorithm such that given any reward-free RL oracle, the approachability and constrained RL problems can be directly solved with negligible overheads in sample complexity. Utilizing the existing reward-free RL solvers, our framework provides sharp sample complexity results for constrained RL in the tabular MDP setting, matching the best existing results up to a factor of horizon dependence; our framework directly extends to a setting of tabular two-player Markov games, and gives a new result for constrained RL with linear function approximation.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.05216v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"71258\", \"84633\", \"96808\", \"105452\", \"117376\", \"118123\", \"120087\", \"139188\", \"139606\", \"143630\", \"176464\", \"179562\", \"184398\", \"194350\", \"199458\", \"230215\", \"271358\"]}","task_split":"paper_retrieval"} {"document_id":"36127","document_content":"# LexSubCon: Integrating Knowledge from Lexical Resources into Contextual Embeddings for Lexical Substitution\n## Categories\n- Machine Learning\n## Abstract\nLexical substitution is the task of generating meaningful substitutes for a word in a given textual context. Contextual word embedding models have achieved state-of-the-art results in the lexical substitution task by relying on contextual information extracted from the replaced word within the sentence. However, such models do not take into account structured knowledge that exists in external lexical databases. We introduce LexSubCon, an end-to-end lexical substitution framework based on contextual embedding models that can identify highly accurate substitute candidates. This is achieved by combining contextual information with knowledge from structured lexical resources. Our approach involves: (i) introducing a novel mix-up embedding strategy in the creation of the input embedding of the target word through linearly interpolating the pair of the target input embedding and the average embedding of its probable synonyms; (ii) considering the similarity of the sentence-definition embeddings of the target word and its proposed candidates; and, (iii) calculating the effect of each substitution in the semantics of the sentence through a fine-tuned sentence similarity model. Our experiments show that LexSubCon outperforms previous state-of-the-art methods on LS07 and CoInCo benchmark datasets that are widely used for lexical substitution tasks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.05132v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"122165\", \"168247\", \"170992\", \"171633\", \"179267\", \"200867\", \"244755\", \"264814\", \"302824\"]}","task_split":"paper_retrieval"} {"document_id":"36175","document_content":"# Learning from Crowds with Sparse and Imbalanced Annotations\n## Categories\n- Machine Learning\n## Abstract\nTraditional supervised learning requires ground truth labels for the training data, whose collection can be difficult in many cases. Recently, crowdsourcing has established itself as an efficient labeling solution through resorting to non-expert crowds. To reduce the labeling error effects, one common practice is to distribute each instance to multiple workers, whereas each worker only annotates a subset of data, resulting in the {\\it sparse annotation} phenomenon. In this paper, we note that when meeting with class-imbalance, i.e., when the ground truth labels are {\\it class-imbalanced}, the sparse annotations are prone to be skewly distributed, which thus can severely bias the learning algorithm. To combat this issue, we propose one self-training based approach named {\\it Self-Crowd} by progressively adding confident pseudo-annotations and rebalancing the annotation distribution. Specifically, we propose one distribution aware confidence measure to select confident pseudo-annotations, which adopts the resampling strategy to oversample the minority annotations and undersample the majority annotations. On one real-world crowdsourcing image classification task, we show that the proposed method yields more balanced annotations throughout training than the distribution agnostic methods and substantially improves the learning performance at different annotation sparsity levels.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.05039v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"34019\", \"199491\", \"253266\", \"270545\"]}","task_split":"paper_retrieval"} {"document_id":"36182","document_content":"# Similarity Guided Deep Face Image Retrieval\n## Categories\n- Computer Vision and Pattern Recognition\n- Information Retrieval\n## Abstract\nFace image retrieval, which searches for images of the same identity from the query input face image, is drawing more attention as the size of the image database increases rapidly. In order to conduct fast and accurate retrieval, a compact hash code-based methods have been proposed, and recently, deep face image hashing methods with supervised classification training have shown outstanding performance. However, classification-based scheme has a disadvantage in that it cannot reveal complex similarities between face images into the hash code learning. In this paper, we attempt to improve the face image retrieval quality by proposing a Similarity Guided Hashing (SGH) method, which gently considers self and pairwise-similarity simultaneously. SGH employs various data augmentations designed to explore elaborate similarities between face images, solving both intra and inter identity-wise difficulties. Extensive experimental results on the protocols with existing benchmarks and an additionally proposed large scale higher resolution face image dataset demonstrate that our SGH delivers state-of-the-art retrieval performance.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.05025v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.IR\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Information Retrieval\"], \"incoming_citations\": [], \"outgoing_citations\": [\"132207\", \"139775\", \"140055\", \"173455\", \"187091\", \"198711\", \"213155\", \"252688\", \"264939\", \"274846\", \"291400\", \"316473\", \"329670\"]}","task_split":"paper_retrieval"} {"document_id":"36260","document_content":"# From Common Sense Reasoning to Neural Network Models through Multiple Preferences: an overview\n## Categories\n- Artificial Intelligence\n- I.2.4\n## Abstract\nIn this paper we discuss the relationships between conditional and preferential logics and neural network models, based on a multi-preferential semantics. We propose a concept-wise multipreference semantics, recently introduced for defeasible description logics to take into account preferences with respect to different concepts, as a tool for providing a semantic interpretation to neural network models. This approach has been explored both for unsupervised neural network models (Self-Organising Maps) and for supervised ones (Multilayer Perceptrons), and we expect that the same approach might be extended to other neural network models. It allows for logical properties of the network to be checked (by model checking) over an interpretation capturing the input-output behavior of the network. For Multilayer Perceptrons, the deep network itself can be regarded as a conditional knowledge base, in which synaptic connections correspond to weighted conditionals. The paper describes the general approach, through the cases of Self-Organising Maps and Multilayer Perceptrons, and discusses some open issues and perspectives.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.04870v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"I.2.4\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"I.2.4\"], \"incoming_citations\": [], \"outgoing_citations\": [\"45757\", \"63619\", \"78499\", \"103287\", \"120373\", \"139300\", \"186204\", \"187728\", \"220492\", \"230273\"]}","task_split":"paper_retrieval"} {"document_id":"36268","document_content":"# Machine Learning for Financial Forecasting, Planning and Analysis: Recent Developments and Pitfalls\n## Categories\n- Econometrics\n- Artificial Intelligence\n## Abstract\nThis article is an introduction to machine learning for financial forecasting, planning and analysis (FP\\&A). Machine learning appears well suited to support FP\\&A with the highly automated extraction of information from large amounts of data. However, because most traditional machine learning techniques focus on forecasting (prediction), we discuss the particular care that must be taken to avoid the pitfalls of using them for planning and resource allocation (causal inference). While the naive application of machine learning usually fails in this context, the recently developed double machine learning framework can address causal questions of interest. We review the current literature on machine learning in FP\\&A and illustrate in a simulation study how machine learning can be used for both forecasting and planning. We also investigate how forecasting and planning improve as the number of data points increases.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.04851v1\", \"primary_category\": \"econ.EM\", \"categories\": [\"econ.EM\", \"cs.AI\"], \"primary_category_human_readable\": \"Econometrics\", \"categories_human_readable\": [\"Econometrics\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"143344\", \"188490\", \"279895\", \"316341\"]}","task_split":"paper_retrieval"} {"document_id":"36325","document_content":"# Systematic human learning and generalization from a brief tutorial with explanatory feedback\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Symbolic Computation\n## Abstract\nNeural networks have long been used to model human intelligence, capturing elements of behavior and cognition, and their neural basis. Recent advancements in deep learning have enabled neural network models to reach and even surpass human levels of intelligence in many respects, yet unlike humans, their ability to learn new tasks quickly remains a challenge. People can reason not only in familiar domains, but can also rapidly learn to reason through novel problems and situations, raising the question of how well modern neural network models capture human intelligence and in which ways they diverge. In this work, we explore this gap by investigating human adults' ability to learn an abstract reasoning task based on Sudoku from a brief instructional tutorial with explanatory feedback for incorrect responses using a narrow range of training examples. We find that participants who master the task do so within a small number of trials and generalize well to puzzles outside of the training range. We also find that most of those who master the task can describe a valid solution strategy, and such participants perform better on transfer puzzles than those whose strategy descriptions are vague or incomplete. Interestingly, fewer than half of our human participants were successful in acquiring a valid solution strategy, and this ability is associated with high school mathematics education. We consider the challenges these findings pose for building computational models that capture all aspects of our findings and point toward a possible role for learning to engage in explanation-based reasoning to support rapid learning and generalization.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.06994v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.SC\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Symbolic Computation\"], \"incoming_citations\": [], \"outgoing_citations\": [\"4339\", \"4639\", \"11792\", \"13400\", \"26023\", \"29312\", \"64908\", \"131702\", \"170653\", \"192616\", \"207428\", \"207866\", \"208082\", \"229324\", \"249694\", \"251911\", \"252519\", \"280202\", \"295435\", \"350497\", \"361902\"]}","task_split":"paper_retrieval"} {"document_id":"36476","document_content":"# Graph-based Deep Generative Modelling for Document Layout Generation\n## Categories\n- Computer Vision and Pattern Recognition\n- Machine Learning\n## Abstract\nOne of the major prerequisites for any deep learning approach is the availability of large-scale training data. When dealing with scanned document images in real world scenarios, the principal information of its content is stored in the layout itself. In this work, we have proposed an automated deep generative model using Graph Neural Networks (GNNs) to generate synthetic data with highly variable and plausible document layouts that can be used to train document interpretation systems, in this case, specially in digital mailroom applications. It is also the first graph-based approach for document layout generation task experimented on administrative document images, in this case, invoices.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.04357v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.LG\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"37203\", \"169267\", \"183355\", \"202311\", \"241029\", \"264315\", \"303167\", \"305707\", \"316961\", \"352782\"]}","task_split":"paper_retrieval"} {"document_id":"36587","document_content":"# A Systematic Survey of Text Worlds as Embodied Natural Language Environments\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nText Worlds are virtual environments for embodied agents that, unlike 2D or 3D environments, are rendered exclusively using textual descriptions. These environments offer an alternative to higher-fidelity 3D environments due to their low barrier to entry, providing the ability to study semantics, compositional inference, and other high-level tasks with rich high-level action spaces while controlling for perceptual input. This systematic survey outlines recent developments in tooling, environments, and agent modeling for Text Worlds, while examining recent trends in knowledge graphs, common sense reasoning, transfer learning of Text World performance to higher-fidelity environments, as well as near-term development targets that, once achieved, make Text Worlds an attractive general research paradigm for natural language processing.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.04132v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [\"15847\"], \"outgoing_citations\": [\"25174\", \"41323\", \"41333\", \"43665\", \"53305\", \"55246\", \"55605\", \"60832\", \"63559\", \"73556\", \"82665\", \"87353\", \"91154\", \"92228\", \"95814\", \"96195\", \"96449\", \"97289\", \"97781\", \"98703\", \"111265\", \"116357\", \"119028\", \"127451\", \"127678\", \"129809\", \"132686\", \"137584\", \"140959\", \"143589\", \"145329\", \"145784\", \"145805\", \"152871\", \"153843\", \"155157\", \"159864\", \"160575\", \"166985\", \"167303\", \"167524\", \"168729\", \"169742\", \"171942\", \"173914\", \"175344\", \"181063\", \"184995\", \"187527\", \"193995\", \"196049\", \"199295\", \"200920\", \"207273\", \"210613\", \"212078\", \"213745\", \"216563\", \"218923\", \"219829\", \"222345\", \"226321\", \"226327\", \"231667\", \"244457\", \"245731\", \"247418\", \"256219\", \"266342\", \"271868\", \"290615\", \"303349\", \"310370\"]}","task_split":"paper_retrieval"} {"document_id":"36651","document_content":"# Privacy Concerns in Chatbot Interactions: When to Trust and When to Worry\n## Categories\n- Computers and Society\n- Artificial Intelligence\n- Computation and Language\n- Human-Computer Interaction\n## Abstract\nThrough advances in their conversational abilities, chatbots have started to request and process an increasing variety of sensitive personal information. The accurate disclosure of sensitive information is essential where it is used to provide advice and support to users in the healthcare and finance sectors. In this study, we explore users' concerns regarding factors associated with the use of sensitive data by chatbot providers. We surveyed a representative sample of 491 British citizens. Our results show that the user concerns focus on deleting personal information and concerns about their data's inappropriate use. We also identified that individuals were concerned about losing control over their data after a conversation with conversational agents. We found no effect from a user's gender or education but did find an effect from the user's age, with those over 45 being more concerned than those under 45. We also considered the factors that engender trust in a chatbot. Our respondents' primary focus was on the chatbot's technical elements, with factors such as the response quality being identified as the most critical factor. We again found no effect from the user's gender or education level; however, when we considered some social factors (e.g. avatars or perceived 'friendliness'), we found those under 45 years old rated these as more important than those over 45. The paper concludes with a discussion of these results within the context of designing inclusive, digital systems that support a wide range of users.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1007\/978-3-030-78642-7_53\", \"primary_category\": \"cs.CY\", \"categories\": [\"cs.AI\", \"cs.CL\", \"cs.HC\", \"cs.CY\"], \"primary_category_human_readable\": \"Computers and Society\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Computation and Language\", \"Human-Computer Interaction\", \"Computers and Society\"], \"incoming_citations\": [], \"outgoing_citations\": [\"122903\", \"186548\"]}","task_split":"paper_retrieval"} {"document_id":"36730","document_content":"# Susceptibility to Image Resolution in Face Recognition and Trainings Strategies\n## Categories\n- Computer Vision and Pattern Recognition\n- Machine Learning\n## Abstract\nFace recognition approaches often rely on equal image resolution for verifying faces on two images. However, in practical applications, those image resolutions are usually not in the same range due to different image capture mechanisms or sources. In this work, we first analyze the impact of image resolutions on face verification performance with a state-of-the-art face recognition model. For images synthetically reduced to $5\\,\\times\\,5$ px resolution, the verification performance drops from $99.23\\%$ increasingly down to almost $55\\%$. Especially for cross-resolution image pairs (one high- and one low-resolution image), the verification accuracy decreases even further. We investigate this behavior more in-depth by looking at the feature distances for every 2-image test pair. To tackle this problem, we propose the following two methods: 1) Train a state-of-the-art face-recognition model straightforwardly with $50\\%$ low-resolution images directly within each batch. 2) Train a siamese-network structure and add a cosine distance feature loss between high- and low-resolution features. Both methods show an improvement for cross-resolution scenarios and can increase the accuracy at very low resolution to approximately $70\\%$. However, a disadvantage is that a specific model needs to be trained for every resolution pair. Thus, we extend the aforementioned methods by training them with multiple image resolutions at once. The performances for particular testing image resolutions are slightly worse, but the advantage is that this model can be applied to arbitrary resolution images and achieves an overall better performance ($97.72\\%$ compared to $96.86\\%$). Due to the lack of a benchmark for arbitrary resolution images for the cross-resolution and equal-resolution task, we propose an evaluation protocol for five well-known datasets, focusing on high, mid, and low-resolution images.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.4230\/LITES.8.1.1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.LG\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"123715\", \"152527\", \"166256\", \"172947\", \"174767\", \"180372\", \"193164\", \"208805\", \"209118\", \"211273\", \"223755\", \"230095\", \"241237\", \"243986\", \"257586\", \"263345\", \"267940\", \"287611\"]}","task_split":"paper_retrieval"} {"document_id":"36782","document_content":"# Deep Learning Based Image Retrieval in the JPEG Compressed Domain\n## Categories\n- Image and Video Processing\n- Computer Vision and Pattern Recognition\n## Abstract\nContent-based image retrieval (CBIR) systems on pixel domain use low-level features, such as colour, texture and shape, to retrieve images. In this context, two types of image representations i.e. local and global image features have been studied in the literature. Extracting these features from pixel images and comparing them with images from the database is very time-consuming. Therefore, in recent years, there has been some effort to accomplish image analysis directly in the compressed domain with lesser computations. Furthermore, most of the images in our daily transactions are stored in the JPEG compressed format. Therefore, it would be ideal if we could retrieve features directly from the partially decoded or compressed data and use them for retrieval. Here, we propose a unified model for image retrieval which takes DCT coefficients as input and efficiently extracts global and local features directly in the JPEG compressed domain for accurate image retrieval. The experimental findings indicate that our proposed model performed similarly to the current DELG model which takes RGB features as an input with reference to mean average precision while having a faster training and retrieval speed.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.03648v1\", \"primary_category\": \"eess.IV\", \"categories\": [\"cs.CV\", \"eess.IV\"], \"primary_category_human_readable\": \"Image and Video Processing\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Image and Video Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"85899\", \"133188\", \"139611\", \"147155\", \"174291\", \"174787\", \"180184\", \"181568\", \"204367\", \"237248\", \"250094\", \"251473\", \"277635\", \"281953\", \"295615\"]}","task_split":"paper_retrieval"} {"document_id":"36870","document_content":"# Keep it Simple: Unsupervised Simplification of Multi-Paragraph Text\n## Categories\n- Computation and Language\n## Abstract\nThis work presents Keep it Simple (KiS), a new approach to unsupervised text simplification which learns to balance a reward across three properties: fluency, salience and simplicity. We train the model with a novel algorithm to optimize the reward (k-SCST), in which the model proposes several candidate simplifications, computes each candidate's reward, and encourages candidates that outperform the mean reward. Finally, we propose a realistic text comprehension task as an evaluation method for text simplification. When tested on the English news domain, the KiS model outperforms strong supervised baselines by more than 4 SARI points, and can help people complete a comprehension task an average of 18% faster while retaining accuracy, when compared to the original text. Code available: https:\/\/github.com\/tingofurro\/keep_it_simple","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.03444v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"8747\"], \"outgoing_citations\": [\"50181\", \"93583\", \"95485\", \"98965\", \"132176\", \"154650\", \"157706\", \"158683\", \"159316\", \"163045\", \"166959\", \"176154\", \"179990\", \"213824\", \"216792\", \"227488\", \"237494\", \"270048\", \"278954\", \"279213\"]}","task_split":"paper_retrieval"} {"document_id":"36971","document_content":"# On Training Instance Selection for Few-Shot Neural Text Generation\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nLarge-scale pretrained language models have led to dramatic improvements in text generation. Impressive performance can be achieved by finetuning only on a small number of instances (few-shot setting). Nonetheless, almost all previous work simply applies random sampling to select the few-shot training instances. Little to no attention has been paid to the selection strategies and how they would affect model performance. In this work, we present a study on training instance selection in few-shot neural text generation. The selection decision is made based only on the unlabeled data so as to identify the most worthwhile data points that should be annotated under some budget of labeling cost. Based on the intuition that the few-shot training instances should be diverse and representative of the entire data distribution, we propose a simple selection strategy with K-means clustering. We show that even with the naive clustering-based approach, the generation models consistently outperform random sampling on three text generation tasks: data-to-text generation, document summarization and question generation. We hope that this work will call for more attention on this largely unexplored area.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.03176v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [\"8099\"], \"outgoing_citations\": [\"71089\", \"71091\", \"71092\", \"77463\", \"79038\", \"93421\", \"95674\", \"100541\", \"123752\", \"150522\", \"158621\", \"189612\", \"201075\", \"226758\", \"230190\", \"262648\", \"267694\", \"271881\", \"311423\"]}","task_split":"paper_retrieval"} {"document_id":"37164","document_content":"# AdaRL: What, Where, and How to Adapt in Transfer Reinforcement Learning\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nOne practical challenge in reinforcement learning (RL) is how to make quick adaptations when faced with new environments. In this paper, we propose a principled framework for adaptive RL, called \\textit{AdaRL}, that adapts reliably and efficiently to changes across domains with a few samples from the target domain, even in partially observable environments. Specifically, we leverage a parsimonious graphical representation that characterizes structural relationships over variables in the RL system. Such graphical representations provide a compact way to encode what and where the changes across domains are, and furthermore inform us with a minimal set of changes that one has to consider for the purpose of policy adaptation. We show that by explicitly leveraging this compact representation to encode changes, we can efficiently adapt the policy to the target domain, in which only a few samples are needed and further policy optimization is avoided. We illustrate the efficacy of AdaRL through a series of experiments that vary factors in the observation, transition, and reward functions for Cartpole and Atari games.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.02729v4\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [\"8658\", \"78473\", \"109082\"], \"outgoing_citations\": [\"26797\", \"68242\", \"75606\", \"100245\", \"112116\", \"117599\", \"132207\", \"133560\", \"137062\", \"143390\", \"152160\", \"154589\", \"164077\", \"192827\", \"194494\", \"210195\", \"214993\", \"218124\", \"228299\", \"229795\", \"230267\", \"237229\", \"243235\", \"251497\", \"261316\", \"274445\", \"280870\", \"311595\", \"317251\", \"331072\", \"337980\", \"341343\", \"356201\", \"361846\"]}","task_split":"paper_retrieval"} {"document_id":"37203","document_content":"# DocSynth: A Layout Guided Approach for Controllable Document Image Synthesis\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nDespite significant progress on current state-of-the-art image generation models, synthesis of document images containing multiple and complex object layouts is a challenging task. This paper presents a novel approach, called DocSynth, to automatically synthesize document images based on a given layout. In this work, given a spatial layout (bounding boxes with object categories) as a reference by the user, our proposed DocSynth model learns to generate a set of realistic document images consistent with the defined layout. Also, this framework has been adapted to this work as a superior baseline model for creating synthetic document image datasets for augmenting real data during training for document layout analysis tasks. Different sets of learning objectives have been also used to improve the model performance. Quantitatively, we also compare the generated results of our model with real data using standard evaluation metrics. The results highlight that our model can successfully generate realistic and diverse document images with multiple objects. We also present a comprehensive qualitative analysis summary of the different scopes of synthetic image generation tasks. Lastly, to our knowledge this is the first work of its kind.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.02638v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"10179\", \"36476\"], \"outgoing_citations\": [\"138393\", \"169267\", \"171596\", \"202311\", \"262306\"]}","task_split":"paper_retrieval"} {"document_id":"37381","document_content":"# Polarized skylight orientation determination artificial neural network\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n## Abstract\nThis paper proposes an artificial neural network to determine orientation using polarized skylight. This neural network has specific dilated convolution, which can extract light intensity information of different polarization directions. Then, the degree of polarization (DOP) and angle of polarization (AOP) are directly extracted in the network. In addition, the exponential function encoding of orientation is designed as the network output, which can better reflect the insect's encoding of polarization information, and improve the accuracy of orientation determination. Finally, training and testing were conducted on a public polarized skylight navigation dataset, and the experimental results proved the stability and effectiveness of the network.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1364\/AO.453177\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"130382\", \"226516\"]}","task_split":"paper_retrieval"} {"document_id":"37392","document_content":"# LightFuse: Lightweight CNN based Dual-exposure Fusion\n## Categories\n- Computer Vision and Pattern Recognition\n- Image and Video Processing\n## Abstract\nDeep convolutional neural networks (DCNNs) have aided high dynamic range (HDR) imaging recently and have received a lot of attention. The quality of DCNN-generated HDR images has overperformed the traditional counterparts. However, DCNNs are prone to be computationally intensive and power-hungry, and hence cannot be implemented on various embedded computing platforms with limited power and hardware resources. Embedded systems have a huge market, and utilizing DCNNs' powerful functionality into them will further reduce human intervention. To address the challenge, we propose LightFuse, a lightweight CNN-based algorithm for extreme dual-exposure image fusion, which achieves better functionality than a conventional DCNN and can be deployed in embedded systems. Two sub-networks are utilized: a GlobalNet (G) and a DetailNet (D). The goal of G is to learn the global illumination information on the spatial dimension, whereas D aims to enhance local details on the channel dimension. Both G and D are based solely on depthwise convolution (D_Conv) and pointwise convolution (P_Conv) to reduce required parameters and computations. Experimental results show that this proposed technique could generate HDR images in extremely exposed regions with sufficient details to be legible. Our model outperforms other state-of-the-art approaches in peak signal-to-noise ratio (PSNR) score by 0.9 to 8.7 while achieving 16.7 to 306.2 times parameter reduction.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.02299v5\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"eess.IV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Image and Video Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"114390\", \"218414\", \"234314\", \"246985\", \"249439\", \"276130\", \"301197\"]}","task_split":"paper_retrieval"} {"document_id":"37526","document_content":"# The MineRL BASALT Competition on Learning from Human Feedback\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nThe last decade has seen a significant increase of interest in deep learning research, with many public successes that have demonstrated its potential. As such, these systems are now being incorporated into commercial products. With this comes an additional challenge: how can we build AI systems that solve tasks where there is not a crisp, well-defined specification? While multiple solutions have been proposed, in this competition we focus on one in particular: learning from human feedback. Rather than training AI systems using a predefined reward function or using a labeled dataset with a predefined set of categories, we instead train the AI system using a learning signal derived from some form of human feedback, which can evolve over time as the understanding of the task changes, or as the capabilities of the AI system improve. The MineRL BASALT competition aims to spur forward research on this important class of techniques. We design a suite of four tasks in Minecraft for which we expect it will be hard to write down hardcoded reward functions. These tasks are defined by a paragraph of natural language: for example, \"create a waterfall and take a scenic picture of it\", with additional clarifying details. Participants must train a separate agent for each task, using any method they want. Agents are then evaluated by humans who have read the task description. To help participants get started, we provide a dataset of human demonstrations on each of the four tasks, as well as an imitation learning baseline that leverages these demonstrations. Our hope is that this competition will improve our ability to build AI systems that do what their designers intend them to do, even when the intent cannot be easily formalized. Besides allowing AI to solve more tasks, this can also enable more effective regulation of AI systems, as well as making progress on the value alignment problem.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.01969v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [\"4773\", \"19631\", \"34439\"], \"outgoing_citations\": [\"102649\", \"104830\", \"142761\", \"175344\", \"189416\", \"199330\", \"201870\", \"218636\", \"221473\", \"237653\", \"251082\", \"251924\", \"254581\", \"260483\", \"263957\", \"290679\"]}","task_split":"paper_retrieval"} {"document_id":"37656","document_content":"# Towards Scheduling Federated Deep Learning using Meta-Gradients for Inter-Hospital Learning\n## Categories\n- Machine Learning\n- Cryptography and Security\n- Distributed, Parallel, and Cluster Computing\n## Abstract\nGiven the abundance and ease of access of personal data today, individual privacy has become of paramount importance, particularly in the healthcare domain. In this work, we aim to utilise patient data extracted from multiple hospital data centres to train a machine learning model without sacrificing patient privacy. We develop a scheduling algorithm in conjunction with a student-teacher algorithm that is deployed in a federated manner. This allows a central model to learn from batches of data at each federal node. The teacher acts between data centres to update the main task (student) algorithm using the data that is stored in the various data centres. We show that the scheduler, trained using meta-gradients, can effectively organise training and as a result train a machine learning model on a diverse dataset without needing explicit access to the patient data. We achieve state-of-the-art performance and show how our method overcomes some of the problems faced in the federated learning such as node poisoning. We further show how the scheduler can be used as a mechanism for transfer learning, allowing different teachers to work together in training a student for state-of-the-art performance.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.01707v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.CR\", \"cs.DC\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Cryptography and Security\", \"Distributed, Parallel, and Cluster Computing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"22133\", \"111604\", \"114868\", \"118319\", \"139426\", \"142093\", \"150871\", \"151488\", \"154095\", \"163732\", \"200347\", \"209785\", \"226146\", \"229877\", \"249360\", \"254251\", \"257949\", \"258393\", \"265072\", \"269253\", \"271665\"]}","task_split":"paper_retrieval"} {"document_id":"37733","document_content":"# DEAP-FAKED: Knowledge Graph based Approach for Fake News Detection\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nFake News on social media platforms has attracted a lot of attention in recent times, primarily for events related to politics (2016 US Presidential elections), healthcare (infodemic during COVID-19), to name a few. Various methods have been proposed for detecting Fake News. The approaches span from exploiting techniques related to network analysis, Natural Language Processing (NLP), and the usage of Graph Neural Networks (GNNs). In this work, we propose DEAP-FAKED, a knowleDgE grAPh FAKe nEws Detection framework for identifying Fake News. Our approach is a combination of the NLP -- where we encode the news content, and the GNN technique -- where we encode the Knowledge Graph (KG). A variety of these encodings provides a complementary advantage to our detector. We evaluate our framework using two publicly available datasets containing articles from domains such as politics, business, technology, and healthcare. As part of dataset pre-processing, we also remove the bias, such as the source of the articles, which could impact the performance of the models. DEAP-FAKED obtains an F1-score of 88% and 78% for the two datasets, which is an improvement of 21%, and 3% respectively, which shows the effectiveness of the approach.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.10648v3\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [\"29321\"], \"outgoing_citations\": [\"10589\", \"29321\", \"37995\", \"73181\", \"83480\", \"94071\", \"105378\", \"123410\", \"129247\", \"138930\", \"145400\", \"149300\", \"156620\", \"201040\", \"205022\", \"230998\", \"234054\", \"238072\", \"246910\", \"267552\", \"289972\"]}","task_split":"paper_retrieval"} {"document_id":"37760","document_content":"# Hybrid Memoised Wake-Sleep: Approximate Inference at the Discrete-Continuous Interface\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nModeling complex phenomena typically involves the use of both discrete and continuous variables. Such a setting applies across a wide range of problems, from identifying trends in time-series data to performing effective compositional scene understanding in images. Here, we propose Hybrid Memoised Wake-Sleep (HMWS), an algorithm for effective inference in such hybrid discrete-continuous models. Prior approaches to learning suffer as they need to perform repeated expensive inner-loop discrete inference. We build on a recent approach, Memoised Wake-Sleep (MWS), which alleviates part of the problem by memoising discrete variables, and extend it to allow for a principled and effective way to handle continuous variables by learning a separate recognition model used for importance-sampling based approximate inference and marginalization. We evaluate HMWS in the GP-kernel learning and 3D scene understanding domains, and show that it outperforms current state-of-the-art inference methods.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.06393v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"51252\", \"110073\", \"111573\", \"113780\", \"118558\", \"140700\", \"196894\", \"229861\", \"230273\", \"230419\", \"237102\", \"251792\", \"270915\", \"281269\", \"281358\", \"295736\", \"297855\", \"311008\", \"312474\", \"328519\", \"333252\", \"334299\", \"348633\"]}","task_split":"paper_retrieval"} {"document_id":"37770","document_content":"# On Positional and Structural Node Features for Graph Neural Networks on Non-attributed Graphs\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Social and Information Networks\n- 68T01, 68T07, 68T30\n- I.2.6; I.2.4\n## Abstract\nGraph neural networks (GNNs) have been widely used in various graph-related problems such as node classification and graph classification, where superior performance is mainly established when natural node features are available. However, it is not well understood how GNNs work without natural node features, especially regarding the various ways to construct artificial ones. In this paper, we point out the two types of artificial node features, i.e., positional and structural node features, and provide insights on why each of them is more appropriate for certain tasks, i.e., positional node classification, structural node classification, and graph classification. Extensive experimental results on 10 benchmark datasets validate our insights, thus leading to a practical guideline on the choices between different artificial node features for GNNs on non-attributed graphs. The code is available at https:\/\/github.com\/zjzijielu\/gnn-positional-structural-node-features.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.01495v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.SI\", \"68T01, 68T07, 68T30\", \"I.2.6; I.2.4\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Social and Information Networks\", \"68T01, 68T07, 68T30\", \"I.2.6; I.2.4\"], \"incoming_citations\": [\"7683\", \"16180\", \"22079\", \"102194\", \"19282\", \"36145\"], \"outgoing_citations\": [\"36154\", \"51077\", \"73530\", \"86320\", \"89373\", \"91086\", \"91654\", \"92363\", \"96691\", \"97047\", \"103085\", \"104688\", \"111508\", \"113226\", \"115393\", \"116470\", \"117308\", \"126374\", \"133777\", \"143456\", \"150166\", \"158126\", \"163945\", \"181255\", \"186789\", \"229272\", \"230359\", \"240758\", \"253807\", \"255737\", \"269202\"]}","task_split":"paper_retrieval"} {"document_id":"37959","document_content":"# General Board Game Concepts\n## Categories\n- Artificial Intelligence\n## Abstract\nMany games often share common ideas or aspects between them, such as their rules, controls, or playing area. However, in the context of General Game Playing (GGP) for board games, this area remains under-explored. We propose to formalise the notion of \"game concept\", inspired by terms generally used by game players and designers. Through the Ludii General Game System, we describe concepts for several levels of abstraction, such as the game itself, the moves played, or the states reached. This new GGP feature associated with the ludeme representation of games opens many new lines of research. The creation of a hyper-agent selector, the transfer of AI learning between games, or explaining AI techniques using game terms, can all be facilitated by the use of game concepts. Other applications which can benefit from game concepts are also discussed, such as the generation of plausible reconstructed rules for incomplete ancient games, or the implementation of a board game recommender system.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.01078v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [\"47061\"], \"outgoing_citations\": [\"47061\", \"67161\", \"76721\", \"77159\", \"77821\", \"100245\", \"118353\", \"178386\", \"178387\", \"186608\", \"194877\", \"218647\"]}","task_split":"paper_retrieval"} {"document_id":"38028","document_content":"# Reconsidering Dependency Networks from an Information Geometry Perspective\n## Categories\n- Machine Learning\n## Abstract\nDependency networks (Heckerman et al., 2000) are potential probabilistic graphical models for systems comprising a large number of variables. Like Bayesian networks, the structure of a dependency network is represented by a directed graph, and each node has a conditional probability table. Learning and inference are realized locally on individual nodes; therefore, computation remains tractable even with a large number of variables. However, the dependency network's learned distribution is the stationary distribution of a Markov chain called pseudo-Gibbs sampling and has no closed-form expressions. This technical disadvantage has impeded the development of dependency networks. In this paper, we consider a certain manifold for each node. Then, we can interpret pseudo-Gibbs sampling as iterative m-projections onto these manifolds. This interpretation provides a theoretical bound for the location where the stationary distribution of pseudo-Gibbs sampling exists in distribution space. Furthermore, this interpretation involves structure and parameter learning algorithms as optimization problems. In addition, we compare dependency and Bayesian networks experimentally. The results demonstrate that the dependency network and the Bayesian network have roughly the same performance in terms of the accuracy of their learned distributions. The results also show that the dependency network can learn much faster than the Bayesian network.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.00871v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"357773\"]}","task_split":"paper_retrieval"} {"document_id":"38037","document_content":"# Systematic Evaluation of Causal Discovery in Visual Model Based Reinforcement Learning\n## Categories\n- Machine Learning\n## Abstract\nInducing causal relationships from observations is a classic problem in machine learning. Most work in causality starts from the premise that the causal variables themselves are observed. However, for AI agents such as robots trying to make sense of their environment, the only observables are low-level variables like pixels in images. To generalize well, an agent must induce high-level variables, particularly those which are causal or are affected by causal variables. A central goal for AI and causality is thus the joint discovery of abstract representations and causal structure. However, we note that existing environments for studying causal induction are poorly suited for this objective because they have complicated task-specific causal graphs which are impossible to manipulate parametrically (e.g., number of nodes, sparsity, causal chain length, etc.). In this work, our goal is to facilitate research in learning representations of high-level variables as well as causal structures among them. In order to systematically probe the ability of methods to identify these variables and structures, we design a suite of benchmarking RL environments. We evaluate various representation learning algorithms from the literature and find that explicitly incorporating structure and modularity in models can help causal induction in model-based reinforcement learning.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.00848v1\", \"primary_category\": \"stat.ML\", \"categories\": [\"cs.LG\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Machine Learning\"], \"incoming_citations\": [\"65457\", \"15406\", \"34142\", \"83792\", \"35918\", \"45824\", \"65740\", \"96305\"], \"outgoing_citations\": [\"29772\", \"39639\", \"41902\", \"60526\", \"81981\", \"83792\", \"95616\", \"96114\", \"104822\", \"115105\", \"115368\", \"143609\", \"153932\", \"155499\", \"159320\", \"160036\", \"162372\", \"163450\", \"163549\", \"163690\", \"164719\", \"164814\", \"165238\", \"171629\", \"172432\", \"183941\", \"185153\", \"200942\", \"201860\", \"207051\", \"213745\", \"216156\", \"229324\", \"236067\", \"240081\", \"255613\", \"277538\", \"279026\", \"302659\", \"335083\", \"357232\"]}","task_split":"paper_retrieval"} {"document_id":"38073","document_content":"# On Bridging Generic and Personalized Federated Learning for Image Classification\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nFederated learning is promising for its capability to collaboratively train models with multiple clients without accessing their data, but vulnerable when clients' data distributions diverge from each other. This divergence further leads to a dilemma: \"Should we prioritize the learned model's generic performance (for future use at the server) or its personalized performance (for each client)?\" These two, seemingly competing goals have divided the community to focus on one or the other, yet in this paper we show that it is possible to approach both at the same time. Concretely, we propose a novel federated learning framework that explicitly decouples a model's dual duties with two prediction tasks. On the one hand, we introduce a family of losses that are robust to non-identical class distributions, enabling clients to train a generic predictor with a consistent objective across them. On the other hand, we formulate the personalized predictor as a lightweight adaptive module that is learned to minimize each client's empirical risk on top of the generic predictor. With this two-loss, two-predictor framework which we name Federated Robust Decoupling (Fed-RoD), the learned model can simultaneously achieve state-of-the-art generic and personalized performance, essentially bridging the two tasks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.00778v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [\"8820\"], \"outgoing_citations\": [\"10866\", \"67041\", \"69232\", \"69489\", \"70515\", \"80294\", \"85325\", \"96456\", \"100192\", \"102417\", \"106048\", \"107082\", \"109147\", \"110559\", \"112023\", \"113531\", \"117728\", \"118319\", \"118376\", \"119091\", \"125758\", \"133314\", \"134225\", \"134463\", \"135986\", \"136214\", \"137349\", \"139315\", \"140332\", \"141462\", \"142093\", \"142802\", \"142834\", \"143220\", \"148245\", \"148382\", \"148437\", \"149167\", \"151250\", \"153202\", \"158749\", \"160301\", \"160705\", \"161126\", \"162752\", \"164468\", \"164608\", \"164627\", \"166970\", \"167523\", \"172499\", \"177371\", \"177601\", \"180239\", \"180726\", \"182115\", \"183930\", \"198316\", \"200347\", \"200704\", \"202716\", \"205798\", \"207462\", \"229563\", \"230678\", \"237905\", \"241304\", \"253266\", \"256866\", \"259463\", \"260314\", \"260655\", \"262216\", \"263636\", \"265073\", \"282453\", \"291807\", \"297304\", \"307383\", \"308096\", \"350529\", \"360780\"]}","task_split":"paper_retrieval"} {"document_id":"38211","document_content":"# MIDV-2020: A Comprehensive Benchmark Dataset for Identity Document Analysis\n## Categories\n- Computer Vision and Pattern Recognition\n- Digital Libraries\n- 68T10\n## Abstract\nIdentity documents recognition is an important sub-field of document analysis, which deals with tasks of robust document detection, type identification, text fields recognition, as well as identity fraud prevention and document authenticity validation given photos, scans, or video frames of an identity document capture. Significant amount of research has been published on this topic in recent years, however a chief difficulty for such research is scarcity of datasets, due to the subject matter being protected by security requirements. A few datasets of identity documents which are available lack diversity of document types, capturing conditions, or variability of document field values. In addition, the published datasets were typically designed only for a subset of document recognition problems, not for a complex identity document analysis. In this paper, we present a dataset MIDV-2020 which consists of 1000 video clips, 2000 scanned images, and 1000 photos of 1000 unique mock identity documents, each with unique text field values and unique artificially generated faces, with rich annotation. For the presented benchmark dataset baselines are provided for such tasks as document location and identification, text fields recognition, and face detection. With 72409 annotated images in total, to the date of publication the proposed dataset is the largest publicly available identity documents dataset with variable artificially generated data, and we believe that it will prove invaluable for advancement of the field of document analysis and recognition. The dataset is available for download at ftp:\/\/smartengines.com\/midv-2020 and http:\/\/l3i-share.univ-lr.fr .","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.18287\/2412-6179-CO-1006\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.DL\", \"68T10\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Digital Libraries\", \"68T10\"], \"incoming_citations\": [], \"outgoing_citations\": [\"41140\", \"84556\", \"107498\", \"107518\", \"115916\", \"157317\", \"162611\", \"188069\", \"224507\", \"235351\", \"258667\", \"278071\", \"302868\", \"306222\"]}","task_split":"paper_retrieval"} {"document_id":"38249","document_content":"# Policy Transfer across Visual and Dynamics Domain Gaps via Iterative Grounding\n## Categories\n- Robotics\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nThe ability to transfer a policy from one environment to another is a promising avenue for efficient robot learning in realistic settings where task supervision is not available. This can allow us to take advantage of environments well suited for training, such as simulators or laboratories, to learn a policy for a real robot in a home or office. To succeed, such policy transfer must overcome both the visual domain gap (e.g. different illumination or background) and the dynamics domain gap (e.g. different robot calibration or modelling error) between source and target environments. However, prior policy transfer approaches either cannot handle a large domain gap or can only address one type of domain gap at a time. In this paper, we propose a novel policy transfer method with iterative \"environment grounding\", IDAPT, that alternates between (1) directly minimizing both visual and dynamics domain gaps by grounding the source environment in the target environment domains, and (2) training a policy on the grounded source environment. This iterative training progressively aligns the domains between the two environments and adapts the policy to the target environment. Once trained, the policy can be directly executed on the target environment. The empirical results on locomotion and robotic manipulation tasks demonstrate that our approach can effectively transfer a policy across visual and dynamics domain gaps with minimal supervision and interaction with the target environment. Videos and code are available at https:\/\/clvrai.com\/idapt .","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.00339v1\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.LG\", \"cs.RO\", \"cs.AI\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Machine Learning\", \"Robotics\", \"Artificial Intelligence\"], \"incoming_citations\": [\"10027\", \"26664\"], \"outgoing_citations\": [\"79812\", \"107895\", \"108017\", \"108018\", \"118301\", \"133560\", \"155930\", \"160599\", \"205568\", \"224411\", \"240817\", \"253042\", \"253045\", \"254597\", \"255139\", \"261786\", \"271030\", \"271975\", \"272030\", \"281760\", \"282684\", \"283289\", \"306513\", \"315055\"]}","task_split":"paper_retrieval"} {"document_id":"38256","document_content":"# Orthonormal Product Quantization Network for Scalable Face Image Retrieval\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nExisting deep quantization methods provided an efficient solution for large-scale image retrieval. However, the significant intra-class variations like pose, illumination, and expressions in face images, still pose a challenge for face image retrieval. In light of this, face image retrieval requires sufficiently powerful learning metrics, which are absent in current deep quantization works. Moreover, to tackle the growing unseen identities in the query stage, face image retrieval drives more demands regarding model generalization and system scalability than general image retrieval tasks. This paper integrates product quantization with orthonormal constraints into an end-to-end deep learning framework to effectively retrieve face images. Specifically, a novel scheme that uses predefined orthonormal vectors as codewords is proposed to enhance the quantization informativeness and reduce codewords' redundancy. A tailored loss function maximizes discriminability among identities in each quantization subspace for both the quantized and original features. An entropy-based regularization term is imposed to reduce the quantization error. Experiments are conducted on four commonly-used face datasets under both seen and unseen identities retrieval settings. Our method outperforms all the compared deep hashing\/quantization state-of-the-arts under both settings. Results validate the effectiveness of the proposed orthonormal codewords in improving models' standard retrieval performance and generalization ability. Combing with further experiments on two general image datasets, it demonstrates the broad superiority of our method for scalable image retrieval.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.00327v3\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"62576\", \"140055\", \"173455\", \"191827\", \"200534\", \"200699\", \"239316\", \"243986\", \"249538\", \"252688\", \"264939\", \"267940\", \"278179\", \"284208\", \"303512\", \"316473\"]}","task_split":"paper_retrieval"} {"document_id":"38332","document_content":"# Reinforcement Learning for Abstractive Question Summarization with Question-aware Semantic Rewards\n## Categories\n- Computation and Language\n## Abstract\nThe growth of online consumer health questions has led to the necessity for reliable and accurate question answering systems. A recent study showed that manual summarization of consumer health questions brings significant improvement in retrieving relevant answers. However, the automatic summarization of long questions is a challenging task due to the lack of training data and the complexity of the related subtasks, such as the question focus and type recognition. In this paper, we introduce a reinforcement learning-based framework for abstractive question summarization. We propose two novel rewards obtained from the downstream tasks of (i) question-type identification and (ii) question-focus recognition to regularize the question generation model. These rewards ensure the generation of semantically valid questions and encourage the inclusion of key medical entities\/foci in the question summary. We evaluated our proposed method on two benchmark datasets and achieved higher performance over state-of-the-art models. The manual evaluation of the summaries reveals that the generated questions are more diverse and have fewer factual inconsistencies than the baseline summaries","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.00176v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"45853\"], \"outgoing_citations\": [\"45853\", \"50181\", \"107584\", \"127753\", \"128932\", \"133009\", \"140175\", \"147514\", \"150522\", \"157706\", \"166959\", \"170657\", \"186316\", \"230212\", \"235232\", \"235463\", \"266671\", \"268902\", \"278954\", \"302815\"]}","task_split":"paper_retrieval"} {"document_id":"38416","document_content":"# Improving Factual Consistency of Abstractive Summarization on Customer Feedback\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nE-commerce stores collect customer feedback to let sellers learn about customer concerns and enhance customer order experience. Because customer feedback often contains redundant information, a concise summary of the feedback can be generated to help sellers better understand the issues causing customer dissatisfaction. Previous state-of-the-art abstractive text summarization models make two major types of factual errors when producing summaries from customer feedback, which are wrong entity detection (WED) and incorrect product-defect description (IPD). In this work, we introduce a set of methods to enhance the factual consistency of abstractive summarization on customer feedback. We augment the training data with artificially corrupted summaries, and use them as counterparts of the target summaries. We add a contrastive loss term into the training objective so that the model learns to avoid certain factual errors. Evaluation results show that a large portion of WED and IPD errors are alleviated for BART and T5. Furthermore, our approaches do not depend on the structure of the summarization model and thus are generalizable to any abstractive summarization systems.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.16188v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [\"16503\"], \"outgoing_citations\": [\"91716\", \"93583\", \"93920\", \"96411\", \"125951\", \"132176\", \"136011\", \"139463\", \"150522\", \"159316\", \"170449\", \"187236\", \"250690\", \"261785\", \"298016\"]}","task_split":"paper_retrieval"} {"document_id":"38417","document_content":"# Reinforcement Learning based Disease Progression Model for Alzheimer's Disease\n## Categories\n- Machine Learning\n## Abstract\nWe model Alzheimer's disease (AD) progression by combining differential equations (DEs) and reinforcement learning (RL) with domain knowledge. DEs provide relationships between some, but not all, factors relevant to AD. We assume that the missing relationships must satisfy general criteria about the working of the brain, for e.g., maximizing cognition while minimizing the cost of supporting cognition. This allows us to extract the missing relationships by using RL to optimize an objective (reward) function that captures the above criteria. We use our model consisting of DEs (as a simulator) and the trained RL agent to predict individualized 10-year AD progression using baseline (year 0) features on synthetic and real data. The model was comparable or better at predicting 10-year cognition trajectories than state-of-the-art learning-based models. Our interpretable model demonstrated, and provided insights into, \"recovery\/compensatory\" processes that mitigate the effect of AD, even though those processes were not explicitly encoded in the model. Our framework combines DEs with RL for modelling AD progression and has broad applicability for understanding other neurological disorders.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.16187v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"140704\", \"206239\"]}","task_split":"paper_retrieval"} {"document_id":"38538","document_content":"# On joint training with interfaces for spoken language understanding\n## Categories\n- Computation and Language\n- Sound\n- Audio and Speech Processing\n## Abstract\nSpoken language understanding (SLU) systems extract both text transcripts and semantics associated with intents and slots from input speech utterances. SLU systems usually consist of (1) an automatic speech recognition (ASR) module, (2) an interface module that exposes relevant outputs from ASR, and (3) a natural language understanding (NLU) module. Interfaces in SLU systems carry information on text transcriptions or richer information like neural embeddings from ASR to NLU. In this paper, we study how interfaces affect joint-training for spoken language understanding. Most notably, we obtain the state-of-the-art results on the publicly available 50-hr SLURP dataset. We first leverage large-size pretrained ASR and NLU models that are connected by a text interface, and then jointly train both models via a sequence loss function. For scenarios where pretrained models are not utilized, the best results are obtained through a joint sequence loss training using richer neural interfaces. Finally, we show the overall diminishing impact of leveraging pretrained models with increased training data size.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.15919v3\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.SD\", \"eess.AS\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Sound\", \"Audio and Speech Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"49488\", \"55947\", \"57429\", \"69680\", \"69895\", \"80300\", \"84544\", \"89723\", \"106068\", \"109426\", \"134532\", \"143720\", \"191769\", \"197154\", \"216686\", \"233817\", \"248223\", \"248246\", \"308468\", \"347142\", \"352346\"]}","task_split":"paper_retrieval"} {"document_id":"38564","document_content":"# Experience-Driven PCG via Reinforcement Learning: A Super Mario Bros Study\n## Categories\n- Artificial Intelligence\n## Abstract\nWe introduce a procedural content generation (PCG) framework at the intersections of experience-driven PCG and PCG via reinforcement learning, named ED(PCG)RL, EDRL in short. EDRL is able to teach RL designers to generate endless playable levels in an online manner while respecting particular experiences for the player as designed in the form of reward functions. The framework is tested initially in the Super Mario Bros game. In particular, the RL designers of Super Mario Bros generate and concatenate level segments while considering the diversity among the segments. The correctness of the generation is ensured by a neural net-assisted evolutionary level repairer and the playability of the whole level is determined through AI-based testing. Our agents in this EDRL implementation learn to maximise a quantification of Koster's principle of fun by moderating the degree of diversity across level segments. Moreover, we test their ability to design fun levels that are diverse over time and playable. Our proposed framework is capable of generating endless, playable Super Mario Bros levels with varying degrees of fun, deviation from earlier segments, and playability. EDRL can be generalised to any game that is built as a segment-based sequential process and features a built-in compressed representation of its game content.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.15877v2\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [\"4621\", \"21243\", \"37071\"], \"outgoing_citations\": [\"64439\", \"95477\", \"125408\", \"145664\", \"153614\", \"176932\", \"189201\", \"225532\", \"233501\", \"240572\", \"274886\", \"289709\", \"293071\", \"356201\"]}","task_split":"paper_retrieval"} {"document_id":"38582","document_content":"# The Evolution of Out-of-Distribution Robustness Throughout Fine-Tuning\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Computer Vision and Pattern Recognition\n## Abstract\nAlthough machine learning models typically experience a drop in performance on out-of-distribution data, accuracies on in- versus out-of-distribution data are widely observed to follow a single linear trend when evaluated across a testbed of models. Models that are more accurate on the out-of-distribution data relative to this baseline exhibit \"effective robustness\" and are exceedingly rare. Identifying such models, and understanding their properties, is key to improving out-of-distribution performance. We conduct a thorough empirical investigation of effective robustness during fine-tuning and surprisingly find that models pre-trained on larger datasets exhibit effective robustness during training that vanishes at convergence. We study how properties of the data influence effective robustness, and we show that it increases with the larger size, more diversity, and higher example difficulty of the dataset. We also find that models that display effective robustness are able to correctly classify 10% of the examples that no other current testbed model gets correct. Finally, we discuss several strategies for scaling effective robustness to the high-accuracy regime to improve the out-of-distribution accuracy of state-of-the-art models.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.15831v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.CV\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"168861\", \"14815\", \"25754\", \"6046\", \"29337\", \"36367\"], \"outgoing_citations\": [\"25754\", \"72058\", \"77680\", \"80696\", \"111560\", \"115360\", \"128088\", \"149671\", \"151836\", \"156893\", \"183711\", \"184651\", \"189419\", \"193797\", \"199022\", \"206200\", \"208243\", \"215646\", \"220228\", \"229604\", \"229879\", \"233440\", \"238070\", \"247927\", \"261608\", \"330696\"]}","task_split":"paper_retrieval"} {"document_id":"38616","document_content":"# Curvature Graph Neural Network\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nGraph neural networks (GNNs) have achieved great success in many graph-based tasks. Much work is dedicated to empowering GNNs with the adaptive locality ability, which enables measuring the importance of neighboring nodes to the target node by a node-specific mechanism. However, the current node-specific mechanisms are deficient in distinguishing the importance of nodes in the topology structure. We believe that the structural importance of neighboring nodes is closely related to their importance in aggregation. In this paper, we introduce discrete graph curvature (the Ricci curvature) to quantify the strength of structural connection of pairwise nodes. And we propose Curvature Graph Neural Network (CGNN), which effectively improves the adaptive locality ability of GNNs by leveraging the structural property of graph curvature. To improve the adaptability of curvature to various datasets, we explicitly transform curvature into the weights of neighboring nodes by the necessary Negative Curvature Processing Module and Curvature Normalization Module. Then, we conduct numerous experiments on various synthetic datasets and real-world datasets. The experimental results on synthetic datasets show that CGNN effectively exploits the topology structure information, and the performance is improved significantly. CGNN outperforms the baselines on 5 dense node classification benchmark datasets. This study deepens the understanding of how to utilize advanced topology information and assign the importance of neighboring nodes from the perspective of graph curvature and encourages us to bridge the gap between graph theory and neural networks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.15762v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"38618","document_content":"# Dual GNNs: Graph Neural Network Learning with Limited Supervision\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nGraph Neural Networks (GNNs) require a relatively large number of labeled nodes and a reliable\/uncorrupted graph connectivity structure in order to obtain good performance on the semi-supervised node classification task. The performance of GNNs can degrade significantly as the number of labeled nodes decreases or the graph connectivity structure is corrupted by adversarial attacks or due to noises in data measurement \/collection. Therefore, it is important to develop GNN models that are able to achieve good performance when there is limited supervision knowledge -- a few labeled nodes and noisy graph structures. In this paper, we propose a novel Dual GNN learning framework to address this challenge task. The proposed framework has two GNN based node prediction modules. The primary module uses the input graph structure to induce regular node embeddings and predictions with a regular GNN baseline, while the auxiliary module constructs a new graph structure through fine-grained spectral clusterings and learns new node embeddings and predictions. By integrating the two modules in a dual GNN learning framework, we perform joint learning in an end-to-end fashion. This general framework can be applied on many GNN baseline models. The experimental results validate that the proposed dual GNN framework can greatly outperform the GNN baseline methods when the labeled nodes are scarce and the graph connectivity structure is noisy.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.15755v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"90139\", \"90444\", \"98290\", \"117093\", \"117410\", \"118237\", \"118653\", \"134526\", \"136103\", \"174492\", \"178263\", \"182323\", \"182433\", \"191340\", \"197103\", \"204706\", \"240985\", \"244510\", \"252175\", \"261201\", \"295676\", \"311030\"]}","task_split":"paper_retrieval"} {"document_id":"38642","document_content":"# Deep Multiagent Reinforcement Learning: Challenges and Directions\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Multiagent Systems\n- Neural and Evolutionary Computing\n- A.1; I.2.6; I.2.8; J.4\n## Abstract\nThis paper surveys the field of deep multiagent reinforcement learning. The combination of deep neural networks with reinforcement learning has gained increased traction in recent years and is slowly shifting the focus from single-agent to multiagent environments. Dealing with multiple agents is inherently more complex as (a) the future rewards depend on multiple players' joint actions and (b) the computational complexity increases. We present the most common multiagent problem representations and their main challenges, and identify five research areas that address one or more of these challenges: centralised training and decentralised execution, opponent modelling, communication, efficient coordination, and reward shaping. We find that many computational studies rely on unrealistic assumptions or are not generalisable to other settings; they struggle to overcome the curse of dimensionality or nonstationarity. Approaches from psychology and sociology capture promising relevant behaviours, such as communication and coordination, to help agents achieve better performance in multiagent settings. We suggest that, for multiagent reinforcement learning to be successful, future research should address these challenges with an interdisciplinary approach to open up new possibilities in multiagent reinforcement learning.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.15691v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.MA\", \"cs.NE\", \"A.1; I.2.6; I.2.8; J.4\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Multiagent Systems\", \"Neural and Evolutionary Computing\", \"A.1; I.2.6; I.2.8; J.4\"], \"incoming_citations\": [\"34882\"], \"outgoing_citations\": [\"38070\", \"40482\", \"44602\", \"64708\", \"71651\", \"79257\", \"88340\", \"88549\", \"89833\", \"108713\", \"110006\", \"114010\", \"115187\", \"117595\", \"121221\", \"121535\", \"135271\", \"135935\", \"141964\", \"143111\", \"143799\", \"151271\", \"154533\", \"155499\", \"156983\", \"161370\", \"163227\", \"166489\", \"173723\", \"179202\", \"180285\", \"181403\", \"186457\", \"189797\", \"194538\", \"195416\", \"195571\", \"196008\", \"198383\", \"198582\", \"200152\", \"201508\", \"206160\", \"212722\", \"213637\", \"214440\", \"214980\", \"215222\", \"229890\", \"231351\", \"231395\", \"235975\", \"237964\", \"240445\", \"240736\", \"241100\", \"242097\", \"244283\", \"246853\", \"247157\", \"247158\", \"247160\", \"247161\", \"255077\", \"256103\", \"256504\", \"258384\", \"262105\", \"262814\", \"263576\", \"264087\", \"264323\", \"264897\", \"265505\", \"269382\", \"270254\", \"271085\", \"274315\", \"277491\", \"280774\", \"284459\", \"284565\", \"284953\", \"287823\", \"291892\", \"292127\", \"297186\", \"302395\", \"309111\", \"317251\", \"335636\", \"350227\"]}","task_split":"paper_retrieval"} {"document_id":"38653","document_content":"# Meaning Versus Information, Prediction Versus Memory, and Question Versus Answer\n## Categories\n- Neurons and Cognition\n- Machine Learning\n- I.2\n- Artificial Intelligence\n- Robotics\n## Abstract\nBrain science and artificial intelligence have made great progress toward the understanding and engineering of the human mind. The progress has accelerated significantly since the turn of the century thanks to new methods for probing the brain (both structure and function), and rapid development in deep learning research. However, despite these new developments, there are still many open questions, such as how to understand the brain at the system level, and various robustness issues and limitations of deep learning. In this informal essay, I will talk about some of the concepts that are central to brain science and artificial intelligence, such as information and memory, and discuss how a different view on these concepts can help us move forward, beyond current limits of our understanding in these fields.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1016\/B978-0-12-815480-9.00014-1\", \"primary_category\": \"q-bio.NC\", \"categories\": [\"cs.LG\", \"I.2\", \"q-bio.NC\", \"cs.AI\", \"cs.RO\"], \"primary_category_human_readable\": \"Neurons and Cognition\", \"categories_human_readable\": [\"Machine Learning\", \"I.2\", \"Neurons and Cognition\", \"Artificial Intelligence\", \"Robotics\"], \"incoming_citations\": [], \"outgoing_citations\": [\"253708\", \"266182\", \"270823\", \"283391\"]}","task_split":"paper_retrieval"} {"document_id":"38766","document_content":"# Contrastive Semantic Similarity Learning for Image Captioning Evaluation with Intrinsic Auto-encoder\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nAutomatically evaluating the quality of image captions can be very challenging since human language is quite flexible that there can be various expressions for the same meaning. Most of the current captioning metrics rely on token level matching between candidate caption and the ground truth label sentences. It usually neglects the sentence-level information. Motivated by the auto-encoder mechanism and contrastive representation learning advances, we propose a learning-based metric for image captioning, which we call Intrinsic Image Captioning Evaluation($I^2CE$). We develop three progressive model structures to learn the sentence level representations--single branch model, dual branches model, and triple branches model. Our empirical tests show that $I^2CE$ trained with dual branches structure achieves better consistency with human judgments to contemporary image captioning evaluation metrics. Furthermore, We select several state-of-the-art image captioning models and test their performances on the MS COCO dataset concerning both contemporary metrics and the proposed $I^2CE$. Experiment results show that our proposed method can align well with the scores generated from other contemporary metrics. On this concern, the proposed metric could serve as a novel indicator of the intrinsic information between captions, which may be complementary to the existing ones.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.15312v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"112250\", \"125947\", \"134875\", \"150464\", \"168543\", \"168616\", \"171096\", \"175035\", \"189542\", \"193328\", \"221153\", \"227741\", \"239242\", \"270154\", \"278604\", \"278954\", \"287504\", \"296681\", \"320761\", \"321493\", \"321682\"]}","task_split":"paper_retrieval"} {"document_id":"38791","document_content":"# Representation based meta-learning for few-shot spoken intent recognition\n## Categories\n- Computation and Language\n## Abstract\nSpoken intent detection has become a popular approach to interface with various smart devices with ease. However, such systems are limited to the preset list of intents-terms or commands, which restricts the quick customization of personal devices to new intents. This paper presents a few-shot spoken intent classification approach with task-agnostic representations via meta-learning paradigm. Specifically, we leverage the popular representation-based meta-learning learning to build a task-agnostic representation of utterances, that then use a linear classifier for prediction. We evaluate three such approaches on our novel experimental protocol developed on two popular spoken intent classification datasets: Google Commands and the Fluent Speech Commands dataset. For a 5-shot (1-shot) classification of novel classes, the proposed framework provides an average classification accuracy of 88.6% (76.3%) on the Google Commands dataset, and 78.5% (64.2%) on the Fluent Speech Commands dataset. The performance is comparable to traditionally supervised classification models with abundant training samples.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.21437\/Interspeech.2020-3208\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"11241\", \"18065\", \"42322\"], \"outgoing_citations\": [\"95623\", \"145654\", \"159890\", \"177892\", \"180179\", \"191732\", \"191769\", \"191898\", \"204765\", \"216686\", \"223002\", \"229907\", \"231222\", \"234262\", \"236235\", \"241146\", \"281176\"]}","task_split":"paper_retrieval"} {"document_id":"38854","document_content":"# SDL: New data generation tools for full-level annotated document layout\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nWe present a novel data generation tool for document processing. The tool focuses on providing a maximal level of visual information in a normal type document, ranging from character position to paragraph-level position. It also enables working with a large dataset on low-resource languages as well as providing a mean of processing thorough full-level information of the documented text. The data generation tools come with a dataset of 320000 Vietnamese synthetic document images and an instruction to generate a dataset of similar size in other languages. The repository can be found at: https:\/\/github.com\/tson1997\/SDL-Document-Image-Generation","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.15117v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"107516\", \"135263\", \"171596\", \"192471\", \"294023\"]}","task_split":"paper_retrieval"} {"document_id":"39197","document_content":"# Deep Learning for Technical Document Classification\n## Categories\n- Machine Learning\n- Computer Vision and Pattern Recognition\n- Information Retrieval\n## Abstract\nIn large technology companies, the requirements for managing and organizing technical documents created by engineers and managers have increased dramatically in recent years, which has led to a higher demand for more scalable, accurate, and automated document classification. Prior studies have only focused on processing text for classification, whereas technical documents often contain multimodal information. To leverage multimodal information for document classification to improve the model performance, this paper presents a novel multimodal deep learning architecture, TechDoc, which utilizes three types of information, including natural language texts and descriptive images within documents and the associations among the documents. The architecture synthesizes the convolutional neural network, recurrent neural network, and graph neural network through an integrated training process. We applied the architecture to a large multimodal technical document database and trained the model for classifying documents based on the hierarchical International Patent Classification system. Our results show that TechDoc presents a greater classification accuracy than the unimodal methods and other state-of-the-art benchmarks. The trained model can potentially be scaled to millions of real-world multimodal technical documents, which is useful for data and knowledge management in large technology companies and organizations.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1109\/TEM.2022.3152216\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.CV\", \"cs.IR\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Computer Vision and Pattern Recognition\", \"Information Retrieval\"], \"incoming_citations\": [\"6979\", \"9535\"], \"outgoing_citations\": [\"42628\", \"166518\", \"176090\", \"183018\", \"265384\", \"271441\", \"288921\", \"291239\", \"292448\", \"310639\", \"318705\", \"331356\"]}","task_split":"paper_retrieval"} {"document_id":"39327","document_content":"# UMIC: An Unreferenced Metric for Image Captioning via Contrastive Learning\n## Categories\n- Computation and Language\n- Computer Vision and Pattern Recognition\n## Abstract\nDespite the success of various text generation metrics such as BERTScore, it is still difficult to evaluate the image captions without enough reference captions due to the diversity of the descriptions. In this paper, we introduce a new metric UMIC, an Unreferenced Metric for Image Captioning which does not require reference captions to evaluate image captions. Based on Vision-and-Language BERT, we train UMIC to discriminate negative captions via contrastive learning. Also, we observe critical problems of the previous benchmark dataset (i.e., human annotations) on image captioning metric, and introduce a new collection of human annotations on the generated captions. We validate UMIC on four datasets, including our new dataset, and show that UMIC has a higher correlation than all previous metrics that require multiple references. We release the benchmark dataset and pre-trained models to compute the UMIC.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.14019v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.CV\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"35427\", \"55207\"], \"outgoing_citations\": [\"112250\", \"164927\", \"168082\", \"171096\", \"175035\", \"227741\", \"239242\", \"260926\", \"278954\", \"287504\", \"303627\", \"320761\", \"321493\", \"321621\", \"321682\"]}","task_split":"paper_retrieval"} {"document_id":"39414","document_content":"# Knowledge-Grounded Self-Rationalization via Extractive and Natural Language Explanations\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nModels that generate extractive rationales (i.e., subsets of features) or natural language explanations (NLEs) for their predictions are important for explainable AI. While an extractive rationale provides a quick view of the features most responsible for a prediction, an NLE allows for a comprehensive description of the decision-making process behind a prediction. However, current models that generate the best extractive rationales or NLEs often fall behind the state-of-the-art (SOTA) in terms of task performance. In this work, we bridge this gap by introducing RExC, a self-rationalizing framework that grounds its predictions and two complementary types of explanations (NLEs and extractive rationales) in background knowledge. Our framework improves over previous methods by: (i) reaching SOTA task performance while also providing explanations, (ii) providing two types of explanations, while existing models usually provide only one type, and (iii) beating by a large margin the previous SOTA in terms of quality of both types of explanations. Furthermore, a perturbation analysis in RExC shows a high degree of association between explanations and predictions, a necessary property of faithful explanations.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.13876v4\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [\"3645\"], \"outgoing_citations\": [\"44917\", \"50852\", \"52671\", \"80148\", \"80515\", \"91690\", \"94145\", \"95680\", \"96069\", \"96497\", \"98740\", \"99009\", \"114988\", \"115124\", \"121691\", \"123088\", \"123394\", \"128041\", \"128546\", \"129573\", \"131531\", \"132002\", \"147012\", \"157352\", \"157716\", \"162933\", \"163311\", \"164927\", \"170241\", \"171616\", \"175046\", \"181063\", \"182261\", \"183041\", \"183237\", \"185541\", \"189504\", \"189542\", \"200362\", \"202353\", \"207428\", \"208526\", \"211788\", \"212078\", \"215081\", \"217522\", \"218686\", \"222858\", \"242033\", \"266702\", \"272864\", \"287504\", \"290515\", \"295742\", \"307756\", \"321493\"]}","task_split":"paper_retrieval"} {"document_id":"39485","document_content":"# Semantic annotation for computational pathology: Multidisciplinary experience and best practice recommendations\n## Categories\n- Image and Video Processing\n- Computer Vision and Pattern Recognition\n- Machine Learning\n## Abstract\nRecent advances in whole slide imaging (WSI) technology have led to the development of a myriad of computer vision and artificial intelligence (AI) based diagnostic, prognostic, and predictive algorithms. Computational Pathology (CPath) offers an integrated solution to utilize information embedded in pathology WSIs beyond what we obtain through visual assessment. For automated analysis of WSIs and validation of machine learning (ML) models, annotations at the slide, tissue and cellular levels are required. The annotation of important visual constructs in pathology images is an important component of CPath projects. Improper annotations can result in algorithms which are hard to interpret and can potentially produce inaccurate and inconsistent results. Despite the crucial role of annotations in CPath projects, there are no well-defined guidelines or best practices on how annotations should be carried out. In this paper, we address this shortcoming by presenting the experience and best practices acquired during the execution of a large-scale annotation exercise involving a multidisciplinary team of pathologists, ML experts and researchers as part of the Pathology image data Lake for Analytics, Knowledge and Education (PathLAKE) consortium. We present a real-world case study along with examples of different types of annotations, diagnostic algorithm, annotation data dictionary and annotation constructs. The analyses reported in this work highlight best practice recommendations that can be used as annotation guidelines over the lifecycle of a CPath project.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.13689v1\", \"primary_category\": \"eess.IV\", \"categories\": [\"cs.CV\", \"eess.IV\", \"cs.LG\"], \"primary_category_human_readable\": \"Image and Video Processing\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Image and Video Processing\", \"Machine Learning\"], \"incoming_citations\": [\"10766\", \"2242\", \"26759\"], \"outgoing_citations\": [\"68578\", \"68578\", \"112883\", \"122236\", \"122236\", \"149360\", \"149360\", \"177516\", \"177516\", \"198577\", \"198711\", \"198711\", \"205779\", \"205779\"]}","task_split":"paper_retrieval"} {"document_id":"39527","document_content":"# Video Moment Retrieval with Text Query Considering Many-to-Many Correspondence Using Potentially Relevant Pair\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nIn this paper we undertake the task of text-based video moment retrieval from a corpus of videos. To train the model, text-moment paired datasets were used to learn the correct correspondences. In typical training methods, ground-truth text-moment pairs are used as positive pairs, whereas other pairs are regarded as negative pairs. However, aside from the ground-truth pairs, some text-moment pairs should be regarded as positive. In this case, one text annotation can be positive for many video moments. Conversely, one video moment can be corresponded to many text annotations. Thus, there are many-to-many correspondences between the text annotations and video moments. Based on these correspondences, we can form potentially relevant pairs, which are not given as ground truth yet are not negative; effectively incorporating such relevant pairs into training can improve the retrieval performance. The text query should describe what is happening in a video moment. Hence, different video moments annotated with similar texts, which contain a similar action, are likely to hold the similar action, thus these pairs can be considered as potentially relevant pairs. In this paper, we propose a novel training method that takes advantage of potentially relevant pairs, which are detected based on linguistic analysis about text annotation. Experiments on two benchmark datasets revealed that our method improves the retrieval performance both quantitatively and qualitatively.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.13566v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"86252\", \"96188\", \"105055\", \"110610\", \"127728\", \"132887\", \"145702\", \"187454\", \"207818\", \"219151\", \"221984\", \"233407\", \"236468\", \"259318\", \"260926\", \"267223\", \"295117\"]}","task_split":"paper_retrieval"} {"document_id":"39622","document_content":"# Countering Adversarial Examples: Combining Input Transformation and Noisy Training\n## Categories\n- Computer Vision and Pattern Recognition\n- Image and Video Processing\n## Abstract\nRecent studies have shown that neural network (NN) based image classifiers are highly vulnerable to adversarial examples, which poses a threat to security-sensitive image recognition task. Prior work has shown that JPEG compression can combat the drop in classification accuracy on adversarial examples to some extent. But, as the compression ratio increases, traditional JPEG compression is insufficient to defend those attacks but can cause an abrupt accuracy decline to the benign images. In this paper, with the aim of fully filtering the adversarial perturbations, we firstly make modifications to traditional JPEG compression algorithm which becomes more favorable for NN. Specifically, based on an analysis of the frequency coefficient, we design a NN-favored quantization table for compression. Considering compression as a data augmentation strategy, we then combine our model-agnostic preprocess with noisy training. We fine-tune the pre-trained model by training with images encoded at different compression levels, thus generating multiple classifiers. Finally, since lower (higher) compression ratio can remove both perturbations and original features slightly (aggressively), we use these trained multiple models for model ensemble. The majority vote of the ensemble of models is adopted as final predictions. Experiments results show our method can improve defense efficiency while maintaining original accuracy.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.13394v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"eess.IV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Image and Video Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"116054\", \"138313\", \"147546\", \"188495\", \"192115\", \"199776\", \"201060\", \"201616\", \"206693\", \"206956\", \"238512\", \"239047\", \"239049\", \"241641\", \"242744\", \"243562\", \"247042\", \"251795\", \"260636\", \"265979\", \"267002\", \"287288\", \"303380\"]}","task_split":"paper_retrieval"} {"document_id":"39697","document_content":"# Handling Data Heterogeneity with Generative Replay in Collaborative Learning for Medical Imaging\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nCollaborative learning, which enables collaborative and decentralized training of deep neural networks at multiple institutions in a privacy-preserving manner, is rapidly emerging as a valuable technique in healthcare applications. However, its distributed nature often leads to significant heterogeneity in data distributions across institutions. In this paper, we present a novel generative replay strategy to address the challenge of data heterogeneity in collaborative learning methods. Different from traditional methods that directly aggregating the model parameters, we leverage generative adversarial learning to aggregate the knowledge from all the local institutions. Specifically, instead of directly training a model for task performance, we develop a novel dual model architecture: a primary model learns the desired task, and an auxiliary \"generative replay model\" allows aggregating knowledge from the heterogenous clients. The auxiliary model is then broadcasted to the central sever, to regulate the training of primary model with an unbiased target distribution. Experimental results demonstrate the capability of the proposed method in handling heterogeneous data across institutions. On highly heterogeneous data partitions, our model achieves ~4.88% improvement in the prediction accuracy on a diabetic retinopathy classification dataset, and ~49.8% reduction of mean absolution value on a Bone Age prediction dataset, respectively, compared to the state-of-the art collaborative learning methods.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.13208v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"37349\", \"42977\"], \"outgoing_citations\": [\"6225\", \"34816\", \"42977\", \"55790\", \"63956\", \"102450\", \"133977\", \"136214\", \"142093\", \"155989\", \"163734\", \"164048\", \"166970\", \"167532\", \"179698\", \"181721\", \"183000\", \"195141\", \"200347\", \"207326\", \"207602\", \"216288\", \"220594\", \"229563\", \"235592\", \"248216\", \"249421\", \"251580\", \"265568\", \"273215\", \"299534\", \"310087\", \"329116\"]}","task_split":"paper_retrieval"} {"document_id":"39850","document_content":"# Simple Truncated SVD based Model for Node Classification on Heterophilic Graphs\n## Categories\n- Machine Learning\n## Abstract\nGraph Neural Networks (GNNs) have shown excellent performance on graphs that exhibit strong homophily with respect to the node labels i.e. connected nodes have same labels. However, they perform poorly on heterophilic graphs. Recent approaches have typically modified aggregation schemes, designed adaptive graph filters, etc. to address this limitation. In spite of this, the performance on heterophilic graphs can still be poor. We propose a simple alternative method that exploits Truncated Singular Value Decomposition (TSVD) of topological structure and node features. Our approach achieves up to ~30% improvement in performance over state-of-the-art methods on heterophilic graphs. This work is an early investigation into methods that differ from aggregation based approaches. Our experimental results suggest that it might be important to explore other alternatives to aggregation methods for heterophilic setting.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.12807v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [\"24104\"], \"outgoing_citations\": [\"77179\", \"98076\", \"117308\", \"118719\", \"142571\", \"164464\"]}","task_split":"paper_retrieval"} {"document_id":"39873","document_content":"# TagRuler: Interactive Tool for Span-Level Data Programming by Demonstration\n## Categories\n- Computation and Language\n- Databases\n- Human-Computer Interaction\n- Machine Learning\n## Abstract\nDespite rapid developments in the field of machine learning research, collecting high-quality labels for supervised learning remains a bottleneck for many applications. This difficulty is exacerbated by the fact that state-of-the-art models for NLP tasks are becoming deeper and more complex, often increasing the amount of training data required even for fine-tuning. Weak supervision methods, including data programming, address this problem and reduce the cost of label collection by using noisy label sources for supervision. However, until recently, data programming was only accessible to users who knew how to program. To bridge this gap, the Data Programming by Demonstration framework was proposed to facilitate the automatic creation of labeling functions based on a few examples labeled by a domain expert. This framework has proven successful for generating high-accuracy labeling models for document classification. In this work, we extend the DPBD framework to span-level annotation tasks, arguably one of the most time-consuming NLP labeling tasks. We built a novel tool, TagRuler, that makes it easy for annotators to build span-level labeling functions without programming and encourages them to explore trade-offs between different labeling models and active learning strategies. We empirically demonstrated that an annotator could achieve a higher F1 score using the proposed tool compared to manual labeling for different span-level annotation tasks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.12767v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.DB\", \"cs.HC\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Databases\", \"Human-Computer Interaction\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"81272\", \"104521\", \"139761\", \"157587\", \"232584\", \"249126\"]}","task_split":"paper_retrieval"} {"document_id":"39884","document_content":"# Bayesian Differential Privacy for Linear Dynamical Systems\n## Categories\n- Optimization and Control\n- Systems and Control\n- Systems and Control\n- Cryptography and Security\n## Abstract\nDifferential privacy is a privacy measure based on the difficulty of discriminating between similar input data. In differential privacy analysis, similar data usually implies that their distance does not exceed a predetermined threshold. It, consequently, does not take into account the difficulty of distinguishing data sets that are far apart, which often contain highly private information. This problem has been pointed out in the research on differential privacy for static data, and Bayesian differential privacy has been proposed, which provides a privacy protection level even for outlier data by utilizing the prior distribution of the data. In this study, we introduce this Bayesian differential privacy to dynamical systems, and provide privacy guarantees for distant input data pairs and reveal its fundamental property. For example, we design a mechanism that satisfies the desired level of privacy protection, which characterizes the trade-off between privacy and information utility.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1109\/LCSYS.2021.3087096\", \"primary_category\": \"math.OC\", \"categories\": [\"eess.SY\", \"cs.SY\", \"math.OC\", \"cs.CR\"], \"primary_category_human_readable\": \"Optimization and Control\", \"categories_human_readable\": [\"Systems and Control\", \"Systems and Control\", \"Optimization and Control\", \"Cryptography and Security\"], \"incoming_citations\": [], \"outgoing_citations\": [\"201319\", \"202108\", \"315267\", \"327615\", \"356272\"]}","task_split":"paper_retrieval"} {"document_id":"39988","document_content":"# Learnt Sparsification for Interpretable Graph Neural Networks\n## Categories\n- Machine Learning\n## Abstract\nGraph neural networks (GNNs) have achieved great success on various tasks and fields that require relational modeling. GNNs aggregate node features using the graph structure as inductive biases resulting in flexible and powerful models. However, GNNs remain hard to interpret as the interplay between node features and graph structure is only implicitly learned. In this paper, we propose a novel method called Kedge for explicitly sparsifying the underlying graph by removing unnecessary neighbors. Our key idea is based on a tractable method for sparsification using the Hard Kumaraswamy distribution that can be used in conjugation with any GNN model. Kedge learns edge masks in a modular fashion trained with any GNN allowing for gradient based optimization in an end-to-end fashion. We demonstrate through extensive experiments that our model Kedge can prune a large proportion of the edges with only a minor effect on the test accuracy. Specifically, in the PubMed dataset, Kedge learns to drop more than 80% of the edges with an accuracy drop of merely 2% showing that graph structure has only a small contribution in comparison to node features. Finally, we also show that Kedge effectively counters the over-smoothing phenomena in deep GNNs by maintaining good task performance with increasing GNN layers.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.12920v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"48804\", \"74797\", \"75999\", \"121171\", \"162259\", \"174492\", \"184400\", \"185541\", \"189496\", \"193345\", \"200141\", \"226383\", \"244510\", \"252576\", \"279575\", \"292407\", \"295676\", \"303863\", \"305707\"]}","task_split":"paper_retrieval"} {"document_id":"39997","document_content":"# Mixtures of Deep Neural Experts for Automated Speech Scoring\n## Categories\n- Computation and Language\n## Abstract\nThe paper copes with the task of automatic assessment of second language proficiency from the language learners' spoken responses to test prompts. The task has significant relevance to the field of computer assisted language learning. The approach presented in the paper relies on two separate modules: (1) an automatic speech recognition system that yields text transcripts of the spoken interactions involved, and (2) a multiple classifier system based on deep learners that ranks the transcripts into proficiency classes. Different deep neural network architectures (both feed-forward and recurrent) are specialized over diverse representations of the texts in terms of: a reference grammar, the outcome of probabilistic language models, several word embeddings, and two bag-of-word models. Combination of the individual classifiers is realized either via a probabilistic pseudo-joint model, or via a neural mixture of experts. Using the data of the third Spoken CALL Shared Task challenge, the highest values to date were obtained in terms of three popular evaluation metrics.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.21437\/Interspeech.2020-1055\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"58536\"], \"outgoing_citations\": [\"146052\", \"172694\", \"195047\", \"216557\", \"268380\", \"275599\", \"293171\"]}","task_split":"paper_retrieval"} {"document_id":"40001","document_content":"# Gender Recognition in Informal and Formal Language Scenarios via Transfer Learning\n## Categories\n- Computation and Language\n- Information Retrieval\n## Abstract\nThe interest in demographic information retrieval based on text data has increased in the research community because applications have shown success in different sectors such as security, marketing, heath-care, and others. Recognition and identification of demographic traits such as gender, age, location, or personality based on text data can help to improve different marketing strategies. For instance it makes it possible to segment and to personalize offers, thus products and services are exposed to the group of greatest interest. This type of technology has been discussed widely in documents from social media. However, the methods have been poorly studied in data with a more formal structure, where there is no access to emoticons, mentions, and other linguistic phenomena that are only present in social media. This paper proposes the use of recurrent and convolutional neural networks, and a transfer learning strategy for gender recognition in documents that are written in informal and formal languages. Models are tested in two different databases consisting of Tweets and call-center conversations. Accuracies of up to 75\\% are achieved for both databases. The results also indicate that it is possible to transfer the knowledge from a system trained on a specific type of expressions or idioms such as those typically used in social media into a more formal type of text data, where the amount of data is more scarce and its structure is completely different.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2107.02759v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.IR\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Information Retrieval\"], \"incoming_citations\": [\"2793\"], \"outgoing_citations\": [\"129260\", \"138930\", \"191564\", \"223084\", \"261421\", \"263108\"]}","task_split":"paper_retrieval"} {"document_id":"40037","document_content":"# PALRACE: Reading Comprehension Dataset with Human Data and Labeled Rationales\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nPre-trained language models achieves high performance on machine reading comprehension (MRC) tasks but the results are hard to explain. An appealing approach to make models explainable is to provide rationales for its decision. To investigate whether human rationales can further improve current models and to facilitate supervised learning of human rationales, here we present PALRACE (Pruned And Labeled RACE), a new MRC dataset with human labeled rationales for 800 passages selected from the RACE dataset. We further classified the question to each passage into 6 types. Each passage was read by at least 26 human readers, who labeled their rationales to answer the question. It is demonstrated that models such as RoBERTa-large outperforms human readers in all 6 types of questions, including inference questions, but its performance can be further improved when having access to the human rationales. Simpler models and pre-trained models that are not fine-tuned based on the task benefit more from human rationales, and their performance can be boosted by more than 30% by rationales. With access to human rationales, a simple model based on the GloVe word embedding can reach the performance of BERT-base.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.12373v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [\"35857\"], \"outgoing_citations\": [\"127916\", \"128258\", \"157352\", \"159458\", \"239831\", \"268809\", \"290515\", \"292576\"]}","task_split":"paper_retrieval"} {"document_id":"40116","document_content":"# Uncertainty-Aware Model-Based Reinforcement Learning with Application to Autonomous Driving\n## Categories\n- Robotics\n- Machine Learning\n## Abstract\nTo further improve the learning efficiency and performance of reinforcement learning (RL), in this paper we propose a novel uncertainty-aware model-based RL (UA-MBRL) framework, and then implement and validate it in autonomous driving under various task scenarios. First, an action-conditioned ensemble model with the ability of uncertainty assessment is established as the virtual environment model. Then, a novel uncertainty-aware model-based RL framework is developed based on the adaptive truncation approach, providing virtual interactions between the agent and environment model, and improving RL's training efficiency and performance. The developed algorithms are then implemented in end-to-end autonomous vehicle control tasks, validated and compared with state-of-the-art methods under various driving scenarios. The validation results suggest that the proposed UA-MBRL method surpasses the existing model-based and model-free RL approaches, in terms of learning efficiency and achieved performance. The results also demonstrate the good ability of the proposed method with respect to the adaptiveness and robustness, under various autonomous driving scenarios.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.12194v2\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.RO\", \"cs.LG\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Robotics\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"55951\", \"92011\", \"124212\", \"142272\", \"144508\", \"150646\", \"152912\", \"171187\", \"179948\", \"196921\", \"206160\", \"208406\", \"225762\", \"240471\", \"251921\", \"259045\", \"265615\", \"269382\", \"292009\", \"297268\"]}","task_split":"paper_retrieval"} {"document_id":"40165","document_content":"# Robust Task Scheduling for Heterogeneous Robot Teams under Capability Uncertainty\n## Categories\n- Robotics\n- Multiagent Systems\n- 93A16\n## Abstract\nThis paper develops a stochastic programming framework for multi-agent systems where task decomposition, assignment, and scheduling problems are simultaneously optimized. The framework can be applied to heterogeneous mobile robot teams with distributed sub-tasks. Examples include pandemic robotic service coordination, explore and rescue, and delivery systems with heterogeneous vehicles. Due to their inherent flexibility and robustness, multi-agent systems are applied in a growing range of real-world problems that involve heterogeneous tasks and uncertain information. Most previous works assume one fixed way to decompose a task into roles that can later be assigned to the agents. This assumption is not valid for a complex task where the roles can vary and multiple decomposition structures exist. Meanwhile, it is unclear how uncertainties in task requirements and agent capabilities can be systematically quantified and optimized under a multi-agent system setting. A representation for complex tasks is proposed: agent capabilities are represented as a vector of random distributions, and task requirements are verified by a generalizable binary function. The conditional value at risk (CVaR) is chosen as a metric in the objective function to generate robust plans. An efficient algorithm is described to solve the model, and the whole framework is evaluated in two different practical test cases: capture-the-flag and robotic service coordination during a pandemic (e.g., COVID-19). Results demonstrate that the framework is generalizable, scalable up to 140 agents and 40 tasks for the example test cases, and provides low-cost plans that ensure a high probability of success.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.12111v3\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.MA\", \"cs.RO\", \"93A16\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Multiagent Systems\", \"Robotics\", \"93A16\"], \"incoming_citations\": [], \"outgoing_citations\": [\"21125\", \"31190\", \"32195\", \"52259\", \"71288\", \"73237\", \"92387\", \"99956\", \"113637\", \"134737\", \"152015\", \"195425\", \"204971\", \"223485\", \"237680\", \"239684\", \"251975\", \"273166\"]}","task_split":"paper_retrieval"} {"document_id":"40217","document_content":"# On the Diversity and Limits of Human Explanations\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Computers and Society\n## Abstract\nA growing effort in NLP aims to build datasets of human explanations. However, the term explanation encompasses a broad range of notions, each with different properties and ramifications. Our goal is to provide an overview of diverse types of explanations and human limitations, and discuss implications for collecting and using explanations in NLP. Inspired by prior work in psychology and cognitive sciences, we group existing human explanations in NLP into three categories: proximal mechanism, evidence, and procedure. These three types differ in nature and have implications for the resultant explanations. For instance, procedure is not considered explanations in psychology and connects with a rich body of work on learning from instructions. The diversity of explanations is further evidenced by proxy questions that are needed for annotators to interpret and answer open-ended why questions. Finally, explanations may require different, often deeper, understandings than predictions, which casts doubt on whether humans can provide useful explanations in some tasks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.11988v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.CY\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Computers and Society\"], \"incoming_citations\": [\"2601\", \"94070\"], \"outgoing_citations\": [\"40191\", \"76684\", \"80515\", \"81829\", \"93011\", \"93929\", \"95395\", \"96031\", \"101670\", \"125553\", \"127454\", \"127494\", \"127851\", \"132372\", \"147166\", \"157125\", \"157352\", \"158133\", \"159123\", \"159864\", \"162419\", \"182261\", \"192608\", \"203187\", \"207428\", \"216563\", \"219560\", \"222858\", \"232584\", \"238372\", \"238986\", \"242033\", \"242879\", \"266702\", \"330049\", \"360333\"]}","task_split":"paper_retrieval"} {"document_id":"40234","document_content":"# Provably Efficient Representation Learning in Low-rank Markov Decision Processes\n## Categories\n- Machine Learning\n- Optimization and Control\n## Abstract\nThe success of deep reinforcement learning (DRL) is due to the power of learning a representation that is suitable for the underlying exploration and exploitation task. However, existing provable reinforcement learning algorithms with linear function approximation often assume the feature representation is known and fixed. In order to understand how representation learning can improve the efficiency of RL, we study representation learning for a class of low-rank Markov Decision Processes (MDPs) where the transition kernel can be represented in a bilinear form. We propose a provably efficient algorithm called ReLEX that can simultaneously learn the representation and perform exploration. We show that ReLEX always performs no worse than a state-of-the-art algorithm without representation learning, and will be strictly better in terms of sample efficiency if the function class of representations enjoys a certain mild \"coverage'' property over the whole state-action space.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.11935v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"math.OC\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Optimization and Control\", \"Machine Learning\"], \"incoming_citations\": [\"1235\", \"10707\", \"17678\", \"35680\", \"78473\"], \"outgoing_citations\": [\"57453\", \"69513\", \"78646\", \"80308\", \"80915\", \"85223\", \"96119\", \"100693\", \"110159\", \"116596\", \"117517\", \"117585\", \"118246\", \"119885\", \"121158\", \"121680\", \"138725\", \"139382\", \"156467\", \"160166\", \"162949\", \"176464\", \"182979\", \"184705\", \"184850\", \"187062\", \"199123\", \"201579\", \"276133\", \"277644\", \"281635\"]}","task_split":"paper_retrieval"} {"document_id":"40266","document_content":"# Euro-PVI: Pedestrian Vehicle Interactions in Dense Urban Centers\n## Categories\n- Computer Vision and Pattern Recognition\n- Machine Learning\n- Robotics\n## Abstract\nAccurate prediction of pedestrian and bicyclist paths is integral to the development of reliable autonomous vehicles in dense urban environments. The interactions between vehicle and pedestrian or bicyclist have a significant impact on the trajectories of traffic participants e.g. stopping or turning to avoid collisions. Although recent datasets and trajectory prediction approaches have fostered the development of autonomous vehicles yet the amount of vehicle-pedestrian (bicyclist) interactions modeled are sparse. In this work, we propose Euro-PVI, a dataset of pedestrian and bicyclist trajectories. In particular, our dataset caters more diverse and complex interactions in dense urban scenarios compared to the existing datasets. To address the challenges in predicting future trajectories with dense interactions, we develop a joint inference model that learns an expressive multi-modal shared latent space across agents in the urban scene. This enables our Joint-$\\beta$-cVAE approach to better model the distribution of future trajectories. We achieve state of the art results on the nuScenes and Euro-PVI datasets demonstrating the importance of capturing interactions between ego-vehicle and pedestrians (bicyclists) for accurate predictions.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.12442v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.LG\", \"cs.RO\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Machine Learning\", \"Robotics\"], \"incoming_citations\": [\"226421\"], \"outgoing_citations\": [\"99442\", \"116072\", \"124451\", \"131338\", \"133076\", \"134054\", \"134965\", \"138169\", \"139777\", \"157689\", \"157732\", \"170388\", \"174716\", \"174738\", \"191356\", \"199454\", \"206321\", \"211345\", \"214313\", \"227342\", \"229266\", \"232095\", \"237350\", \"249164\", \"266067\", \"268891\", \"303632\"]}","task_split":"paper_retrieval"} {"document_id":"40358","document_content":"# Reinforcement Learning for Physical Layer Communications\n## Categories\n- Artificial Intelligence\n- Machine Learning\n- Networking and Internet Architecture\n- Signal Processing\n## Abstract\nIn this chapter, we will give comprehensive examples of applying RL in optimizing the physical layer of wireless communications by defining different class of problems and the possible solutions to handle them. In Section 9.2, we present all the basic theory needed to address a RL problem, i.e. Markov decision process (MDP), Partially observable Markov decision process (POMDP), but also two very important and widely used algorithms for RL, i.e. the Q-learning and SARSA algorithms. We also introduce the deep reinforcement learning (DRL) paradigm and the section ends with an introduction to the multi-armed bandits (MAB) framework. Section 9.3 focuses on some toy examples to illustrate how the basic concepts of RL are employed in communication systems. We present applications extracted from literature with simplified system models using similar notation as in Section 9.2 of this Chapter. In Section 9.3, we also focus on modeling RL problems, i.e. how action and state spaces and rewards are chosen. The Chapter is concluded in Section 9.4 with a prospective thought on RL trends and it ends with a review of a broader state of the art in Section 9.5.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.11595v2\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.LG\", \"cs.NI\", \"eess.SP\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Machine Learning\", \"Networking and Internet Architecture\", \"Signal Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"112923\", \"135121\", \"200097\", \"213852\", \"232394\", \"238856\", \"241582\", \"253822\", \"257173\", \"260842\", \"261515\", \"269360\", \"273337\", \"273790\", \"352228\"]}","task_split":"paper_retrieval"} {"document_id":"40491","document_content":"# Dive into Deep Learning\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Computation and Language\n- Computer Vision and Pattern Recognition\n## Abstract\nThis open-source book represents our attempt to make deep learning approachable, teaching readers the concepts, the context, and the code. The entire book is drafted in Jupyter notebooks, seamlessly integrating exposition figures, math, and interactive examples with self-contained code. Our goal is to offer a resource that could (i) be freely available for everyone; (ii) offer sufficient technical depth to provide a starting point on the path to actually becoming an applied machine learning scientist; (iii) include runnable code, showing readers how to solve problems in practice; (iv) allow for rapid updates, both by us and also by the community at large; (v) be complemented by a forum for interactive discussion of technical details and to answer questions.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.11342v4\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.CL\", \"cs.CV\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Computation and Language\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"3294\", \"3740\", \"3715\", \"21981\", \"27923\", \"30302\", \"65725\", \"77695\", \"99896\", \"101803\", \"2169\", \"13701\", \"20091\", \"22637\", \"27074\", \"40127\", \"39655\", \"47614\", \"49618\", \"68774\", \"71890\", \"102376\", \"114428\", \"119059\", \"81778\", \"106815\", \"134870\", \"144599\", \"156033\", \"176793\", \"154686\", \"155994\"], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"40597","document_content":"# CLIP2Video: Mastering Video-Text Retrieval via Image CLIP\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nWe present CLIP2Video network to transfer the image-language pre-training model to video-text retrieval in an end-to-end manner. Leading approaches in the domain of video-and-language learning try to distill the spatio-temporal video features and multi-modal interaction between videos and languages from a large-scale video-text dataset. Different from them, we leverage pretrained image-language model, simplify it as a two-stage framework with co-learning of image-text and enhancing temporal relations between video frames and video-text respectively, make it able to train on comparatively small datasets. Specifically, based on the spatial semantics captured by Contrastive Language-Image Pretraining (CLIP) model, our model involves a Temporal Difference Block to capture motions at fine temporal video frames, and a Temporal Alignment Block to re-align the tokens of video clips and phrases and enhance the multi-modal correlation. We conduct thorough ablation studies, and achieve state-of-the-art performance on major text-to-video and video-to-text retrieval benchmarks, including new records of retrieval accuracy on MSR-VTT, MSVD and VATEX.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.11097v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"1081\", \"5478\", \"5634\", \"6414\", \"8623\", \"18647\", \"6339\", \"9075\", \"12778\", \"14592\", \"16519\", \"22807\", \"24771\"], \"outgoing_citations\": [\"55118\", \"58876\", \"59838\", \"60135\", \"60673\", \"62053\", \"67133\", \"69945\", \"70426\", \"87013\", \"96230\", \"108985\", \"110610\", \"138177\", \"139259\", \"142128\", \"146888\", \"151327\", \"173627\", \"180862\", \"181897\", \"188114\", \"191861\", \"214015\", \"217562\", \"221984\", \"223871\", \"236468\", \"259318\", \"311742\", \"322022\"]}","task_split":"paper_retrieval"} {"document_id":"40682","document_content":"# Open-set Label Noise Can Improve Robustness Against Inherent Label Noise\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nLearning with noisy labels is a practically challenging problem in weakly supervised learning. In the existing literature, open-set noises are always considered to be poisonous for generalization, similar to closed-set noises. In this paper, we empirically show that open-set noisy labels can be non-toxic and even benefit the robustness against inherent noisy labels. Inspired by the observations, we propose a simple yet effective regularization by introducing Open-set samples with Dynamic Noisy Labels (ODNL) into training. With ODNL, the extra capacity of the neural network can be largely consumed in a way that does not interfere with learning patterns from clean data. Through the lens of SGD noise, we show that the noises induced by our method are random-direction, conflict-free and biased, which may help the model converge to a flat minimum with superior stability and enforce the model to produce conservative predictions on Out-of-Distribution instances. Extensive experimental results on benchmark datasets with various types of noisy labels demonstrate that the proposed method not only enhances the performance of many existing robust algorithms but also achieves significant improvement on Out-of-Distribution detection tasks even in the label noise setting.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.10891v3\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [\"16932\", \"43854\", \"111710\", \"15581\"], \"outgoing_citations\": [\"75059\", \"81496\", \"81579\", \"83406\", \"85842\", \"87623\", \"95818\", \"116430\", \"138324\", \"138343\", \"141691\", \"163402\", \"171454\", \"180243\", \"181816\", \"183227\", \"183233\", \"184210\", \"184847\", \"189025\", \"198316\", \"200831\", \"203033\", \"206037\", \"206350\", \"231347\", \"233440\", \"235096\", \"237153\", \"237224\", \"237905\", \"241875\", \"242145\", \"246396\", \"246497\", \"247500\", \"249330\", \"263559\", \"264247\", \"268999\", \"283114\", \"284631\", \"293522\", \"311413\", \"312135\", \"313245\", \"313914\", \"320027\", \"321153\", \"337853\"]}","task_split":"paper_retrieval"} {"document_id":"40946","document_content":"# Variance-Dependent Best Arm Identification\n## Categories\n- Machine Learning\n## Abstract\nWe study the problem of identifying the best arm in a stochastic multi-armed bandit game. Given a set of $n$ arms indexed from $1$ to $n$, each arm $i$ is associated with an unknown reward distribution supported on $[0,1]$ with mean $\\theta_i$ and variance $\\sigma_i^2$. Assume $\\theta_1 > \\theta_2 \\geq \\cdots \\geq\\theta_n$. We propose an adaptive algorithm which explores the gaps and variances of the rewards of the arms and makes future decisions based on the gathered information using a novel approach called \\textit{grouped median elimination}. The proposed algorithm guarantees to output the best arm with probability $(1-\\delta)$ and uses at most $O \\left(\\sum_{i = 1}^n \\left(\\frac{\\sigma_i^2}{\\Delta_i^2} + \\frac{1}{\\Delta_i}\\right)(\\ln \\delta^{-1} + \\ln \\ln \\Delta_i^{-1})\\right)$ samples, where $\\Delta_i$ ($i \\geq 2$) denotes the reward gap between arm $i$ and the best arm and we define $\\Delta_1 = \\Delta_2$. This achieves a significant advantage over the variance-independent algorithms in some favorable scenarios and is the first result that removes the extra $\\ln n$ factor on the best arm compared with the state-of-the-art. We further show that $\\Omega \\left( \\sum_{i = 1}^n \\left( \\frac{\\sigma_i^2}{\\Delta_i^2} + \\frac{1}{\\Delta_i} \\right) \\ln \\delta^{-1} \\right)$ samples are necessary for an algorithm to achieve the same goal, thereby illustrating that our algorithm is optimal up to doubly logarithmic terms.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.10417v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"286178\", \"303524\", \"326956\", \"335987\"]}","task_split":"paper_retrieval"} {"document_id":"40961","document_content":"# Uncertain Decisions Facilitate Better Preference Learning\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nExisting observational approaches for learning human preferences, such as inverse reinforcement learning, usually make strong assumptions about the observability of the human's environment. However, in reality, people make many important decisions under uncertainty. To better understand preference learning in these cases, we study the setting of inverse decision theory (IDT), a previously proposed framework where a human is observed making non-sequential binary decisions under uncertainty. In IDT, the human's preferences are conveyed through their loss function, which expresses a tradeoff between different types of mistakes. We give the first statistical analysis of IDT, providing conditions necessary to identify these preferences and characterizing the sample complexity -- the number of decisions that must be observed to learn the tradeoff the human is making to a desired precision. Interestingly, we show that it is actually easier to identify preferences when the decision problem is more uncertain. Furthermore, uncertain decision problems allow us to relax the unrealistic assumption that the human is an optimal decision maker but still identify their exact preferences; we give sample complexities in this suboptimal case as well. Our analysis contradicts the intuition that partial observability should make preference learning more difficult. It also provides a first step towards understanding and improving preference learning methods for uncertain and suboptimal humans.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.10394v2\", \"primary_category\": \"stat.ML\", \"categories\": [\"cs.AI\", \"cs.LG\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Machine Learning\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"55350\", \"74639\", \"116304\", \"116749\", \"142761\", \"162494\", \"179418\", \"214806\", \"219828\", \"229170\", \"247344\", \"251924\", \"284408\"]}","task_split":"paper_retrieval"} {"document_id":"40967","document_content":"# Towards a Query-Optimal and Time-Efficient Algorithm for Clustering with a Faulty Oracle\n## Categories\n- Machine Learning\n- Data Structures and Algorithms\n## Abstract\nMotivated by applications in crowdsourced entity resolution in database, signed edge prediction in social networks and correlation clustering, Mazumdar and Saha [NIPS 2017] proposed an elegant theoretical model for studying clustering with a faulty oracle. In this model, given a set of $n$ items which belong to $k$ unknown groups (or clusters), our goal is to recover the clusters by asking pairwise queries to an oracle. This oracle can answer the query that ``do items $u$ and $v$ belong to the same cluster?''. However, the answer to each pairwise query errs with probability $\\varepsilon$, for some $\\varepsilon\\in(0,\\frac12)$. Mazumdar and Saha provided two algorithms under this model: one algorithm is query-optimal while time-inefficient (i.e., running in quasi-polynomial time), the other is time efficient (i.e., in polynomial time) while query-suboptimal. Larsen, Mitzenmacher and Tsourakakis [WWW 2020] then gave a new time-efficient algorithm for the special case of $2$ clusters, which is query-optimal if the bias $\\delta:=1-2\\varepsilon$ of the model is large. It was left as an open question whether one can obtain a query-optimal, time-efficient algorithm for the general case of $k$ clusters and other regimes of $\\delta$. In this paper, we make progress on the above question and provide a time-efficient algorithm with nearly-optimal query complexity (up to a factor of $O(\\log^2 n)$) for all constant $k$ and any $\\delta$ in the regime when information-theoretic recovery is possible. Our algorithm is built on a connection to the stochastic block model.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.10374v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.DS\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Data Structures and Algorithms\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"263056\", \"274754\", \"285460\", \"290903\", \"331060\", \"350032\", \"355567\"]}","task_split":"paper_retrieval"} {"document_id":"40969","document_content":"# Scenic4RL: Programmatic Modeling and Generation of Reinforcement Learning Environments\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nThe capability of a reinforcement learning (RL) agent heavily depends on the diversity of the learning scenarios generated by the environment. Generation of diverse realistic scenarios is challenging for real-time strategy (RTS) environments. The RTS environments are characterized by intelligent entities\/non-RL agents cooperating and competing with the RL agents with large state and action spaces over a long period of time, resulting in an infinite space of feasible, but not necessarily realistic, scenarios involving complex interaction among different RL and non-RL agents. Yet, most of the existing simulators rely on randomly generating the environments based on predefined settings\/layouts and offer limited flexibility and control over the environment dynamics for researchers to generate diverse, realistic scenarios as per their demand. To address this issue, for the first time, we formally introduce the benefits of adopting an existing formal scenario specification language, SCENIC, to assist researchers to model and generate diverse scenarios in an RTS environment in a flexible, systematic, and programmatic manner. To showcase the benefits, we interfaced SCENIC to an existing RTS environment Google Research Football(GRF) simulator and introduced a benchmark consisting of 32 realistic scenarios, encoded in SCENIC, to train RL agents and testing their generalization capabilities. We also show how researchers\/RL practitioners can incorporate their domain knowledge to expedite the training process by intuitively modeling stochastic programmatic policies with SCENIC.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.10365v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"91372\", \"94535\", \"116312\", \"125052\", \"125165\", \"131003\", \"136359\", \"152918\", \"160036\", \"162155\", \"163467\", \"174408\", \"200334\", \"207051\", \"210077\", \"216651\", \"226544\", \"226635\", \"236067\", \"246118\", \"255531\", \"255613\", \"293995\", \"311595\", \"356201\"]}","task_split":"paper_retrieval"} {"document_id":"41052","document_content":"# World-GAN: a Generative Model for Minecraft Worlds\n## Categories\n- Machine Learning\n- Computer Vision and Pattern Recognition\n- Neural and Evolutionary Computing\n## Abstract\nThis work introduces World-GAN, the first method to perform data-driven Procedural Content Generation via Machine Learning in Minecraft from a single example. Based on a 3D Generative Adversarial Network (GAN) architecture, we are able to create arbitrarily sized world snippets from a given sample. We evaluate our approach on creations from the community as well as structures generated with the Minecraft World Generator. Our method is motivated by the dense representations used in Natural Language Processing (NLP) introduced with word2vec [1]. The proposed block2vec representations make World-GAN independent from the number of different blocks, which can vary a lot in Minecraft, and enable the generation of larger levels. Finally, we demonstrate that changing this new representation space allows us to change the generated style of an already trained generator. World-GAN enables its users to generate Minecraft worlds based on parts of their creations.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.10155v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.CV\", \"cs.NE\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Computer Vision and Pattern Recognition\", \"Neural and Evolutionary Computing\"], \"incoming_citations\": [\"47005\"], \"outgoing_citations\": [\"60194\", \"62860\", \"65464\", \"81816\", \"96756\", \"107909\", \"122922\", \"145664\", \"147140\", \"181330\", \"186290\", \"188010\", \"189201\", \"233501\", \"234345\", \"237653\", \"274886\"]}","task_split":"paper_retrieval"} {"document_id":"41085","document_content":"# It's FLAN time! Summing feature-wise latent representations for interpretability\n## Categories\n- Machine Learning\n## Abstract\nInterpretability has become a necessary feature for machine learning models deployed in critical scenarios, e.g. legal system, healthcare. In these situations, algorithmic decisions may have (potentially negative) long-lasting effects on the end-user affected by the decision. In many cases, the representational power of deep learning models is not needed, therefore simple and interpretable models (e.g. linear models) should be preferred. However, in high-dimensional and\/or complex domains (e.g. computer vision), the universal approximation capabilities of neural networks are required. Inspired by linear models and the Kolmogorov-Arnold representation theorem, we propose a novel class of structurally-constrained neural networks, which we call FLANs (Feature-wise Latent Additive Networks). Crucially, FLANs process each input feature separately, computing for each of them a representation in a common latent space. These feature-wise latent representations are then simply summed, and the aggregated representation is used for prediction. These constraints (which are at the core of the interpretability of linear models) allow a user to estimate the effect of each individual feature independently from the others, enhancing interpretability. In a set of experiments across different domains, we show how without compromising excessively the test performance, the structural constraints proposed in FLANs indeed facilitates the interpretability of deep learning models. We quantitatively compare FLANs interpretability to post-hoc methods using recently introduced metrics, discussing the advantages of natively interpretable models over a post-hoc analysis.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.10086v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"54419\", \"63146\", \"111970\", \"124772\", \"128314\", \"137265\", \"145439\", \"164199\", \"165861\", \"172483\", \"202383\", \"226576\", \"227415\", \"242147\", \"250247\", \"253401\", \"262066\", \"272864\", \"279836\", \"291045\", \"303997\"]}","task_split":"paper_retrieval"} {"document_id":"41101","document_content":"# Contrastive Learning of Generalized Game Representations\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n## Abstract\nRepresenting games through their pixels offers a promising approach for building general-purpose and versatile game models. While games are not merely images, neural network models trained on game pixels often capture differences of the visual style of the image rather than the content of the game. As a result, such models cannot generalize well even within similar games of the same genre. In this paper we build on recent advances in contrastive learning and showcase its benefits for representation learning in games. Learning to contrast images of games not only classifies games in a more efficient manner; it also yields models that separate games in a more meaningful fashion by ignoring the visual style and focusing, instead, on their content. Our results in a large dataset of sports video games containing 100k images across 175 games and 10 game genres suggest that contrastive learning is better suited for learning generalized game representations compared to conventional supervised learning. The findings of this study bring us closer to universal visual encoders for games that can be reused across previously unseen games without requiring retraining or fine-tuning.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.10060v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"65429\", \"73366\", \"93956\", \"95477\", \"96756\", \"123086\", \"127845\", \"132207\", \"134247\", \"174408\", \"177552\", \"218884\", \"223379\", \"274886\", \"293071\", \"297797\"]}","task_split":"paper_retrieval"} {"document_id":"41140","document_content":"# Advanced Hough-based method for on-device document localization\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nThe demand for on-device document recognition systems increases in conjunction with the emergence of more strict privacy and security requirements. In such systems, there is no data transfer from the end device to a third-party information processing servers. The response time is vital to the user experience of on-device document recognition. Combined with the unavailability of discrete GPUs, powerful CPUs, or a large RAM capacity on consumer-grade end devices such as smartphones, the time limitations put significant constraints on the computational complexity of the applied algorithms for on-device execution. In this work, we consider document location in an image without prior knowledge of the document content or its internal structure. In accordance with the published works, at least 5 systems offer solutions for on-device document location. All these systems use a location method which can be considered Hough-based. The precision of such systems seems to be lower than that of the state-of-the-art solutions which were not designed to account for the limited computational resources. We propose an advanced Hough-based method. In contrast with other approaches, it accounts for the geometric invariants of the central projection model and combines both edge and color features for document boundary detection. The proposed method allowed for the second best result for SmartDoc dataset in terms of precision, surpassed by U-net like neural network. When evaluated on a more challenging MIDV-500 dataset, the proposed algorithm guaranteed the best precision compared to published methods. Our method retained the applicability to on-device computations.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.18287\/2412-6179-CO-895\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"38211\", \"7430\"], \"outgoing_citations\": [\"107498\", \"115916\", \"224507\"]}","task_split":"paper_retrieval"} {"document_id":"41199","document_content":"# Identifying intracity freight trip ends from heavy truck GPS trajectories\n## Categories\n- Other Computer Science\n## Abstract\nIntracity heavy truck freight trips are basic data in city freight system planning and management. In the big data era, massive heavy truck GPS trajectories can be acquired cost effectively in real-time. Identifying freight trip ends (origins and destinations) from heavy truck GPS trajectories is an outstanding problem. Although previous studies proposed a variety of trip end identification methods from different perspectives, these studies subjectively defined key threshold parameters and ignored the complex intracity heavy truck travel characteristics. Here, we propose a data-driven trip end identification method in which the speed threshold for identifying truck stops and the multilevel time thresholds for distinguishing temporary stops and freight trip ends are objectively defined. Moreover, an appropriate time threshold level is dynamically selected by considering the intracity activity patterns of heavy trucks. Furthermore, we use urban road networks and point-of-interest (POI) data to eliminate misidentified trip ends to improve method accuracy. The validation results show that the accuracy of the method we propose is 87.45%. Our method incorporates the impact of the city freight context on truck trajectory characteristics, and its results can reflect the spatial distribution and chain patterns of intracity heavy truck freight trips, which have a wide range of practical applications.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.09881v2\", \"primary_category\": \"cs.OH\", \"categories\": [\"cs.OH\"], \"primary_category_human_readable\": \"Other Computer Science\", \"categories_human_readable\": [\"Other Computer Science\"], \"incoming_citations\": [], \"outgoing_citations\": [\"150384\", \"281067\"]}","task_split":"paper_retrieval"} {"document_id":"41243","document_content":"# Multi-Task Learning and Adapted Knowledge Models for Emotion-Cause Extraction\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nDetecting what emotions are expressed in text is a well-studied problem in natural language processing. However, research on finer grained emotion analysis such as what causes an emotion is still in its infancy. We present solutions that tackle both emotion recognition and emotion cause detection in a joint fashion. Considering that common-sense knowledge plays an important role in understanding implicitly expressed emotions and the reasons for those emotions, we propose novel methods that combine common-sense knowledge via adapted knowledge models with multi-task learning to perform joint emotion classification and emotion cause tagging. We show performance improvement on both tasks when including common-sense reasoning and a multitask framework. We provide a thorough analysis to gain insights into model performance.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.09790v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"79082\", \"89391\", \"94122\", \"96249\", \"127595\", \"127659\", \"152396\", \"152656\", \"181063\", \"182669\", \"182683\", \"212078\", \"218115\", \"340958\"]}","task_split":"paper_retrieval"} {"document_id":"41352","document_content":"# Biomedical Interpretable Entity Representations\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nPre-trained language models induce dense entity representations that offer strong performance on entity-centric NLP tasks, but such representations are not immediately interpretable. This can be a barrier to model uptake in important domains such as biomedicine. There has been recent work on general interpretable representation learning (Onoe and Durrett, 2020), but these domain-agnostic representations do not readily transfer to the important domain of biomedicine. In this paper, we create a new entity type system and training set from a large corpus of biomedical texts by mapping entities to concepts in a medical ontology, and from these to Wikipedia pages whose categories are our types. From this mapping we derive Biomedical Interpretable Entity Representations(BIERs), in which dimensions correspond to fine-grained entity types, and values are predicted probabilities that a given entity is of the corresponding type. We propose a novel method that exploits BIER's final sparse and intermediate dense representations to facilitate model and entity type debugging. We show that BIERs achieve strong performance in biomedical tasks including named entity disambiguation and entity label classification, and we provide error analysis to highlight the utility of their interpretability, particularly in low-supervision settings. Finally, we provide our induced 68K biomedical type system, the corresponding 37 million triples of derived data used to train BIER models and our best performing model.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.09502v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"79296\", \"92185\", \"96019\", \"127709\", \"127760\", \"134662\", \"143080\", \"157563\", \"168097\", \"168951\", \"169340\", \"187755\", \"193725\", \"197659\", \"198222\", \"224723\", \"224786\", \"239137\", \"243397\", \"249483\", \"252936\", \"311696\"]}","task_split":"paper_retrieval"} {"document_id":"41570","document_content":"# An Intelligent Question Answering System based on Power Knowledge Graph\n## Categories\n- Artificial Intelligence\n## Abstract\nThe intelligent question answering (IQA) system can accurately capture users' search intention by understanding the natural language questions, searching relevant content efficiently from a massive knowledge-base, and returning the answer directly to the user. Since the IQA system can save inestimable time and workforce in data search and reasoning, it has received more and more attention in data science and artificial intelligence. This article introduced a domain knowledge graph using the graph database and graph computing technologies from massive heterogeneous data in electric power. It then proposed an IQA system based on the electrical power knowledge graph to extract the intent and constraints of natural interrogation based on the natural language processing (NLP) method, to construct graph data query statements via knowledge reasoning, and to complete the accurate knowledge search and analysis to provide users with an intuitive visualization. This method thoroughly combined knowledge graph and graph computing characteristics, realized high-speed multi-hop knowledge correlation reasoning analysis in tremendous knowledge. The proposed work can also provide a basis for the context-aware intelligent question and answer.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.09013v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"188675\"]}","task_split":"paper_retrieval"} {"document_id":"41735","document_content":"# Topic Classification on Spoken Documents Using Deep Acoustic and Linguistic Features\n## Categories\n- Computation and Language\n- Sound\n- Audio and Speech Processing\n## Abstract\nTopic classification systems on spoken documents usually consist of two modules: an automatic speech recognition (ASR) module to convert speech into text and a text topic classification (TTC) module to predict the topic class from the decoded text. In this paper, instead of using the ASR transcripts, the fusion of deep acoustic and linguistic features is used for topic classification on spoken documents. More specifically, a conventional CTC-based acoustic model (AM) using phonemes as output units is first trained, and the outputs of the layer before the linear phoneme classifier in the trained AM are used as the deep acoustic features of spoken documents. Furthermore, these deep acoustic features are fed to a phoneme-to-word (P2W) module to obtain deep linguistic features. Finally, a local multi-head attention module is proposed to fuse these two types of deep features for topic classification. Experiments conducted on a subset selected from Switchboard corpus show that our proposed framework outperforms the conventional ASR+TTC systems and achieves a 3.13% improvement in ACC.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.08637v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.SD\", \"eess.AS\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Sound\", \"Audio and Speech Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"168375\", \"186386\", \"221784\", \"240191\", \"241146\", \"249531\", \"270814\", \"302955\", \"331356\"]}","task_split":"paper_retrieval"} {"document_id":"41796","document_content":"# Revisit Visual Representation in Analytics Taxonomy: A Compression Perspective\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nVisual analytics have played an increasingly critical role in the Internet of Things, where massive visual signals have to be compressed and fed into machines. But facing such big data and constrained bandwidth capacity, existing image\/video compression methods lead to very low-quality representations, while existing feature compression techniques fail to support diversified visual analytics applications\/tasks with low-bit-rate representations. In this paper, we raise and study the novel problem of supporting multiple machine vision analytics tasks with the compressed visual representation, namely, the information compression problem in analytics taxonomy. By utilizing the intrinsic transferability among different tasks, our framework successfully constructs compact and expressive representations at low bit-rates to support a diversified set of machine vision tasks, including both high-level semantic-related tasks and mid-level geometry analytic tasks. In order to impose compactness in the representations, we propose a codebook-based hyperprior, which helps map the representation into a low-dimensional manifold. As it well fits the signal structure of the deep visual feature, it facilitates more accurate entropy estimation, and results in higher compression efficiency. With the proposed framework and the codebook-based hyperprior, we further investigate the relationship of different task features owning different levels of abstraction granularity. Experimental results demonstrate that with the proposed scheme, a set of diversified tasks can be supported at a significantly lower bit-rate, compared with existing compression schemes.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.08512v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"2018\"], \"outgoing_citations\": [\"40729\", \"49910\", \"87786\", \"110187\", \"147712\", \"147904\", \"234583\", \"238760\", \"243653\", \"251952\", \"267922\", \"298812\", \"316314\", \"321655\", \"328080\"]}","task_split":"paper_retrieval"} {"document_id":"41804","document_content":"# ICDAR 2021 Competition on Components Segmentation Task of Document Photos\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nThis paper describes the short-term competition on the Components Segmentation Task of Document Photos that was prepared in the context of the 16th International Conference on Document Analysis and Recognition (ICDAR 2021). This competition aims to bring together researchers working in the field of identification document image processing and provides them a suitable benchmark to compare their techniques on the component segmentation task of document images. Three challenge tasks were proposed entailing different segmentation assignments to be performed on a provided dataset. The collected data are from several types of Brazilian ID documents, whose personal information was conveniently replaced. There were 16 participants whose results obtained for some or all the three tasks show different rates for the adopted metrics, like Dice Similarity Coefficient ranging from 0.06 to 0.99. Different Deep Learning models were applied by the entrants with diverse strategies to achieve the best results in each of the tasks. Obtained results show that the currently applied methods for solving one of the proposed tasks (document boundary detection) are already well established. However, for the other two challenge tasks (text zone and handwritten sign detection) research and development of more robust approaches are still required to achieve acceptable results.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.08499v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"110845\", \"113335\", \"122361\", \"123613\", \"130268\", \"133367\", \"150722\", \"155242\", \"165193\", \"171543\", \"179355\", \"191450\", \"208418\", \"231347\", \"261545\", \"265544\"]}","task_split":"paper_retrieval"} {"document_id":"41806","document_content":"# Improving Entity Linking through Semantic Reinforced Entity Embeddings\n## Categories\n- Computation and Language\n## Abstract\nEntity embeddings, which represent different aspects of each entity with a single vector like word embeddings, are a key component of neural entity linking models. Existing entity embeddings are learned from canonical Wikipedia articles and local contexts surrounding target entities. Such entity embeddings are effective, but too distinctive for linking models to learn contextual commonality. We propose a simple yet effective method, FGS2EE, to inject fine-grained semantic information into entity embeddings to reduce the distinctiveness and facilitate the learning of contextual commonality. FGS2EE first uses the embeddings of semantic type words to generate semantic embeddings, and then combines them with existing entity embeddings through linear aggregation. Extensive experiments show the effectiveness of such embeddings. Based on our entity embeddings, we achieved new sate-of-the-art performance on entity linking.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.18653\/v1\/2020.acl-main.612\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"21023\", \"2019\", \"64775\", \"80770\", \"121898\", \"4514\", \"84249\"], \"outgoing_citations\": [\"168589\", \"178230\", \"181770\", \"182677\", \"224786\", \"230379\", \"233941\", \"268728\", \"282036\", \"300128\", \"300498\", \"320886\"]}","task_split":"paper_retrieval"} {"document_id":"41912","document_content":"# Consistency Regularization for Cross-Lingual Fine-Tuning\n## Categories\n- Computation and Language\n## Abstract\nFine-tuning pre-trained cross-lingual language models can transfer task-specific supervision from one language to the others. In this work, we propose to improve cross-lingual fine-tuning with consistency regularization. Specifically, we use example consistency regularization to penalize the prediction sensitivity to four types of data augmentations, i.e., subword sampling, Gaussian noise, code-switch substitution, and machine translation. In addition, we employ model consistency to regularize the models trained with two augmented versions of the same training set. Experimental results on the XTREME benchmark show that our method significantly improves cross-lingual fine-tuning across various tasks, including text classification, question answering, and sequence labeling.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.08226v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"18991\", \"28831\", \"4898\", \"21636\", \"23177\", \"23330\"], \"outgoing_citations\": [\"101281\", \"107584\", \"111872\", \"119456\", \"122811\", \"130252\", \"131352\", \"137436\", \"158102\", \"159153\", \"159706\", \"164923\", \"166780\", \"168532\", \"169415\", \"183227\", \"184190\", \"188492\", \"191890\", \"202124\", \"217957\", \"218392\", \"228002\", \"268999\", \"294549\", \"340226\"]}","task_split":"paper_retrieval"} {"document_id":"41998","document_content":"# A Clinically Inspired Approach for Melanoma classification\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nMelanoma is a leading cause of deaths due to skin cancer deaths and hence, early and effective diagnosis of melanoma is of interest. Current approaches for automated diagnosis of melanoma either use pattern recognition or analytical recognition like ABCDE (asymmetry, border, color, diameter and evolving) criterion. In practice however, a differential approach wherein outliers (ugly duckling) are detected and used to evaluate nevi\/lesions. Incorporation of differential recognition in Computer Aided Diagnosis (CAD) systems has not been explored but can be beneficial as it can provide a clinical justification for the derived decision. We present a method for identifying and quantifying ugly ducklings by performing Intra-Patient Comparative Analysis (IPCA) of neighboring nevi. This is then incorporated in a CAD system design for melanoma detection. This design ensures flexibility to handle cases where IPCA is not possible. Our experiments on a public dataset show that the outlier information helps boost the sensitivity of detection by at least 4.1 % and specificity by 4.0 % to 8.9 %, depending on the use of a strong (EfficientNet) or moderately strong (VGG or ResNet) classifier.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.08021v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"107214\", \"156893\", \"157779\", \"172483\", \"172832\", \"237466\"]}","task_split":"paper_retrieval"} {"document_id":"42113","document_content":"# rSoccer: A Framework for Studying Reinforcement Learning in Small and Very Small Size Robot Soccer\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Robotics\n## Abstract\nReinforcement learning is an active research area with a vast number of applications in robotics, and the RoboCup competition is an interesting environment for studying and evaluating reinforcement learning methods. A known difficulty in applying reinforcement learning to robotics is the high number of experience samples required, being the use of simulated environments for training the agents followed by transfer learning to real-world (sim-to-real) a viable path. This article introduces an open-source simulator for the IEEE Very Small Size Soccer and the Small Size League optimized for reinforcement learning experiments. We also propose a framework for creating OpenAI Gym environments with a set of benchmarks tasks for evaluating single-agent and multi-agent robot soccer skills. We then demonstrate the learning capabilities of two state-of-the-art reinforcement learning methods as well as their limitations in certain scenarios introduced in this framework. We believe this will make it easier for more teams to compete in these categories using end-to-end reinforcement learning approaches and further develop this research area.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.12895v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.RO\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Robotics\"], \"incoming_citations\": [], \"outgoing_citations\": [\"105270\", \"174408\", \"198383\", \"206160\", \"222669\", \"246118\", \"282841\", \"315055\"]}","task_split":"paper_retrieval"} {"document_id":"42156","document_content":"# Can BERT Dig It? -- Named Entity Recognition for Information Retrieval in the Archaeology Domain\n## Categories\n- Information Retrieval\n- Computation and Language\n## Abstract\nThe amount of archaeological literature is growing rapidly. Until recently, these data were only accessible through metadata search. We implemented a text retrieval engine for a large archaeological text collection ($\\sim 658$ Million words). In archaeological IR, domain-specific entities such as locations, time periods, and artefacts, play a central role. This motivated the development of a named entity recognition (NER) model to annotate the full collection with archaeological named entities. In this paper, we present ArcheoBERTje, a BERT model pre-trained on Dutch archaeological texts. We compare the model's quality and output on a Named Entity Recognition task to a generic multilingual model and a generic Dutch model. We also investigate ensemble methods for combining multiple BERT models, and combining the best BERT model with a domain thesaurus using Conditional Random Fields (CRF). We find that ArcheoBERTje outperforms both the multilingual and Dutch model significantly with a smaller standard deviation between runs, reaching an average F1 score of 0.735. The model also outperforms ensemble methods combining the three models. Combining ArcheoBERTje predictions and explicit domain knowledge from the thesaurus did not increase the F1 score. We quantitatively and qualitatively analyse the differences between the vocabulary and output of the BERT models on the full collection and provide some valuable insights in the effect of fine-tuning for specific domains. Our results indicate that for a highly specific text domain such as archaeology, further pre-training on domain-specific data increases the model's quality on NER by a much larger margin than shown for other domains in the literature, and that domain-specific pre-training makes the addition of domain knowledge from a thesaurus unnecessary.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.07742v1\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.CL\", \"cs.IR\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Computation and Language\", \"Information Retrieval\"], \"incoming_citations\": [], \"outgoing_citations\": [\"81241\", \"92590\", \"97100\", \"109896\", \"124265\", \"138298\", \"146697\", \"151090\", \"155428\", \"165339\", \"182313\", \"185852\", \"193725\", \"220951\"]}","task_split":"paper_retrieval"} {"document_id":"42174","document_content":"# Improving Paraphrase Detection with the Adversarial Paraphrasing Task\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nIf two sentences have the same meaning, it should follow that they are equivalent in their inferential properties, i.e., each sentence should textually entail the other. However, many paraphrase datasets currently in widespread use rely on a sense of paraphrase based on word overlap and syntax. Can we teach them instead to identify paraphrases in a way that draws on the inferential properties of the sentences, and is not over-reliant on lexical and syntactic similarities of a sentence pair? We apply the adversarial paradigm to this question, and introduce a new adversarial method of dataset creation for paraphrase identification: the Adversarial Paraphrasing Task (APT), which asks participants to generate semantically equivalent (in the sense of mutually implicative) but lexically and syntactically disparate paraphrases. These sentence pairs can then be used both to test paraphrase identification models (which get barely random accuracy) and then improve their performance. To accelerate dataset generation, we explore automation of APT using T5, and show that the resulting dataset also improves accuracy. We discuss implications for paraphrase detection and release our dataset in the hope of making paraphrase detection models better able to detect sentence-level meaning equivalence.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.07691v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"84837\", \"94792\", \"106553\", \"113831\", \"116170\", \"132002\", \"143050\", \"158701\", \"185629\", \"188123\", \"189504\", \"192782\", \"209764\", \"221212\", \"227488\", \"232274\", \"250360\", \"255894\", \"259622\", \"260450\", \"307756\"]}","task_split":"paper_retrieval"} {"document_id":"42207","document_content":"# Named Entity Normalization Model Using Edge Weight Updating Neural Network: Assimilation Between Knowledge-Driven Graph and Data-Driven Graph\n## Categories\n- Artificial Intelligence\n## Abstract\nDiscriminating the matched named entity pairs or identifying the entities' canonical forms are critical in text mining tasks. More precise named entity normalization in text mining will benefit other subsequent text analytic applications. We built the named entity normalization model with a novel Edge Weight Updating Neural Network. Our proposed model when tested on four different datasets achieved state-of-the-art results. We, next, verify our model's performance on NCBI Disease, BC5CDR Disease, and BC5CDR Chemical databases, which are widely used named entity normalization datasets in the bioinformatics field. We also tested our model with our own financial named entity normalization dataset to validate the efficacy for more general applications. Using the constructed dataset, we differentiate named entity pairs. Our model achieved the highest named entity normalization performances in terms of various evaluation metrics.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.07549v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"79296\", \"106440\", \"127709\", \"146640\", \"172372\", \"187797\", \"197910\", \"320009\"]}","task_split":"paper_retrieval"} {"document_id":"42229","document_content":"# An Empirical Survey of Data Augmentation for Limited Data Learning in NLP\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nNLP has achieved great progress in the past decade through the use of neural models and large labeled datasets. The dependence on abundant data prevents NLP models from being applied to low-resource settings or novel tasks where significant time, money, or expertise is required to label massive amounts of textual data. Recently, data augmentation methods have been explored as a means of improving data efficiency in NLP. To date, there has been no systematic empirical overview of data augmentation for NLP in the limited labeled data setting, making it difficult to understand which methods work in which settings. In this paper, we provide an empirical survey of recent progress on data augmentation for NLP in the limited labeled data setting, summarizing the landscape of methods (including token-level augmentations, sentence-level augmentations, adversarial augmentations, and hidden-space augmentations) and carrying out experiments on 11 datasets covering topics\/news classification, inference tasks, paraphrasing tasks, and single-sentence tasks. Based on the results, we draw several conclusions to help practitioners choose appropriate augmentations in different settings and discuss the current challenges and future directions for limited data learning in NLP.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.07499v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [\"2567\", \"34358\", \"2024\", \"8723\", \"12125\", \"16544\", \"22194\", \"26384\", \"36045\"], \"outgoing_citations\": [\"22451\", \"45895\", \"51130\", \"75756\", \"86257\", \"91715\", \"91922\", \"96487\", \"96695\", \"96765\", \"97943\", \"99733\", \"100541\", \"105893\", \"111343\", \"117118\", \"122396\", \"126101\", \"127468\", \"128071\", \"128975\", \"129115\", \"129289\", \"129497\", \"130889\", \"131419\", \"132808\", \"133106\", \"137224\", \"138517\", \"143521\", \"146192\", \"146195\", \"157349\", \"157467\", \"159333\", \"163280\", \"164156\", \"164509\", \"164923\", \"166025\", \"166959\", \"170615\", \"176238\", \"179820\", \"180353\", \"182218\", \"182958\", \"184635\", \"187534\", \"188492\", \"189595\", \"194198\", \"200362\", \"200867\", \"202124\", \"202296\", \"205715\", \"212163\", \"213179\", \"216925\", \"218932\", \"219175\", \"220017\", \"226990\", \"228229\", \"231898\", \"234577\", \"234716\", \"234895\", \"235224\", \"235345\", \"240174\", \"240692\", \"242126\", \"243291\", \"247127\", \"250505\", \"251240\", \"251816\", \"251893\", \"252417\", \"253158\", \"254855\", \"255894\", \"257375\", \"258131\", \"258440\", \"258534\", \"260450\", \"260676\", \"260760\", \"267601\", \"268518\", \"268999\", \"272068\", \"272285\", \"272531\", \"272997\", \"280486\", \"282914\", \"283114\", \"290402\", \"290632\", \"291899\", \"292691\", \"302824\", \"302948\", \"307068\", \"320037\", \"320317\", \"324659\", \"328112\"]}","task_split":"paper_retrieval"} {"document_id":"42317","document_content":"# Cascaded Span Extraction and Response Generation for Document-Grounded Dialog\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nThis paper summarizes our entries to both subtasks of the first DialDoc shared task which focuses on the agent response prediction task in goal-oriented document-grounded dialogs. The task is split into two subtasks: predicting a span in a document that grounds an agent turn and generating an agent response based on a dialog and grounding document. In the first subtask, we restrict the set of valid spans to the ones defined in the dataset, use a biaffine classifier to model spans, and finally use an ensemble of different models. For the second subtask, we use a cascaded model which grounds the response prediction on the predicted span instead of the full document. With these approaches, we obtain significant improvements in both subtasks compared to the baseline.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.07275v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"70610\", \"71700\", \"87270\", \"103478\", \"120816\", \"167338\", \"176321\", \"219975\", \"220723\", \"234469\", \"281121\"]}","task_split":"paper_retrieval"} {"document_id":"42397","document_content":"# Self-Supervised Metric Learning in Multi-View Data: A Downstream Task Perspective\n## Categories\n- Machine Learning\n- Statistics Theory\n- Statistics Theory\n- Methodology\n## Abstract\nSelf-supervised metric learning has been a successful approach for learning a distance from an unlabeled dataset. The resulting distance is broadly useful for improving various distance-based downstream tasks, even when no information from downstream tasks is utilized in the metric learning stage. To gain insights into this approach, we develop a statistical framework to theoretically study how self-supervised metric learning can benefit downstream tasks in the context of multi-view data. Under this framework, we show that the target distance of metric learning satisfies several desired properties for the downstream tasks. On the other hand, our investigation suggests the target distance can be further improved by moderating each direction's weights. In addition, our analysis precisely characterizes the improvement by self-supervised metric learning on four commonly used downstream tasks: sample identification, two-sample testing, $k$-means clustering, and $k$-nearest neighbor classification. When the distance is estimated from an unlabeled dataset, we establish the upper bound on distance estimation's accuracy and the number of samples sufficient for downstream task improvement. Finally, numerical experiments are presented to support the theoretical results in the paper.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.07138v4\", \"primary_category\": \"stat.ML\", \"categories\": [\"stat.TH\", \"stat.ML\", \"cs.LG\", \"math.ST\", \"stat.ME\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Statistics Theory\", \"Machine Learning\", \"Machine Learning\", \"Statistics Theory\", \"Methodology\"], \"incoming_citations\": [], \"outgoing_citations\": [\"10647\", \"80311\", \"95899\", \"97321\", \"104452\", \"108090\", \"136066\", \"141241\", \"173580\", \"180880\", \"185631\", \"197714\", \"222446\", \"238288\", \"250581\", \"270894\", \"278573\", \"281227\", \"295741\", \"327665\", \"328262\", \"343159\", \"356019\", \"356098\"]}","task_split":"paper_retrieval"} {"document_id":"42488","document_content":"# Game of GANs: Game-Theoretical Models for Generative Adversarial Networks\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Computer Science and Game Theory\n## Abstract\nGenerative Adversarial Networks (GANs) have recently attracted considerable attention in the AI community due to its ability to generate high-quality data of significant statistical resemblance to real data. Fundamentally, GAN is a game between two neural networks trained in an adversarial manner to reach a zero-sum Nash equilibrium profile. Despite the improvement accomplished in GANs in the last few years, several issues remain to be solved. This paper reviews the literature on the game theoretic aspects of GANs and addresses how game theory models can address specific challenges of generative model and improve the GAN's performance. We first present some preliminaries, including the basic GAN model and some game theory background. We then present taxonomy to classify state-of-the-art solutions into three main categories: modified game models, modified architectures, and modified learning methods. The classification is based on modifications made to the basic GAN model by proposed game-theoretic approaches in the literature. We then explore the objectives of each category and discuss recent works in each category. Finally, we discuss the remaining challenges in this field and present future research directions.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.06976v3\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.GT\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Computer Science and Game Theory\"], \"incoming_citations\": [], \"outgoing_citations\": [\"111269\", \"119099\", \"120045\", \"122601\", \"122731\", \"124229\", \"126324\", \"127805\", \"127870\", \"130874\", \"140962\", \"146468\", \"147766\", \"156050\", \"159220\", \"160631\", \"178695\", \"182585\", \"188646\", \"209431\", \"210777\", \"213265\", \"217232\", \"229927\", \"230480\", \"238027\", \"243040\", \"245290\", \"249069\", \"252621\", \"252935\", \"256229\", \"264073\", \"264984\", \"265075\", \"265970\", \"266182\", \"269271\", \"272623\", \"277021\", \"279483\", \"281144\", \"284481\", \"311470\"]}","task_split":"paper_retrieval"} {"document_id":"42497","document_content":"# Representation and Correlation Enhanced Encoder-Decoder Framework for Scene Text Recognition\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nAttention-based encoder-decoder framework is widely used in the scene text recognition task. However, for the current state-of-the-art(SOTA) methods, there is room for improvement in terms of the efficient usage of local visual and global context information of the input text image, as well as the robust correlation between the scene processing module(encoder) and the text processing module(decoder). In this paper, we propose a Representation and Correlation Enhanced Encoder-Decoder Framework(RCEED) to address these deficiencies and break performance bottleneck. In the encoder module, local visual feature, global context feature, and position information are aligned and fused to generate a small-size comprehensive feature map. In the decoder module, two methods are utilized to enhance the correlation between scene and text feature space. 1) The decoder initialization is guided by the holistic feature and global glimpse vector exported from the encoder. 2) The feature enriched glimpse vector produced by the Multi-Head General Attention is used to assist the RNN iteration and the character prediction at each time step. Meanwhile, we also design a Layernorm-Dropout LSTM cell to improve model's generalization towards changeable texts. Extensive experiments on the benchmarks demonstrate the advantageous performance of RCEED in scene text recognition tasks, especially the irregular ones.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.06960v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"21983\", \"32623\"], \"outgoing_citations\": [\"111991\", \"135021\", \"163092\", \"192671\", \"203406\", \"205988\", \"211851\", \"229426\", \"232706\", \"256711\", \"294023\", \"296685\", \"296828\", \"309239\", \"324793\", \"328595\", \"356982\"]}","task_split":"paper_retrieval"} {"document_id":"42554","document_content":"# Robust Graph Meta-learning for Weakly-supervised Few-shot Node Classification\n## Categories\n- Machine Learning\n## Abstract\nGraphs are widely used to model the relational structure of data, and the research of graph machine learning (ML) has a wide spectrum of applications ranging from drug design in molecular graphs to friendship recommendation in social networks. Prevailing approaches for graph ML typically require abundant labeled instances in achieving satisfactory results, which is commonly infeasible in real-world scenarios since labeled data for newly emerged concepts (e.g., new categorizations of nodes) on graphs is limited. Though meta-learning has been applied to different few-shot graph learning problems, most existing efforts predominately assume that all the data from those seen classes is gold-labeled, while those methods may lose their efficacy when the seen data is weakly-labeled with severe label noise. As such, we aim to investigate a novel problem of weakly-supervised graph meta-learning for improving the model robustness in terms of knowledge transfer. To achieve this goal, we propose a new graph meta-learning framework -- Graph Hallucination Networks (Meta-GHN) in this paper. Based on a new robustness-enhanced episodic training, Meta-GHN is meta-learned to hallucinate clean node representations from weakly-labeled data and extracts highly transferable meta-knowledge, which enables the model to quickly adapt to unseen tasks with few labeled instances. Extensive experiments demonstrate the superiority of Meta-GHN over existing graph meta-learning studies on the task of weakly-supervised few-shot node classification.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.06873v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"71722\", \"91881\", \"113849\", \"116748\", \"118766\", \"119358\", \"136162\", \"139659\", \"154289\", \"162941\", \"184987\", \"186598\", \"237905\", \"240315\", \"242145\", \"247500\", \"310387\"]}","task_split":"paper_retrieval"} {"document_id":"42559","document_content":"# A Minimalist Approach to Offline Reinforcement Learning\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nOffline reinforcement learning (RL) defines the task of learning from a fixed batch of data. Due to errors in value estimation from out-of-distribution actions, most offline RL algorithms take the approach of constraining or regularizing the policy with the actions contained in the dataset. Built on pre-existing RL algorithms, modifications to make an RL algorithm work offline comes at the cost of additional complexity. Offline RL algorithms introduce new hyperparameters and often leverage secondary components such as generative models, while adjusting the underlying RL algorithm. In this paper we aim to make a deep RL algorithm work while making minimal changes. We find that we can match the performance of state-of-the-art offline RL algorithms by simply adding a behavior cloning term to the policy update of an online RL algorithm and normalizing the data. The resulting algorithm is a simple to implement and tune baseline, while more than halving the overall run time by removing the additional computational overhead of previous methods.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.06860v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [\"343094\", \"1752\", \"1723\", \"8026\", \"8426\", \"10698\", \"15090\", \"16149\", \"16966\", \"17950\", \"17889\", \"49347\", \"24\", \"23\", \"5856\", \"11091\", \"14104\", \"14761\", \"16398\", \"17658\", \"18400\", \"21756\", \"32449\", \"38148\", \"68900\", \"121735\"], \"outgoing_citations\": [\"45297\", \"59162\", \"59452\", \"63112\", \"80915\", \"89521\", \"100655\", \"110439\", \"111316\", \"115825\", \"118157\", \"120201\", \"120766\", \"127099\", \"131003\", \"141277\", \"152756\", \"154254\", \"162530\", \"163467\", \"164054\", \"168853\", \"172432\", \"178278\", \"182796\", \"206875\", \"212016\", \"229839\", \"231623\", \"240664\", \"240800\", \"247075\", \"254596\", \"254597\", \"255531\", \"260018\"]}","task_split":"paper_retrieval"} {"document_id":"42645","document_content":"# Graph Neural Networks with Local Graph Parameters\n## Categories\n- Machine Learning\n## Abstract\nVarious recent proposals increase the distinguishing power of Graph Neural Networks GNNs by propagating features between $k$-tuples of vertices. The distinguishing power of these \"higher-order'' GNNs is known to be bounded by the $k$-dimensional Weisfeiler-Leman (WL) test, yet their $\\mathcal O(n^k)$ memory requirements limit their applicability. Other proposals infuse GNNs with local higher-order graph structural information from the start, hereby inheriting the desirable $\\mathcal O(n)$ memory requirement from GNNs at the cost of a one-time, possibly non-linear, preprocessing step. We propose local graph parameter enabled GNNs as a framework for studying the latter kind of approaches and precisely characterize their distinguishing power, in terms of a variant of the WL test, and in terms of the graph structural properties that they can take into account. Local graph parameters can be added to any GNN architecture, and are cheap to compute. In terms of expressive power, our proposal lies in the middle of GNNs and their higher-order counterparts. Further, we propose several techniques to aide in choosing the right local graph parameters. Our results connect GNNs with deep results in finite model theory and finite variable logics. Our experimental evaluation shows that adding local graph parameters often has a positive effect for a variety of GNNs, datasets and graph learning tasks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.06707v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [\"14352\", \"18144\", \"2056\"], \"outgoing_citations\": [\"82471\", \"97047\", \"110102\", \"114934\", \"115600\", \"115834\", \"118201\", \"119251\", \"126374\", \"127256\", \"127525\", \"132809\", \"134585\", \"136186\", \"137772\", \"138999\", \"142226\", \"143081\", \"143456\", \"156634\", \"160518\", \"177249\", \"183719\", \"184286\", \"184749\", \"186624\", \"186769\", \"192622\", \"201448\", \"204871\", \"210730\", \"215435\", \"240991\", \"249839\", \"267341\", \"269770\", \"279575\"]}","task_split":"paper_retrieval"} {"document_id":"42711","document_content":"# Evaluating Deep Neural Networks for Image Document Enhancement\n## Categories\n- Computer Vision and Pattern Recognition\n- Machine Learning\n- Image and Video Processing\n- I.4.3; I.2.10\n## Abstract\nThis work evaluates six state-of-the-art deep neural network (DNN) architectures applied to the problem of enhancing camera-captured document images. The results from each network were evaluated both qualitatively and quantitatively using Image Quality Assessment (IQA) metrics, and also compared with an existing approach based on traditional computer vision techniques. The best performing architectures generally produced good enhancement compared to the existing algorithm, showing that it is possible to use DNNs for document image enhancement. Furthermore, the best performing architectures could work as a baseline for future investigations on document enhancement using deep learning techniques. The main contributions of this paper are: a baseline of deep learning techniques that can be further improved to provide better results, and a evaluation methodology using IQA metrics for quantitatively comparing the produced images from the neural networks to a ground truth.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.15286v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.LG\", \"eess.IV\", \"I.4.3; I.2.10\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Machine Learning\", \"Image and Video Processing\", \"I.4.3; I.2.10\"], \"incoming_citations\": [], \"outgoing_citations\": [\"74251\", \"149056\", \"182408\", \"198751\", \"202558\", \"203983\", \"220235\", \"229099\", \"269179\", \"278644\", \"283150\", \"297625\", \"327683\"]}","task_split":"paper_retrieval"} {"document_id":"42715","document_content":"# Breaking the Limit of Graph Neural Networks by Improving the Assortativity of Graphs with Local Mixing Patterns\n## Categories\n- Machine Learning\n- Social and Information Networks\n## Abstract\nGraph neural networks (GNNs) have achieved tremendous success on multiple graph-based learning tasks by fusing network structure and node features. Modern GNN models are built upon iterative aggregation of neighbor's\/proximity features by message passing. Its prediction performance has been shown to be strongly bounded by assortative mixing in the graph, a key property wherein nodes with similar attributes mix\/connect with each other. We observe that real world networks exhibit heterogeneous or diverse mixing patterns and the conventional global measurement of assortativity, such as global assortativity coefficient, may not be a representative statistic in quantifying this mixing. We adopt a generalized concept, node-level assortativity, one that is based at the node level to better represent the diverse patterns and accurately quantify the learnability of GNNs. We find that the prediction performance of a wide range of GNN models is highly correlated with the node level assortativity. To break this limit, in this work, we focus on transforming the input graph into a computation graph which contains both proximity and structural information as distinct type of edges. The resulted multi-relational graph has an enhanced level of assortativity and, more importantly, preserves rich information from the original graph. We then propose to run GNNs on this computation graph and show that adaptively choosing between structure and proximity leads to improved performance under diverse mixing. Empirically, we show the benefits of adopting our transformation framework for semi-supervised node classification task on a variety of real world graph learning benchmarks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1145\/3447548.3467373\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.SI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Social and Information Networks\"], \"incoming_citations\": [\"52113\", \"9898\", \"43235\"], \"outgoing_citations\": [\"90641\", \"108588\", \"117308\", \"118719\", \"120374\", \"126374\", \"136103\", \"137772\", \"142571\", \"159315\", \"164464\", \"182282\", \"184434\", \"185055\", \"188300\", \"206470\", \"214311\", \"215435\", \"215669\", \"228663\", \"244510\", \"251741\", \"259418\", \"269202\", \"305707\", \"352372\"]}","task_split":"paper_retrieval"} {"document_id":"42725","document_content":"# Sample-efficient Linguistic Generalizations through Program Synthesis: Experiments with Phonology Problems\n## Categories\n- Computation and Language\n## Abstract\nNeural models excel at extracting statistical patterns from large amounts of data, but struggle to learn patterns or reason about language from only a few examples. In this paper, we ask: Can we learn explicit rules that generalize well from only a few examples? We explore this question using program synthesis. We develop a synthesis model to learn phonology rules as programs in a domain-specific language. We test the ability of our models to generalize from few training examples using our new dataset of problems from the Linguistics Olympiad, a challenging set of tasks that require strong linguistic reasoning ability. In addition to being highly sample-efficient, our approach generates human-readable programs, and allows control over the generalizability of the learnt programs.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.06566v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"117258\", \"128589\", \"303296\"]}","task_split":"paper_retrieval"} {"document_id":"42799","document_content":"# Improving Pretrained Cross-Lingual Language Models via Self-Labeled Word Alignment\n## Categories\n- Computation and Language\n## Abstract\nThe cross-lingual language models are typically pretrained with masked language modeling on multilingual text or parallel sentences. In this paper, we introduce denoising word alignment as a new cross-lingual pre-training task. Specifically, the model first self-labels word alignments for parallel sentences. Then we randomly mask tokens in a bitext pair. Given a masked token, the model uses a pointer network to predict the aligned token in the other language. We alternately perform the above two steps in an expectation-maximization manner. Experimental results show that our method improves cross-lingual transferability on various datasets, especially on the token-level tasks, such as question answering, and structured prediction. Moreover, the model can serve as a pretrained word aligner, which achieves reasonably low error rates on the alignment benchmarks. The code and pretrained parameters are available at https:\/\/github.com\/CZWin32768\/XLM-Align.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.06381v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"38433\", \"65422\", \"18528\", \"21636\", \"23330\", \"38116\", \"55223\"], \"outgoing_citations\": [\"38433\", \"55223\", \"77611\", \"92112\", \"93942\", \"96365\", \"111872\", \"128057\", \"130391\", \"135112\", \"137436\", \"143273\", \"146003\", \"150830\", \"158546\", \"159706\", \"161377\", \"165388\", \"168995\", \"169415\", \"176600\", \"189792\", \"200678\", \"202124\", \"217957\", \"253718\", \"253840\", \"263927\", \"311464\"]}","task_split":"paper_retrieval"} {"document_id":"42907","document_content":"# Assessing Political Prudence of Open-domain Chatbots\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nPolitically sensitive topics are still a challenge for open-domain chatbots. However, dealing with politically sensitive content in a responsible, non-partisan, and safe behavior way is integral for these chatbots. Currently, the main approach to handling political sensitivity is by simply changing such a topic when it is detected. This is safe but evasive and results in a chatbot that is less engaging. In this work, as a first step towards a politically safe chatbot, we propose a group of metrics for assessing their political prudence. We then conduct political prudence analysis of various chatbots and discuss their behavior from multiple angles through our automatic metric and human evaluation metrics. The testsets and codebase are released to promote research in this area.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.06157v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [\"15889\", \"16064\"], \"outgoing_citations\": [\"52612\", \"56816\", \"62534\", \"98838\", \"103544\", \"128396\", \"157164\", \"158493\", \"161329\", \"167648\", \"168228\", \"171356\", \"211664\", \"212046\", \"244479\"]}","task_split":"paper_retrieval"} {"document_id":"42919","document_content":"# A comprehensive solution to retrieval-based chatbot construction\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nIn this paper we present the results of our experiments in training and deploying a self-supervised retrieval-based chatbot trained with contrastive learning for assisting customer support agents. In contrast to most existing research papers in this area where the focus is on solving just one component of a deployable chatbot, we present an end-to-end set of solutions to take the reader from an unlabelled chatlogs to a deployed chatbot. This set of solutions includes creating a self-supervised dataset and a weakly labelled dataset from chatlogs, as well as a systematic approach to selecting a fixed list of canned responses. We present a hierarchical-based RNN architecture for the response selection model, chosen for its ability to cache intermediate utterance embeddings, which helped to meet deployment inference speed requirements. We compare the performance of this architecture across 3 different learning objectives: self-supervised contrastive learning, binary classification, and multi-class classification. We find that using a self-supervised contrastive learning model outperforms training the binary and multi-class classification models on a weakly labelled dataset. Our results validate that the self-supervised contrastive learning approach can be effectively used for a real-world chatbot scenario.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.06139v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"138862\", \"171936\", \"218515\", \"226959\", \"233026\", \"263034\", \"278671\", \"284357\", \"310377\"]}","task_split":"paper_retrieval"} {"document_id":"42921","document_content":"# Security and Privacy for Healthcare Blockchains\n## Categories\n- Cryptography and Security\n## Abstract\nHealthcare blockchains provide an innovative way to store healthcare information, execute healthcare transactions, and build trust for healthcare data sharing and data integration in a decentralized open healthcare network environment. Although the healthcare blockchain technology has attracted broad interests and attention in industry, government and academia, the security and privacy concerns remain the focus of debate when deploying blockchains for information sharing in the healthcare sector from business operation to research collaboration. This paper focuses on the security and privacy requirements for medical data sharing using blockchain, and provides a comprehensive analysis of the security and privacy risks and requirements, accompanied by technical solution techniques and strategies. First, we discuss the security and privacy requirements and attributes required for electronic medical data sharing by deploying the healthcare blockchain. Second, we categorize existing efforts into three reference blockchain usage scenarios for electronic medical data sharing, and discuss the technologies for implementing these security and privacy properties in the three categories of usage scenarios for healthcare blockchain, such as anonymous signatures, attribute-based encryption, zero-knowledge proofs, verification techniques for smart contract security. Finally, we discuss other potential blockchain application scenarios in healthcare sector. We conjecture that this survey will help healthcare professionals, decision makers, and healthcare service developers to gain technical and intuitive insights into the security and privacy of healthcare blockchains in terms of concepts, risks, requirements, development and deployment technologies and systems.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.06136v1\", \"primary_category\": \"cs.CR\", \"categories\": [\"cs.CR\"], \"primary_category_human_readable\": \"Cryptography and Security\", \"categories_human_readable\": [\"Cryptography and Security\"], \"incoming_citations\": [], \"outgoing_citations\": [\"99415\", \"129314\", \"199387\", \"211294\", \"225294\", \"229361\", \"235638\", \"311391\"]}","task_split":"paper_retrieval"} {"document_id":"43050","document_content":"# A Semi-supervised Multi-task Learning Approach to Classify Customer Contact Intents\n## Categories\n- Information Retrieval\n- Machine Learning\n- Artificial Intelligence\n- Computation and Language\n## Abstract\nIn the area of customer support, understanding customers' intents is a crucial step. Machine learning plays a vital role in this type of intent classification. In reality, it is typical to collect confirmation from customer support representatives (CSRs) regarding the intent prediction, though it can unnecessarily incur prohibitive cost to ask CSRs to assign existing or new intents to the mis-classified cases. Apart from the confirmed cases with and without intent labels, there can be a number of cases with no human curation. This data composition (Positives + Unlabeled + multiclass Negatives) creates unique challenges for model development. In response to that, we propose a semi-supervised multi-task learning paradigm. In this manuscript, we share our experience in building text-based intent classification models for a customer support service on an E-commerce website. We improve the performance significantly by evolving the model from multiclass classification to semi-supervised multi-task learning by leveraging the negative cases, domain- and task-adaptively pretrained ALBERT on customer contact texts, and a number of un-curated data with no labels. In the evaluation, the final model boosts the average AUC ROC by almost 20 points compared to the baseline finetuned multiclass classification ALBERT model.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.18653\/v1\/2021.ecnlp-1.7\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.LG\", \"cs.IR\", \"cs.AI\", \"cs.CL\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Machine Learning\", \"Information Retrieval\", \"Artificial Intelligence\", \"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"95602\", \"97207\", \"100541\", \"101281\", \"121866\", \"129503\", \"156893\", \"168995\", \"172001\", \"188123\", \"200764\", \"202124\", \"211028\", \"215828\", \"225872\", \"251585\", \"266003\", \"268809\"]}","task_split":"paper_retrieval"} {"document_id":"43163","document_content":"# Multi-Dataset Benchmarks for Masked Identification using Contrastive Representation Learning\n## Categories\n- Computer Vision and Pattern Recognition\n- Image and Video Processing\n## Abstract\nThe COVID-19 pandemic has drastically changed accepted norms globally. Within the past year, masks have been used as a public health response to limit the spread of the virus. This sudden change has rendered many face recognition based access control, authentication and surveillance systems ineffective. Official documents such as passports, driving license and national identity cards are enrolled with fully uncovered face images. However, in the current global situation, face matching systems should be able to match these reference images with masked face images. As an example, in an airport or security checkpoint it is safer to match the unmasked image of the identifying document to the masked person rather than asking them to remove the mask. We find that current facial recognition techniques are not robust to this form of occlusion. To address this unique requirement presented due to the current circumstance, we propose a set of re-purposed datasets and a benchmark for researchers to use. We also propose a contrastive visual representation learning based pre-training workflow which is specialized to masked vs unmasked face matching. We ensure that our method learns robust features to differentiate people across varying data collection scenarios. We achieve this by training over many different datasets and validating our result by testing on various holdout datasets. The specialized weights trained by our method outperform standard face recognition features for masked to unmasked face matching. We believe the provided synthetic mask generating code, our novel training approach and the trained weights from the masked face models will help in adopting existing face recognition systems to operate in the current global environment. We open-source all contributions for broader use by the research community.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1109\/DICTA52665.2021.9647194\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"eess.IV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Image and Video Processing\"], \"incoming_citations\": [\"2941\"], \"outgoing_citations\": [\"51159\", \"54662\", \"55058\", \"56168\", \"65748\", \"109501\", \"135861\", \"171379\", \"257948\", \"263827\", \"312587\"]}","task_split":"paper_retrieval"} {"document_id":"43191","document_content":"# DUET: Detection Utilizing Enhancement for Text in Scanned or Captured Documents\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nWe present a novel deep neural model for text detection in document images. For robust text detection in noisy scanned documents, the advantages of multi-task learning are adopted by adding an auxiliary task of text enhancement. Namely, our proposed model is designed to perform noise reduction and text region enhancement as well as text detection. Moreover, we enrich the training data for the model with synthesized document images that are fully labeled for text detection and enhancement, thus overcome the insufficiency of labeled document image data. For the effective exploitation of the synthetic and real data, the training process is separated in two phases. The first phase is training only synthetic data in a fully-supervised manner. Then real data with only detection labels are added in the second phase. The enhancement task for the real data is weakly-supervised with information from their detection labels. Our methods are demonstrated in a real document dataset with performances exceeding those of other text detection methods. Moreover, ablations are conducted and the results confirm the effectiveness of the synthetic data, auxiliary task, and weak-supervision. Whereas the existing text detection studies mostly focus on the text in scenes, our proposed method is optimized to the applications for the text in scanned documents.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1109\/ICPR48806.2021.9412928\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"161220\", \"161530\", \"170332\", \"184301\", \"186238\", \"192471\", \"196529\", \"197308\", \"202558\", \"225795\", \"239002\", \"245899\", \"245970\", \"252159\", \"269205\", \"270668\", \"271112\", \"272481\", \"279950\", \"284871\", \"293979\", \"294606\", \"295622\", \"299461\", \"316457\", \"320837\"]}","task_split":"paper_retrieval"} {"document_id":"43331","document_content":"# What Would a Teacher Do? Predicting Future Talk Moves\n## Categories\n- Computation and Language\n## Abstract\nRecent advances in natural language processing (NLP) have the ability to transform how classroom learning takes place. Combined with the increasing integration of technology in today's classrooms, NLP systems leveraging question answering and dialog processing techniques can serve as private tutors or participants in classroom discussions to increase student engagement and learning. To progress towards this goal, we use the classroom discourse framework of academically productive talk (APT) to learn strategies that make for the best learning experience. In this paper, we introduce a new task, called future talk move prediction (FTMP): it consists of predicting the next talk move -- an utterance strategy from APT -- given a conversation history with its corresponding talk moves. We further introduce a neural network model for this task, which outperforms multiple baselines by a large margin. Finally, we compare our model's performance on FTMP to human performance and show several similarities between the two.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.05249v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"131150\", \"145384\", \"158493\", \"170044\", \"188123\", \"235090\", \"244130\"]}","task_split":"paper_retrieval"} {"document_id":"43338","document_content":"# Do Transformers Really Perform Bad for Graph Representation?\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nThe Transformer architecture has become a dominant choice in many domains, such as natural language processing and computer vision. Yet, it has not achieved competitive performance on popular leaderboards of graph-level prediction compared to mainstream GNN variants. Therefore, it remains a mystery how Transformers could perform well for graph representation learning. In this paper, we solve this mystery by presenting Graphormer, which is built upon the standard Transformer architecture, and could attain excellent results on a broad range of graph representation learning tasks, especially on the recent OGB Large-Scale Challenge. Our key insight to utilizing Transformer in the graph is the necessity of effectively encoding the structural information of a graph into the model. To this end, we propose several simple yet effective structural encoding methods to help Graphormer better model graph-structured data. Besides, we mathematically characterize the expressive power of Graphormer and exhibit that with our ways of encoding the structural information of graphs, many popular GNN variants could be covered as the special cases of Graphormer.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.05234v5\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [\"1412\", \"3222\", \"14856\", \"15299\", \"16180\", \"18144\", \"19379\", \"21405\", \"30943\", \"34972\", \"95125\", \"225\", \"425\", \"2910\", \"3628\", \"4995\", \"4897\", \"8067\", \"8403\", \"19268\", \"23232\", \"38709\", \"41897\", \"42026\", \"62582\", \"101873\", \"10668\", \"117616\", \"138999\"], \"outgoing_citations\": [\"39962\", \"43981\", \"50588\", \"59455\", \"61780\", \"62582\", \"67018\", \"67345\", \"67519\", \"76233\", \"79849\", \"80776\", \"83801\", \"96209\", \"101822\", \"101873\", \"103085\", \"117754\", \"118851\", \"120206\", \"127525\", \"131562\", \"138857\", \"138999\", \"141324\", \"142809\", \"147107\", \"155821\", \"157816\", \"164923\", \"181255\", \"183662\", \"183816\", \"184286\", \"200357\", \"218737\", \"219691\", \"239884\", \"249839\", \"256259\", \"284979\"]}","task_split":"paper_retrieval"} {"document_id":"43409","document_content":"# PEBBLE: Feedback-Efficient Interactive Reinforcement Learning via Relabeling Experience and Unsupervised Pre-training\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nConveying complex objectives to reinforcement learning (RL) agents can often be difficult, involving meticulous design of reward functions that are sufficiently informative yet easy enough to provide. Human-in-the-loop RL methods allow practitioners to instead interactively teach agents through tailored feedback; however, such approaches have been challenging to scale since human feedback is very expensive. In this work, we aim to make this process more sample- and feedback-efficient. We present an off-policy, interactive RL algorithm that capitalizes on the strengths of both feedback and off-policy learning. Specifically, we learn a reward model by actively querying a teacher's preferences between two clips of behavior and use it to train an agent. To enable off-policy learning, we relabel all the agent's past experience when its reward model changes. We additionally show that pre-training our agents with unsupervised exploration substantially increases the mileage of its queries. We demonstrate that our approach is capable of learning tasks of higher complexity than previously considered by human-in-the-loop methods, including a variety of locomotion and robotic manipulation skills. We also show that our method is able to utilize real-time human feedback to effectively prevent reward exploitation and learn new behaviors that are difficult to specify with standard reward functions.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.05091v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [\"7093\", \"16536\", \"22668\", \"99547\", \"11431\", \"30094\", \"34461\", \"115937\"], \"outgoing_citations\": [\"64566\", \"68436\", \"119408\", \"126773\", \"133560\", \"151978\", \"160036\", \"177830\", \"181066\", \"190237\", \"199302\", \"199330\", \"206945\", \"209453\", \"209926\", \"212299\", \"214806\", \"215931\", \"220103\", \"222669\", \"223225\", \"226635\", \"230042\", \"241900\", \"253448\", \"254581\", \"263957\", \"266419\", \"269251\", \"272422\", \"275728\", \"280457\", \"282684\", \"283026\", \"283394\", \"289913\", \"291025\", \"291460\", \"296980\", \"306156\", \"355682\"]}","task_split":"paper_retrieval"} {"document_id":"43489","document_content":"# Learning Domain Invariant Representations by Joint Wasserstein Distance Minimization\n## Categories\n- Machine Learning\n## Abstract\nDomain shifts in the training data are common in practical applications of machine learning, they occur for instance when the data is coming from different sources. Ideally, a ML model should work well independently of these shifts, for example, by learning a domain-invariant representation. Moreover, privacy concerns regarding the source also require a domain-invariant representation. In this work, we provide theoretical results that link domain invariant representations -- measured by the Wasserstein distance on the joint distributions -- to a practical semi-supervised learning objective based on a cross-entropy classifier and a novel domain critic. Quantitative experiments demonstrate that the proposed approach is indeed able to practically learn such an invariant representation (between two domains), and the latter also supports models with higher predictive accuracy on both domains, comparing favorably to existing techniques.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.04923v1\", \"primary_category\": \"stat.ML\", \"categories\": [\"cs.LG\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"58225\", \"80696\", \"98419\", \"105831\", \"109342\", \"111166\", \"155339\", \"159053\", \"172059\", \"186913\", \"190734\", \"213601\", \"253776\", \"262064\", \"265523\", \"268999\", \"272139\", \"272827\", \"282655\", \"289913\", \"309807\", \"350529\", \"350766\"]}","task_split":"paper_retrieval"} {"document_id":"43574","document_content":"# Timestamping Documents and Beliefs\n## Categories\n- Computation and Language\n- Machine Learning\n- I.2.7\n## Abstract\nMost of the textual information available to us are temporally variable. In a world where information is dynamic, time-stamping them is a very important task. Documents are a good source of information and are used for many tasks like, sentiment analysis, classification of reviews etc. The knowledge of creation date of documents facilitates several tasks like summarization, event extraction, temporally focused information extraction etc. Unfortunately, for most of the documents on the web, the time-stamp meta-data is either erroneous or missing. Thus document dating is a challenging problem which requires inference over the temporal structure of the document alongside the contextual information of the document. Prior document dating systems have largely relied on handcrafted features while ignoring such document-internal structures. In this paper we propose NeuralDater, a Graph Convolutional Network (GCN) based document dating approach which jointly exploits syntactic and temporal graph structures of document in a principled way. We also pointed out some limitations of NeuralDater and tried to utilize both context and temporal information in documents in a more flexible and intuitive manner proposing AD3: Attentive Deep Document Dater, an attention-based document dating system. To the best of our knowledge these are the first application of deep learning methods for the task. Through extensive experiments on real-world datasets, we find that our models significantly outperforms state-of-the-art baselines by a significant margin.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.14622v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\", \"I.2.7\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\", \"I.2.7\"], \"incoming_citations\": [], \"outgoing_citations\": [\"152591\", \"166518\", \"200687\", \"261989\", \"263243\", \"266319\", \"268812\", \"271527\", \"289972\", \"303837\", \"304901\", \"311684\", \"316630\", \"320035\"]}","task_split":"paper_retrieval"} {"document_id":"43748","document_content":"# Segmentation and ABCD rule extraction for skin tumors classification\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nDuring the last years, computer vision-based diagnosis systems have been widely used in several hospitals and dermatology clinics, aiming at the early detection of malignant melanoma tumor, which is among the most frequent types of skin cancer. In this work, we present an automated diagnosis system based on the ABCD rule used in clinical diagnosis in order to discriminate benign from malignant skin lesions. First, to reduce the influence of small structures, a preprocessing step based on morphological and fast marching schemes is used. In the second step, an unsupervised approach for lesion segmentation is proposed. Iterative thresholding is applied to initialize level set automatically. As the detection of an automated border is an important step for the correctness of subsequent phases in the computerized melanoma recognition systems, we compare its accuracy with growcut and mean shift algorithms, and discuss how these results may influence in the following steps: the feature extraction and the final lesion classification. Relying on visual diagnosis four features: Asymmetry (A), Border (B), Color (C) and Diversity (D) are computed and used to construct a classification module based on artificial neural network for the recognition of malignant melanoma. This framework has been tested on a dermoscopic database [16] of 320 images. The classification results show an increasing true detection rate and a decreasing false positive rate.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.04372v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"43754","document_content":"# Progressive Spatio-Temporal Bilinear Network with Monte Carlo Dropout for Landmark-based Facial Expression Recognition with Uncertainty Estimation\n## Categories\n- Computer Vision and Pattern Recognition\n- Computational Complexity\n- Human-Computer Interaction\n## Abstract\nDeep neural networks have been widely used for feature learning in facial expression recognition systems. However, small datasets and large intra-class variability can lead to overfitting. In this paper, we propose a method which learns an optimized compact network topology for real-time facial expression recognition utilizing localized facial landmark features. Our method employs a spatio-temporal bilinear layer as backbone to capture the motion of facial landmarks during the execution of a facial expression effectively. Besides, it takes advantage of Monte Carlo Dropout to capture the model's uncertainty which is of great importance to analyze and treat uncertain cases. The performance of our method is evaluated on three widely used datasets and it is comparable to that of video-based state-of-the-art methods while it has much less complexity.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.04332v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.CC\", \"cs.HC\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Computational Complexity\", \"Human-Computer Interaction\"], \"incoming_citations\": [\"38438\"], \"outgoing_citations\": [\"56862\", \"87641\", \"88433\", \"110752\", \"163555\", \"231417\", \"239321\", \"255296\", \"265774\", \"287844\", \"303467\"]}","task_split":"paper_retrieval"} {"document_id":"43897","document_content":"# Coarse-to-Fine Curriculum Learning\n## Categories\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nWhen faced with learning challenging new tasks, humans often follow sequences of steps that allow them to incrementally build up the necessary skills for performing these new tasks. However, in machine learning, models are most often trained to solve the target tasks directly.Inspired by human learning, we propose a novel curriculum learning approach which decomposes challenging tasks into sequences of easier intermediate goals that are used to pre-train a model before tackling the target task. We focus on classification tasks, and design the intermediate tasks using an automatically constructed label hierarchy. We train the model at each level of the hierarchy, from coarse labels to fine labels, transferring acquired knowledge across these levels. For instance, the model will first learn to distinguish animals from objects, and then use this acquired knowledge when learning to classify among more fine-grained classes such as cat, dog, car, and truck. Most existing curriculum learning algorithms for supervised learning consist of scheduling the order in which the training examples are presented to the model. In contrast, our approach focuses on the output space of the model. We evaluate our method on several established datasets and show significant performance gains especially on classification problems with many labels. We also evaluate on a new synthetic dataset which allows us to study multiple aspects of our method.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.04072v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"107584\", \"133774\", \"152913\", \"170766\", \"193998\", \"208118\", \"222400\", \"232288\", \"235555\", \"247500\", \"253061\", \"255438\", \"261017\", \"271375\", \"320908\", \"329556\"]}","task_split":"paper_retrieval"} {"document_id":"43904","document_content":"# Graph-MLP: Node Classification without Message Passing in Graph\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Computer Vision and Pattern Recognition\n- Social and Information Networks\n## Abstract\nGraph Neural Network (GNN) has been demonstrated its effectiveness in dealing with non-Euclidean structural data. Both spatial-based and spectral-based GNNs are relying on adjacency matrix to guide message passing among neighbors during feature aggregation. Recent works have mainly focused on powerful message passing modules, however, in this paper, we show that none of the message passing modules is necessary. Instead, we propose a pure multilayer-perceptron-based framework, Graph-MLP with the supervision signal leveraging graph structure, which is sufficient for learning discriminative node representation. In model-level, Graph-MLP only includes multi-layer perceptrons, activation function, and layer normalization. In the loss level, we design a neighboring contrastive (NContrast) loss to bridge the gap between GNNs and MLPs by utilizing the adjacency information implicitly. This design allows our model to be lighter and more robust when facing large-scale graph data and corrupted adjacency information. Extensive experiments prove that even without adjacency information in testing phase, our framework can still reach comparable and even superior performance against the state-of-the-art models in the graph node classification task.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.04051v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.CV\", \"cs.SI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Computer Vision and Pattern Recognition\", \"Social and Information Networks\"], \"incoming_citations\": [\"26427\", \"10660\", \"15741\"], \"outgoing_citations\": [\"51004\", \"51275\", \"51636\", \"51767\", \"86320\", \"89486\", \"117866\", \"143875\", \"159292\", \"203857\", \"216376\", \"216618\", \"222661\", \"238422\", \"261876\", \"276530\", \"303167\"]}","task_split":"paper_retrieval"} {"document_id":"44018","document_content":"# Verifiable and Compositional Reinforcement Learning Systems\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nWe propose a framework for verifiable and compositional reinforcement learning (RL) in which a collection of RL subsystems, each of which learns to accomplish a separate subtask, are composed to achieve an overall task. The framework consists of a high-level model, represented as a parametric Markov decision process (pMDP) which is used to plan and to analyze compositions of subsystems, and of the collection of low-level subsystems themselves. By defining interfaces between the subsystems, the framework enables automatic decompositions of task specifications, e.g., reach a target set of states with a probability of at least 0.95, into individual subtask specifications, i.e. achieve the subsystem's exit conditions with at least some minimum probability, given that its entry conditions are met. This in turn allows for the independent training and testing of the subsystems; if they each learn a policy satisfying the appropriate subtask specification, then their composition is guaranteed to satisfy the overall task specification. Conversely, if the subtask specifications cannot all be satisfied by the learned policies, we present a method, formulated as the problem of finding an optimal set of parameters in the pMDP, to automatically update the subtask specifications to account for the observed shortcomings. The result is an iterative procedure for defining subtask specifications, and for training the subsystems to meet them. As an additional benefit, this procedure allows for particularly challenging or important components of an overall task to be determined automatically, and focused on, during training. Experimental results demonstrate the presented framework's novel capabilities.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.05864v3\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"78650\", \"96439\", \"114269\", \"167124\", \"194903\", \"216424\", \"218770\", \"231175\", \"239954\", \"248423\", \"268910\", \"272464\", \"294142\"]}","task_split":"paper_retrieval"} {"document_id":"44032","document_content":"# X2Parser: Cross-Lingual and Cross-Domain Framework for Task-Oriented Compositional Semantic Parsing\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nTask-oriented compositional semantic parsing (TCSP) handles complex nested user queries and serves as an essential component of virtual assistants. Current TCSP models rely on numerous training data to achieve decent performance but fail to generalize to low-resource target languages or domains. In this paper, we present X2Parser, a transferable Cross-lingual and Cross-domain Parser for TCSP. Unlike previous models that learn to generate the hierarchical representations for nested intents and slots, we propose to predict flattened intents and slots representations separately and cast both prediction tasks into sequence labeling problems. After that, we further propose a fertility-based slot predictor that first learns to dynamically detect the number of labels for each token, and then predicts the slot types. Experimental results illustrate that our model can significantly outperform existing strong baselines in cross-lingual and cross-domain settings, and our model can also achieve a good generalization ability on target languages of target domains. Furthermore, our model tackles the problem in an efficient non-autoregressive way that reduces the latency by up to 66% compared to the generative model.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.03777v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [\"23177\"], \"outgoing_citations\": [\"55935\", \"56973\", \"61771\", \"85251\", \"95921\", \"104803\", \"118104\", \"129221\", \"129503\", \"138638\", \"144895\", \"155118\", \"157033\", \"168995\", \"169332\", \"185347\", \"205014\", \"212163\", \"213822\", \"219866\", \"220947\", \"261734\", \"268902\", \"283225\", \"285317\"]}","task_split":"paper_retrieval"} {"document_id":"44034","document_content":"# Explainable Artificial Intelligence (XAI) for Increasing User Trust in Deep Reinforcement Learning Driven Autonomous Systems\n## Categories\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nWe consider the problem of providing users of deep Reinforcement Learning (RL) based systems with a better understanding of when their output can be trusted. We offer an explainable artificial intelligence (XAI) framework that provides a three-fold explanation: a graphical depiction of the systems generalization and performance in the current game state, how well the agent would play in semantically similar environments, and a narrative explanation of what the graphical information implies. We created a user-interface for our XAI framework and evaluated its efficacy via a human-user experiment. The results demonstrate a statistically significant increase in user trust and acceptance of the AI system with explanation, versus the AI system without explanation.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.03775v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"187351\", \"206890\", \"254651\"]}","task_split":"paper_retrieval"} {"document_id":"44064","document_content":"# Self-Supervised Graph Learning with Proximity-based Views and Channel Contrast\n## Categories\n- Machine Learning\n## Abstract\nWe consider graph representation learning in a self-supervised manner. Graph neural networks (GNNs) use neighborhood aggregation as a core component that results in feature smoothing among nodes in proximity. While successful in various prediction tasks, such a paradigm falls short of capturing nodes' similarities over a long distance, which proves to be important for high-quality learning. To tackle this problem, we strengthen the graph with two additional graph views, in which nodes are directly linked to those with the most similar features or local structures. Not restricted by connectivity in the original graph, the generated views allow the model to enhance its expressive power with new and complementary perspectives from which to look at the relationship between nodes. Following a contrastive learning approach, we propose a method that aims to maximize the agreement between representations across generated views and the original graph. We also propose a channel-level contrast approach that greatly reduces computation cost, compared to the commonly used node level contrast, which requires computation cost quadratic in the number of nodes. Extensive experiments on seven assortative graphs and four disassortative graphs demonstrate the effectiveness of our approach.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.03723v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"66867\", \"86002\", \"92075\", \"113857\", \"114134\", \"115700\", \"117308\", \"117926\", \"119843\", \"120508\", \"142571\", \"144216\", \"161070\", \"172724\", \"173673\", \"194773\", \"216376\", \"227067\", \"228663\", \"239146\", \"240758\", \"242416\", \"252067\", \"252195\", \"261412\", \"269202\", \"289410\", \"295676\", \"352782\"]}","task_split":"paper_retrieval"} {"document_id":"44161","document_content":"# Identifiability in inverse reinforcement learning\n## Categories\n- Machine Learning\n- Optimization and Control\n- 2020: 49N45, 93B30, 93E12, 93B15, 49N10, 90C40, 60J10, 62M05\n## Abstract\nInverse reinforcement learning attempts to reconstruct the reward function in a Markov decision problem, using observations of agent actions. As already observed in Russell [1998] the problem is ill-posed, and the reward function is not identifiable, even under the presence of perfect information about optimal behavior. We provide a resolution to this non-identifiability for problems with entropy regularization. For a given environment, we fully characterize the reward functions leading to a given policy and demonstrate that, given demonstrations of actions for the same reward under two distinct discount factors, or under sufficiently different environments, the unobserved reward can be recovered up to a constant. We also give general necessary and sufficient conditions for reconstruction of time-homogeneous rewards on finite horizons, and for action-independent rewards, generalizing recent results of Kim et al. [2021] and Fu et al. [2018].","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.03498v3\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"math.OC\", \"2020: 49N45, 93B30, 93E12, 93B15, 49N10, 90C40, 60J10, 62M05\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Optimization and Control\", \"2020: 49N45, 93B30, 93E12, 93B15, 49N10, 90C40, 60J10, 62M05\"], \"incoming_citations\": [\"113646\"], \"outgoing_citations\": [\"86448\", \"233450\", \"251924\", \"266406\", \"272987\", \"280655\", \"297317\", \"299576\"]}","task_split":"paper_retrieval"} {"document_id":"44176","document_content":"# Multilingual Neural Semantic Parsing for Low-Resourced Languages\n## Categories\n- Computation and Language\n## Abstract\nMultilingual semantic parsing is a cost-effective method that allows a single model to understand different languages. However, researchers face a great imbalance of availability of training data, with English being resource rich, and other languages having much less data. To tackle the data limitation problem, we propose using machine translation to bootstrap multilingual training data from the more abundant English data. To compensate for the data quality of machine translated training data, we utilize transfer learning from pretrained multilingual encoders to further improve the model. To evaluate our multilingual models on human-written sentences as opposed to machine translated ones, we introduce a new multilingual semantic parsing dataset in English, Italian and Japanese based on the Facebook Task Oriented Parsing (TOP) dataset. We show that joint multilingual training with pretrained encoders substantially outperforms our baselines on the TOP dataset and outperforms the state-of-the-art model on the public NLMaps dataset. We also establish a new baseline for zero-shot learning on the TOP dataset. We find that a semantic parser trained only on English data achieves a zero-shot performance of 44.9% exact-match accuracy on Italian sentences.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.03469v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"132812\", \"144895\", \"202124\", \"213822\", \"232288\", \"244755\", \"257206\", \"262535\", \"268859\", \"274095\", \"274271\", \"290632\", \"311464\", \"356833\"]}","task_split":"paper_retrieval"} {"document_id":"44185","document_content":"# Knowledge-aware Deep Framework for Collaborative Skin Lesion Segmentation and Melanoma Recognition\n## Categories\n- Image and Video Processing\n- Computer Vision and Pattern Recognition\n## Abstract\nDeep learning techniques have shown their superior performance in dermatologist clinical inspection. Nevertheless, melanoma diagnosis is still a challenging task due to the difficulty of incorporating the useful dermatologist clinical knowledge into the learning process. In this paper, we propose a novel knowledge-aware deep framework that incorporates some clinical knowledge into collaborative learning of two important melanoma diagnosis tasks, i.e., skin lesion segmentation and melanoma recognition. Specifically, to exploit the knowledge of morphological expressions of the lesion region and also the periphery region for melanoma identification, a lesion-based pooling and shape extraction (LPSE) scheme is designed, which transfers the structure information obtained from skin lesion segmentation into melanoma recognition. Meanwhile, to pass the skin lesion diagnosis knowledge from melanoma recognition to skin lesion segmentation, an effective diagnosis guided feature fusion (DGFF) strategy is designed. Moreover, we propose a recursive mutual learning mechanism that further promotes the inter-task cooperation, and thus iteratively improves the joint learning capability of the model for both skin lesion segmentation and melanoma recognition. Experimental results on two publicly available skin lesion datasets show the effectiveness of the proposed method for melanoma analysis.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1016\/j.patcog.2021.108075\", \"primary_category\": \"eess.IV\", \"categories\": [\"eess.IV\", \"cs.CV\"], \"primary_category_human_readable\": \"Image and Video Processing\", \"categories_human_readable\": [\"Image and Video Processing\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"28790\", \"30018\", \"30125\", \"60213\", \"74059\", \"141111\", \"141137\", \"168390\", \"169318\", \"172700\", \"173972\", \"187364\", \"195957\", \"202884\", \"246333\", \"254665\", \"256055\"]}","task_split":"paper_retrieval"} {"document_id":"44220","document_content":"# LAWDR: Language-Agnostic Weighted Document Representations from Pre-trained Models\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nCross-lingual document representations enable language understanding in multilingual contexts and allow transfer learning from high-resource to low-resource languages at the document level. Recently large pre-trained language models such as BERT, XLM and XLM-RoBERTa have achieved great success when fine-tuned on sentence-level downstream tasks. It is tempting to apply these cross-lingual models to document representation learning. However, there are two challenges: (1) these models impose high costs on long document processing and thus many of them have strict length limit; (2) model fine-tuning requires extra data and computational resources, which is not practical in resource-limited settings. In this work, we address these challenges by proposing unsupervised Language-Agnostic Weighted Document Representations (LAWDR). We study the geometry of pre-trained sentence embeddings and leverage it to derive document representations without fine-tuning. Evaluated on cross-lingual document alignment, LAWDR demonstrates comparable performance to state-of-the-art models on benchmark datasets.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.03379v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"157172\", \"158102\", \"166518\", \"169179\", \"179726\", \"179896\", \"197656\", \"202124\", \"204715\", \"211711\", \"219083\", \"222741\", \"261768\", \"263680\", \"342907\"]}","task_split":"paper_retrieval"} {"document_id":"44223","document_content":"# Commutative Lie Group VAE for Disentanglement Learning\n## Categories\n- Machine Learning\n- Computer Vision and Pattern Recognition\n## Abstract\nWe view disentanglement learning as discovering an underlying structure that equivariantly reflects the factorized variations shown in data. Traditionally, such a structure is fixed to be a vector space with data variations represented by translations along individual latent dimensions. We argue this simple structure is suboptimal since it requires the model to learn to discard the properties (e.g. different scales of changes, different levels of abstractness) of data variations, which is an extra work than equivariance learning. Instead, we propose to encode the data variations with groups, a structure not only can equivariantly represent variations, but can also be adaptively optimized to preserve the properties of data variations. Considering it is hard to conduct training on group structures, we focus on Lie groups and adopt a parameterization using Lie algebra. Based on the parameterization, some disentanglement learning constraints are naturally derived. A simple model named Commutative Lie Group VAE is introduced to realize the group-based disentanglement learning. Experiments show that our model can effectively learn disentangled representations without supervision, and can achieve state-of-the-art performance without extra constraints.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.03375v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.CV\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"115141\"], \"outgoing_citations\": [\"57749\", \"104295\", \"105383\", \"109786\", \"117695\", \"140140\", \"140360\", \"141826\", \"164790\", \"170071\", \"184072\", \"185109\", \"193061\", \"207094\", \"235824\", \"237146\", \"239899\", \"241933\", \"242239\", \"251597\", \"264781\", \"272919\", \"278014\", \"290620\", \"297682\", \"298695\", \"302162\", \"316183\", \"328112\", \"333469\"]}","task_split":"paper_retrieval"} {"document_id":"44235","document_content":"# DMBGN: Deep Multi-Behavior Graph Networks for Voucher Redemption Rate Prediction\n## Categories\n- Information Retrieval\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nIn E-commerce, vouchers are important marketing tools to enhance users' engagement and boost sales and revenue. The likelihood that a user redeems a voucher is a key factor in voucher distribution decision. User-item Click-Through-Rate (CTR) models are often applied to predict the user-voucher redemption rate. However, the voucher scenario involves more complicated relations among users, items and vouchers. The users' historical behavior in a voucher collection activity reflects users' voucher usage patterns, which is nevertheless overlooked by the CTR-based solutions. In this paper, we propose a Deep Multi-behavior Graph Networks (DMBGN) to shed light on this field for the voucher redemption rate prediction. The complex structural user-voucher-item relationships are captured by a User-Behavior Voucher Graph (UVG). User behavior happening both before and after voucher collection is taken into consideration, and a high-level representation is extracted by Higher-order Graph Neural Networks. On top of a sequence of UVGs, an attention network is built which can help to learn users' long-term voucher redemption preference. Extensive experiments on three large-scale production datasets demonstrate the proposed DMBGN model is effective, with 10% to 16% relative AUC improvement over Deep Neural Networks (DNN), and 2% to 4% AUC improvement over Deep Interest Network (DIN). Source code and a sample dataset are made publicly available to facilitate future research.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1145\/3447548.3467191\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.AI\", \"cs.LG\", \"cs.IR\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Machine Learning\", \"Information Retrieval\"], \"incoming_citations\": [\"20875\"], \"outgoing_citations\": [\"18009\", \"104522\", \"123124\", \"123543\", \"161522\", \"169328\", \"186198\", \"215435\", \"218374\", \"258393\", \"263158\", \"271665\", \"287781\", \"303167\", \"309082\"]}","task_split":"paper_retrieval"} {"document_id":"44286","document_content":"# Meta-learning for downstream aware and agnostic pretraining\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nNeural network pretraining is gaining attention due to its outstanding performance in natural language processing applications. However, pretraining usually leverages predefined task sequences to learn general linguistic clues. The lack of mechanisms in choosing proper tasks during pretraining makes the learning and knowledge encoding inefficient. We thus propose using meta-learning to select tasks that provide the most informative learning signals in each episode of pretraining. With the proposed method, we aim to achieve better efficiency in computation and memory usage for the pretraining process and resulting networks while maintaining the performance. In this preliminary work, we discuss the algorithm of the method and its two variants, downstream-aware and downstream-agnostic pretraining. Our experiment plan is also summarized, while empirical results will be shared in our future works.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.03270v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"83777\", \"124030\", \"188123\"]}","task_split":"paper_retrieval"} {"document_id":"44352","document_content":"# Transferring Knowledge from Text to Video: Zero-Shot Anticipation for Procedural Actions\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nCan we teach a robot to recognize and make predictions for activities that it has never seen before? We tackle this problem by learning models for video from text. This paper presents a hierarchical model that generalizes instructional knowledge from large-scale text corpora and transfers the knowledge to video. Given a portion of an instructional video, our model recognizes and predicts coherent and plausible actions multiple steps into the future, all in rich natural language. To demonstrate the capabilities of our model, we introduce the \\emph{Tasty Videos Dataset V2}, a collection of 4022 recipes for zero-shot learning, recognition and anticipation. Extensive experiments with various evaluation metrics demonstrate the potential of our method for generalization, given limited video data for training models.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.03158v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"120944\", \"121785\", \"124051\", \"130800\", \"138415\", \"138805\", \"151327\", \"173243\", \"181897\", \"185249\", \"187115\", \"187857\", \"189504\", \"191258\", \"191573\", \"192531\", \"194508\", \"196110\", \"203523\", \"204141\", \"205896\", \"206997\", \"214015\", \"232600\", \"233746\", \"234602\", \"235189\", \"236377\", \"236894\", \"236918\", \"237765\", \"238082\", \"244480\", \"255939\", \"261149\", \"267161\", \"270325\", \"270713\", \"274597\", \"280328\", \"287541\", \"293365\", \"295863\", \"298543\", \"298629\", \"301539\", \"310322\", \"310452\", \"310737\", \"310738\", \"310903\", \"311470\", \"313435\", \"313644\", \"316472\", \"316779\", \"316803\", \"321493\"]}","task_split":"paper_retrieval"} {"document_id":"44388","document_content":"# Preservation of the Global Knowledge by Not-True Distillation in Federated Learning\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Computer Vision and Pattern Recognition\n## Abstract\nIn federated learning, a strong global model is collaboratively learned by aggregating clients' locally trained models. Although this precludes the need to access clients' data directly, the global model's convergence often suffers from data heterogeneity. This study starts from an analogy to continual learning and suggests that forgetting could be the bottleneck of federated learning. We observe that the global model forgets the knowledge from previous rounds, and the local training induces forgetting the knowledge outside of the local distribution. Based on our findings, we hypothesize that tackling down forgetting will relieve the data heterogeneity problem. To this end, we propose a novel and effective algorithm, Federated Not-True Distillation (FedNTD), which preserves the global perspective on locally available data only for the not-true classes. In the experiments, FedNTD shows state-of-the-art performance on various setups without compromising data privacy or incurring additional communication costs.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.03097v5\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.CV\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"6786\", \"6799\", \"10866\", \"38297\", \"43448\", \"48683\", \"59584\", \"71707\", \"90584\", \"92241\", \"100192\", \"102417\", \"109503\", \"112023\", \"119058\", \"119091\", \"119873\", \"138175\", \"141358\", \"141512\", \"142093\", \"143263\", \"150255\", \"161269\", \"161521\", \"161758\", \"162752\", \"166970\", \"167523\", \"177601\", \"183930\", \"207676\", \"215646\", \"229563\", \"230678\", \"241392\", \"243820\", \"249234\", \"283045\", \"336181\"]}","task_split":"paper_retrieval"} {"document_id":"44473","document_content":"# Zero-shot Task Adaptation using Natural Language\n## Categories\n- Artificial Intelligence\n- Computation and Language\n- Machine Learning\n## Abstract\nImitation learning and instruction-following are two common approaches to communicate a user's intent to a learning agent. However, as the complexity of tasks grows, it could be beneficial to use both demonstrations and language to communicate with an agent. In this work, we propose a novel setting where an agent is given both a demonstration and a description, and must combine information from both the modalities. Specifically, given a demonstration for a task (the source task), and a natural language description of the differences between the demonstrated task and a related but different task (the target task), our goal is to train an agent to complete the target task in a zero-shot setting, that is, without any demonstrations for the target task. To this end, we introduce Language-Aided Reward and Value Adaptation (LARVA) which, given a source demonstration and a linguistic description of how the target task differs, learns to output a reward \/ value function that accurately describes the target task. Our experiments show that on a diverse set of adaptations, our approach is able to complete more than 95% of target tasks when using template-based descriptions, and more than 70% when using free-form natural language.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.02972v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"74771\", \"92051\", \"98568\", \"108770\", \"152871\", \"177272\", \"181620\", \"191258\", \"196377\", \"208773\", \"215015\", \"228916\", \"249906\", \"251691\", \"251924\", \"259693\", \"268584\", \"290679\", \"297317\", \"314620\", \"315839\", \"334986\"]}","task_split":"paper_retrieval"} {"document_id":"44609","document_content":"# Neural Auto-Curricula\n## Categories\n- Artificial Intelligence\n- Multiagent Systems\n## Abstract\nWhen solving two-player zero-sum games, multi-agent reinforcement learning (MARL) algorithms often create populations of agents where, at each iteration, a new agent is discovered as the best response to a mixture over the opponent population. Within such a process, the update rules of \"who to compete with\" (i.e., the opponent mixture) and \"how to beat them\" (i.e., finding best responses) are underpinned by manually developed game theoretical principles such as fictitious play and Double Oracle. In this paper, we introduce a novel framework -- Neural Auto-Curricula (NAC) -- that leverages meta-gradient descent to automate the discovery of the learning update rule without explicit human design. Specifically, we parameterise the opponent selection module by neural networks and the best-response module by optimisation subroutines, and update their parameters solely via interaction with the game engine, where both players aim to minimise their exploitability. Surprisingly, even without human design, the discovered MARL algorithms achieve competitive or even better performance with the state-of-the-art population-based game solvers (e.g., PSRO) on Games of Skill, differentiable Lotto, non-transitive Mixture Games, Iterated Matching Pennies, and Kuhn Poker. Additionally, we show that NAC is able to generalise from small games to large games, for example training on Kuhn Poker and outperforming PSRO on Leduc Poker. Our work inspires a promising future direction to discover general MARL algorithms solely from data.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.02745v2\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.MA\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Multiagent Systems\"], \"incoming_citations\": [\"76\", \"4891\", \"29225\", \"63237\"], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"44781","document_content":"# A Deep Local and Global Scene-Graph Matching for Image-Text Retrieval\n## Categories\n- Computer Vision and Pattern Recognition\n- Information Retrieval\n- Machine Learning\n## Abstract\nConventional approaches to image-text retrieval mainly focus on indexing visual objects appearing in pictures but ignore the interactions between these objects. Such objects occurrences and interactions are equivalently useful and important in this field as they are usually mentioned in the text. Scene graph presentation is a suitable method for the image-text matching challenge and obtained good results due to its ability to capture the inter-relationship information. Both images and text are represented in scene graph levels and formulate the retrieval challenge as a scene graph matching challenge. In this paper, we introduce the Local and Global Scene Graph Matching (LGSGM) model that enhances the state-of-the-art method by integrating an extra graph convolution network to capture the general information of a graph. Specifically, for a pair of scene graphs of an image and its caption, two separate models are used to learn the features of each graph's nodes and edges. Then a Siamese-structure graph convolution model is employed to embed graphs into vector forms. We finally combine the graph-level and the vector-level to calculate the similarity of this image-text pair. The empirical experiments show that our enhancement with the combination of levels can improve the performance of the baseline method by increasing the recall by more than 10% on the Flickr30k dataset.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.02400v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.IR\", \"cs.LG\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Information Retrieval\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"131990\", \"133742\", \"137906\", \"162227\", \"174872\", \"192794\", \"207190\", \"222661\", \"226318\", \"236736\", \"238205\", \"248171\", \"250108\", \"250405\", \"253181\", \"260926\", \"280486\", \"287504\", \"312643\"]}","task_split":"paper_retrieval"} {"document_id":"44843","document_content":"# Event Classification with Multi-step Machine Learning\n## Categories\n- Machine Learning\n## Abstract\nThe usefulness and value of Multi-step Machine Learning (ML), where a task is organized into connected sub-tasks with known intermediate inference goals, as opposed to a single large model learned end-to-end without intermediate sub-tasks, is presented. Pre-optimized ML models are connected and better performance is obtained by re-optimizing the connected one. The selection of an ML model from several small ML model candidates for each sub-task has been performed by using the idea based on Neural Architecture Search (NAS). In this paper, Differentiable Architecture Search (DARTS) and Single Path One-Shot NAS (SPOS-NAS) are tested, where the construction of loss functions is improved to keep all ML models smoothly learning. Using DARTS and SPOS-NAS as an optimization and selection as well as the connections for multi-step machine learning systems, we find that (1) such a system can quickly and successfully select highly performant model combinations, and (2) the selected models are consistent with baseline algorithms, such as grid search, and their outputs are well controlled.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1051\/epjconf\/202125103036\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"74690\", \"149164\", \"188525\", \"192998\", \"193623\", \"214692\", \"237399\", \"242806\", \"243239\", \"251209\", \"258332\", \"266003\"]}","task_split":"paper_retrieval"} {"document_id":"44848","document_content":"# Cross-language Sentence Selection via Data Augmentation and Rationale Training\n## Categories\n- Computation and Language\n- Information Retrieval\n## Abstract\nThis paper proposes an approach to cross-language sentence selection in a low-resource setting. It uses data augmentation and negative sampling techniques on noisy parallel sentence data to directly learn a cross-lingual embedding-based query relevance model. Results show that this approach performs as well as or better than multiple state-of-the-art machine translation + monolingual retrieval systems trained on the same parallel data. Moreover, when a rationale training secondary objective is applied to encourage the model to match word alignment hints from a phrase-based statistical machine translation model, consistent improvements are seen across three language pairs (English-Somali, English-Swahili and English-Tagalog) over a variety of state-of-the-art baselines.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.02293v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.IR\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Information Retrieval\"], \"incoming_citations\": [\"18991\", \"25870\"], \"outgoing_citations\": [\"181826\", \"197416\", \"219516\", \"220022\", \"230181\", \"231863\", \"232022\", \"233462\", \"234811\", \"241616\", \"244373\", \"253559\", \"261389\", \"270020\", \"280884\", \"286324\", \"288943\", \"320039\"]}","task_split":"paper_retrieval"} {"document_id":"44875","document_content":"# A General Method for Event Detection on Social Media\n## Categories\n- Information Retrieval\n## Abstract\nEvent detection on social media has attracted a number of researches, given the recent availability of large volumes of social media discussions. Previous works on social media event detection either assume a specific type of event, or assume certain behavior of observed variables. In this paper, we propose a general method for event detection on social media that makes few assumptions. The main assumption we make is that when an event occurs, affected semantic aspects will behave differently from its usual behavior. We generalize the representation of time units based on word embeddings of social media text, and propose an algorithm to detect events in time series in a general sense. In the experimental evaluation, we use a novel setting to test if our method and baseline methods can exhaustively catch all real-world news in the test period. The evaluation results show that when the event is quite unusual with regard to the base social media discussion, it can be captured more effectively with our method. Our method can be easily implemented and can be treated as a starting point for more specific applications.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.02250v1\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.IR\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Information Retrieval\"], \"incoming_citations\": [], \"outgoing_citations\": [\"330619\"]}","task_split":"paper_retrieval"} {"document_id":"44891","document_content":"# Addressing Inquiries about History: An Efficient and Practical Framework for Evaluating Open-domain Chatbot Consistency\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nA good open-domain chatbot should avoid presenting contradictory responses about facts or opinions in a conversational session, known as its consistency capacity. However, evaluating the consistency capacity of a chatbot is still challenging. Employing human judges to interact with chatbots on purpose to check their capacities is costly and low-efficient, and difficult to get rid of subjective bias. In this paper, we propose the Addressing Inquiries about History (AIH), an efficient and practical framework for the consistency evaluation. At the conversation stage, AIH attempts to address appropriate inquiries about the dialogue history to induce the chatbot to redeclare the historical facts or opinions. We carry out the conversation between chatbots, which is more efficient than the human-bot interaction and can also alleviate the subjective bias. In this way, we manage to rapidly obtain a dialog session that contains responses with high contradiction possibilities. At the contradiction recognition stage, we can either employ human judges or a natural language inference (NLI) model to recognize whether the answers to the inquiries are contradictory with history. Finally, we are able to rank chatbots according to the contradiction statistics. Experiments on open-domain chatbots show that our approach can efficiently and reliably assess the consistency capacity of chatbots and achieve a high ranking correlation with the human evaluation. We release the framework and hope to help improve the consistency capacity of chatbots. \\footnote{\\url{https:\/\/github.com\/ictnlp\/AIH}}","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.02228v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [\"44072\"], \"outgoing_citations\": [\"74541\", \"78504\", \"87309\", \"96551\", \"99497\", \"115155\", \"116754\", \"130525\", \"136604\", \"145384\", \"145923\", \"158493\", \"168228\", \"187236\", \"189504\", \"200725\", \"211664\", \"211890\", \"212046\"]}","task_split":"paper_retrieval"} {"document_id":"44921","document_content":"# Self-supervised Dialogue Learning for Spoken Conversational Question Answering\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Machine Learning\n- Audio and Speech Processing\n## Abstract\nIn spoken conversational question answering (SCQA), the answer to the corresponding question is generated by retrieving and then analyzing a fixed spoken document, including multi-part conversations. Most SCQA systems have considered only retrieving information from ordered utterances. However, the sequential order of dialogue is important to build a robust spoken conversational question answering system, and the changes of utterances order may severely result in low-quality and incoherent corpora. To this end, we introduce a self-supervised learning approach, including incoherence discrimination, insertion detection, and question prediction, to explicitly capture the coreference resolution and dialogue coherence among spoken documents. Specifically, we design a joint learning framework where the auxiliary self-supervised tasks can enable the pre-trained SCQA systems towards more coherent and meaningful spoken dialogue learning. We also utilize the proposed self-supervised learning tasks to capture intra-sentence coherence. Experimental results demonstrate that our proposed method provides more coherent, meaningful, and appropriate responses, yielding superior performance gains compared to the original pre-trained language models. Our method achieves state-of-the-art results on the Spoken-CoQA dataset.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.02182v3\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.LG\", \"eess.AS\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Machine Learning\", \"Audio and Speech Processing\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"45018","document_content":"# Defending Democracy: Using Deep Learning to Identify and Prevent Misinformation\n## Categories\n- Social and Information Networks\n- Artificial Intelligence\n- Machine Learning\n- Computation and Language\n## Abstract\nThe rise in online misinformation in recent years threatens democracies by distorting authentic public discourse and causing confusion, fear, and even, in extreme cases, violence. There is a need to understand the spread of false content through online networks for developing interventions that disrupt misinformation before it achieves virality. Using a Deep Bidirectional Transformer for Language Understanding (BERT) and propagation graphs, this study classifies and visualizes the spread of misinformation on a social media network using publicly available Twitter data. The results confirm prior research around user clusters and the virality of false content while improving the precision of deep learning models for misinformation detection. The study further demonstrates the suitability of BERT for providing a scalable model for false information detection, which can contribute to the development of more timely and accurate interventions to slow the spread of misinformation in online environments.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.02607v1\", \"primary_category\": \"cs.SI\", \"categories\": [\"cs.SI\", \"cs.AI\", \"cs.LG\", \"cs.CL\"], \"primary_category_human_readable\": \"Social and Information Networks\", \"categories_human_readable\": [\"Social and Information Networks\", \"Artificial Intelligence\", \"Machine Learning\", \"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"138002\", \"166278\", \"219169\", \"244755\", \"270399\"]}","task_split":"paper_retrieval"} {"document_id":"45038","document_content":"# GL-GIN: Fast and Accurate Non-Autoregressive Model for Joint Multiple Intent Detection and Slot Filling\n## Categories\n- Computation and Language\n## Abstract\nMulti-intent SLU can handle multiple intents in an utterance, which has attracted increasing attention. However, the state-of-the-art joint models heavily rely on autoregressive approaches, resulting in two issues: slow inference speed and information leakage. In this paper, we explore a non-autoregressive model for joint multiple intent detection and slot filling, achieving more fast and accurate. Specifically, we propose a Global-Locally Graph Interaction Network (GL-GIN) where a local slot-aware graph interaction layer is proposed to model slot dependency for alleviating uncoordinated slots problem while a global intent-slot graph interaction layer is introduced to model the interaction between multiple intents and all slots in the utterance. Experimental results on two public datasets show that our framework achieves state-of-the-art performance while being 11.5 times faster.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.01925v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"1340\", \"127897\"], \"outgoing_citations\": [\"50552\", \"65237\", \"78544\", \"81514\", \"92955\", \"95751\", \"95759\", \"96274\", \"129831\", \"166702\", \"168411\", \"168563\", \"178308\", \"204763\", \"205014\", \"209230\", \"219441\", \"230543\", \"254610\", \"263243\", \"285317\"]}","task_split":"paper_retrieval"} {"document_id":"45119","document_content":"# Causality in Neural Networks -- An Extended Abstract\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nCausal reasoning is the main learning and explanation tool used by humans. AI systems should possess causal reasoning capabilities to be deployed in the real world with trust and reliability. Introducing the ideas of causality to machine learning helps in providing better learning and explainable models. Explainability, causal disentanglement are some important aspects of any machine learning model. Causal explanations are required to believe in a model's decision and causal disentanglement learning is important for transfer learning applications. We exploit the ideas of causality to be used in deep learning models to achieve better and causally explainable models that are useful in fairness, disentangled representation, etc.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1145\/3461702.3462467\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"119002\", \"123753\", \"181909\", \"199971\", \"237376\", \"271038\", \"350472\"]}","task_split":"paper_retrieval"} {"document_id":"45125","document_content":"# Towards urban scenes understanding through polarization cues\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nAutonomous robotics is critically affected by the robustness of its scene understanding algorithms. We propose a two-axis pipeline based on polarization indices to analyze dynamic urban scenes. As robots evolve in unknown environments, they are prone to encountering specular obstacles. Usually, specular phenomena are rarely taken into account by algorithms which causes misinterpretations and erroneous estimates. By exploiting all the light properties, systems can greatly increase their robustness to events. In addition to the conventional photometric characteristics, we propose to include polarization sensing. We demonstrate in this paper that the contribution of polarization measurement increases both the performances of segmentation and the quality of depth estimation. Our polarimetry-based approaches are compared here with other state-of-the-art RGB-centric methods showing interest of using polarization imaging.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.01717v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"111979\", \"123508\", \"210027\", \"214280\", \"229325\", \"230667\", \"239395\", \"286320\", \"321377\", \"328587\"]}","task_split":"paper_retrieval"} {"document_id":"45150","document_content":"# Dialoging Resonance: How Users Perceive, Reciprocate and React to Chatbot's Self-Disclosure in Conversational Recommendations\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- I.2\n## Abstract\nUsing chatbots to deliver recommendations is increasingly popular. The design of recommendation chatbots has primarily been taking an information-centric approach by focusing on the recommended content per se. Limited attention is on how social connection and relational strategies, such as self-disclosure from a chatbot, may influence users' perception and acceptance of the recommendation. In this work, we designed, implemented, and evaluated a social chatbot capable of performing three different levels of self-disclosure: factual information (low), cognitive opinions (medium), and emotions (high). In the evaluation, we recruited 372 participants to converse with the chatbot on two topics: movies and COVID-19 experiences. In each topic, the chatbot performed small talks and made recommendations relevant to the topic. Participants were randomly assigned to four experimental conditions where the chatbot used factual, cognitive, emotional, and adaptive strategies to perform self-disclosures. By training a text classifier to identify users' level of self-disclosure in real-time, the adaptive chatbot can dynamically match its self-disclosure to the level of disclosure exhibited by the users. Our results show that users reciprocate with higher-level self-disclosure when a recommendation chatbot consistently displays emotions throughout the conversation. Chatbot's emotional disclosure also led to increased interactional enjoyment and more positive interpersonal perception towards the bot, fostering a stronger human-chatbot relationship and thus leading to increased recommendation effectiveness, including a higher tendency to accept the recommendation. We discuss the understandings obtained and implications to future design.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.01666v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"I.2\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"I.2\"], \"incoming_citations\": [], \"outgoing_citations\": [\"73917\", \"97768\", \"128396\", \"170044\", \"204637\"]}","task_split":"paper_retrieval"} {"document_id":"45163","document_content":"# Deceptive Level Generation for Angry Birds\n## Categories\n- Artificial Intelligence\n## Abstract\nThe Angry Birds AI competition has been held over many years to encourage the development of AI agents that can play Angry Birds game levels better than human players. Many different agents with various approaches have been employed over the competition's lifetime to solve this task. Even though the performance of these agents has increased significantly over the past few years, they still show major drawbacks in playing deceptive levels. This is because most of the current agents try to identify the best next shot rather than planning an effective sequence of shots. In order to encourage advancements in such agents, we present an automated methodology to generate deceptive game levels for Angry Birds. Even though there are many existing content generators for Angry Birds, they do not focus on generating deceptive levels. In this paper, we propose a procedure to generate deceptive levels for six deception categories that can fool the state-of-the-art Angry Birds playing AI agents. Our results show that generated deceptive levels exhibit similar characteristics of human-created deceptive levels. Additionally, we define metrics to measure the stability, solvability, and degree of deception of the generated levels.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.01639v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [\"26642\"], \"outgoing_citations\": [\"172062\", \"239033\", \"243671\", \"278675\", \"316486\"]}","task_split":"paper_retrieval"} {"document_id":"45196","document_content":"# A Systematic Investigation of KB-Text Embedding Alignment at Scale\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nKnowledge bases (KBs) and text often contain complementary knowledge: KBs store structured knowledge that can support long range reasoning, while text stores more comprehensive and timely knowledge in an unstructured way. Separately embedding the individual knowledge sources into vector spaces has demonstrated tremendous successes in encoding the respective knowledge, but how to jointly embed and reason with both knowledge sources to fully leverage the complementary information is still largely an open problem. We conduct a large-scale, systematic investigation of aligning KB and text embeddings for joint reasoning. We set up a novel evaluation framework with two evaluation tasks, few-shot link prediction and analogical reasoning, and evaluate an array of KB-text embedding alignment methods. We also demonstrate how such alignment can infuse textual information into KB embeddings for more accurate link prediction on emerging entities and events, using COVID-19 as a case study.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.01586v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"182707\", \"193259\", \"197408\", \"205857\", \"210557\", \"248147\", \"261989\", \"268414\", \"280634\", \"300498\", \"308219\", \"340226\"]}","task_split":"paper_retrieval"} {"document_id":"45199","document_content":"# The Limitations of Limited Context for Constituency Parsing\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nIncorporating syntax into neural approaches in NLP has a multitude of practical and scientific benefits. For instance, a language model that is syntax-aware is likely to be able to produce better samples; even a discriminative model like BERT with a syntax module could be used for core NLP tasks like unsupervised syntactic parsing. Rapid progress in recent years was arguably spurred on by the empirical success of the Parsing-Reading-Predict architecture of (Shen et al., 2018a), later simplified by the Order Neuron LSTM of (Shen et al., 2019). Most notably, this is the first time neural approaches were able to successfully perform unsupervised syntactic parsing (evaluated by various metrics like F-1 score). However, even heuristic (much less fully mathematical) understanding of why and when these architectures work is lagging severely behind. In this work, we answer representational questions raised by the architectures in (Shen et al., 2018a, 2019), as well as some transition-based syntax-aware language models (Dyer et al., 2016): what kind of syntactic structure can current neural approaches to syntax represent? Concretely, we ground this question in the sandbox of probabilistic context-free-grammars (PCFGs), and identify a key aspect of the representational power of these approaches: the amount and directionality of context that the predictor has access to when forced to make parsing decision. We show that with limited context (either bounded, or unidirectional), there are PCFGs, for which these approaches cannot represent the max-likelihood parse; conversely, if the context is unlimited, they can represent the max-likelihood parse of any PCFG.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.01580v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"94152\", \"153933\", \"166223\", \"179201\", \"181752\", \"182116\", \"182542\", \"191740\", \"213362\", \"219836\", \"228464\", \"232243\", \"251565\", \"256948\", \"281225\", \"284357\", \"297648\", \"319833\"]}","task_split":"paper_retrieval"} {"document_id":"45272","document_content":"# Robot in a China Shop: Using Reinforcement Learning for Location-Specific Navigation Behaviour\n## Categories\n- Robotics\n- Machine Learning\n## Abstract\nRobots need to be able to work in multiple different environments. Even when performing similar tasks, different behaviour should be deployed to best fit the current environment. In this paper, We propose a new approach to navigation, where it is treated as a multi-task learning problem. This enables the robot to learn to behave differently in visual navigation tasks for different environments while also learning shared expertise across environments. We evaluated our approach in both simulated environments as well as real-world data. Our method allows our system to converge with a 26% reduction in training time, while also increasing accuracy.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.01434v1\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.LG\", \"cs.RO\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Machine Learning\", \"Robotics\"], \"incoming_citations\": [], \"outgoing_citations\": [\"134247\", \"176597\", \"177381\", \"247418\", \"261316\", \"261983\", \"284565\", \"294142\", \"312170\"]}","task_split":"paper_retrieval"} {"document_id":"45539","document_content":"# Conversational Question Answering: A Survey\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Information Retrieval\n## Abstract\nQuestion answering (QA) systems provide a way of querying the information available in various formats including, but not limited to, unstructured and structured data in natural languages. It constitutes a considerable part of conversational artificial intelligence (AI) which has led to the introduction of a special research topic on Conversational Question Answering (CQA), wherein a system is required to understand the given context and then engages in multi-turn QA to satisfy the user's information needs. Whilst the focus of most of the existing research work is subjected to single-turn QA, the field of multi-turn QA has recently grasped attention and prominence owing to the availability of large-scale, multi-turn QA datasets and the development of pre-trained language models. With a good amount of models and research papers adding to the literature every year recently, there is a dire need of arranging and presenting the related work in a unified manner to streamline future research. This survey, therefore, is an effort to present a comprehensive review of the state-of-the-art research trends of CQA primarily based on reviewed papers from 2016-2021. Our findings show that there has been a trend shift from single-turn to multi-turn QA which empowers the field of Conversational AI from different perspectives. This survey is intended to provide an epitome for the research community with the hope of laying a strong foundation for the field of CQA.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.00874v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.IR\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Information Retrieval\"], \"incoming_citations\": [\"10232\", \"21167\"], \"outgoing_citations\": [\"54038\", \"54270\", \"58427\", \"63245\", \"65473\", \"109697\", \"121854\", \"123404\", \"139637\", \"161554\", \"162246\", \"162857\", \"167880\", \"168575\", \"169278\", \"169435\", \"170238\", \"171828\", \"172505\", \"173415\", \"173570\", \"178032\", \"181063\", \"182261\", \"183590\", \"186455\", \"196257\", \"206624\", \"212078\", \"213349\", \"215164\", \"216019\", \"216953\", \"219107\", \"219975\", \"220723\", \"220724\", \"221212\", \"232274\", \"235098\", \"237682\", \"239013\", \"243759\", \"247060\", \"250549\", \"259706\", \"260768\", \"266155\", \"266850\", \"268809\", \"268902\", \"270020\", \"279213\", \"279343\", \"281163\", \"285454\", \"290747\", \"294494\", \"298016\", \"307969\", \"308610\", \"309411\", \"311423\", \"311464\", \"313804\"]}","task_split":"paper_retrieval"} {"document_id":"45669","document_content":"# NewsEmbed: Modeling News through Pre-trained Document Representations\n## Categories\n- Computation and Language\n- Information Retrieval\n- Machine Learning\n## Abstract\nEffectively modeling text-rich fresh content such as news articles at document-level is a challenging problem. To ensure a content-based model generalize well to a broad range of applications, it is critical to have a training dataset that is large beyond the scale of human labels while achieving desired quality. In this work, we address those two challenges by proposing a novel approach to mine semantically-relevant fresh documents, and their topic labels, with little human supervision. Meanwhile, we design a multitask model called NewsEmbed that alternatively trains a contrastive learning with a multi-label classification to derive a universal document encoder. We show that the proposed approach can provide billions of high quality organic training examples and can be naturally extended to multilingual setting where texts in different languages are encoded in the same semantic space. We experimentally demonstrate NewsEmbed's competitive performance across multiple natural language understanding tasks, both supervised and unsupervised.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1145\/3447548.3467392\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.IR\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Information Retrieval\", \"Machine Learning\"], \"incoming_citations\": [\"38858\"], \"outgoing_citations\": [\"92112\", \"95191\", \"114308\", \"124694\", \"129503\", \"135112\", \"143117\", \"152790\", \"169911\", \"176404\", \"179992\", \"182486\", \"190165\", \"202124\", \"204715\", \"211841\", \"212322\", \"219169\", \"219391\", \"222706\", \"238963\", \"259723\", \"302425\", \"317966\"]}","task_split":"paper_retrieval"} {"document_id":"45681","document_content":"# IID-GAN: an IID Sampling Perspective for Regularizing Mode Collapse\n## Categories\n- Machine Learning\n## Abstract\nDespite its success, generative adversarial networks (GANs) still suffer from mode collapse, namely the generator can only map latent variables to a partial set of modes of the target distribution. In this paper, we analyze and try to regularize this issue with an independent and identically distributed (IID) sampling perspective and emphasize that holding the IID property for generation for target distribution (i.e. real distribution) can naturally avoid mode collapse. This is based on the basic IID assumption for real data in machine learning. However, though the source samples $\\{\\mathbf{z}\\}$ obey IID, the generations $\\{G(\\mathbf{z})\\}$ may not necessarily be IID from the target distribution. Based on this observation, we propose a necessary condition of IID generation and provide a new loss to encourage the closeness between the inverse source of real data and the Gaussian source in the latent space to regularize the generation to be IID from the target distribution. The logic is that the inverse samples from target data should also be IID in the source distribution. Experiments on both synthetic and real-world data show the effectiveness of our model.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.00563v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"31381\", \"117607\", \"162520\", \"177483\", \"195268\", \"201577\", \"207829\", \"208041\", \"229773\", \"241933\", \"245177\", \"256229\", \"263662\", \"269271\", \"278560\", \"281002\", \"281144\", \"289678\", \"291440\"]}","task_split":"paper_retrieval"} {"document_id":"45771","document_content":"# Towards Efficient Cross-Modal Visual Textual Retrieval using Transformer-Encoder Deep Features\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nCross-modal retrieval is an important functionality in modern search engines, as it increases the user experience by allowing queries and retrieved objects to pertain to different modalities. In this paper, we focus on the image-sentence retrieval task, where the objective is to efficiently find relevant images for a given sentence (image-retrieval) or the relevant sentences for a given image (sentence-retrieval). Computer vision literature reports the best results on the image-sentence matching task using deep neural networks equipped with attention and self-attention mechanisms. They evaluate the matching performance on the retrieval task by performing sequential scans of the whole dataset. This method does not scale well with an increasing amount of images or captions. In this work, we explore different preprocessing techniques to produce sparsified deep multi-modal features extracting them from state-of-the-art deep-learning architectures for image-text matching. Our main objective is to lay down the paths for efficient indexing of complex multi-modal descriptions. We use the recently introduced TERN architecture as an image-sentence features extractor. It is designed for producing fixed-size 1024-d vectors describing whole images and sentences, as well as variable-length sets of 1024-d vectors describing the various building components of the two modalities (image regions and sentence words respectively). All these vectors are enforced by the TERN design to lie into the same common space. Our experiments show interesting preliminary results on the explored methods and suggest further experimentation in this important research direction.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.00358v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"37217\"], \"outgoing_citations\": [\"130188\", \"165588\", \"168374\", \"238205\", \"258937\", \"260926\", \"289755\", \"303067\", \"320761\", \"332151\", \"339440\"]}","task_split":"paper_retrieval"} {"document_id":"45842","document_content":"# Reinforced Iterative Knowledge Distillation for Cross-Lingual Named Entity Recognition\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nNamed entity recognition (NER) is a fundamental component in many applications, such as Web Search and Voice Assistants. Although deep neural networks greatly improve the performance of NER, due to the requirement of large amounts of training data, deep neural networks can hardly scale out to many languages in an industry setting. To tackle this challenge, cross-lingual NER transfers knowledge from a rich-resource language to languages with low resources through pre-trained multilingual language models. Instead of using training data in target languages, cross-lingual NER has to rely on only training data in source languages, and optionally adds the translated training data derived from source languages. However, the existing cross-lingual NER methods do not make good use of rich unlabeled data in target languages, which is relatively easy to collect in industry applications. To address the opportunities and challenges, in this paper we describe our novel practice in Microsoft to leverage such large amounts of unlabeled data in target languages in real production settings. To effectively extract weak supervision signals from the unlabeled data, we develop a novel approach based on the ideas of semi-supervised learning and reinforcement learning. The empirical study on three benchmark data sets verifies that our approach establishes the new state-of-the-art performance with clear edges. Now, the NER techniques reported in this paper are on their way to become a fundamental component for Web ranking, Entity Pane, Answers Triggering, and Question Answering in the Microsoft Bing search engine. Moreover, our techniques will also serve as part of the Spoken Language Understanding module for a commercial voice assistant. We plan to open source the code of the prototype framework after deployment.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.00241v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"81199\", \"104803\", \"115664\", \"118617\", \"118926\", \"127811\", \"128230\", \"128868\", \"131993\", \"154905\", \"155428\", \"156364\", \"156893\", \"161064\", \"168995\", \"185443\", \"189792\", \"200678\", \"219866\", \"220186\", \"261734\", \"267233\", \"271158\"]}","task_split":"paper_retrieval"} {"document_id":"45920","document_content":"# Text Summarization with Latent Queries\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nThe availability of large-scale datasets has driven the development of neural models that create summaries from single documents, for generic purposes. When using a summarization system, users often have specific intents with various language realizations, which, depending on the information need, can range from a single keyword to a long narrative composed of multiple questions. Existing summarization systems, however, often either fail to support or act robustly on this query focused summarization task. We introduce LaQSum, the first unified text summarization system that learns Latent Queries from documents for abstractive summarization with any existing query forms. Under a deep generative framework, our system jointly optimizes a latent query model and a conditional language model, allowing users to plug-and-play queries of any type at test time. Despite learning from only generic summarization data and requiring no further optimization for downstream summarization tasks, our system robustly outperforms strong comparison systems across summarization benchmarks with different query types, document settings, and target domains.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2106.00104v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [\"1442\", \"3037\", \"27254\"], \"outgoing_citations\": [\"89474\", \"93920\", \"127141\", \"130347\", \"136011\", \"157393\", \"170657\", \"181306\", \"183462\", \"219618\", \"220230\", \"220955\", \"244373\", \"267899\", \"268902\", \"298016\", \"307223\", \"309148\", \"311423\"]}","task_split":"paper_retrieval"} {"document_id":"45982","document_content":"# Pho(SC)-CTC -- A Hybrid Approach Towards Zero-shot Word Image Recognition\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nAnnotating words in a historical document image archive for word image recognition purpose demands time and skilled human resource (like historians, paleographers). In a real-life scenario, obtaining sample images for all possible words is also not feasible. However, Zero-shot learning methods could aptly be used to recognize unseen\/out-of-lexicon words in such historical document images. Based on previous state-of-the-art method for zero-shot word recognition Pho(SC)Net, we propose a hybrid model based on the CTC framework (Pho(SC)-CTC) that takes advantage of the rich features learned by Pho(SC)Net followed by a connectionist temporal classification (CTC) framework to perform the final classification. Encouraging results were obtained on two publicly available historical document datasets and one synthetic handwritten dataset, which justifies the efficacy of Pho(SC)-CTC and Pho(SC)Net.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.15093v3\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"138593\", \"150132\", \"167090\", \"190296\", \"210634\", \"238591\", \"239643\", \"241864\", \"243311\", \"270842\", \"271625\", \"295459\", \"309239\", \"315231\"]}","task_split":"paper_retrieval"} {"document_id":"45996","document_content":"# Adapting High-resource NMT Models to Translate Low-resource Related Languages without Parallel Data\n## Categories\n- Computation and Language\n## Abstract\nThe scarcity of parallel data is a major obstacle for training high-quality machine translation systems for low-resource languages. Fortunately, some low-resource languages are linguistically related or similar to high-resource languages; these related languages may share many lexical or syntactic structures. In this work, we exploit this linguistic overlap to facilitate translating to and from a low-resource language with only monolingual data, in addition to any parallel data in the related high-resource language. Our method, NMT-Adapt, combines denoising autoencoding, back-translation and adversarial objectives to utilize monolingual data for low-resource adaptation. We experiment on 7 languages from three different language families and show that our technique significantly improves translation into low-resource language compared to other translation baselines.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.15071v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"26304\", \"15844\", \"22750\", \"25297\"], \"outgoing_citations\": [\"92489\", \"98946\", \"109640\", \"114334\", \"118104\", \"125894\", \"132595\", \"133020\", \"143551\", \"146003\", \"151737\", \"157109\", \"157172\", \"158546\", \"158913\", \"181686\", \"182716\", \"187452\", \"192335\", \"194844\", \"200263\", \"202124\", \"211745\", \"221514\", \"229813\", \"234635\", \"234807\", \"235275\", \"251816\", \"251974\", \"253840\", \"262361\", \"267524\", \"280486\", \"302824\"]}","task_split":"paper_retrieval"} {"document_id":"46204","document_content":"# Image-to-Video Generation via 3D Facial Dynamics\n## Categories\n- Computer Vision and Pattern Recognition\n- Image and Video Processing\n## Abstract\nWe present a versatile model, FaceAnime, for various video generation tasks from still images. Video generation from a single face image is an interesting problem and usually tackled by utilizing Generative Adversarial Networks (GANs) to integrate information from the input face image and a sequence of sparse facial landmarks. However, the generated face images usually suffer from quality loss, image distortion, identity change, and expression mismatching due to the weak representation capacity of the facial landmarks. In this paper, we propose to \"imagine\" a face video from a single face image according to the reconstructed 3D face dynamics, aiming to generate a realistic and identity-preserving face video, with precisely predicted pose and facial expression. The 3D dynamics reveal changes of the facial expression and motion, and can serve as a strong prior knowledge for guiding highly realistic face video generation. In particular, we explore face video prediction and exploit a well-designed 3D dynamic prediction network to predict a 3D dynamic sequence for a single face image. The 3D dynamics are then further rendered by the sparse texture mapping algorithm to recover structural details and sparse textures for generating face frames. Our model is versatile for various AR\/VR and entertainment applications, such as face video retargeting and face video prediction. Superior experimental results have well demonstrated its effectiveness in generating high-fidelity, identity-preserving, and visually pleasant face video clips from a single source face image.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.14678v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"eess.IV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Image and Video Processing\"], \"incoming_citations\": [\"42347\"], \"outgoing_citations\": [\"50155\", \"109032\", \"140841\", \"171016\", \"171528\", \"184495\", \"185516\", \"188937\", \"190371\", \"194156\", \"199133\", \"202686\", \"202696\", \"213313\", \"219464\", \"221244\", \"221862\", \"223000\", \"223142\", \"223504\", \"227719\", \"247846\", \"248731\", \"249421\", \"261089\", \"267705\", \"267940\", \"268497\", \"268963\", \"269134\", \"270229\", \"270923\", \"274550\", \"287740\", \"291817\", \"302701\"]}","task_split":"paper_retrieval"} {"document_id":"46513","document_content":"# Recommendations and Results Organization in Netflix Search\n## Categories\n- Information Retrieval\n- Human-Computer Interaction\n## Abstract\nPersonalized recommendations on the Netflix Homepage are based on a user's viewing habits and the behavior of similar users. These recommendations, organized for efficient browsing, enable users to discover the next great video to watch and enjoy without additional input or an explicit expression of their intents or goals. The Netflix Search experience, on the other hand, allows users to take active control of discovering new videos by explicitly expressing their entertainment needs via search queries. In this talk, we discuss the importance of producing search results that go beyond traditional keyword-matches to effectively satisfy users' search needs in the Netflix entertainment setting. Motivated by users' various search intents, we highlight the necessity to improve Search by applying approaches that have historically powered the Homepage. Specifically, we discuss our approach to leverage recommendations in the context of Search and to effectively organize search results to provide a product experience that meaningfully adds value for our users.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.14134v1\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.HC\", \"cs.IR\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Human-Computer Interaction\", \"Information Retrieval\"], \"incoming_citations\": [\"8598\"], \"outgoing_citations\": [\"74866\", \"195545\", \"210902\"]}","task_split":"paper_retrieval"} {"document_id":"46562","document_content":"# Controllable Abstractive Dialogue Summarization with Sketch Supervision\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nIn this paper, we aim to improve abstractive dialogue summarization quality and, at the same time, enable granularity control. Our model has two primary components and stages: 1) a two-stage generation strategy that generates a preliminary summary sketch serving as the basis for the final summary. This summary sketch provides a weakly supervised signal in the form of pseudo-labeled interrogative pronoun categories and key phrases extracted using a constituency parser. 2) A simple strategy to control the granularity of the final summary, in that our model can automatically determine or control the number of generated summary sentences for a given dialogue by predicting and highlighting different text spans from the source text. Our model achieves state-of-the-art performance on the largest dialogue summarization corpus SAMSum, with as high as 50.79 in ROUGE-L score. In addition, we conduct a case study and show competitive human evaluation results and controllability to human-annotated summaries.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.14064v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [\"87999\", \"2584\", \"15872\", \"36972\"], \"outgoing_citations\": [\"91125\", \"91128\", \"92955\", \"96769\", \"131150\", \"146323\", \"150522\", \"153936\", \"158493\", \"167338\", \"168405\", \"170657\", \"185347\", \"186043\", \"187236\", \"190394\", \"200414\", \"201080\", \"201867\", \"212057\", \"215247\", \"217759\", \"219618\", \"220695\", \"227985\", \"230212\", \"233407\", \"234436\", \"250505\", \"266671\", \"268902\", \"283618\", \"284149\", \"298016\", \"307223\", \"307651\", \"311423\"]}","task_split":"paper_retrieval"} {"document_id":"46699","document_content":"# Short-term Maintenance Planning of Autonomous Trucks for Minimizing Economic Risk\n## Categories\n- Artificial Intelligence\n- Systems and Control\n- Systems and Control\n## Abstract\nNew autonomous driving technologies are emerging every day and some of them have been commercially applied in the real world. While benefiting from these technologies, autonomous trucks are facing new challenges in short-term maintenance planning, which directly influences the truck operator's profit. In this paper, we implement a vehicle health management system by addressing the maintenance planning issues of autonomous trucks on a transport mission. We also present a maintenance planning model using a risk-based decision-making method, which identifies the maintenance decision with minimal economic risk of the truck company. Both availability losses and maintenance costs are considered when evaluating the economic risk. We demonstrate the proposed model by numerical experiments illustrating real-world scenarios. In the experiments, compared to three baseline methods, the expected economic risk of the proposed method is reduced by up to $47\\%$. We also conduct sensitivity analyses of different model parameters. The analyses show that the economic risk significantly decreases when the estimation accuracy of remaining useful life, the maximal allowed time of delivery delay before order cancellation, or the number of workshops increases. The experiment results contribute to identifying future research and development attentions of autonomous trucks from an economic perspective.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1016\/j.ress.2021.108251\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.SY\", \"eess.SY\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Systems and Control\", \"Systems and Control\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"46717","document_content":"# Transferable Deep Reinforcement Learning Framework for Autonomous Vehicles with Joint Radar-Data Communications\n## Categories\n- Machine Learning\n- Robotics\n## Abstract\nAutonomous Vehicles (AVs) are required to operate safely and efficiently in dynamic environments. For this, the AVs equipped with Joint Radar-Communications (JRC) functions can enhance the driving safety by utilizing both radar detection and data communication functions. However, optimizing the performance of the AV system with two different functions under uncertainty and dynamic of surrounding environments is very challenging. In this work, we first propose an intelligent optimization framework based on the Markov Decision Process (MDP) to help the AV make optimal decisions in selecting JRC operation functions under the dynamic and uncertainty of the surrounding environment. We then develop an effective learning algorithm leveraging recent advances of deep reinforcement learning techniques to find the optimal policy for the AV without requiring any prior information about surrounding environment. Furthermore, to make our proposed framework more scalable, we develop a Transfer Learning (TL) mechanism that enables the AV to leverage valuable experiences for accelerating the training process when it moves to a new environment. Extensive simulations show that the proposed transferable deep reinforcement learning framework reduces the obstacle miss detection probability by the AV up to 67% compared to other conventional deep reinforcement learning approaches.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.13670v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.RO\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Robotics\"], \"incoming_citations\": [\"10278\"], \"outgoing_citations\": [\"100245\", \"109660\", \"112787\", \"115276\", \"181133\", \"191078\", \"213852\", \"229946\", \"236796\", \"253974\", \"263272\", \"303049\"]}","task_split":"paper_retrieval"} {"document_id":"46724","document_content":"# Data Augmentation for Text Generation Without Any Augmented Data\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nData augmentation is an effective way to improve the performance of many neural text generation models. However, current data augmentation methods need to define or choose proper data mapping functions that map the original samples into the augmented samples. In this work, we derive an objective to formulate the problem of data augmentation on text generation tasks without any use of augmented data constructed by specific mapping functions. Our proposed objective can be efficiently optimized and applied to popular loss functions on text generation tasks with a convergence rate guarantee. Experiments on five datasets of two text generation tasks show that our approach can approximate or even surpass popular data augmentation methods.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.13650v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"99613\", \"132808\", \"159333\", \"164509\", \"168405\", \"182218\", \"185283\", \"189715\", \"198316\", \"200867\", \"202498\", \"205715\", \"231898\", \"247500\", \"247577\", \"272068\", \"272531\", \"285557\", \"296248\", \"302824\", \"305200\"]}","task_split":"paper_retrieval"} {"document_id":"46735","document_content":"# THINK: A Novel Conversation Model for Generating Grammatically Correct and Coherent Responses\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nMany existing conversation models that are based on the encoder-decoder framework have focused on ways to make the encoder more complicated to enrich the context vectors so as to increase the diversity and informativeness of generated responses. However, these approaches face two problems. First, the decoder is too simple to effectively utilize the previously generated information and tends to generate duplicated and self-contradicting responses. Second, the complex encoder tends to generate diverse but incoherent responses because the complex context vectors may deviate from the original semantics of context. In this work, we proposed a conversation model named \"THINK\" (Teamwork generation Hover around Impressive Noticeable Keywords) to make the decoder more complicated and avoid generating duplicated and self-contradicting responses. The model simplifies the context vectors and increases the coherence of generated responses in a reasonable way. For this model, we propose Teamwork generation framework and Semantics Extractor. Compared with other baselines, both automatic and human evaluation showed the advantages of our model.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.13630v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"44204\", \"128257\", \"131723\", \"138581\", \"157151\", \"176971\", \"193900\", \"197057\", \"217366\", \"229813\", \"251348\", \"253593\", \"258494\", \"264149\", \"266955\", \"270040\", \"274567\", \"275597\", \"281269\", \"281508\", \"291102\", \"295863\", \"296250\", \"302948\", \"305200\", \"307969\", \"310740\", \"316165\", \"316328\", \"316424\", \"331356\"]}","task_split":"paper_retrieval"} {"document_id":"46771","document_content":"# Blending Advertising with Organic Content in E-Commerce: A Virtual Bids Optimization Approach\n## Categories\n- Machine Learning\n- Computer Science and Game Theory\n- General Economics\n- Economics\n## Abstract\nIn e-commerce platforms, sponsored and non-sponsored content are jointly displayed to users and both may interactively influence their engagement behavior. The former content helps advertisers achieve their marketing goals and provides a stream of ad revenue to the platform. The latter content contributes to users' engagement with the platform, which is key to its long-term health. A burning issue for e-commerce platform design is how to blend advertising with content in a way that respects these interactions and balances these multiple business objectives. This paper describes a system developed for this purpose in the context of blending personalized sponsored content with non-sponsored content on the product detail pages of JD.COM, an e-commerce company. This system has three key features: (1) Optimization of multiple competing business objectives through a new virtual bids approach and the expressiveness of the latent, implicit valuation of the platform for the multiple objectives via these virtual bids. (2) Modeling of users' click behavior as a function of their characteristics, the individual characteristics of each sponsored content and the influence exerted by other sponsored and non-sponsored content displayed alongside through a deep learning approach; (3) Consideration of externalities in the allocation of ads, thereby making it directly compatible with a Vickrey-Clarke-Groves (VCG) auction scheme for the computation of payments in the presence of these externalities. The system is currently deployed and serving all traffic through JD.COM's mobile application. Experiments demonstrating the performance and advantages of the system are presented.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.13556v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.GT\", \"econ.GN\", \"q-fin.EC\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Computer Science and Game Theory\", \"General Economics\", \"Economics\"], \"incoming_citations\": [\"24737\"], \"outgoing_citations\": [\"190609\", \"260407\"]}","task_split":"paper_retrieval"} {"document_id":"46794","document_content":"# Diagnosing Transformers in Task-Oriented Semantic Parsing\n## Categories\n- Computation and Language\n## Abstract\nModern task-oriented semantic parsing approaches typically use seq2seq transformers to map textual utterances to semantic frames comprised of intents and slots. While these models are empirically strong, their specific strengths and weaknesses have largely remained unexplored. In this work, we study BART and XLM-R, two state-of-the-art parsers, across both monolingual and multilingual settings. Our experiments yield several key results: transformer-based parsers struggle not only with disambiguating intents\/slots, but surprisingly also with producing syntactically-valid frames. Though pre-training imbues transformers with syntactic inductive biases, we find the ambiguity of copying utterance spans into frames often leads to tree invalidity, indicating span extraction is a major bottleneck for current parsers. However, as a silver lining, we show transformer-based parsers give sufficient indicators for whether a frame is likely to be correct or incorrect, making them easier to deploy in production settings.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.13496v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"21953\", \"36321\", \"55935\"], \"outgoing_citations\": [\"95921\", \"104803\", \"136310\", \"149188\", \"186250\", \"213822\"]}","task_split":"paper_retrieval"} {"document_id":"46808","document_content":"# Inspecting the concept knowledge graph encoded by modern language models\n## Categories\n- Artificial Intelligence\n- Computation and Language\n## Abstract\nThe field of natural language understanding has experienced exponential progress in the last few years, with impressive results in several tasks. This success has motivated researchers to study the underlying knowledge encoded by these models. Despite this, attempts to understand their semantic capabilities have not been successful, often leading to non-conclusive, or contradictory conclusions among different works. Via a probing classifier, we extract the underlying knowledge graph of nine of the most influential language models of the last years, including word embeddings, text generators, and context encoders. This probe is based on concept relatedness, grounded on WordNet. Our results reveal that all the models encode this knowledge, but suffer from several inaccuracies. Furthermore, we show that the different architectures and training strategies lead to different model biases. We conduct a systematic evaluation to discover specific factors that explain why some concepts are challenging. We hope our insights will motivate the development of models that capture concepts more precisely.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.13471v2\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.CL\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Computation and Language\"], \"incoming_citations\": [\"23937\", \"24638\"], \"outgoing_citations\": [\"68331\", \"69362\", \"91653\", \"112236\", \"120497\", \"127502\", \"128630\", \"130910\", \"132243\", \"132998\", \"139638\", \"139854\", \"141787\", \"149018\", \"157146\", \"159458\", \"164998\", \"165410\", \"168856\", \"168951\", \"170855\", \"171642\", \"173615\", \"181098\", \"181468\", \"181770\", \"181948\", \"182116\", \"184576\", \"185112\", \"186130\", \"186250\", \"213906\", \"220105\", \"220159\", \"233400\", \"295435\", \"308507\"]}","task_split":"paper_retrieval"} {"document_id":"46882","document_content":"# RAW-C: Relatedness of Ambiguous Words--in Context (A New Lexical Resource for English)\n## Categories\n- Computation and Language\n## Abstract\nMost words are ambiguous--i.e., they convey distinct meanings in different contexts--and even the meanings of unambiguous words are context-dependent. Both phenomena present a challenge for NLP. Recently, the advent of contextualized word embeddings has led to success on tasks involving lexical ambiguity, such as Word Sense Disambiguation. However, there are few tasks that directly evaluate how well these contextualized embeddings accommodate the more continuous, dynamic nature of word meaning--particularly in a way that matches human intuitions. We introduce RAW-C, a dataset of graded, human relatedness judgments for 112 ambiguous words in context (with 672 sentence pairs total), as well as human estimates of sense dominance. The average inter-annotator agreement (assessed using a leave-one-annotator-out method) was 0.79. We then show that a measure of cosine distance, computed using contextualized embeddings from BERT and ELMo, correlates with human judgments, but that cosine distance also systematically underestimates how similar humans find uses of the same sense of a word to be, and systematically overestimates how similar humans find uses of different-sense homonyms. Finally, we propose a synthesis between psycholinguistic theories of the mental lexicon and computational models of lexical semantics.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.13266v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"20795\", \"21496\"], \"outgoing_citations\": [\"91501\", \"124264\", \"165410\", \"171633\", \"181125\", \"220098\", \"238321\", \"287281\", \"311013\", \"325742\"]}","task_split":"paper_retrieval"} {"document_id":"46924","document_content":"# Training Classifiers that are Universally Robust to All Label Noise Levels\n## Categories\n- Machine Learning\n- I.2.0\n## Abstract\nFor classification tasks, deep neural networks are prone to overfitting in the presence of label noise. Although existing methods are able to alleviate this problem at low noise levels, they encounter significant performance reduction at high noise levels, or even at medium noise levels when the label noise is asymmetric. To train classifiers that are universally robust to all noise levels, and that are not sensitive to any variation in the noise model, we propose a distillation-based framework that incorporates a new subcategory of Positive-Unlabeled learning. In particular, we shall assume that a small subset of any given noisy dataset is known to have correct labels, which we treat as \"positive\", while the remaining noisy subset is treated as \"unlabeled\". Our framework consists of the following two components: (1) We shall generate, via iterative updates, an augmented clean subset with additional reliable \"positive\" samples filtered from \"unlabeled\" samples; (2) We shall train a teacher model on this larger augmented clean set. With the guidance of the teacher model, we then train a student model on the whole dataset. Experiments were conducted on the CIFAR-10 dataset with synthetic label noise at multiple noise levels for both symmetric and asymmetric noise. The results show that our framework generally outperforms at medium to high noise levels. We also evaluated our framework on Clothing1M, a real-world noisy dataset, and we achieved 2.94% improvement in accuracy over existing state-of-the-art methods.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.13892v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"I.2.0\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"I.2.0\"], \"incoming_citations\": [], \"outgoing_citations\": [\"116430\", \"138343\", \"141691\", \"171454\", \"172805\", \"189025\", \"194631\", \"198316\", \"206182\", \"216164\", \"219108\", \"231347\", \"235096\", \"237224\", \"242145\", \"242973\", \"246497\", \"247500\", \"249957\", \"264889\", \"266873\", \"272109\", \"303724\", \"320027\", \"328627\"]}","task_split":"paper_retrieval"} {"document_id":"47005","document_content":"# Hybrid Encoding For Generating Large Scale Game Level Patterns With Local Variations\n## Categories\n- Neural and Evolutionary Computing\n- Artificial Intelligence\n## Abstract\nGenerative Adversarial Networks (GANs) are a powerful indirect genotype-to-phenotype mapping for evolutionary search. Much previous work applying GANs to level generation focuses on fixed-size segments combined into a whole level, but individual segments may not fit together cohesively. In contrast, segments in human designed levels are often repeated, directly or with variation, and organized into patterns (the symmetric eagle in Level 1 of The Legend of Zelda, or repeated pipe motifs in Super Mario Bros). Such patterns can be produced with Compositional Pattern Producing Networks (CPPNs). CPPNs define latent vector GAN inputs as a function of geometry, organizing segments output by a GAN into complete levels. However, collections of latent vectors can also be evolved directly, producing more chaotic levels. We propose a hybrid approach that evolves CPPNs first, but allows latent vectors to evolve later, combining the benefits of both approaches. These approaches are evaluated in Super Mario Bros. and The Legend of Zelda. We previously demonstrated via a Quality-Diversity algorithm that CPPNs better cover the space of possible levels than directly evolved levels. Here, we show that the hybrid approach (1) covers areas that neither of the other methods can, and (2) achieves comparable or superior QD scores.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1109\/TG.2022.3170730\", \"primary_category\": \"cs.NE\", \"categories\": [\"cs.NE\", \"cs.AI\"], \"primary_category_human_readable\": \"Neural and Evolutionary Computing\", \"categories_human_readable\": [\"Neural and Evolutionary Computing\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"41052\", \"107909\", \"111464\", \"122922\", \"133342\", \"147140\", \"163503\", \"193050\", \"216133\", \"233501\", \"289709\", \"290842\", \"314276\"]}","task_split":"paper_retrieval"} {"document_id":"47109","document_content":"# Enhance to Read Better: A Multi-Task Adversarial Network for Handwritten Document Image Enhancement\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nHandwritten document images can be highly affected by degradation for different reasons: Paper ageing, daily-life scenarios (wrinkles, dust, etc.), bad scanning process and so on. These artifacts raise many readability issues for current Handwritten Text Recognition (HTR) algorithms and severely devalue their efficiency. In this paper, we propose an end to end architecture based on Generative Adversarial Networks (GANs) to recover the degraded documents into a clean and readable form. Unlike the most well-known document binarization methods, which try to improve the visual quality of the degraded document, the proposed architecture integrates a handwritten text recognizer that promotes the generated document image to be more readable. To the best of our knowledge, this is the first work to use the text information while binarizing handwritten documents. Extensive experiments conducted on degraded Arabic and Latin handwritten documents demonstrate the usefulness of integrating the recognizer within the GAN architecture, which improves both the visual quality and the readability of the degraded document images. Moreover, we outperform the state of the art in H-DIBCO challenges, after fine tuning our pre-trained model with synthetically degraded Latin handwritten images, on this task.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1016\/j.patcog.2021.108370\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"5077\"], \"outgoing_citations\": [\"93552\", \"98454\", \"150014\", \"202558\", \"212915\", \"262398\", \"295622\", \"303489\", \"343204\"]}","task_split":"paper_retrieval"} {"document_id":"47133","document_content":"# It is rotating leaders who build the swarm: social network determinants of growth for healthcare virtual communities of practice\n## Categories\n- Social and Information Networks\n- J.4; I.2.7; H.4.0\n- Physics and Society\n- Computation and Language\n## Abstract\nPurpose: The purpose of this paper is to identify the factors influencing the growth of healthcare virtual communities of practice (VCoPs) through a seven-year longitudinal study conducted using metrics from social-network and semantic analysis. By studying online communication along the three dimensions of social interactions (connectivity, interactivity and language use), the authors aim to provide VCoP managers with valuable insights to improve the success of their communities. Design\/methodology\/approach: Communications over a period of seven years (April 2008 to April 2015) and between 14,000 members of 16 different healthcare VCoPs coexisting on the same web platform were analysed. Multilevel regression models were used to reveal the main determinants of community growth over time. Independent variables were derived from social network and semantic analysis measures. Findings: Results show that structural and content-based variables predict the growth of the community. Progressively, more people will join a community if its structure is more centralised, leaders are more dynamic (they rotate more) and the language used in the posts is less complex. Research limitations\/implications: The available data set included one Web platform and a limited number of control variables. To consolidate the findings of the present study, the experiment should be replicated on other healthcare VCoPs. Originality\/value: The study provides useful recommendations for setting up and nurturing the growth of professional communities, considering, at the same time, the interaction patterns among the community members, the dynamic evolution of these interactions and the use of language. New analytical tools are presented, together with the use of innovative interaction metrics, that can significantly influence community growth, such as rotating leadership.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1108\/JKM-11-2016-0504\", \"primary_category\": \"cs.SI\", \"categories\": [\"cs.SI\", \"J.4; I.2.7; H.4.0\", \"physics.soc-ph\", \"cs.CL\"], \"primary_category_human_readable\": \"Social and Information Networks\", \"categories_human_readable\": [\"Social and Information Networks\", \"J.4; I.2.7; H.4.0\", \"Physics and Society\", \"Computation and Language\"], \"incoming_citations\": [\"10123\", \"46969\", \"60376\", \"46965\", \"48123\", \"49162\"], \"outgoing_citations\": [\"48555\"]}","task_split":"paper_retrieval"} {"document_id":"47195","document_content":"# Designing ECG Monitoring Healthcare System with Federated Transfer Learning and Explainable AI\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Signal Processing\n## Abstract\nDeep learning play a vital role in classifying different arrhythmias using the electrocardiography (ECG) data. Nevertheless, training deep learning models normally requires a large amount of data and it can lead to privacy concerns. Unfortunately, a large amount of healthcare data cannot be easily collected from a single silo. Additionally, deep learning models are like black-box, with no explainability of the predicted results, which is often required in clinical healthcare. This limits the application of deep learning in real-world health systems. In this paper, we design a new explainable artificial intelligence (XAI) based deep learning framework in a federated setting for ECG-based healthcare applications. The federated setting is used to solve issues such as data availability and privacy concerns. Furthermore, the proposed framework setting effectively classifies arrhythmia's using an autoencoder and a classifier, both based on a convolutional neural network (CNN). Additionally, we propose an XAI-based module on top of the proposed classifier to explain the classification results, which help clinical practitioners make quick and reliable decisions. The proposed framework was trained and tested using the MIT-BIH Arrhythmia database. The classifier achieved accuracy up to 94% and 98% for arrhythmia detection using noisy and clean data, respectively, with five-fold cross-validation.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1016\/j.knosys.2021.107763\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"eess.SP\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Signal Processing\"], \"incoming_citations\": [\"26435\"], \"outgoing_citations\": [\"142581\", \"143294\", \"143344\", \"156643\", \"175096\", \"196107\", \"199085\", \"215181\", \"222766\", \"226787\", \"236465\", \"261199\", \"263559\", \"283045\"]}","task_split":"paper_retrieval"} {"document_id":"47366","document_content":"# Big data and big values: When companies need to rethink themselves\n## Categories\n- Social and Information Networks\n- Computation and Language\n- J.4; I.2.7; H.4.0\n- Physics and Society\n## Abstract\nIn order to face the complexity of business environments and detect priorities while triggering contingency strategies, we propose a new methodological approach that combines text mining, social network and big data analytics, with the assessment of stakeholders' attitudes towards company core values. This approach was applied in a case study where we considered the Twitter discourse about core values in Italy. We collected more than 94,000 tweets related to the core values of the firms listed in Fortune's ranking of the World's Most Admired Companies (2013-2017). For the Italian scenario, we found three predominant core values orientations (Customers, Employees and Excellence) - which should be at the basis of any business strategy - and three latent ones (Economic-Financial Growth, Citizenship and Social Responsibility), which need periodic attention. Our contribution is mostly methodological and extends the research on text mining and on online big data analytics applied in complex business contexts.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1016\/j.jbusres.2019.10.046\", \"primary_category\": \"cs.SI\", \"categories\": [\"cs.SI\", \"cs.CL\", \"J.4; I.2.7; H.4.0\", \"physics.soc-ph\"], \"primary_category_human_readable\": \"Social and Information Networks\", \"categories_human_readable\": [\"Social and Information Networks\", \"Computation and Language\", \"J.4; I.2.7; H.4.0\", \"Physics and Society\"], \"incoming_citations\": [\"45160\"], \"outgoing_citations\": [\"48422\", \"337387\"]}","task_split":"paper_retrieval"} {"document_id":"47368","document_content":"# BASS: Boosting Abstractive Summarization with Unified Semantic Graph\n## Categories\n- Computation and Language\n## Abstract\nAbstractive summarization for long-document or multi-document remains challenging for the Seq2Seq architecture, as Seq2Seq is not good at analyzing long-distance relations in text. In this paper, we present BASS, a novel framework for Boosting Abstractive Summarization based on a unified Semantic graph, which aggregates co-referent phrases distributing across a long range of context and conveys rich relations between phrases. Further, a graph-based encoder-decoder model is proposed to improve both the document representation and summary generation process by leveraging the graph structure. Specifically, several graph augmentation methods are designed to encode both the explicit and implicit relations in the text while the graph-propagation attention mechanism is developed in the decoder to select salient content into the summary. Empirical results show that the proposed architecture brings substantial improvements for both long-document and multi-document summarization tasks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.12041v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"14013\", \"48100\"], \"outgoing_citations\": [\"93973\", \"123892\", \"127281\", \"129810\", \"147514\", \"150522\", \"157807\", \"158869\", \"159889\", \"161045\", \"168185\", \"170657\", \"172405\", \"173940\", \"181713\", \"182486\", \"183462\", \"187236\", \"188300\", \"192332\", \"200414\", \"211433\", \"214311\", \"214407\", \"219618\", \"220955\", \"227985\", \"230212\", \"230456\", \"235463\", \"237494\", \"243803\", \"266671\", \"268812\", \"307223\"]}","task_split":"paper_retrieval"} {"document_id":"47530","document_content":"# Deep Neural Networks and End-to-End Learning for Audio Compression\n## Categories\n- Machine Learning\n- Sound\n- Audio and Speech Processing\n## Abstract\nRecent achievements in end-to-end deep learning have encouraged the exploration of tasks dealing with highly structured data with unified deep network models. Having such models for compressing audio signals has been challenging since it requires discrete representations that are not easy to train with end-to-end backpropagation. In this paper, we present an end-to-end deep learning approach that combines recurrent neural networks (RNNs) within the training strategy of variational autoencoders (VAEs) with a binary representation of the latent space. We apply a reparametrization trick for the Bernoulli distribution for the discrete representations, which allows smooth backpropagation. In addition, our approach allows the separation of the encoder and decoder, which is necessary for compression tasks. To our best knowledge, this is the first end-to-end learning for a single audio compression model with RNNs, and our model achieves a Signal to Distortion Ratio (SDR) of 20.54.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.11681v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.SD\", \"eess.AS\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Sound\", \"Audio and Speech Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"93571\", \"118197\", \"127980\", \"180131\", \"212672\", \"226691\", \"227079\", \"227945\", \"250449\", \"252472\", \"291936\", \"311643\", \"321177\", \"328469\"]}","task_split":"paper_retrieval"} {"document_id":"47534","document_content":"# ViBERTgrid: A Jointly Trained Multi-Modal 2D Document Representation for Key Information Extraction from Documents\n## Categories\n- Computation and Language\n- Computer Vision and Pattern Recognition\n- Machine Learning\n## Abstract\nRecent grid-based document representations like BERTgrid allow the simultaneous encoding of the textual and layout information of a document in a 2D feature map so that state-of-the-art image segmentation and\/or object detection models can be straightforwardly leveraged to extract key information from documents. However, such methods have not achieved comparable performance to state-of-the-art sequence- and graph-based methods such as LayoutLM and PICK yet. In this paper, we propose a new multi-modal backbone network by concatenating a BERTgrid to an intermediate layer of a CNN model, where the input of CNN is a document image and the BERTgrid is a grid of word embeddings, to generate a more powerful grid-based document representation, named ViBERTgrid. Unlike BERTgrid, the parameters of BERT and CNN in our multimodal backbone network are trained jointly. Our experimental results demonstrate that this joint training strategy improves significantly the representation ability of ViBERTgrid. Consequently, our ViBERTgrid-based key information extraction approach has achieved state-of-the-art performance on real-world datasets.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.11672v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.CV\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Computer Vision and Pattern Recognition\", \"Machine Learning\"], \"incoming_citations\": [\"9109\"], \"outgoing_citations\": [\"45488\", \"62258\", \"73803\", \"77979\", \"96466\", \"97694\", \"122763\", \"123526\", \"127548\", \"130903\", \"141395\", \"142227\", \"149004\", \"150132\", \"165784\", \"167422\", \"170447\", \"193222\", \"193543\", \"205569\", \"207432\", \"212253\", \"216765\", \"257785\", \"264315\", \"294693\", \"297147\", \"297150\", \"302500\"]}","task_split":"paper_retrieval"} {"document_id":"47548","document_content":"# Safe Model-based Off-policy Reinforcement Learning for Eco-Driving in Connected and Automated Hybrid Electric Vehicles\n## Categories\n- Machine Learning\n- Systems and Control\n- Systems and Control\n## Abstract\nConnected and Automated Hybrid Electric Vehicles have the potential to reduce fuel consumption and travel time in real-world driving conditions. The eco-driving problem seeks to design optimal speed and power usage profiles based upon look-ahead information from connectivity and advanced mapping features. Recently, Deep Reinforcement Learning (DRL) has been applied to the eco-driving problem. While the previous studies synthesize simulators and model-free DRL to reduce online computation, this work proposes a Safe Off-policy Model-Based Reinforcement Learning algorithm for the eco-driving problem. The advantages over the existing literature are three-fold. First, the combination of off-policy learning and the use of a physics-based model improves the sample efficiency. Second, the training does not require any extrinsic rewarding mechanism for constraint satisfaction. Third, the feasibility of trajectory is guaranteed by using a safe set approximated by deep generative models. The performance of the proposed method is benchmarked against a baseline controller representing human drivers, a previously designed model-free DRL strategy, and the wait-and-see optimal solution. In simulation, the proposed algorithm leads to a policy with a higher average speed and a better fuel economy compared to the model-free agent. Compared to the baseline controller, the learned strategy reduces the fuel consumption by more than 21\\% while keeping the average speed comparable.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.11640v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.SY\", \"eess.SY\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Systems and Control\", \"Systems and Control\"], \"incoming_citations\": [], \"outgoing_citations\": [\"58585\", \"75578\", \"127099\", \"138174\", \"138823\", \"177658\", \"183351\", \"190756\", \"206875\", \"211425\", \"229890\", \"240129\", \"259045\", \"261780\", \"302857\", \"311683\"]}","task_split":"paper_retrieval"} {"document_id":"47683","document_content":"# Introducing the Talk Markup Language (TalkML):Adding a little social intelligence to industrial speech interfaces\n## Categories\n- Computation and Language\n- I.2.7; J.5; H.5.2\n## Abstract\nVirtual Personal Assistants like Siri have great potential but such developments hit the fundamental problem of how to make computational devices that understand human speech. Natural language understanding is one of the more disappointing failures of AI research and it seems there is something we computer scientists don't get about the nature of language. Of course philosophers and linguists think quite differently about language and this paper describes how we have taken ideas from other disciplines and implemented them. The background to the work is to take seriously the notion of language as action and look at what people actually do with language using the techniques of Conversation Analysis. The observation has been that human communication is (behind the scenes) about the management of social relations as well as the (foregrounded) passing of information. To claim this is one thing but to implement it requires a mechanism. The mechanism described here is based on the notion of language being intentional - we think intentionally, talk about them and recognise them in others - and cooperative in that we are compelled to help out. The way we are compelled points to a solution to the ever present problem of keeping the human on topic. The approach has led to a recent success in which we significantly improve user satisfaction independent of task completion. Talk Markup Language (TalkML) is a draft alternative to VoiceXML that, we propose, greatly simplifies the scripting of interaction by providing default behaviours for no input and not recognised speech events.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.11294v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"I.2.7; J.5; H.5.2\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"I.2.7; J.5; H.5.2\"], \"incoming_citations\": [\"51599\"], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"48118","document_content":"# Stance Detection with BERT Embeddings for Credibility Analysis of Information on Social Media\n## Categories\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nThe evolution of electronic media is a mixed blessing. Due to the easy access, low cost, and faster reach of the information, people search out and devour news from online social networks. In contrast, the increasing acceptance of social media reporting leads to the spread of fake news. This is a minacious problem that causes disputes and endangers societal stability and harmony. Fake news spread has gained attention from researchers due to its vicious nature. proliferation of misinformation in all media, from the internet to cable news, paid advertising and local news outlets, has made it essential for people to identify the misinformation and sort through the facts. Researchers are trying to analyze the credibility of information and curtail false information on such platforms. Credibility is the believability of the piece of information at hand. Analyzing the credibility of fake news is challenging due to the intent of its creation and the polychromatic nature of the news. In this work, we propose a model for detecting fake news. Our method investigates the content of the news at the early stage i.e. when the news is published but is yet to be disseminated through social media. Our work interprets the content with automatic feature extraction and the relevance of the text pieces. In summary, we introduce stance as one of the features along with the content of the article and employ the pre-trained contextualized word embeddings BERT to obtain the state-of-art results for fake news detection. The experiment conducted on the real-world dataset indicates that our model outperforms the previous work and enables fake news detection with an accuracy of 95.32%.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.7717\/peerj-cs.467\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"181527\", \"193968\", \"225213\", \"234054\", \"234857\", \"257863\", \"259202\", \"268465\", \"271021\", \"273723\", \"290208\", \"305591\"]}","task_split":"paper_retrieval"} {"document_id":"48153","document_content":"# Yes We Care! -- Certification for Machine Learning Methods through the Care Label Framework\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nMachine learning applications have become ubiquitous. Their applications range from embedded control in production machines over process optimization in diverse areas (e.g., traffic, finance, sciences) to direct user interactions like advertising and recommendations. This has led to an increased effort of making machine learning trustworthy. Explainable and fair AI have already matured. They address the knowledgeable user and the application engineer. However, there are users that want to deploy a learned model in a similar way as their washing machine. These stakeholders do not want to spend time in understanding the model, but want to rely on guaranteed properties. What are the relevant properties? How can they be expressed to the stakeholder without presupposing machine learning knowledge? How can they be guaranteed for a certain implementation of a machine learning model? These questions move far beyond the current state of the art and we want to address them here. We propose a unified framework that certifies learning methods via care labels. They are easy to understand and draw inspiration from well-known certificates like textile labels or property cards of electronic devices. Our framework considers both, the machine learning theory and a given implementation. We test the implementation's compliance with theoretical properties and bounds.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.3389\/frai.2022.975029\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [\"45700\"], \"outgoing_citations\": [\"52846\", \"69162\", \"98622\", \"118461\", \"131007\", \"144817\", \"156863\", \"175917\", \"182840\", \"193177\", \"205613\", \"215230\", \"218650\", \"220666\", \"225737\", \"243145\", \"349845\"]}","task_split":"paper_retrieval"} {"document_id":"48165","document_content":"# Efficient Temporal Piecewise-Linear Numeric Planning with Lazy Consistency Checking\n## Categories\n- Artificial Intelligence\n## Abstract\nTemporal planning often involves numeric effects that are directly proportional to their action's duration. These include continuous effects, where a numeric variable is subjected to a rate of change while the action is being executed, and discrete duration-dependent effects, where the variable is updated instantaneously but the magnitude of such change is computed from the action's duration. When these effects are linear, state--of--the--art temporal planners often make use of Linear Programming to ensure that these numeric updates are consistent with the chosen start times and durations of the plan's actions. This is typically done for each evaluated state as part of the search process. This exhaustive approach is not scalable to solve real-world problems that require long plans, because the linear program's size becomes larger and slower to solve. In this work we propose techniques that minimise this overhead by computing these checks more selectively and formulating linear programs that have a smaller footprint. The effectiveness of these techniques is demonstrated on domains that use a mix of discrete and continuous effects, which is typical of real-world planning problems. The resultant planner also outperforms most state-of-the-art temporal-numeric and hybrid planners, in terms of both coverage and scalability.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1109\/TAI.2022.3146797\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"334724\", \"334983\"]}","task_split":"paper_retrieval"} {"document_id":"48168","document_content":"# Explainable Machine Learning with Prior Knowledge: An Overview\n## Categories\n- Machine Learning\n## Abstract\nThis survey presents an overview of integrating prior knowledge into machine learning systems in order to improve explainability. The complexity of machine learning models has elicited research to make them more explainable. However, most explainability methods cannot provide insight beyond the given data, requiring additional information about the context. We propose to harness prior knowledge to improve upon the explanation capabilities of machine learning models. In this paper, we present a categorization of current research into three main categories which either integrate knowledge into the machine learning pipeline, into the explainability method or derive knowledge from explanations. To classify the papers, we build upon the existing taxonomy of informed machine learning and extend it from the perspective of explainability. We conclude with open challenges and research directions.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.10172v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [\"2096\", \"23966\", \"26880\", \"66837\"], \"outgoing_citations\": [\"84264\", \"84697\", \"86707\", \"127043\", \"129424\", \"131007\", \"136447\", \"144046\", \"145981\", \"147012\", \"151752\", \"152364\", \"163403\", \"164211\", \"176892\", \"179047\", \"179945\", \"182974\", \"185303\", \"185674\", \"191400\", \"193208\", \"193866\", \"195838\", \"199453\", \"204055\", \"207428\", \"210521\", \"238355\", \"249204\", \"251709\", \"254281\", \"257563\", \"259261\", \"271811\", \"274749\", \"277228\", \"279891\", \"295302\", \"301913\", \"309854\", \"310759\"]}","task_split":"paper_retrieval"} {"document_id":"48235","document_content":"# To do or not to do: finding causal relations in smart homes\n## Categories\n- Artificial Intelligence\n## Abstract\nResearch in Cognitive Science suggests that humans understand and represent knowledge of the world through causal relationships. In addition to observations, they can rely on experimenting and counterfactual reasoning -- i.e. referring to an alternative course of events -- to identify causal relations and explain atypical situations. Different instances of control systems, such as smart homes, would benefit from having a similar causal model, as it would help the user understand the logic of the system and better react when needed. However, while data-driven methods achieve high levels of correlation detection, they mainly fall short of finding causal relations, notably being limited to observations only. Notably, they struggle to identify the cause from the effect when detecting a correlation between two variables. This paper introduces a new way to learn causal models from a mixture of experiments on the environment and observational data. The core of our method is the use of selected interventions, especially our learning takes into account the variables where it is impossible to intervene, unlike other approaches. The causal model we obtain is then used to generate Causal Bayesian Networks, which can be later used to perform diagnostic and predictive inference. We use our method on a smart home simulation, a use case where knowing causal relations pave the way towards explainable systems. Our algorithm succeeds in generating a Causal Bayesian Network close to the simulation's ground truth causal interactions, showing encouraging prospects for application in real-life systems.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.10058v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"142603\", \"155499\", \"184390\"]}","task_split":"paper_retrieval"} {"document_id":"48244","document_content":"# A Streaming End-to-End Framework For Spoken Language Understanding\n## Categories\n- Computation and Language\n- Sound\n- Audio and Speech Processing\n## Abstract\nEnd-to-end spoken language understanding (SLU) has recently attracted increasing interest. Compared to the conventional tandem-based approach that combines speech recognition and language understanding as separate modules, the new approach extracts users' intentions directly from the speech signals, resulting in joint optimization and low latency. Such an approach, however, is typically designed to process one intention at a time, which leads users to take multiple rounds to fulfill their requirements while interacting with a dialogue system. In this paper, we propose a streaming end-to-end framework that can process multiple intentions in an online and incremental way. The backbone of our framework is a unidirectional RNN trained with the connectionist temporal classification (CTC) criterion. By this design, an intention can be identified when sufficient evidence has been accumulated, and multiple intentions can be identified sequentially. We evaluate our solution on the Fluent Speech Commands (FSC) dataset and the intent detection accuracy is about 97 % on all multi-intent settings. This result is comparable to the performance of the state-of-the-art non-streaming models, but is achieved in an online and incremental way. We also employ our model to a keyword spotting task using the Google Speech Commands dataset and the results are also highly promising.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.10042v4\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.SD\", \"eess.AS\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Sound\", \"Audio and Speech Processing\"], \"incoming_citations\": [\"58416\"], \"outgoing_citations\": [\"87977\", \"97729\", \"107737\", \"157877\", \"191712\", \"191769\", \"210453\", \"216686\", \"220168\", \"236235\", \"285311\", \"309025\"]}","task_split":"paper_retrieval"} {"document_id":"48248","document_content":"# Improving Generation and Evaluation of Visual Stories via Semantic Consistency\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Computer Vision and Pattern Recognition\n## Abstract\nStory visualization is an under-explored task that falls at the intersection of many important research directions in both computer vision and natural language processing. In this task, given a series of natural language captions which compose a story, an agent must generate a sequence of images that correspond to the captions. Prior work has introduced recurrent generative models which outperform text-to-image synthesis models on this task. However, there is room for improvement of generated images in terms of visual quality, coherence and relevance. We present a number of improvements to prior modeling approaches, including (1) the addition of a dual learning framework that utilizes video captioning to reinforce the semantic alignment between the story and generated images, (2) a copy-transform mechanism for sequentially-consistent story visualization, and (3) MART-based transformers to model complex interactions between frames. We present ablation studies to demonstrate the effect of each of these techniques on the generative power of the model for both individual images as well as the entire narrative. Furthermore, due to the complexity and generative nature of the task, standard evaluation metrics do not accurately reflect performance. Therefore, we also provide an exploration of evaluation metrics for the model, focused on aspects of the generated frames such as the presence\/quality of generated characters, the relevance to captions, and the diversity of the generated images. We also present correlation experiments of our proposed automated metrics with human evaluations. Code and data available at: https:\/\/github.com\/adymaharana\/StoryViz","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.10026v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.CV\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"14791\"], \"outgoing_citations\": [\"96482\", \"106820\", \"125719\", \"192697\", \"195203\", \"197213\", \"205306\", \"206919\", \"208868\", \"212643\", \"231212\", \"234607\", \"236090\", \"249031\", \"250221\", \"254361\", \"262155\", \"262509\", \"269388\"]}","task_split":"paper_retrieval"} {"document_id":"48306","document_content":"# A practical introduction to the Rational Speech Act modeling framework\n## Categories\n- Computation and Language\n## Abstract\nRecent advances in computational cognitive science (i.e., simulation-based probabilistic programs) have paved the way for significant progress in formal, implementable models of pragmatics. Rather than describing a pragmatic reasoning process in prose, these models formalize and implement one, deriving both qualitative and quantitative predictions of human behavior -- predictions that consistently prove correct, demonstrating the viability and value of the framework. The current paper provides a practical introduction to and critical assessment of the Bayesian Rational Speech Act modeling framework, unpacking theoretical foundations, exploring technological innovations, and drawing connections to issues beyond current applications.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.09867v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"55769\"], \"outgoing_citations\": [\"125235\", \"151038\", \"192701\", \"194503\", \"197647\", \"215976\", \"228916\", \"235544\", \"270225\", \"286877\", \"295368\", \"304615\"]}","task_split":"paper_retrieval"} {"document_id":"48472","document_content":"# MLBiNet: A Cross-Sentence Collective Event Detection Network\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Information Retrieval\n- Machine Learning\n## Abstract\nWe consider the problem of collectively detecting multiple events, particularly in cross-sentence settings. The key to dealing with the problem is to encode semantic information and model event inter-dependency at a document-level. In this paper, we reformulate it as a Seq2Seq task and propose a Multi-Layer Bidirectional Network (MLBiNet) to capture the document-level association of events and semantic information simultaneously. Specifically, a bidirectional decoder is firstly devised to model event inter-dependency within a sentence when decoding the event tag vector sequence. Secondly, an information aggregation module is employed to aggregate sentence-level semantic and event tag information. Finally, we stack multiple bidirectional decoders and feed cross-sentence information, forming a multi-layer bidirectional tagging architecture to iteratively propagate information across sentences. We show that our approach provides significant improvement in performance compared to the current state-of-the-art results.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.09458v3\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.IR\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Information Retrieval\", \"Machine Learning\"], \"incoming_citations\": [\"134\", \"47828\", \"48452\", \"59005\"], \"outgoing_citations\": [\"47828\", \"48452\", \"91031\", \"140252\", \"157212\", \"159782\", \"180767\", \"190349\", \"216701\", \"284622\", \"296198\"]}","task_split":"paper_retrieval"} {"document_id":"48495","document_content":"# Unsupervised learning of text line segmentation by differentiating coarse patterns\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nDespite recent advances in the field of supervised deep learning for text line segmentation, unsupervised deep learning solutions are beginning to gain popularity. In this paper, we present an unsupervised deep learning method that embeds document image patches to a compact Euclidean space where distances correspond to a coarse text line pattern similarity. Once this space has been produced, text line segmentation can be easily implemented using standard techniques with the embedded feature vectors. To train the model, we extract random pairs of document image patches with the assumption that neighbour patches contain a similar coarse trend of text lines, whereas if one of them is rotated, they contain different coarse trends of text lines. Doing well on this task requires the model to learn to recognize the text lines and their salient parts. The benefit of our approach is zero manual labelling effort. We evaluate the method qualitatively and quantitatively on several variants of text line segmentation datasets to demonstrate its effectivity.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.09405v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"74401\", \"74706\", \"74782\", \"136000\", \"181378\", \"242784\"]}","task_split":"paper_retrieval"} {"document_id":"48497","document_content":"# Heterogeneous Contrastive Learning\n## Categories\n- Machine Learning\n- Computer Vision and Pattern Recognition\n## Abstract\nWith the advent of big data across multiple high-impact applications, we are often facing the challenge of complex heterogeneity. The newly collected data usually consist of multiple modalities and are characterized with multiple labels, thus exhibiting the co-existence of multiple types of heterogeneity. Although state-of-the-art techniques are good at modeling complex heterogeneity with sufficient label information, such label information can be quite expensive to obtain in real applications. Recently, researchers pay great attention to contrastive learning due to its prominent performance by utilizing rich unlabeled data. However, existing work on contrastive learning is not able to address the problem of false negative pairs, i.e., some `negative' pairs may have similar representations if they have the same label. To overcome the issues, in this paper, we propose a unified heterogeneous learning framework, which combines both the weighted unsupervised contrastive loss and the weighted supervised contrastive loss to model multiple types of heterogeneity. We first provide a theoretical analysis showing that the vanilla contrastive learning loss easily leads to the sub-optimal solution in the presence of false negative pairs, whereas the proposed weighted loss could automatically adjust the weight based on the similarity of the learned representations to mitigate this issue. Experimental results on real-world data sets demonstrate the effectiveness and the efficiency of the proposed framework modeling multiple types of heterogeneity.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.09401v3\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.CV\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"13549\"], \"outgoing_citations\": [\"110939\", \"180880\", \"192334\", \"201656\", \"258700\", \"269778\", \"280302\", \"294694\", \"306756\", \"323634\", \"339355\"]}","task_split":"paper_retrieval"} {"document_id":"48590","document_content":"# Explainable Tsetlin Machine framework for fake news detection with credibility score assessment\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Machine Learning\n- I.2; I.5; I.7\n## Abstract\nThe proliferation of fake news, i.e., news intentionally spread for misinformation, poses a threat to individuals and society. Despite various fact-checking websites such as PolitiFact, robust detection techniques are required to deal with the increase in fake news. Several deep learning models show promising results for fake news classification, however, their black-box nature makes it difficult to explain their classification decisions and quality-assure the models. We here address this problem by proposing a novel interpretable fake news detection framework based on the recently introduced Tsetlin Machine (TM). In brief, we utilize the conjunctive clauses of the TM to capture lexical and semantic properties of both true and fake news text. Further, we use the clause ensembles to calculate the credibility of fake news. For evaluation, we conduct experiments on two publicly available datasets, PolitiFact and GossipCop, and demonstrate that the TM framework significantly outperforms previously published baselines by at least $5\\%$ in terms of accuracy, with the added benefit of an interpretable logic-based representation. Further, our approach provides higher F1-score than BERT and XLNet, however, we obtain slightly lower accuracy. We finally present a case study on our model's explainability, demonstrating how it decomposes into meaningful words and their negations.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.09114v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.LG\", \"I.2; I.5; I.7\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Machine Learning\", \"I.2; I.5; I.7\"], \"incoming_citations\": [\"76547\", \"29177\", \"101389\"], \"outgoing_citations\": [\"50438\", \"86357\", \"101389\", \"133216\", \"166518\", \"197381\", \"218105\", \"219169\", \"222721\", \"236755\", \"259202\", \"267552\", \"271021\", \"273723\"]}","task_split":"paper_retrieval"} {"document_id":"48859","document_content":"# Fast Game Content Adaptation Through Bayesian-based Player Modelling\n## Categories\n- Artificial Intelligence\n- Applications\n## Abstract\nIn games, as well as many user-facing systems, adapting content to users' preferences and experience is an important challenge. This paper explores a novel method to realize this goal in the context of dynamic difficulty adjustment (DDA). Here the aim is to constantly adapt the content of a game to the skill level of the player, keeping them engaged by avoiding states that are either too difficult or too easy. Current systems for DDA rely on expensive data mining, or on hand-crafted rules designed for particular domains, and usually adapts to keep players in the flow, leaving no room for the designer to present content that is purposefully easy or difficult. This paper presents Fast Bayesian Content Adaption (FBCA), a system for DDA that is agnostic to the domain and that can target particular difficulties. We deploy this framework in two different domains: the puzzle game Sudoku, and a simple Roguelike game. By modifying the acquisition function's optimization, we are reliably able to present a content with a bespoke difficulty for players with different skill levels in less than five iterations for Sudoku and fifteen iterations for the simple Roguelike. Our method significantly outperforms simpler DDA heuristics with the added benefit of maintaining a model of the user. These results point towards a promising alternative for content adaption in a variety of different domains.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.08484v2\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"stat.AP\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Applications\"], \"incoming_citations\": [\"133218\", \"4621\"], \"outgoing_citations\": [\"94739\", \"112786\", \"115648\", \"124853\", \"163503\", \"173071\", \"233501\", \"264206\", \"327091\"]}","task_split":"paper_retrieval"} {"document_id":"48905","document_content":"# Online Multimodal Transportation Planning using Deep Reinforcement Learning\n## Categories\n- Machine Learning\n## Abstract\nIn this paper we propose a Deep Reinforcement Learning approach to solve a multimodal transportation planning problem, in which containers must be assigned to a truck or to trains that will transport them to their destination. While traditional planning methods work \"offline\" (i.e., they take decisions for a batch of containers before the transportation starts), the proposed approach is \"online\", in that it can take decisions for individual containers, while transportation is being executed. Planning transportation online helps to effectively respond to unforeseen events that may affect the original transportation plan, thus supporting companies in lowering transportation costs. We implemented different container selection heuristics within the proposed Deep Reinforcement Learning algorithm and we evaluated its performance for each heuristic using data that simulate a realistic scenario, designed on the basis of a real case study at a logistics company. The experimental results revealed that the proposed method was able to learn effective patterns of container assignment. It outperformed tested competitors in terms of total transportation costs and utilization of train capacity by 20.48% to 55.32% for the cost and by 7.51% to 20.54% for the capacity. Furthermore, it obtained results within 2.7% for the cost and 0.72% for the capacity of the optimal solution generated by an Integer Linear Programming solver in an offline setting.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.08374v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"133255\", \"238077\", \"242457\", \"269617\", \"279191\", \"311464\", \"356201\"]}","task_split":"paper_retrieval"} {"document_id":"48962","document_content":"# PoBRL: Optimizing Multi-Document Summarization by Blending Reinforcement Learning Policies\n## Categories\n- Artificial Intelligence\n## Abstract\nWe propose a novel reinforcement learning based framework PoBRL for solving multi-document summarization. PoBRL jointly optimizes over the following three objectives necessary for a high-quality summary: importance, relevance, and length. Our strategy decouples this multi-objective optimization into different subproblems that can be solved individually by reinforcement learning. Utilizing PoBRL, we then blend each learned policies together to produce a summary that is a concise and complete representation of the original input. Our empirical analysis shows state-of-the-art performance on several multi-document datasets. Human evaluation also shows that our method produces high-quality output.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.08244v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [\"15872\"], \"outgoing_citations\": [\"130347\", \"182486\", \"214407\", \"216554\", \"219618\", \"220955\", \"229185\", \"230212\", \"230464\", \"235232\", \"237477\", \"263243\", \"266671\", \"279351\", \"280557\", \"287823\", \"290789\", \"307969\", \"311464\", \"315546\"]}","task_split":"paper_retrieval"} {"document_id":"48992","document_content":"# Learning Disentangled Representations for Time Series\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nTime-series representation learning is a fundamental task for time-series analysis. While significant progress has been made to achieve accurate representations for downstream applications, the learned representations often lack interpretability and do not expose semantic meanings. Different from previous efforts on the entangled feature space, we aim to extract the semantic-rich temporal correlations in the latent interpretable factorized representation of the data. Motivated by the success of disentangled representation learning in computer vision, we study the possibility of learning semantic-rich time-series representations, which remains unexplored due to three main challenges: 1) sequential data structure introduces complex temporal correlations and makes the latent representations hard to interpret, 2) sequential models suffer from KL vanishing problem, and 3) interpretable semantic concepts for time-series often rely on multiple factors instead of individuals. To bridge the gap, we propose Disentangle Time Series (DTS), a novel disentanglement enhancement framework for sequential data. Specifically, to generate hierarchical semantic concepts as the interpretable and disentangled representation of time-series, DTS introduces multi-level disentanglement strategies by covering both individual latent factors and group semantic segments. We further theoretically show how to alleviate the KL vanishing problem: DTS introduces a mutual information maximization term, while preserving a heavier penalty on the total correlation and the dimension-wise KL to keep the disentanglement property. Experimental results on various real-world benchmark datasets demonstrate that the representations learned by DTS achieve superior performance in downstream applications, with high interpretability of semantic concepts.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.08179v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"48999","document_content":"# Parallel and Flexible Sampling from Autoregressive Models via Langevin Dynamics\n## Categories\n- Machine Learning\n- Sound\n- Audio and Speech Processing\n## Abstract\nThis paper introduces an alternative approach to sampling from autoregressive models. Autoregressive models are typically sampled sequentially, according to the transition dynamics defined by the model. Instead, we propose a sampling procedure that initializes a sequence with white noise and follows a Markov chain defined by Langevin dynamics on the global log-likelihood of the sequence. This approach parallelizes the sampling process and generalizes to conditional sampling. Using an autoregressive model as a Bayesian prior, we can steer the output of a generative model using a conditional likelihood or constraints. We apply these techniques to autoregressive models in the visual and audio domains, with competitive results for audio source separation, super-resolution, and inpainting.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.08164v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.SD\", \"eess.AS\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Sound\", \"Audio and Speech Processing\", \"Machine Learning\"], \"incoming_citations\": [\"738\", \"17339\"], \"outgoing_citations\": [\"67541\", \"84446\", \"89315\", \"99468\", \"102682\", \"118296\", \"127980\", \"140596\", \"141466\", \"153034\", \"153962\", \"162797\", \"176382\", \"183000\", \"189263\", \"189504\", \"197583\", \"207908\", \"211222\", \"211342\", \"212248\", \"217178\", \"224090\", \"242468\", \"249044\", \"270288\", \"271912\", \"274838\", \"277384\", \"278850\", \"299534\", \"311388\", \"344185\"]}","task_split":"paper_retrieval"} {"document_id":"49071","document_content":"# Unknown-box Approximation to Improve Optical Character Recognition Performance\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nOptical character recognition (OCR) is a widely used pattern recognition application in numerous domains. There are several feature-rich, general-purpose OCR solutions available for consumers, which can provide moderate to excellent accuracy levels. However, accuracy can diminish with difficult and uncommon document domains. Preprocessing of document images can be used to minimize the effect of domain shift. In this paper, a novel approach is presented for creating a customized preprocessor for a given OCR engine. Unlike the previous OCR agnostic preprocessing techniques, the proposed approach approximates the gradient of a particular OCR engine to train a preprocessor module. Experiments with two datasets and two OCR engines show that the presented preprocessor is able to improve the accuracy of the OCR up to 46% from the baseline by applying pixel-level manipulations to the document image. The implementation of the proposed method and the enhanced public datasets are available for download.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.07983v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"62258\", \"179057\", \"181721\", \"202558\", \"203087\", \"207712\", \"249222\", \"271783\", \"306751\", \"309239\", \"328595\"]}","task_split":"paper_retrieval"} {"document_id":"49206","document_content":"# TAT-QA: A Question Answering Benchmark on a Hybrid of Tabular and Textual Content in Finance\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nHybrid data combining both tabular and textual content (e.g., financial reports) are quite pervasive in the real world. However, Question Answering (QA) over such hybrid data is largely neglected in existing research. In this work, we extract samples from real financial reports to build a new large-scale QA dataset containing both Tabular And Textual data, named TAT-QA, where numerical reasoning is usually required to infer the answer, such as addition, subtraction, multiplication, division, counting, comparison\/sorting, and the compositions. We further propose a novel QA model termed TAGOP, which is capable of reasoning over both tables and text. It adopts sequence tagging to extract relevant cells from the table along with relevant spans from the text to infer their semantics, and then applies symbolic reasoning over them with a set of aggregation operators to arrive at the final answer. TAGOPachieves 58.0% inF1, which is an 11.1% absolute increase over the previous best baseline model, according to our experiments on TAT-QA. But this result still lags far behind performance of expert human, i.e.90.8% in F1. It is demonstrated that our TAT-QA is very challenging and can serve as a benchmark for training and testing powerful QA models that address hybrid form data.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.07624v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [\"33114\", \"23319\", \"29556\", \"39795\", \"24348\", \"47485\"], \"outgoing_citations\": [\"77192\", \"92800\", \"100416\", \"123344\", \"124544\", \"130961\", \"131838\", \"132918\", \"144603\", \"161625\", \"164303\", \"168058\", \"169358\", \"189600\", \"196980\", \"216563\", \"216731\", \"219680\", \"238610\", \"253068\", \"257206\", \"266702\", \"267878\", \"277518\", \"287982\", \"308610\", \"311423\"]}","task_split":"paper_retrieval"} {"document_id":"49207","document_content":"# Sentence Similarity Based on Contexts\n## Categories\n- Computation and Language\n## Abstract\nExisting methods to measure sentence similarity are faced with two challenges: (1) labeled datasets are usually limited in size, making them insufficient to train supervised neural models; (2) there is a training-test gap for unsupervised language modeling (LM) based models to compute semantic scores between sentences, since sentence-level semantics are not explicitly modeled at training. This results in inferior performances in this task. In this work, we propose a new framework to address these two issues. The proposed framework is based on the core idea that the meaning of a sentence should be defined by its contexts, and that sentence similarity can be measured by comparing the probabilities of generating two sentences given the same context. The proposed framework is able to generate high-quality, large-scale dataset with semantic similarity scores between two sentences in an unsupervised manner, with which the train-test gap can be largely bridged. Extensive experiments show that the proposed framework achieves significant performance boosts over existing baselines under both the supervised and unsupervised settings across different datasets.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.07623v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"25308\", \"26367\"], \"outgoing_citations\": [\"45179\", \"47498\", \"55137\", \"58332\", \"60013\", \"77689\", \"89638\", \"115975\", \"127838\", \"131921\", \"132002\", \"141983\", \"157726\", \"162570\", \"168549\", \"173474\", \"178992\", \"189542\", \"212285\", \"230131\", \"237274\", \"239686\", \"256098\", \"259723\", \"267161\", \"268604\", \"270020\", \"271934\", \"275597\", \"281163\", \"291019\", \"297795\", \"297950\", \"298543\", \"306182\", \"307756\", \"310737\", \"329586\"]}","task_split":"paper_retrieval"} {"document_id":"49252","document_content":"# Collaborative Graph Learning with Auxiliary Text for Temporal Event Prediction in Healthcare\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Information Retrieval\n## Abstract\nAccurate and explainable health event predictions are becoming crucial for healthcare providers to develop care plans for patients. The availability of electronic health records (EHR) has enabled machine learning advances in providing these predictions. However, many deep learning based methods are not satisfactory in solving several key challenges: 1) effectively utilizing disease domain knowledge; 2) collaboratively learning representations of patients and diseases; and 3) incorporating unstructured text. To address these issues, we propose a collaborative graph learning model to explore patient-disease interactions and medical domain knowledge. Our solution is able to capture structural features of both patients and diseases. The proposed model also utilizes unstructured text data by employing an attention regulation strategy and then integrates attentive text features into a sequential learning process. We conduct extensive experiments on two important healthcare problems to show the competitive prediction performance of the proposed method compared with various state-of-the-art models. We also confirm the effectiveness of learned representations and model interpretability by a set of ablation and case studies.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.07542v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.IR\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Information Retrieval\"], \"incoming_citations\": [\"43587\", \"4096\"], \"outgoing_citations\": [\"153944\", \"153949\", \"166316\", \"181285\", \"183050\", \"197416\", \"213345\", \"263454\", \"279891\", \"286253\", \"287747\", \"303053\"]}","task_split":"paper_retrieval"} {"document_id":"49844","document_content":"# Adaptive Warm-Start MCTS in AlphaZero-like Deep Reinforcement Learning\n## Categories\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nAlphaZero has achieved impressive performance in deep reinforcement learning by utilizing an architecture that combines search and training of a neural network in self-play. Many researchers are looking for ways to reproduce and improve results for other games\/tasks. However, the architecture is designed to learn from scratch, tabula rasa, accepting a cold-start problem in self-play. Recently, a warm-start enhancement method for Monte Carlo Tree Search was proposed to improve the self-play starting phase. It employs a fixed parameter $I^\\prime$ to control the warm-start length. Improved performance was reported in small board games. In this paper we present results with an adaptive switch method. Experiments show that our approach works better than the fixed $I^\\prime$, especially for \"deep,\" tactical, games (Othello and Connect Four). We conjecture that the adaptive value for $I^\\prime$ is also influenced by the size of the game, and that on average $I^\\prime$ will increase with game size. We conclude that AlphaZero-like deep reinforcement learning benefits from adaptive rollout based warm-start, as Rapid Action Value Estimate did for rollout-based reinforcement learning 15 years ago.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.06136v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [\"10078\"], \"outgoing_citations\": [\"118729\", \"128902\", \"197267\", \"214290\", \"258614\"]}","task_split":"paper_retrieval"} {"document_id":"49871","document_content":"# Good and Bad Optimization Models: Insights from Rockafellians\n## Categories\n- Optimization and Control\n- Machine Learning\n## Abstract\nA basic requirement for a mathematical model is often that its solution (output) shouldn't change much if the model's parameters (input) are perturbed. This is important because the exact values of parameters may not be known and one would like to avoid being mislead by an output obtained using incorrect values. Thus, it's rarely enough to address an application by formulating a model, solving the resulting optimization problem and presenting the solution as the answer. One would need to confirm that the model is suitable, i.e., \"good,\" and this can, at least in part, be achieved by considering a family of optimization problems constructed by perturbing parameters of concern. The resulting sensitivity analysis uncovers troubling situations with unstable solutions, which we referred to as \"bad\" models, and indicates better model formulations. Embedding an actual problem of interest within a family of problems is also a primary path to optimality conditions as well as computationally attractive, alternative problems, which under ideal circumstances, and when properly tuned, may even furnish the minimum value of the actual problem. The tuning of these alternative problems turns out to be intimately tied to finding multipliers in optimality conditions and thus emerges as a main component of several optimization algorithms. In fact, the tuning amounts to solving certain dual optimization problems. In this tutorial, we'll discuss the opportunities and insights afforded by this broad perspective.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.06073v3\", \"primary_category\": \"math.OC\", \"categories\": [\"math.OC\", \"cs.LG\"], \"primary_category_human_readable\": \"Optimization and Control\", \"categories_human_readable\": [\"Optimization and Control\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"49939","document_content":"# Identifying Biased Users in Online Social Networks to Enhance the Accuracy of Sentiment Analysis: A User Behavior-Based Approach\n## Categories\n- Social and Information Networks\n## Abstract\nThe development of an automatic way to extract user opinions about products, movies, and foods from online social network (OSN) interactions is among the main interests of sentiment analysis and opinion mining studies. Existing approaches in the sentiment analysis domain mostly do not discriminate the sentences of different types of users, even though some users are always negative and some are always positive. Thus, finding a way to identify these two types of user is significant because their attitudes can change the analysis of user reviews of businesses and products. Due to the complexity of natural language processing, pure text mining methods may lead to misunderstandings about the exact nature of the sentiments expressed in review text. In this study, we propose a neural network classifier to predict the presence of biased users on the basis of users' psychological behaviors. The identification of the psychological behaviors of users allows us to find overly positive and overly negative users and to categorize these users' attitudes regardless of the content of their review texts. The experiment result indicates that the biased users can be predicted based on user behavior at an accuracy rate of 89%, 67% and 81% for three different datasets.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.05950v1\", \"primary_category\": \"cs.SI\", \"categories\": [\"cs.SI\"], \"primary_category_human_readable\": \"Social and Information Networks\", \"categories_human_readable\": [\"Social and Information Networks\"], \"incoming_citations\": [], \"outgoing_citations\": [\"55115\", \"283923\", \"299491\", \"303025\", \"324761\"]}","task_split":"paper_retrieval"} {"document_id":"49968","document_content":"# Out of the Box: Embodied Navigation in the Real World\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n- Robotics\n## Abstract\nThe research field of Embodied AI has witnessed substantial progress in visual navigation and exploration thanks to powerful simulating platforms and the availability of 3D data of indoor and photorealistic environments. These two factors have opened the doors to a new generation of intelligent agents capable of achieving nearly perfect PointGoal Navigation. However, such architectures are commonly trained with millions, if not billions, of frames and tested in simulation. Together with great enthusiasm, these results yield a question: how many researchers will effectively benefit from these advances? In this work, we detail how to transfer the knowledge acquired in simulation into the real world. To that end, we describe the architectural discrepancies that damage the Sim2Real adaptation ability of models trained on the Habitat simulator and propose a novel solution tailored towards the deployment in real-world scenarios. We then deploy our models on a LoCoBot, a Low-Cost Robot equipped with a single Intel RealSense camera. Different from previous work, our testing scene is unavailable to the agent in simulation. The environment is also inaccessible to the agent beforehand, so it cannot count on scene-specific semantic priors. In this way, we reproduce a setting in which a research group (potentially from other fields) needs to employ the agent visual navigation capabilities as-a-Service. Our experiments indicate that it is possible to achieve satisfying results when deploying the obtained model in the real world. Our code and models are available at https:\/\/github.com\/aimagelab\/LoCoNav.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1007\/978-3-030-89128-2_5\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\", \"cs.RO\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\", \"Robotics\"], \"incoming_citations\": [\"23543\"], \"outgoing_citations\": [\"91301\", \"104828\", \"112104\", \"114824\", \"131180\", \"131814\", \"148172\", \"151367\", \"153902\", \"158547\", \"179954\", \"192738\", \"196393\", \"219658\"]}","task_split":"paper_retrieval"} {"document_id":"49980","document_content":"# Deep Snapshot HDR Reconstruction Based on the Polarization Camera\n## Categories\n- Image and Video Processing\n- Computer Vision and Pattern Recognition\n## Abstract\nThe recent development of the on-chip micro-polarizer technology has made it possible to acquire four spatially aligned and temporally synchronized polarization images with the same ease of operation as a conventional camera. In this paper, we investigate the use of this sensor technology in high-dynamic-range (HDR) imaging. Specifically, observing that natural light can be attenuated differently by varying the orientation of the polarization filter, we treat the multiple images captured by the polarization camera as a set captured under different exposure times. In our approach, we first study the relationship among polarizer orientation, degree and angle of polarization of light to the exposure time of a pixel in the polarization image. Subsequently, we propose a deep snapshot HDR reconstruction framework to recover an HDR image using the polarization images. A polarized HDR dataset is created to train and evaluate our approach. We demonstrate that our approach performs favorably against state-of-the-art HDR reconstruction algorithms.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.05824v1\", \"primary_category\": \"eess.IV\", \"categories\": [\"eess.IV\", \"cs.CV\"], \"primary_category_human_readable\": \"Image and Video Processing\", \"categories_human_readable\": [\"Image and Video Processing\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"85785\", \"133418\", \"189323\", \"239855\", \"252829\", \"259658\"]}","task_split":"paper_retrieval"} {"document_id":"50136","document_content":"# MT: Multi-Perspective Feature Learning Network for Scene Text Detection\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nText detection, the key technology for understanding scene text, has become an attractive research topic. For detecting various scene texts, researchers propose plenty of detectors with different advantages: detection-based models enjoy fast detection speed, and segmentation-based algorithms are not limited by text shapes. However, for most intelligent systems, the detector needs to detect arbitrary-shaped texts with high speed and accuracy simultaneously. Thus, in this study, we design an efficient pipeline named as MT, which can detect adhesive arbitrary-shaped texts with only a single binary mask in the inference stage. This paper presents the contributions on three aspects: (1) a light-weight detection framework is designed to speed up the inference process while keeping high detection accuracy; (2) a multi-perspective feature module is proposed to learn more discriminative representations to segment the mask accurately; (3) a multi-factor constraints IoU minimization loss is introduced for training the proposed model. The effectiveness of MT is evaluated on four real-world scene text datasets, and it surpasses all the state-of-the-art competitors to a large extent.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.05455v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"54412\", \"106579\", \"131896\", \"136466\", \"140478\", \"154995\", \"155242\", \"171543\", \"190708\", \"192471\", \"196854\", \"207348\", \"222451\", \"225795\", \"239002\", \"240965\", \"245591\", \"248133\", \"252159\", \"257197\", \"269205\", \"272481\", \"279950\", \"284214\", \"289389\", \"290957\", \"294023\"]}","task_split":"paper_retrieval"} {"document_id":"50166","document_content":"# Bayesian Model Averaging for Data Driven Decision Making when Causality is Partially Known\n## Categories\n- Artificial Intelligence\n## Abstract\nProbabilistic machine learning models are often insufficient to help with decisions on interventions because those models find correlations - not causal relationships. If observational data is only available and experimentation are infeasible, the correct approach to study the impact of an intervention is to invoke Pearl's causality framework. Even that framework assumes that the underlying causal graph is known, which is seldom the case in practice. When the causal structure is not known, one may use out-of-the-box algorithms to find causal dependencies from observational data. However, there exists no method that also accounts for the decision-maker's prior knowledge when developing the causal structure either. The objective of this paper is to develop rational approaches for making decisions from observational data in the presence of causal graph uncertainty and prior knowledge from the decision-maker. We use ensemble methods like Bayesian Model Averaging (BMA) to infer set of causal graphs that can represent the data generation process. We provide decisions by computing the expected value and risk of potential interventions explicitly. We demonstrate our approach by applying them in different example contexts.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.05395v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"348264\", \"348271\", \"348603\"]}","task_split":"paper_retrieval"} {"document_id":"50218","document_content":"# Doing Natural Language Processing in A Natural Way: An NLP toolkit based on object-oriented knowledge base and multi-level grammar base\n## Categories\n- Computation and Language\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nWe introduce an NLP toolkit based on object-oriented knowledge base and multi-level grammar base. This toolkit focuses on semantic parsing, it also has abilities to discover new knowledge and grammar automatically, new discovered knowledge and grammar will be identified by human, and will be used to update the knowledge base and grammar base. This process can be iterated many times to improve the toolkit continuously.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.05227v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"50345","document_content":"# Conversational Entity Linking: Problem Definition and Datasets\n## Categories\n- Computation and Language\n- Information Retrieval\n- H.3\n## Abstract\nMachine understanding of user utterances in conversational systems is of utmost importance for enabling engaging and meaningful conversations with users. Entity Linking (EL) is one of the means of text understanding, with proven efficacy for various downstream tasks in information retrieval. In this paper, we study entity linking for conversational systems. To develop a better understanding of what EL in a conversational setting entails, we analyze a large number of dialogues from existing conversational datasets and annotate references to concepts, named entities, and personal entities using crowdsourcing. Based on the annotated dialogues, we identify the main characteristics of conversational entity linking. Further, we report on the performance of traditional EL systems on our Conversational Entity Linking dataset, ConEL, and present an extension to these methods to better fit the conversational setting. The resources released with this paper include annotated datasets, detailed descriptions of crowdsourcing setups, as well as the annotations produced by various EL systems. These new resources allow for an investigation of how the role of entities in conversations is different from that in documents or isolated short text utterances like queries and tweets, and complement existing conversational datasets.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1145\/3404835.3463258\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.IR\", \"H.3\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Information Retrieval\", \"H.3\"], \"incoming_citations\": [], \"outgoing_citations\": [\"95304\", \"96431\", \"97185\", \"112804\", \"121381\", \"126671\", \"151897\", \"157181\", \"157255\", \"167753\", \"169192\", \"177825\", \"185889\", \"189127\", \"205857\", \"211664\", \"212046\", \"216019\", \"216850\", \"216953\", \"220723\", \"220724\", \"227746\", \"232454\", \"232596\", \"243397\", \"244479\", \"263254\", \"266411\", \"270020\"]}","task_split":"paper_retrieval"} {"document_id":"50349","document_content":"# Museum Painting Retrieval\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nTo retrieve images based on their content is one of the most studied topics in the field of computer vision. Nowadays, this problem can be addressed using modern techniques such as feature extraction using machine learning, but over the years different classical methods have been developed. In this paper, we implement a query by example retrieval system for finding paintings in a museum image collection using classic computer vision techniques. Specifically, we study the performance of the color, texture, text and feature descriptors in datasets with different perturbations in the images: noise, overlapping text boxes, color corruption and rotation. We evaluate each of the cases using the Mean Average Precision (MAP) metric, and we obtain results that vary between 0.5 and 1.0 depending on the problem conditions.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.04891v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"50398","document_content":"# Cross-Modal Generative Augmentation for Visual Question Answering\n## Categories\n- Computer Vision and Pattern Recognition\n- Computation and Language\n## Abstract\nData augmentation has been shown to effectively improve the performance of multimodal machine learning models. This paper introduces a generative model for data augmentation by leveraging the correlations among multiple modalities. Different from conventional data augmentation approaches that apply low-level operations with deterministic heuristics, our method learns a generator that generates samples of the target modality conditioned on observed modalities in the variational auto-encoder framework. Additionally, the proposed model is able to quantify the confidence of augmented data by its generative probability, and can be jointly optimised with a downstream task. Experiments on Visual Question Answering as downstream task demonstrate the effectiveness of the proposed generative model, which is able to improve strong UpDn-based models to achieve state-of-the-art performance.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.04780v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.CL\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"16013\", \"79890\", \"99962\", \"111053\", \"119547\", \"120414\", \"122474\", \"129809\", \"136840\", \"150930\", \"164927\", \"167256\", \"167539\", \"167930\", \"170603\", \"175031\", \"179219\", \"184872\", \"193573\", \"198870\", \"218853\", \"225791\", \"248620\", \"250183\", \"255298\", \"259007\", \"265384\", \"269122\", \"272531\", \"284092\", \"291430\", \"296279\", \"302943\", \"303011\", \"303029\", \"303837\", \"321621\", \"322022\", \"334299\"]}","task_split":"paper_retrieval"} {"document_id":"50412","document_content":"# Federated Unbiased Learning to Rank\n## Categories\n- Information Retrieval\n- Machine Learning\n## Abstract\nUnbiased Learning to Rank (ULTR) studies the problem of learning a ranking function based on biased user interactions. In this framework, ULTR algorithms have to rely on a large amount of user data that are collected, stored, and aggregated by central servers. In this paper, we consider an on-device search setting, where users search against their personal corpora on their local devices, and the goal is to learn a ranking function from biased user interactions. Due to privacy constraints, users' queries, personal documents, results lists, and raw interaction data will not leave their devices, and ULTR has to be carried out via Federated Learning (FL). Directly applying existing ULTR algorithms on users' devices could suffer from insufficient training data due to the limited amount of local interactions. To address this problem, we propose the FedIPS algorithm, which learns from user interactions on-device under the coordination of a central server and uses click propensities to remove the position bias in user interactions. Our evaluation of FedIPS on the Yahoo and Istella datasets shows that FedIPS is robust over a range of position biases.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.04761v1\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.IR\", \"cs.LG\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Information Retrieval\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"80263\", \"123668\", \"128415\", \"139315\", \"153331\", \"154097\", \"207491\", \"207827\", \"233684\", \"246939\", \"252956\", \"286532\"]}","task_split":"paper_retrieval"} {"document_id":"50415","document_content":"# Zero-Shot Reinforcement Learning on Graphs for Autonomous Exploration Under Uncertainty\n## Categories\n- Robotics\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nThis paper studies the problem of autonomous exploration under localization uncertainty for a mobile robot with 3D range sensing. We present a framework for self-learning a high-performance exploration policy in a single simulation environment, and transferring it to other environments, which may be physical or virtual. Recent work in transfer learning achieves encouraging performance by domain adaptation and domain randomization to expose an agent to scenarios that fill the inherent gaps in sim2sim and sim2real approaches. However, it is inefficient to train an agent in environments with randomized conditions to learn the important features of its current state. An agent can use domain knowledge provided by human experts to learn efficiently. We propose a novel approach that uses graph neural networks in conjunction with deep reinforcement learning, enabling decision-making over graphs containing relevant exploration information provided by human experts to predict a robot's optimal sensing action in belief space. The policy, which is trained only in a single simulation environment, offers a real-time, scalable, and transferable decision-making strategy, resulting in zero-shot transfer to other simulation environments and even real-world environments.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.04758v1\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.AI\", \"cs.RO\", \"cs.LG\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Robotics\", \"Machine Learning\"], \"incoming_citations\": [\"4536\"], \"outgoing_citations\": [\"109880\", \"148737\", \"196898\", \"229324\", \"229333\", \"249137\", \"258472\", \"293451\"]}","task_split":"paper_retrieval"} {"document_id":"50445","document_content":"# Adaptive Policy Transfer in Reinforcement Learning\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nEfficient and robust policy transfer remains a key challenge for reinforcement learning to become viable for real-wold robotics. Policy transfer through warm initialization, imitation, or interacting over a large set of agents with randomized instances, have been commonly applied to solve a variety of Reinforcement Learning tasks. However, this seems far from how skill transfer happens in the biological world: Humans and animals are able to quickly adapt the learned behaviors between similar tasks and learn new skills when presented with new situations. Here we seek to answer the question: Will learning to combine adaptation and exploration lead to a more efficient transfer of policies between domains? We introduce a principled mechanism that can \"Adapt-to-Learn\", that is adapt the source policy to learn to solve a target task with significant transition differences and uncertainties. We show that the presented method learns to seamlessly combine learning from adaptation and exploration and leads to a robust policy transfer algorithm with significantly reduced sample complexity in transferring skills between related tasks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.04699v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"214302\", \"244554\", \"247903\", \"253045\", \"259045\", \"259762\", \"260284\", \"261780\", \"270925\", \"282841\", \"287362\", \"318666\"]}","task_split":"paper_retrieval"} {"document_id":"50482","document_content":"# Automatic Classification of Human Translation and Machine Translation: A Study from the Perspective of Lexical Diversity\n## Categories\n- Computation and Language\n## Abstract\nBy using a trigram model and fine-tuning a pretrained BERT model for sequence classification, we show that machine translation and human translation can be classified with an accuracy above chance level, which suggests that machine translation and human translation are different in a systematic way. The classification accuracy of machine translation is much higher than of human translation. We show that this may be explained by the difference in lexical diversity between machine translation and human translation. If machine translation has independent patterns from human translation, automatic metrics which measure the deviation of machine translation from human translation may conflate difference with quality. Our experiment with two different types of automatic metrics shows correlation with the result of the classification task. Therefore, we suggest the difference in lexical diversity between machine translation and human translation be given more attention in machine translation evaluation.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.04616v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"72477\", \"99810\", \"125563\", \"168405\", \"178113\", \"178575\", \"219720\", \"220720\", \"238926\", \"284962\"]}","task_split":"paper_retrieval"} {"document_id":"50487","document_content":"# Efficient Self-Supervised Data Collection for Offline Robot Learning\n## Categories\n- Robotics\n- Machine Learning\n- I.2.9; I.2.6; I.2.10\n- Artificial Intelligence\n## Abstract\nA practical approach to robot reinforcement learning is to first collect a large batch of real or simulated robot interaction data, using some data collection policy, and then learn from this data to perform various tasks, using offline learning algorithms. Previous work focused on manually designing the data collection policy, and on tasks where suitable policies can easily be designed, such as random picking policies for collecting data about object grasping. For more complex tasks, however, it may be difficult to find a data collection policy that explores the environment effectively, and produces data that is diverse enough for the downstream task. In this work, we propose that data collection policies should actively explore the environment to collect diverse data. In particular, we develop a simple-yet-effective goal-conditioned reinforcement-learning method that actively focuses data collection on novel observations, thereby collecting a diverse data-set. We evaluate our method on simulated robot manipulation tasks with visual inputs and show that the improved diversity of active data collection leads to significant improvements in the downstream learning tasks.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.04607v1\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.LG\", \"cs.RO\", \"I.2.9; I.2.6; I.2.10\", \"cs.AI\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Machine Learning\", \"Robotics\", \"I.2.9; I.2.6; I.2.10\", \"Artificial Intelligence\"], \"incoming_citations\": [\"343094\", \"10027\"], \"outgoing_citations\": [\"98568\", \"127099\", \"180118\", \"186850\", \"193562\", \"200920\", \"206875\", \"212299\", \"221473\", \"226635\", \"259143\", \"261983\", \"266419\", \"272422\", \"283391\", \"289719\", \"291025\", \"315055\"]}","task_split":"paper_retrieval"} {"document_id":"50519","document_content":"# A Deep Reinforcement Learning Approach to Audio-Based Navigation in a Multi-Speaker Environment\n## Categories\n- Sound\n- Machine Learning\n- Audio and Speech Processing\n## Abstract\nIn this work we use deep reinforcement learning to create an autonomous agent that can navigate in a two-dimensional space using only raw auditory sensory information from the environment, a problem that has received very little attention in the reinforcement learning literature. Our experiments show that the agent can successfully identify a particular target speaker among a set of $N$ predefined speakers in a room and move itself towards that speaker, while avoiding collision with other speakers or going outside the room boundaries. The agent is shown to be robust to speaker pitch shifting and it can learn to navigate the environment, even when a limited number of training utterances are available for each speaker.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1109\/ICASSP39728.2021.9415013\", \"primary_category\": \"cs.SD\", \"categories\": [\"cs.LG\", \"eess.AS\", \"cs.SD\"], \"primary_category_human_readable\": \"Sound\", \"categories_human_readable\": [\"Machine Learning\", \"Audio and Speech Processing\", \"Sound\"], \"incoming_citations\": [\"77439\", \"13952\"], \"outgoing_citations\": [\"156378\", \"186927\", \"218770\", \"222993\", \"247650\", \"248736\", \"293071\"]}","task_split":"paper_retrieval"} {"document_id":"50591","document_content":"# Primitive Representation Learning for Scene Text Recognition\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nScene text recognition is a challenging task due to diverse variations of text instances in natural scene images. Conventional methods based on CNN-RNN-CTC or encoder-decoder with attention mechanism may not fully investigate stable and efficient feature representations for multi-oriented scene texts. In this paper, we propose a primitive representation learning method that aims to exploit intrinsic representations of scene text images. We model elements in feature maps as the nodes of an undirected graph. A pooling aggregator and a weighted aggregator are proposed to learn primitive representations, which are transformed into high-level visual text representations by graph convolutional networks. A Primitive REpresentation learning Network (PREN) is constructed to use the visual text representations for parallel decoding. Furthermore, by integrating visual text representations into an encoder-decoder model with the 2D attention mechanism, we propose a framework called PREN2D to alleviate the misalignment problem in attention-based methods. Experimental results on both English and Chinese scene text recognition tasks demonstrate that PREN keeps a balance between accuracy and efficiency, while PREN2D achieves state-of-the-art performance.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.04286v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"1039\", \"5857\", \"6379\", \"8109\", \"21983\", \"48901\"], \"outgoing_citations\": [\"111991\", \"123550\", \"134664\", \"135021\", \"136843\", \"144173\", \"150060\", \"172884\", \"180931\", \"192483\", \"205988\", \"207071\", \"207876\", \"211851\", \"217463\", \"232706\", \"250738\", \"256711\", \"257286\", \"272208\", \"294023\", \"294606\", \"296685\", \"296828\", \"309239\", \"311196\", \"328595\", \"350985\"]}","task_split":"paper_retrieval"} {"document_id":"50635","document_content":"# The Modulo Radon Transform: Theory, Algorithms and Applications\n## Categories\n- Information Theory\n- Computer Vision and Pattern Recognition\n- Signal Processing\n## Abstract\nRecently, experiments have been reported where researchers were able to perform high dynamic range (HDR) tomography in a heuristic fashion, by fusing multiple tomographic projections. This approach to HDR tomography has been inspired by HDR photography and inherits the same disadvantages. Taking a computational imaging approach to the HDR tomography problem, we here suggest a new model based on the Modulo Radon Transform (MRT), which we rigorously introduce and analyze. By harnessing a joint design between hardware and algorithms, we present a single-shot HDR tomography approach, which to our knowledge, is the only approach that is backed by mathematical guarantees. On the hardware front, instead of recording the Radon Transform projections that my potentially saturate, we propose to measure modulo values of the same. This ensures that the HDR measurements are folded into a lower dynamic range. On the algorithmic front, our recovery algorithms reconstruct the HDR images from folded measurements. Beyond mathematical aspects such as injectivity and inversion of the MRT for different scenarios including band-limited and approximately compactly supported images, we also provide a first proof-of-concept demonstration. To do so, we implement MRT by experimentally folding tomographic measurements available as an open source data set using our custom designed modulo hardware. Our reconstruction clearly shows the advantages of our approach for experimental data. In this way, our MRT based solution paves a path for HDR acquisition in a number of related imaging problems.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.04194v1\", \"primary_category\": \"cs.IT\", \"categories\": [\"cs.CV\", \"eess.SP\", \"cs.IT\", \"math.IT\"], \"primary_category_human_readable\": \"Information Theory\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Signal Processing\", \"Information Theory\", \"Information Theory\"], \"incoming_citations\": [\"7459\"], \"outgoing_citations\": [\"49982\", \"131231\", \"267762\"]}","task_split":"paper_retrieval"} {"document_id":"50710","document_content":"# Societal Biases in Language Generation: Progress and Challenges\n## Categories\n- Computation and Language\n## Abstract\nTechnology for language generation has advanced rapidly, spurred by advancements in pre-training large models on massive amounts of data and the need for intelligent agents to communicate in a natural manner. While techniques can effectively generate fluent text, they can also produce undesirable societal biases that can have a disproportionately negative impact on marginalized populations. Language generation presents unique challenges for biases in terms of direct user interaction and the structure of decoding techniques. To better understand these challenges, we present a survey on societal biases in language generation, focusing on how data and techniques contribute to biases and progress towards reducing biases. Motivated by a lack of studies on biases from decoding techniques, we also conduct experiments to quantify the effects of these techniques. By further discussing general trends and open challenges, we call to attention promising directions for research and the importance of fairness and inclusivity considerations for language generation applications.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.04054v3\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"30933\", \"4386\", \"15949\", \"23257\", \"24623\", \"27304\", \"39053\", \"55201\"], \"outgoing_citations\": [\"55201\", \"55676\", \"55748\", \"55858\", \"56479\", \"66399\", \"69658\", \"71553\", \"72991\", \"73649\", \"75424\", \"78584\", \"78936\", \"80579\", \"81551\", \"84437\", \"87330\", \"88912\", \"91163\", \"91650\", \"94688\", \"94778\", \"95079\", \"98259\", \"100711\", \"107451\", \"109344\", \"111864\", \"122414\", \"127565\", \"127696\", \"128233\", \"132058\", \"132673\", \"145834\", \"152729\", \"154952\", \"157164\", \"157171\", \"157189\", \"157497\", \"158493\", \"161329\", \"167379\", \"168864\", \"170345\", \"171039\", \"179679\", \"181359\", \"182936\", \"183617\", \"184078\", \"189504\", \"192069\", \"195909\", \"199361\", \"203371\", \"218898\", \"219818\", \"220680\", \"222795\", \"227286\", \"232274\", \"232388\", \"237923\", \"240856\", \"249416\"]}","task_split":"paper_retrieval"} {"document_id":"50720","document_content":"# Graph Attention Networks with Positional Embeddings\n## Categories\n- Machine Learning\n## Abstract\nGraph Neural Networks (GNNs) are deep learning methods which provide the current state of the art performance in node classification tasks. GNNs often assume homophily -- neighboring nodes having similar features and labels--, and therefore may not be at their full potential when dealing with non-homophilic graphs. In this work, we focus on addressing this limitation and enable Graph Attention Networks (GAT), a commonly used variant of GNNs, to explore the structural information within each graph locality. Inspired by the positional encoding in the Transformers, we propose a framework, termed Graph Attentional Networks with Positional Embeddings (GAT-POS), to enhance GATs with positional embeddings which capture structural and positional information of the nodes in the graph. In this framework, the positional embeddings are learned by a model predictive of the graph context, plugged into an enhanced GAT architecture, which is able to leverage both the positional and content information of each node. The model is trained jointly to optimize for the task of node classification as well as the task of predicting graph context. Experimental results show that GAT-POS reaches remarkable improvement compared to strong GNN baselines and recent structural embedding enhanced GNNs on non-homophilic graphs.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.04037v3\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [\"29221\"], \"outgoing_citations\": [\"128399\", \"142571\", \"157310\", \"164464\", \"169230\", \"181255\", \"201818\", \"203857\", \"215835\", \"239884\", \"279575\", \"295676\", \"303167\"]}","task_split":"paper_retrieval"} {"document_id":"50827","document_content":"# Knowledge-based Review Generation by Coherence Enhanced Text Planning\n## Categories\n- Computation and Language\n## Abstract\nAs a natural language generation task, it is challenging to generate informative and coherent review text. In order to enhance the informativeness of the generated text, existing solutions typically learn to copy entities or triples from knowledge graphs (KGs). However, they lack overall consideration to select and arrange the incorporated knowledge, which tends to cause text incoherence. To address the above issue, we focus on improving entity-centric coherence of the generated reviews by leveraging the semantic structure of KGs. In this paper, we propose a novel Coherence Enhanced Text Planning model (CETP) based on knowledge graphs (KGs) to improve both global and local coherence for review generation. The proposed model learns a two-level text plan for generating a document: (1) the document plan is modeled as a sequence of sentence plans in order, and (2) the sentence plan is modeled as an entity-based subgraph from KG. Local coherence can be naturally enforced by KG subgraphs through intra-sentence correlations between entities. For global coherence, we design a hierarchical self-attentive architecture with both subgraph- and node-level attention to enhance the correlations between subgraphs. To our knowledge, we are the first to utilize a KG-based text planning model to enhance text coherence for review generation. Extensive experiments on three datasets confirm the effectiveness of our model on improving the content coherence of generated texts.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.03815v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"48100\"], \"outgoing_citations\": [\"96877\", \"169086\", \"171217\", \"181430\", \"191907\", \"193866\", \"228030\", \"255035\", \"257191\", \"260247\", \"284481\", \"298945\", \"320035\"]}","task_split":"paper_retrieval"} {"document_id":"50869","document_content":"# Continuous representations of intents for dialogue systems\n## Categories\n- Computation and Language\n- Sound\n- Audio and Speech Processing\n## Abstract\nIntent modelling has become an important part of modern dialogue systems. With the rapid expansion of practical dialogue systems and virtual assistants, such as Amazon Alexa, Apple Siri, and Google Assistant, the interest has only increased. However, up until recently the focus has been on detecting a fixed, discrete, number of seen intents. Recent years have seen some work done on unseen intent detection in the context of zero-shot learning. This paper continues the prior work by proposing a novel model where intents are continuous points placed in a specialist Intent Space that yields several advantages. First, the continuous representation enables to investigate relationships between the seen intents. Second, it allows any unseen intent to be reliably represented given limited quantities of data. Finally, this paper will show how the proposed model can be augmented with unseen intents without retraining any of the seen ones. Experiments show that the model can reliably add unseen intents with a high accuracy while retaining a high performance on the seen intents.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.03716v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.SD\", \"eess.AS\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Sound\", \"Audio and Speech Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"138059\", \"183006\", \"205014\", \"219441\", \"230543\", \"297304\", \"350237\"]}","task_split":"paper_retrieval"} {"document_id":"50903","document_content":"# Informative and Representative Triplet Selection for Multilabel Remote Sensing Image Retrieval\n## Categories\n- Computer Vision and Pattern Recognition\n- Image and Video Processing\n## Abstract\nLearning the similarity between remote sensing (RS) images forms the foundation for content-based RS image retrieval (CBIR). Recently, deep metric learning approaches that map the semantic similarity of images into an embedding (metric) space have been found very popular in RS. A common approach for learning the metric space relies on the selection of triplets of similar (positive) and dissimilar (negative) images to a reference image called as an anchor. Choosing triplets is a difficult task particularly for multi-label RS CBIR, where each training image is annotated by multiple class labels. To address this problem, in this paper we propose a novel triplet sampling method in the framework of deep neural networks (DNNs) defined for multi-label RS CBIR problems. The proposed method selects a small set of the most representative and informative triplets based on two main steps. In the first step, a set of anchors that are diverse to each other in the embedding space is selected from the current mini-batch using an iterative algorithm. In the second step, different sets of positive and negative images are chosen for each anchor by evaluating the relevancy, hardness and diversity of the images among each other based on a novel strategy. Experimental results obtained on two multi-label benchmark archives show that the selection of the most informative and representative triplets in the context of DNNs results in: i) reducing the computational complexity of the training phase of the DNNs without any significant loss on the performance; and ii) an increase in learning speed since informative triplets allow fast convergence. The code of the proposed method is publicly available at https:\/\/git.tu-berlin.de\/rsim\/image-retrieval-from-triplets.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1109\/TGRS.2021.3124326\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"eess.IV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Image and Video Processing\"], \"incoming_citations\": [\"8790\"], \"outgoing_citations\": [\"88868\", \"133251\", \"189565\", \"191508\", \"192719\", \"194115\", \"195998\", \"198717\", \"214075\", \"221454\", \"239660\", \"263034\", \"280217\", \"302895\", \"314568\", \"320009\"]}","task_split":"paper_retrieval"} {"document_id":"50907","document_content":"# Diversifying Neural Text Generation with Part-of-Speech Guided Softmax and Sampling\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nNeural text generation models are likely to suffer from the low-diversity problem. Various decoding strategies and training-based methods have been proposed to promote diversity only by exploiting contextual features, but rarely do they consider incorporating syntactic structure clues. In this work, we propose using linguistic annotation, i.e., part-of-speech (POS), to guide the text generation. In detail, we introduce POS Guided Softmax to explicitly model two posterior probabilities: (i) next-POS, and (ii) next-token from the vocabulary of the target POS. A POS Guided Sampling strategy is further proposed to address the low-diversity problem by enriching the diversity of POS. Extensive experiments and human evaluations show that, compared with existing state-of-the-art methods, our POS Guided Softmax and Sampling (POSG) can generate more diverse text while maintaining comparable quality.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.03641v3\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"72906\", \"78009\", \"78207\", \"99616\", \"124496\", \"126962\", \"132683\", \"172088\", \"172394\", \"189504\", \"189542\", \"191641\", \"196340\", \"197727\", \"211205\", \"211804\", \"221926\", \"228201\", \"229734\", \"232274\", \"243154\", \"250360\", \"250815\", \"283971\", \"290777\", \"357185\"]}","task_split":"paper_retrieval"} {"document_id":"50956","document_content":"# Test-Time Adaptation Toward Personalized Speech Enhancement: Zero-Shot Learning with Knowledge Distillation\n## Categories\n- Audio and Speech Processing\n- Machine Learning\n- Sound\n## Abstract\nIn realistic speech enhancement settings for end-user devices, we often encounter only a few speakers and noise types that tend to reoccur in the specific acoustic environment. We propose a novel personalized speech enhancement method to adapt a compact denoising model to the test-time specificity. Our goal in this test-time adaptation is to utilize no clean speech target of the test speaker, thus fulfilling the requirement for zero-shot learning. To complement the lack of clean utterance, we employ the knowledge distillation framework. Instead of the missing clean utterance target, we distill the more advanced denoising results from an overly large teacher model, and use it as the pseudo target to train the small student model. This zero-shot learning procedure circumvents the process of collecting users' clean speech, a process that users are reluctant to comply due to privacy concerns and technical difficulty of recording clean voice. Experiments on various test-time conditions show that the proposed personalization method achieves significant performance gains compared to larger baseline networks trained from a large speaker- and noise-agnostic datasets. In addition, since the compact personalized models can outperform larger general-purpose models, we claim that the proposed method performs model compression with no loss of denoising performance.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.03544v1\", \"primary_category\": \"eess.AS\", \"categories\": [\"cs.LG\", \"eess.AS\", \"cs.SD\"], \"primary_category_human_readable\": \"Audio and Speech Processing\", \"categories_human_readable\": [\"Machine Learning\", \"Audio and Speech Processing\", \"Sound\"], \"incoming_citations\": [\"8817\", \"10311\", \"15108\", \"58220\"], \"outgoing_citations\": [\"50958\", \"124634\", \"126181\", \"139859\", \"177448\", \"178013\", \"184968\", \"185555\", \"192685\", \"192746\", \"211222\", \"211543\", \"217178\", \"252897\", \"257762\", \"258300\", \"262216\", \"270422\", \"304370\", \"336240\", \"350237\"]}","task_split":"paper_retrieval"} {"document_id":"51034","document_content":"# Are Pre-trained Convolutions Better than Pre-trained Transformers?\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nIn the era of pre-trained language models, Transformers are the de facto choice of model architectures. While recent research has shown promise in entirely convolutional, or CNN, architectures, they have not been explored using the pre-train-fine-tune paradigm. In the context of language models, are convolutional models competitive to Transformers when pre-trained? This paper investigates this research question and presents several interesting findings. Across an extensive set of experiments on 8 datasets\/tasks, we find that CNN-based pre-trained models are competitive and outperform their Transformer counterpart in certain scenarios, albeit with caveats. Overall, the findings outlined in this paper suggest that conflating pre-training and architectural advances is misguided and that both advances should be considered independently. We believe our research paves the way for a healthy amount of optimism in alternative architectures.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.03322v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [\"100684\", \"7265\", \"15609\", \"21804\", \"43784\", \"46629\", \"71813\", \"2169\", \"12685\", \"19960\", \"20091\", \"28652\", \"38189\", \"39925\", \"58486\", \"189867\"], \"outgoing_citations\": [\"88347\", \"95004\", \"100684\", \"127489\", \"136153\", \"136564\", \"169911\", \"172001\", \"187452\", \"195564\", \"201080\", \"211368\", \"212322\", \"235913\", \"259706\", \"264149\", \"266955\", \"281508\", \"281768\"]}","task_split":"paper_retrieval"} {"document_id":"51175","document_content":"# Learning Controllable Content Generators\n## Categories\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nIt has recently been shown that reinforcement learning can be used to train generators capable of producing high-quality game levels, with quality defined in terms of some user-specified heuristic. To ensure that these generators' output is sufficiently diverse (that is, not amounting to the reproduction of a single optimal level configuration), the generation process is constrained such that the initial seed results in some variance in the generator's output. However, this results in a loss of control over the generated content for the human user. We propose to train generators capable of producing controllably diverse output, by making them \"goal-aware.\" To this end, we add conditional inputs representing how close a generator is to some heuristic, and also modify the reward mechanism to incorporate that value. Testing on multiple domains, we show that the resulting level generators are capable of exploring the space of possible levels in a targeted, controllable manner, producing levels of comparable quality as their goal-unaware counterparts, that are diverse along designer-specified dimensions.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.02993v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\"], \"incoming_citations\": [\"24178\", \"4621\", \"18372\"], \"outgoing_citations\": [\"64439\", \"82943\", \"95477\", \"107442\", \"124122\", \"145053\", \"145664\", \"161468\", \"226544\", \"233501\", \"237119\", \"240572\", \"274886\", \"283001\"]}","task_split":"paper_retrieval"} {"document_id":"51214","document_content":"# Deep Polarization Imaging for 3D shape and SVBRDF Acquisition\n## Categories\n- Computer Vision and Pattern Recognition\n- Graphics\n- Machine Learning\n- I.4; I.3\n## Abstract\nWe present a novel method for efficient acquisition of shape and spatially varying reflectance of 3D objects using polarization cues. Unlike previous works that have exploited polarization to estimate material or object appearance under certain constraints (known shape or multiview acquisition), we lift such restrictions by coupling polarization imaging with deep learning to achieve high quality estimate of 3D object shape (surface normals and depth) and SVBRDF using single-view polarization imaging under frontal flash illumination. In addition to acquired polarization images, we provide our deep network with strong novel cues related to shape and reflectance, in the form of a normalized Stokes map and an estimate of diffuse color. We additionally describe modifications to network architecture and training loss which provide further qualitative improvements. We demonstrate our approach to achieve superior results compared to recent works employing deep learning in conjunction with flash illumination.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.02875v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.GR\", \"cs.LG\", \"I.4; I.3\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Graphics\", \"Machine Learning\", \"I.4; I.3\"], \"incoming_citations\": [\"1531\", \"23772\", \"47562\", \"67385\"], \"outgoing_citations\": [\"111407\", \"113806\", \"133689\", \"178720\", \"193877\", \"213300\", \"219267\", \"235442\", \"246024\"]}","task_split":"paper_retrieval"} {"document_id":"51266","document_content":"# Meta-Learning-Based Deep Reinforcement Learning for Multiobjective Optimization Problems\n## Categories\n- Artificial Intelligence\n## Abstract\nDeep reinforcement learning (DRL) has recently shown its success in tackling complex combinatorial optimization problems. When these problems are extended to multiobjective ones, it becomes difficult for the existing DRL approaches to flexibly and efficiently deal with multiple subproblems determined by weight decomposition of objectives. This paper proposes a concise meta-learning-based DRL approach. It first trains a meta-model by meta-learning. The meta-model is fine-tuned with a few update steps to derive submodels for the corresponding subproblems. The Pareto front is then built accordingly. Compared with other learning-based methods, our method can greatly shorten the training time of multiple submodels. Due to the rapid and excellent adaptability of the meta-model, more submodels can be derived so as to increase the quality and diversity of the found solutions. The computational experiments on multiobjective traveling salesman problems and multiobjective vehicle routing problem with time windows demonstrate the superiority of our method over most of learning-based and iteration-based approaches.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.02741v2\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"18639\", \"79509\", \"79517\", \"81909\", \"91898\", \"115883\", \"123490\", \"133255\", \"138001\", \"142482\", \"154998\", \"210039\", \"210938\", \"215015\", \"215989\", \"238077\", \"239655\", \"242457\", \"269617\", \"276858\", \"279191\", \"311464\"]}","task_split":"paper_retrieval"} {"document_id":"51313","document_content":"# Challenges and Obstacles Towards Deploying Deep Learning Models on Mobile Devices\n## Categories\n- Machine Learning\n- Hardware Architecture\n## Abstract\nFrom computer vision and speech recognition to forecasting trajectories in autonomous vehicles, deep learning approaches are at the forefront of so many domains. Deep learning models are developed using plethora of high-level, generic frameworks and libraries. Running those models on the mobile devices require hardware-aware optimizations and in most cases converting the models to other formats or using a third-party framework. In reality, most of the developed models need to undergo a process of conversion, adaptation, and, in some cases, full retraining to match the requirements and features of the framework that is deploying the model on the target platform. Variety of hardware platforms with heterogeneous computing elements, from wearable devices to high-performance GPU clusters are used to run deep learning models. In this paper, we present the existing challenges, obstacles, and practical solutions towards deploying deep learning models on mobile devices.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.02613v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AR\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Hardware Architecture\"], \"incoming_citations\": [], \"outgoing_citations\": [\"161637\", \"328077\"]}","task_split":"paper_retrieval"} {"document_id":"51399","document_content":"# Inverting Generative Adversarial Renderer for Face Reconstruction\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nGiven a monocular face image as input, 3D face geometry reconstruction aims to recover a corresponding 3D face mesh. Recently, both optimization-based and learning-based face reconstruction methods have taken advantage of the emerging differentiable renderer and shown promising results. However, the differentiable renderer, mainly based on graphics rules, simplifies the realistic mechanism of the illumination, reflection, \\etc, of the real world, thus cannot produce realistic images. This brings a lot of domain-shift noise to the optimization or training process. In this work, we introduce a novel Generative Adversarial Renderer (GAR) and propose to tailor its inverted version to the general fitting pipeline, to tackle the above problem. Specifically, the carefully designed neural renderer takes a face normal map and a latent code representing other factors as inputs and renders a realistic face image. Since the GAR learns to model the complicated real-world image, instead of relying on the simplified graphics rules, it is capable of producing realistic images, which essentially inhibits the domain-shift noise in training and optimization. Equipped with the elaborated GAR, we further proposed a novel approach to predict 3D face parameters, in which we first obtain fine initial parameters via Renderer Inverting and then refine it with gradient-based optimizers. Extensive experiments have been conducted to demonstrate the effectiveness of the proposed generative adversarial renderer and the novel optimization-based face reconstruction framework. Our method achieves state-of-the-art performances on multiple face reconstruction datasets.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.02431v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"12184\", \"431\"], \"outgoing_citations\": [\"88918\", \"129244\", \"134076\", \"155623\", \"159596\", \"159914\", \"168545\", \"171294\", \"174537\", \"191310\", \"192020\", \"192689\", \"194402\", \"197493\", \"198793\", \"202710\", \"223428\", \"227856\", \"230415\", \"236050\", \"238562\", \"248005\", \"248572\", \"249836\", \"270134\", \"275879\", \"277948\", \"302701\"]}","task_split":"paper_retrieval"} {"document_id":"51739","document_content":"# Data Augmentation by Concatenation for Low-Resource Translation: A Mystery and a Solution\n## Categories\n- Computation and Language\n## Abstract\nIn this paper, we investigate the driving factors behind concatenation, a simple but effective data augmentation method for low-resource neural machine translation. Our experiments suggest that discourse context is unlikely the cause for the improvement of about +1 BLEU across four language pairs. Instead, we demonstrate that the improvement comes from three other factors unrelated to discourse: context diversity, length diversity, and (to a lesser extent) position shifting.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.01691v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"2490\"], \"outgoing_citations\": [\"55353\", \"127163\", \"141444\", \"161914\", \"163992\", \"176177\", \"184635\", \"215003\", \"220611\", \"220720\", \"220934\", \"235275\", \"251240\", \"258163\", \"263453\", \"267601\", \"268684\"]}","task_split":"paper_retrieval"} {"document_id":"52036","document_content":"# Looking for COVID-19 misinformation in multilingual social media texts\n## Categories\n- Computation and Language\n- Databases\n## Abstract\nThis paper presents the Multilingual COVID-19 Analysis Method (CMTA) for detecting and observing the spread of misinformation about this disease within texts. CMTA proposes a data science (DS) pipeline that applies machine learning models for processing, classifying (Dense-CNN) and analyzing (MBERT) multilingual (micro)-texts. DS pipeline data preparation tasks extract features from multilingual textual data and categorize it into specific information classes (i.e., 'false', 'partly false', 'misleading'). The CMTA pipeline has been experimented with multilingual micro-texts (tweets), showing misinformation spread across different languages. To assess the performance of CMTA and put it in perspective, we performed a comparative analysis of CMTA with eight monolingual models used for detecting misinformation. The comparison shows that CMTA has surpassed various monolingual models and suggests that it can be used as a general method for detecting misinformation in multilingual micro-texts. CMTA experimental results show misinformation trends about COVID-19 in different languages during the first pandemic months.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.03313v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.DB\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Databases\"], \"incoming_citations\": [], \"outgoing_citations\": [\"117359\", \"120433\", \"127820\", \"134040\", \"134842\", \"135080\", \"135357\", \"136527\", \"137435\"]}","task_split":"paper_retrieval"} {"document_id":"52057","document_content":"# Generative Adversarial Reward Learning for Generalized Behavior Tendency Inference\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Information Retrieval\n## Abstract\nRecent advances in reinforcement learning have inspired increasing interest in learning user modeling adaptively through dynamic interactions, e.g., in reinforcement learning based recommender systems. Reward function is crucial for most of reinforcement learning applications as it can provide the guideline about the optimization. However, current reinforcement-learning-based methods rely on manually-defined reward functions, which cannot adapt to dynamic and noisy environments. Besides, they generally use task-specific reward functions that sacrifice generalization ability. We propose a generative inverse reinforcement learning for user behavioral preference modelling, to address the above issues. Instead of using predefined reward functions, our model can automatically learn the rewards from user's actions based on discriminative actor-critic network and Wasserstein GAN. Our model provides a general way of characterizing and explaining underlying behavioral tendencies, and our experiments show our method outperforms state-of-the-art methods in a variety of scenarios, namely traffic signal control, online recommender systems, and scanpath prediction.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.00822v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.IR\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Information Retrieval\"], \"incoming_citations\": [], \"outgoing_citations\": [\"89090\", \"122334\", \"130658\", \"139280\", \"157162\", \"176360\", \"185162\", \"204674\", \"210118\", \"213887\", \"218636\", \"230605\", \"242141\", \"242483\", \"249069\", \"251924\", \"252398\", \"260407\", \"281257\", \"290679\", \"302909\", \"303049\", \"311595\", \"313499\", \"338202\"]}","task_split":"paper_retrieval"} {"document_id":"52113","document_content":"# Graph Learning: A Survey\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Social and Information Networks\n- 68T07\n- I.2.6\n## Abstract\nGraphs are widely used as a popular representation of the network structure of connected data. Graph data can be found in a broad spectrum of application domains such as social systems, ecosystems, biological networks, knowledge graphs, and information systems. With the continuous penetration of artificial intelligence technologies, graph learning (i.e., machine learning on graphs) is gaining attention from both researchers and practitioners. Graph learning proves effective for many tasks, such as classification, link prediction, and matching. Generally, graph learning methods extract relevant features of graphs by taking advantage of machine learning algorithms. In this survey, we present a comprehensive overview on the state-of-the-art of graph learning. Special attention is paid to four categories of existing graph learning methods, including graph signal processing, matrix factorization, random walk, and deep learning. Major models and algorithms under these categories are reviewed respectively. We examine graph learning applications in areas such as text, images, science, knowledge graphs, and combinatorial optimization. In addition, we discuss several promising research directions in this field.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1109\/TAI.2021.3076021\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.SI\", \"68T07\", \"I.2.6\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Social and Information Networks\", \"68T07\", \"I.2.6\"], \"incoming_citations\": [\"2132\", \"6154\", \"16311\", \"44925\", \"15436\"], \"outgoing_citations\": [\"2132\", \"6661\", \"7683\", \"10337\", \"13814\", \"14302\", \"16311\", \"16928\", \"24963\", \"40582\", \"42715\", \"43042\", \"43059\", \"43369\", \"43609\", \"44516\", \"44925\", \"48505\", \"49353\", \"50036\", \"62817\", \"66588\", \"67813\", \"69784\", \"71193\", \"72028\", \"73530\", \"87085\", \"89373\", \"89956\", \"90518\", \"90641\", \"90935\", \"91654\", \"91881\", \"92075\", \"94952\", \"99280\", \"100975\", \"103085\", \"113226\", \"114415\", \"115700\", \"116748\", \"117093\", \"117926\", \"118201\", \"118237\", \"118349\", \"118653\", \"119293\", \"119843\", \"120001\", \"120508\", \"123835\", \"129410\", \"142936\", \"143456\", \"147107\", \"153306\", \"155900\", \"156910\", \"159315\", \"164674\", \"164939\", \"168172\", \"174492\", \"176611\", \"183231\", \"185584\", \"188492\", \"193345\", \"196521\", \"197103\", \"197726\", \"198305\", \"198382\", \"200357\", \"204706\", \"208440\", \"214311\", \"215435\", \"216376\", \"228120\", \"228992\", \"240268\", \"241029\", \"242399\", \"243791\", \"244510\", \"256259\", \"258578\", \"318072\"]}","task_split":"paper_retrieval"} {"document_id":"52184","document_content":"# Personalized Federated Learning by Structured and Unstructured Pruning under Data Heterogeneity\n## Categories\n- Machine Learning\n- Distributed, Parallel, and Cluster Computing\n## Abstract\nThe traditional approach in FL tries to learn a single global model collaboratively with the help of many clients under the orchestration of a central server. However, learning a single global model might not work well for all clients participating in the FL under data heterogeneity. Therefore, the personalization of the global model becomes crucial in handling the challenges that arise with statistical heterogeneity and the non-IID distribution of data. Unlike prior works, in this work we propose a new approach for obtaining a personalized model from a client-level objective. This further motivates all clients to participate in federation even under statistical heterogeneity in order to improve their performance, instead of merely being a source of data and model training for the central server. To realize this personalization, we leverage finding a small subnetwork for each client by applying hybrid pruning (combination of structured and unstructured pruning), and unstructured pruning. Through a range of experiments on different benchmarks, we observed that the clients with similar data (labels) share similar personal parameters. By finding a subnetwork for each client ...","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.00562v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.DC\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Distributed, Parallel, and Cluster Computing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"140332\", \"142802\", \"143220\", \"148382\", \"160301\", \"164627\", \"166833\", \"174590\", \"191555\", \"210868\", \"229563\", \"241135\", \"241304\", \"248216\", \"258001\", \"265073\", \"286728\", \"295571\"]}","task_split":"paper_retrieval"} {"document_id":"52428","document_content":"# Improving Response Quality with Backward Reasoning in Open-domain Dialogue Systems\n## Categories\n- Computation and Language\n## Abstract\nBeing able to generate informative and coherent dialogue responses is crucial when designing human-like open-domain dialogue systems. Encoder-decoder-based dialogue models tend to produce generic and dull responses during the decoding step because the most predictable response is likely to be a non-informative response instead of the most suitable one. To alleviate this problem, we propose to train the generation model in a bidirectional manner by adding a backward reasoning step to the vanilla encoder-decoder training. The proposed backward reasoning step pushes the model to produce more informative and coherent content because the forward generation step's output is used to infer the dialogue context in the backward direction. The advantage of our method is that the forward generation and backward reasoning steps are trained simultaneously through the use of a latent variable to facilitate bidirectional optimization. Our method can improve response quality without introducing side information (e.g., a pre-trained topic model). The proposed bidirectional response generation method achieves state-of-the-art performance for response quality.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1145\/3404835.3463004\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"73917\", \"113020\"], \"outgoing_citations\": [\"126112\", \"132626\", \"158493\", \"161228\", \"168228\", \"201867\", \"204637\", \"206655\", \"218973\", \"219198\", \"244479\", \"253593\", \"267641\", \"275597\", \"278671\", \"289943\", \"290766\", \"291102\", \"292261\", \"305200\", \"309411\", \"310740\"]}","task_split":"paper_retrieval"} {"document_id":"52533","document_content":"# Evaluating Contrastive Models for Instance-based Image Retrieval\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nIn this work, we evaluate contrastive models for the task of image retrieval. We hypothesise that models that are learned to encode semantic similarity among instances via discriminative learning should perform well on the task of image retrieval, where relevancy is defined in terms of instances of the same object. Through our extensive evaluation, we find that representations from models trained using contrastive methods perform on-par with (and outperforms) a pre-trained supervised baseline trained on the ImageNet labels in retrieval tasks under various configurations. This is remarkable given that the contrastive models require no explicit supervision. Thus, we conclude that these models can be used to bootstrap base models to build more robust image retrieval engines.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1145\/3460426.3463585\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"95191\", \"180184\", \"182813\", \"208493\", \"237248\", \"280378\", \"281953\", \"294470\", \"294983\", \"295204\", \"303067\", \"304501\", \"314584\", \"319896\", \"332151\", \"332726\", \"339440\"]}","task_split":"paper_retrieval"} {"document_id":"52583","document_content":"# The Factual Inconsistency Problem in Abstractive Text Summarization: A Survey\n## Categories\n- Computation and Language\n## Abstract\nRecently, various neural encoder-decoder models pioneered by Seq2Seq framework have been proposed to achieve the goal of generating more abstractive summaries by learning to map input text to output text. At a high level, such neural models can freely generate summaries without any constraint on the words or phrases used. Moreover, their format is closer to human-edited summaries and output is more readable and fluent. However, the neural model's abstraction ability is a double-edged sword. A commonly observed problem with the generated summaries is the distortion or fabrication of factual information in the article. This inconsistency between the original text and the summary has caused various concerns over its applicability, and the previous evaluation methods of text summarization are not suitable for this issue. In response to the above problems, the current research direction is predominantly divided into two categories, one is to design fact-aware evaluation metrics to select outputs without factual inconsistency errors, and the other is to develop new summarization systems towards factual consistency. In this survey, we focus on presenting a comprehensive review of these fact-specific evaluation methods and text summarization models.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.14839v3\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"22450\", \"36972\", \"5749\"], \"outgoing_citations\": [\"61496\", \"84343\", \"88960\", \"91642\", \"91716\", \"93583\", \"96411\", \"98155\", \"99789\", \"115701\", \"126346\", \"127281\", \"127411\", \"132176\", \"157706\", \"159316\", \"183400\", \"220230\", \"232274\", \"250690\", \"285557\", \"288699\", \"298016\", \"311423\"]}","task_split":"paper_retrieval"} {"document_id":"52640","document_content":"# Center Prediction Loss for Re-identification\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nThe training loss function that enforces certain training sample distribution patterns plays a critical role in building a re-identification (ReID) system. Besides the basic requirement of discrimination, i.e., the features corresponding to different identities should not be mixed, additional intra-class distribution constraints, such as features from the same identities should be close to their centers, have been adopted to construct losses. Despite the advances of various new loss functions, it is still challenging to strike the balance between the need of reducing the intra-class variation and allowing certain distribution freedom. In this paper, we propose a new loss based on center predictivity, that is, a sample must be positioned in a location of the feature space such that from it we can roughly predict the location of the center of same-class samples. The prediction error is then regarded as a loss called Center Prediction Loss (CPL). We show that, without introducing additional hyper-parameters, this new loss leads to a more flexible intra-class distribution constraint while ensuring the between-class samples are well-separated. Extensive experiments on various real-world ReID datasets show that the proposed loss can achieve superior performance and can also be complementary to existing losses.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.14746v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"84663\", \"109511\", \"131360\", \"131621\", \"136181\", \"140200\", \"141416\", \"147460\", \"175401\", \"179929\", \"187188\", \"187495\", \"187978\", \"190672\", \"192078\", \"195998\", \"205154\", \"210315\", \"212539\", \"216614\", \"232732\", \"235590\", \"236021\", \"237105\", \"237616\", \"240456\", \"241223\", \"244938\", \"249549\", \"260426\", \"266003\", \"270817\", \"275350\", \"302895\"]}","task_split":"paper_retrieval"} {"document_id":"52662","document_content":"# Adapting Coreference Resolution for Processing Violent Death Narratives\n## Categories\n- Computation and Language\n## Abstract\nCoreference resolution is an important component in analyzing narrative text from administrative data (e.g., clinical or police sources). However, existing coreference models trained on general language corpora suffer from poor transferability due to domain gaps, especially when they are applied to gender-inclusive data with lesbian, gay, bisexual, and transgender (LGBT) individuals. In this paper, we analyzed the challenges of coreference resolution in an exemplary form of administrative text written in English: violent death narratives from the USA's Centers for Disease Control's (CDC) National Violent Death Reporting System. We developed a set of data augmentation rules to improve model performance using a probabilistic data programming framework. Experiments on narratives from an administrative database, as well as existing gender-inclusive coreference datasets, demonstrate the effectiveness of data augmentation in training coreference models that can better handle text data about LGBT individuals.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.14703v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"158941\", \"191947\", \"214554\", \"234307\", \"235095\", \"235555\", \"238321\", \"249126\", \"260541\"]}","task_split":"paper_retrieval"} {"document_id":"52717","document_content":"# Unsupervised Layered Image Decomposition into Object Prototypes\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nWe present an unsupervised learning framework for decomposing images into layers of automatically discovered object models. Contrary to recent approaches that model image layers with autoencoder networks, we represent them as explicit transformations of a small set of prototypical images. Our model has three main components: (i) a set of object prototypes in the form of learnable images with a transparency channel, which we refer to as sprites; (ii) differentiable parametric functions predicting occlusions and transformation parameters necessary to instantiate the sprites in a given image; (iii) a layered image formation model with occlusion for compositing these instances into complete images including background. By jointly learning the sprites and occlusion\/transformation predictors to reconstruct images, our approach not only yields accurate layered image decompositions, but also identifies object categories and instance parameters. We first validate our approach by providing results on par with the state of the art on standard multi-object synthetic benchmarks (Tetrominoes, Multi-dSprites, CLEVR6). We then demonstrate the applicability of our model to real images in tasks that include clustering (SVHN, GTSRB), cosegmentation (Weizmann Horse) and object discovery from unfiltered social network images. To the best of our knowledge, our approach is the first layered image decomposition algorithm that learns an explicit and shared concept of object type, and is robust enough to be applied to real images.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.14575v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"18254\", \"8473\", \"20302\", \"35012\", \"42676\"], \"outgoing_citations\": [\"113961\", \"115856\", \"117437\", \"123027\", \"128671\", \"131672\", \"148094\", \"172130\", \"173765\", \"179957\", \"180477\", \"184209\", \"184269\", \"192024\", \"196894\", \"202216\", \"208424\", \"224270\", \"229184\", \"239965\", \"272345\", \"272827\", \"277538\", \"281358\", \"289880\", \"295736\", \"302920\", \"318558\", \"353381\"]}","task_split":"paper_retrieval"} {"document_id":"52848","document_content":"# A Study into patient similarity through representation learning from medical records\n## Categories\n- Information Retrieval\n- H.1; J.3\n- Machine Learning\n- 68P20\n## Abstract\nPatient similarity assessment, which identifies patients similar to a given patient, can help improve medical care. The assessment can be performed using Electronic Medical Records (EMRs). Patient similarity measurement requires converting heterogeneous EMRs into comparable formats to calculate their distance. While versatile document representation learning methods have been developed in recent years, it is still unclear how complex EMR data should be processed to create the most useful patient representations. This study presents a new data representation method for EMRs that takes the information in clinical narratives into account. To address the limitations of previous approaches in handling complex parts of EMR data, an unsupervised method is proposed for building a patient representation, which integrates unstructured data with structured data extracted from patients' EMRs. In order to model the extracted data, we employed a tree structure that captures the temporal relations of multiple medical events from EMR. We processed clinical notes to extract symptoms, signs, and diseases using different tools such as medspaCy, MetaMap, and scispaCy and mapped entities to the Unified Medical Language System (UMLS). After creating a tree data structure, we utilized two novel relabeling methods for the non-leaf nodes of the tree to capture two temporal aspects of the extracted events. By traversing the tree, we generated a sequence that could create an embedding vector for each patient. The comprehensive evaluation of the proposed method for patient similarity and mortality prediction tasks demonstrated that our proposed model leads to lower mean squared error (MSE), higher precision, and normalized discounted cumulative gain (NDCG) relative to baselines.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1007\/s10115-022-01740-2\", \"primary_category\": \"cs.IR\", \"categories\": [\"H.1; J.3\", \"cs.LG\", \"68P20\", \"cs.IR\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"H.1; J.3\", \"Machine Learning\", \"68P20\", \"Information Retrieval\"], \"incoming_citations\": [], \"outgoing_citations\": [\"42130\", \"96241\", \"172203\", \"182009\", \"186594\", \"198222\", \"214701\", \"225853\", \"226272\", \"233107\", \"287747\", \"298095\", \"298490\", \"308857\", \"329586\", \"345587\"]}","task_split":"paper_retrieval"} {"document_id":"52891","document_content":"# Actor-centered Representations for Action Localization in Streaming Videos\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nEvent perception tasks such as recognizing and localizing actions in streaming videos are essential for scaling to real-world application contexts. We tackle the problem of learning actor-centered representations through the notion of continual hierarchical predictive learning to localize actions in streaming videos without the need for training labels and outlines for the objects in the video. We propose a framework driven by the notion of hierarchical predictive learning to construct actor-centered features by attention-based contextualization. The key idea is that predictable features or objects do not attract attention and hence do not contribute to the action of interest. Experiments on three benchmark datasets show that the approach can learn robust representations for localizing actions using only one epoch of training, i.e., a single pass through the streaming video. We show that the proposed approach outperforms unsupervised and weakly supervised baselines while offering competitive performance to fully supervised approaches. Additionally, we extend the model to multi-actor settings to recognize group activities while localizing the multiple, plausible actors. We also show that it generalizes to out-of-domain data with limited performance degradation.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.14131v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"52930","document_content":"# Maneuver-Aware Pooling for Vehicle Trajectory Prediction\n## Categories\n- Computer Vision and Pattern Recognition\n- Robotics\n## Abstract\nAutonomous vehicles should be able to predict the future states of its environment and respond appropriately. Specifically, predicting the behavior of surrounding human drivers is vital for such platforms to share the same road with humans. Behavior of each of the surrounding vehicles is governed by the motion of its neighbor vehicles. This paper focuses on predicting the behavior of the surrounding vehicles of an autonomous vehicle on highways. We are motivated by improving the prediction accuracy when a surrounding vehicle performs lane change and highway merging maneuvers. We propose a novel pooling strategy to capture the inter-dependencies between the neighbor vehicles. Depending solely on Euclidean trajectory representation, the existing pooling strategies do not model the context information of the maneuvers intended by a surrounding vehicle. In contrast, our pooling mechanism employs polar trajectory representation, vehicles orientation and radial velocity. This results in an implicitly maneuver-aware pooling operation. We incorporated the proposed pooling mechanism into a generative encoder-decoder model, and evaluated our method on the public NGSIM dataset. The results of maneuver-based trajectory predictions demonstrate the effectiveness of the proposed method compared with the state-of-the-art approaches. Our \"Pooling Toolbox\" code is available at https:\/\/github.com\/m-hasan-n\/pooling.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.14079v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.RO\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Robotics\"], \"incoming_citations\": [], \"outgoing_citations\": [\"162130\", \"194147\", \"223299\", \"227342\", \"232095\", \"237350\", \"241801\", \"244314\", \"268197\", \"311643\", \"320874\", \"321682\", \"341730\"]}","task_split":"paper_retrieval"} {"document_id":"52949","document_content":"# Multi-Task Learning of Query Intent and Named Entities using Transfer Learning\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nNamed entity recognition (NER) has been studied extensively and the earlier algorithms were based on sequence labeling like Hidden Markov Models (HMM) and conditional random fields (CRF). These were followed by neural network based deep learning models. Recently, BERT has shown new state of the art accuracy in sequence labeling tasks like NER. In this short article, we study various approaches to task specific NER. Task specific NER has two components - identifying the intent of a piece of text (like search queries), and then labeling the query with task specific named entities. For example, we consider the task of labeling Target store locations in a search query (which could be entered in a search box or spoken in a device like Alexa or Google Home). Store locations are highly ambiguous and sometimes it is difficult to differentiate between say a location and a non-location. For example, \"pickup my order at orange store\" has \"orange\" as the store location, while \"buy orange at target\" has \"orange\" as a fruit. We explore this difficulty by doing multi-task learning which we call global to local transfer of information. We jointly learn the query intent (i.e. store lookup) and the named entities by using multiple loss functions in our BERT based model and find interesting results.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.03316v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"214692\", \"254576\", \"260314\", \"263636\"]}","task_split":"paper_retrieval"} {"document_id":"53022","document_content":"# A Smartphone based Application for Skin Cancer Classification Using Deep Learning with Clinical Images and Lesion Information\n## Categories\n- Image and Video Processing\n- Computer Vision and Pattern Recognition\n## Abstract\nOver the last decades, the incidence of skin cancer, melanoma and non-melanoma, has increased at a continuous rate. In particular for melanoma, the deadliest type of skin cancer, early detection is important to increase patient prognosis. Recently, deep neural networks (DNNs) have become viable to deal with skin cancer detection. In this work, we present a smartphone-based application to assist on skin cancer detection. This application is based on a Convolutional Neural Network(CNN) trained on clinical images and patients demographics, both collected from smartphones. Also, as skin cancer datasets are imbalanced, we present an approach, based on the mutation operator of Differential Evolution (DE) algorithm, to balance data. In this sense, beyond provides a flexible tool to assist doctors on skin cancer screening phase, the method obtains promising results with a balanced accuracy of 85% and a recall of 96%.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.14353v1\", \"primary_category\": \"eess.IV\", \"categories\": [\"cs.CV\", \"eess.IV\"], \"primary_category_human_readable\": \"Image and Video Processing\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Image and Video Processing\"], \"incoming_citations\": [], \"outgoing_citations\": [\"166581\", \"219115\", \"237466\", \"272645\", \"272909\", \"282613\", \"353154\"]}","task_split":"paper_retrieval"} {"document_id":"53028","document_content":"# Removing Word-Level Spurious Alignment between Images and Pseudo-Captions in Unsupervised Image Captioning\n## Categories\n- Computation and Language\n- Computer Vision and Pattern Recognition\n## Abstract\nUnsupervised image captioning is a challenging task that aims at generating captions without the supervision of image-sentence pairs, but only with images and sentences drawn from different sources and object labels detected from the images. In previous work, pseudo-captions, i.e., sentences that contain the detected object labels, were assigned to a given image. The focus of the previous work was on the alignment of input images and pseudo-captions at the sentence level. However, pseudo-captions contain many words that are irrelevant to a given image. In this work, we investigate the effect of removing mismatched words from image-sentence alignment to determine how they make this task difficult. We propose a simple gating mechanism that is trained to align image features with only the most reliable words in pseudo-captions: the detected object labels. The experimental results show that our proposed method outperforms the previous methods without introducing complex sentence-level learning objectives. Combined with the sentence-level alignment method of previous work, our method further improves its performance. These results confirm the importance of careful alignment in word-level details.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.13872v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.CV\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"5842\"], \"outgoing_citations\": [\"116404\", \"167642\", \"168553\", \"170299\", \"171726\", \"193738\", \"205227\", \"208555\", \"211768\", \"227880\", \"237655\", \"238125\", \"238941\", \"278604\", \"279167\", \"287504\", \"289627\", \"303209\", \"320761\", \"321682\"]}","task_split":"paper_retrieval"} {"document_id":"53125","document_content":"# On the Unreasonable Effectiveness of Centroids in Image Retrieval\n## Categories\n- Computer Vision and Pattern Recognition\n- I.4.9; I.4.10\n## Abstract\nImage retrieval task consists of finding similar images to a query image from a set of gallery (database) images. Such systems are used in various applications e.g. person re-identification (ReID) or visual product search. Despite active development of retrieval models it still remains a challenging task mainly due to large intra-class variance caused by changes in view angle, lighting, background clutter or occlusion, while inter-class variance may be relatively low. A large portion of current research focuses on creating more robust features and modifying objective functions, usually based on Triplet Loss. Some works experiment with using centroid\/proxy representation of a class to alleviate problems with computing speed and hard samples mining used with Triplet Loss. However, these approaches are used for training alone and discarded during the retrieval stage. In this paper we propose to use the mean centroid representation both during training and retrieval. Such an aggregated representation is more robust to outliers and assures more stable features. As each class is represented by a single embedding - the class centroid - both retrieval time and storage requirements are reduced significantly. Aggregating multiple embeddings results in a significant reduction of the search space due to lowering the number of candidate target vectors, which makes the method especially suitable for production deployments. Comprehensive experiments conducted on two ReID and Fashion Retrieval datasets demonstrate effectiveness of our method, which outperforms the current state-of-the-art. We propose centroid training and retrieval as a viable method for both Fashion Retrieval and ReID applications.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.13643v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"I.4.9; I.4.10\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"I.4.9; I.4.10\"], \"incoming_citations\": [\"1906\", \"125330\", \"18906\"], \"outgoing_citations\": [\"76974\", \"137767\", \"150821\", \"179929\", \"187978\", \"189920\", \"193735\", \"199956\", \"207941\", \"277635\", \"285255\"]}","task_split":"paper_retrieval"} {"document_id":"53142","document_content":"# End-to-End Intersection Handling using Multi-Agent Deep Reinforcement Learning\n## Categories\n- Robotics\n- Machine Learning\n- Artificial Intelligence\n## Abstract\nNavigating through intersections is one of the main challenging tasks for an autonomous vehicle. However, for the majority of intersections regulated by traffic lights, the problem could be solved by a simple rule-based method in which the autonomous vehicle behavior is closely related to the traffic light states. In this work, we focus on the implementation of a system able to navigate through intersections where only traffic signs are provided. We propose a multi-agent system using a continuous, model-free Deep Reinforcement Learning algorithm used to train a neural network for predicting both the acceleration and the steering angle at each time step. We demonstrate that agents learn both the basic rules needed to handle intersections by understanding the priorities of other learners inside the environment, and to drive safely along their paths. Moreover, a comparison between our system and a rule-based method proves that our model achieves better results especially with dense traffic conditions. Finally, we test our system on real world scenarios using real recorded traffic data, proving that our module is able to generalize both to unseen environments and to different traffic conditions.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.13617v2\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.RO\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Robotics\"], \"incoming_citations\": [\"25760\"], \"outgoing_citations\": [\"85572\", \"125326\", \"148658\", \"155761\", \"196584\", \"204750\", \"206571\", \"207983\", \"226166\", \"238960\", \"248327\", \"253953\", \"255272\", \"267428\", \"278081\", \"283410\", \"283732\", \"293864\", \"301005\"]}","task_split":"paper_retrieval"} {"document_id":"53332","document_content":"# LUCES: A Dataset for Near-Field Point Light Source Photometric Stereo\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nThree-dimensional reconstruction of objects from shading information is a challenging task in computer vision. As most of the approaches facing the Photometric Stereo problem use simplified far-field assumptions, real-world scenarios have essentially more complex physical effects that need to be handled for accurately reconstructing the 3D shape. An increasing number of methods have been proposed to address the problem when point light sources are assumed to be nearby the target object. The proximity of the light sources complicates the modeling of the image formation as the light behaviour requires non-linear parameterisation to describe its propagation and attenuation. To understand the capability of the approaches dealing with this near-field scenario, the literature till now has used synthetically rendered photometric images or minimal and very customised real-world data. In order to fill the gap in evaluating near-field photometric stereo methods, we introduce LUCES the first real-world 'dataset for near-fieLd point light soUrCe photomEtric Stereo' of 14 objects of a varying of materials. A device counting 52 LEDs has been designed to lit each object positioned 10 to 30 centimeters away from the camera. Together with the raw images, in order to evaluate the 3D reconstructions, the dataset includes both normal and depth maps for comparing different features of the retrieved 3D geometry. Furthermore, we evaluate the performance of the latest near-field Photometric Stereo algorithms on the proposed dataset to assess the SOTA method with respect to actual close range effects and object materials.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.13135v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"101039\", \"106554\", \"111509\", \"211407\", \"219800\", \"223643\", \"255625\", \"262122\", \"339203\"]}","task_split":"paper_retrieval"} {"document_id":"53577","document_content":"# GPT2MVS: Generative Pre-trained Transformer-2 for Multi-modal Video Summarization\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n- Computation and Language\n- Multimedia\n## Abstract\nTraditional video summarization methods generate fixed video representations regardless of user interest. Therefore such methods limit users' expectations in content search and exploration scenarios. Multi-modal video summarization is one of the methods utilized to address this problem. When multi-modal video summarization is used to help video exploration, a text-based query is considered as one of the main drivers of video summary generation, as it is user-defined. Thus, encoding the text-based query and the video effectively are both important for the task of multi-modal video summarization. In this work, a new method is proposed that uses a specialized attention network and contextualized word representations to tackle this task. The proposed model consists of a contextualized video summary controller, multi-modal attention mechanisms, an interactive attention network, and a video summary generator. Based on the evaluation of the existing multi-modal video summarization benchmark, experimental results show that the proposed model is effective with the increase of +5.88% in accuracy and +4.06% increase of F1-score, compared with the state-of-the-art method.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.12465v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\", \"cs.CL\", \"cs.MM\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\", \"Computation and Language\", \"Multimedia\"], \"incoming_citations\": [\"16805\", \"48256\", \"53571\", \"153482\"], \"outgoing_citations\": [\"53571\", \"75310\", \"89845\", \"132411\", \"147596\", \"169179\", \"188669\", \"190086\", \"194308\", \"199343\", \"208886\", \"221163\", \"225315\", \"227740\", \"229881\", \"246292\", \"249441\", \"250228\", \"256019\", \"257295\", \"264136\", \"267568\", \"271120\", \"283780\", \"291817\", \"296780\", \"356018\"]}","task_split":"paper_retrieval"} {"document_id":"53603","document_content":"# Teaching NLP with Bracelets and Restaurant Menus: An Interactive Workshop for Italian Students\n## Categories\n- Computation and Language\n## Abstract\nAlthough Natural Language Processing (NLP) is at the core of many tools young people use in their everyday life, high school curricula (in Italy) do not include any computational linguistics education. This lack of exposure makes the use of such tools less responsible than it could be and makes choosing computational linguistics as a university degree unlikely. To raise awareness, curiosity, and longer-term interest in young people, we have developed an interactive workshop designed to illustrate the basic principles of NLP and computational linguistics to high school Italian students aged between 13 and 18 years. The workshop takes the form of a game in which participants play the role of machines needing to solve some of the most common problems a computer faces in understanding language: from voice recognition to Markov chains to syntactic parsing. Participants are guided through the workshop with the help of instructors, who present the activities and explain core concepts from computational linguistics. The workshop was presented at numerous outlets in Italy between 2019 and 2021, both face-to-face and online.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.12422v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"53609\"], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"53666","document_content":"# Reranking Machine Translation Hypotheses with Structured and Web-based Language Models\n## Categories\n- Computation and Language\n## Abstract\nIn this paper, we investigate the use of linguistically motivated and computationally efficient structured language models for reranking N-best hypotheses in a statistical machine translation system. These language models, developed from Constraint Dependency Grammar parses, tightly integrate knowledge of words, morphological and lexical features, and syntactic dependency constraints. Two structured language models are applied for N-best rescoring, one is an almost-parsing language model, and the other utilizes more syntactic features by explicitly modeling syntactic dependencies between words. We also investigate effective and efficient language modeling methods to use N-grams extracted from up to 1 teraword of web documents. We apply all these language models for N-best re-ranking on the NIST and DARPA GALE program 2006 and 2007 machine translation evaluation tasks and find that the combination of these language models increases the BLEU score up to 1.6% absolutely on blind test sets.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1109\/ASRU.2007.4430102\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"261049\"], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"53672","document_content":"# User Preference-aware Fake News Detection\n## Categories\n- Social and Information Networks\n- Computation and Language\n## Abstract\nDisinformation and fake news have posed detrimental effects on individuals and society in recent years, attracting broad attention to fake news detection. The majority of existing fake news detection algorithms focus on mining news content and\/or the surrounding exogenous context for discovering deceptive signals; while the endogenous preference of a user when he\/she decides to spread a piece of fake news or not is ignored. The confirmation bias theory has indicated that a user is more likely to spread a piece of fake news when it confirms his\/her existing beliefs\/preferences. Users' historical, social engagements such as posts provide rich information about users' preferences toward news and have great potential to advance fake news detection. However, the work on exploring user preference for fake news detection is somewhat limited. Therefore, in this paper, we study the novel problem of exploiting user preference for fake news detection. We propose a new framework, UPFD, which simultaneously captures various signals from user preferences by joint content and graph modeling. Experimental results on real-world datasets demonstrate the effectiveness of the proposed framework. We release our code and data as a benchmark for GNN-based fake news detection: https:\/\/github.com\/safe-graph\/GNN-FakeNews.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.12259v1\", \"primary_category\": \"cs.SI\", \"categories\": [\"cs.SI\", \"cs.CL\"], \"primary_category_human_readable\": \"Social and Information Networks\", \"categories_human_readable\": [\"Social and Information Networks\", \"Computation and Language\"], \"incoming_citations\": [\"11343\", \"12462\", \"42371\"], \"outgoing_citations\": [\"74426\", \"96445\", \"106017\", \"113687\", \"129247\", \"139587\", \"141447\", \"194215\", \"199511\", \"207715\", \"219169\", \"227067\", \"234054\", \"236257\", \"259202\", \"267552\", \"271021\", \"305094\"]}","task_split":"paper_retrieval"} {"document_id":"53750","document_content":"# Parallel Scale-wise Attention Network for Effective Scene Text Recognition\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n## Abstract\nThe paper proposes a new text recognition network for scene-text images. Many state-of-the-art methods employ the attention mechanism either in the text encoder or decoder for the text alignment. Although the encoder-based attention yields promising results, these schemes inherit noticeable limitations. They perform the feature extraction (FE) and visual attention (VA) sequentially, which bounds the attention mechanism to rely only on the FE final single-scale output. Moreover, the utilization of the attention process is limited by only applying it directly to the single scale feature-maps. To address these issues, we propose a new multi-scale and encoder-based attention network for text recognition that performs the multi-scale FE and VA in parallel. The multi-scale channels also undergo regular fusion with each other to develop the coordinated knowledge together. Quantitative evaluation and robustness analysis on the standard benchmarks demonstrate that the proposed network outperforms the state-of-the-art in most cases.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.12076v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\"], \"incoming_citations\": [\"3813\", \"861\", \"49205\"], \"outgoing_citations\": [\"90841\", \"96775\", \"134664\", \"139664\", \"148316\", \"150060\", \"172884\", \"180931\", \"190056\", \"205988\", \"211851\", \"217463\", \"232706\", \"250738\", \"256711\", \"294023\", \"296685\", \"309239\", \"311196\", \"320148\", \"320837\", \"328595\", \"350985\"]}","task_split":"paper_retrieval"} {"document_id":"53764","document_content":"# Math Operation Embeddings for Open-ended Solution Analysis and Feedback\n## Categories\n- Machine Learning\n- Computers and Society\n## Abstract\nFeedback on student answers and even during intermediate steps in their solutions to open-ended questions is an important element in math education. Such feedback can help students correct their errors and ultimately lead to improved learning outcomes. Most existing approaches for automated student solution analysis and feedback require manually constructing cognitive models and anticipating student errors for each question. This process requires significant human effort and does not scale to most questions used in homework and practices that do not come with this information. In this paper, we analyze students' step-by-step solution processes to equation solving questions in an attempt to scale up error diagnostics and feedback mechanisms developed for a small number of questions to a much larger number of questions. Leveraging a recent math expression encoding method, we represent each math operation applied in solution steps as a transition in the math embedding vector space. We use a dataset that contains student solution steps in the Cognitive Tutor system to learn implicit and explicit representations of math operations. We explore whether these representations can i) identify math operations a student intends to perform in each solution step, regardless of whether they did it correctly or not, and ii) select the appropriate feedback type for incorrect steps. Experimental results show that our learned math operation representations generalize well across different data distributions.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.12047v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.CY\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Computers and Society\"], \"incoming_citations\": [], \"outgoing_citations\": [\"94434\", \"161669\", \"192616\", \"200464\", \"312437\", \"318882\", \"359981\"]}","task_split":"paper_retrieval"} {"document_id":"53826","document_content":"# Ask & Explore: Grounded Question Answering for Curiosity-Driven Exploration\n## Categories\n- Machine Learning\n- Artificial Intelligence\n- Computation and Language\n## Abstract\nIn many real-world scenarios where extrinsic rewards to the agent are extremely sparse, curiosity has emerged as a useful concept providing intrinsic rewards that enable the agent to explore its environment and acquire information to achieve its goals. Despite their strong performance on many sparse-reward tasks, existing curiosity approaches rely on an overly holistic view of state transitions, and do not allow for a structured understanding of specific aspects of the environment. In this paper, we formulate curiosity based on grounded question answering by encouraging the agent to ask questions about the environment and be curious when the answers to these questions change. We show that natural language questions encourage the agent to uncover specific knowledge about their environment such as the physical properties of objects as well as their spatial relationships with other objects, which serve as valuable curiosity rewards to solve sparse-reward tasks more efficiently.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.11902v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.AI\", \"cs.CL\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Artificial Intelligence\", \"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"113565\", \"180270\", \"181532\", \"212299\", \"215409\", \"221473\", \"260018\", \"266419\", \"266825\", \"277538\", \"280457\", \"291025\"]}","task_split":"paper_retrieval"} {"document_id":"53833","document_content":"# Automatic Description Construction for Math Expression via Topic Relation Graph\n## Categories\n- Information Retrieval\n## Abstract\nMath expressions are important parts of scientific and educational documents, but some of them may be challenging for junior scholars or students to understand. Nevertheless, constructing textual descriptions for math expressions is nontrivial. In this paper, we explore the feasibility to automatically construct descriptions for math expressions. But there are two challenges that need to be addressed: 1) finding relevant documents since a math equation understanding usually requires several topics, but these topics are often explained in different documents. 2) the sparsity of the collected relevant documents making it difficult to extract reasonable descriptions. Different documents mainly focus on different topics which makes model hard to extract salient information and organize them to form a description of math expressions. To address these issues, we propose a hybrid model (MathDes) which contains two important modules: Selector and Summarizer. In the Selector, a Topic Relation Graph (TRG) is proposed to obtain the relevant documents which contain the comprehensive information of math expressions. TRG is a graph built according to the citations between expressions. In the Summarizer, a summarization model under the Integer Linear Programming (ILP) framework is proposed. This module constructs the final description with the help of a timeline that is extracted from TRG. The experimental results demonstrate that our methods are promising for this task and outperform the baselines in all aspects.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.11890v1\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.IR\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Information Retrieval\"], \"incoming_citations\": [], \"outgoing_citations\": [\"153887\", \"204334\", \"220230\", \"261042\", \"309926\"]}","task_split":"paper_retrieval"} {"document_id":"53848","document_content":"# Class-Incremental Experience Replay for Continual Learning under Concept Drift\n## Categories\n- Machine Learning\n- Computer Vision and Pattern Recognition\n- I.4.0; I.5.0\n## Abstract\nModern machine learning systems need to be able to cope with constantly arriving and changing data. Two main areas of research dealing with such scenarios are continual learning and data stream mining. Continual learning focuses on accumulating knowledge and avoiding forgetting, assuming information once learned should be stored. Data stream mining focuses on adaptation to concept drift and discarding outdated information, assuming that only the most recent data is relevant. While these two areas are mainly being developed in separation, they offer complementary views on the problem of learning from dynamic data. There is a need for unifying them, by offering architectures capable of both learning and storing new information, as well as revisiting and adapting to changes in previously seen concepts. We propose a novel continual learning approach that can handle both tasks. Our experience replay method is fueled by a centroid-driven memory storing diverse instances of incrementally arriving classes. This is enhanced with a reactive subspace buffer that tracks concept drift occurrences in previously seen classes and adapts clusters accordingly. The proposed architecture is thus capable of both remembering valid and forgetting outdated information, offering a holistic framework for continual learning under concept drift.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.11861v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.CV\", \"I.4.0; I.5.0\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Computer Vision and Pattern Recognition\", \"I.4.0; I.5.0\"], \"incoming_citations\": [\"32565\"], \"outgoing_citations\": [\"111955\", \"112604\", \"131526\", \"133677\", \"166959\", \"182889\", \"183426\", \"193041\", \"195562\", \"208243\", \"217663\", \"241392\", \"244665\", \"250875\", \"259175\", \"272788\", \"289616\", \"303049\"]}","task_split":"paper_retrieval"} {"document_id":"53849","document_content":"# A Multi-Size Neural Network with Attention Mechanism for Answer Selection\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nSemantic matching is of central significance to the answer selection task which aims to select correct answers for a given question from a candidate answer pool. A useful method is to employ neural networks with attention to generate sentences representations in a way that information from pair sentences can mutually influence the computation of representations. In this work, an effective architecture,multi-size neural network with attention mechanism (AM-MSNN),is introduced into the answer selection task. This architecture captures more levels of language granularities in parallel, because of the various sizes of filters comparing with single-layer CNN and multi-layer CNNs. Meanwhile it extends the sentence representations by attention mechanism, thus containing more information for different types of questions. The empirical study on three various benchmark tasks of answer selection demonstrates the efficacy of the proposed model in all the benchmarks and its superiority over competitors. The experimental results show that (1) multi-size neural network (MSNN) is a more useful method to capture abstract features on different levels of granularities than single\/multi-layer CNNs; (2) the attention mechanism (AM) is a better strategy to derive more informative representations; (3) AM-MSNN is a better architecture for the answer selection task for the moment.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2105.03278v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"115010\", \"123340\", \"140972\", \"271934\", \"298513\", \"301397\", \"303469\", \"306182\", \"308414\", \"316165\", \"320868\", \"331356\"]}","task_split":"paper_retrieval"} {"document_id":"54027","document_content":"# Automated News Summarization Using Transformers\n## Categories\n- Computation and Language\n## Abstract\nThe amount of text data available online is increasing at a very fast pace hence text summarization has become essential. Most of the modern recommender and text classification systems require going through a huge amount of data. Manually generating precise and fluent summaries of lengthy articles is a very tiresome and time-consuming task. Hence generating automated summaries for the data and using it to train machine learning models will make these models space and time-efficient. Extractive summarization and abstractive summarization are two separate methods of generating summaries. The extractive technique identifies the relevant sentences from the original document and extracts only those from the text. Whereas in abstractive summarization techniques, the summary is generated after interpreting the original text, hence making it more complicated. In this paper, we will be presenting a comprehensive comparison of a few transformer architecture based pre-trained models for text summarization. For analysis and comparison, we have used the BBC news dataset that contains text data that can be used for summarization and human generated summaries for evaluating and comparing the summaries generated by machine learning models.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2108.01064v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"150522\", \"187236\", \"207215\", \"261785\", \"341730\"]}","task_split":"paper_retrieval"} {"document_id":"54112","document_content":"# Knowledge Triggering, Extraction and Storage via Human-Robot Verbal Interaction\n## Categories\n- Robotics\n- Artificial Intelligence\n## Abstract\nThis article describes a novel approach to expand in run-time the knowledge base of an Artificial Conversational Agent. A technique for automatic knowledge extraction from the user's sentence and four methods to insert the new acquired concepts in the knowledge base have been developed and integrated into a system that has already been tested for knowledge-based conversation between a social humanoid robot and residents of care homes. The run-time addition of new knowledge allows overcoming some limitations that affect most robots and chatbots: the incapability of engaging the user for a long time due to the restricted number of conversation topics. The insertion in the knowledge base of new concepts recognized in the user's sentence is expected to result in a wider range of topics that can be covered during an interaction, making the conversation less repetitive. Two experiments are presented to assess the performance of the knowledge extraction technique, and the efficiency of the developed insertion methods when adding several concepts in the Ontology.","parent_id":null,"metadata":"{\"url\": \"http:\/\/dx.doi.org\/10.1016\/j.robot.2021.103938\", \"primary_category\": \"cs.RO\", \"categories\": [\"cs.AI\", \"cs.RO\"], \"primary_category_human_readable\": \"Robotics\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Robotics\"], \"incoming_citations\": [\"31456\"], \"outgoing_citations\": [\"163973\", \"238119\", \"259284\", \"334905\"]}","task_split":"paper_retrieval"} {"document_id":"54218","document_content":"# Blockchain based Privacy-Preserved Federated Learning for Medical Images: A Case Study of COVID-19 CT Scans\n## Categories\n- Cryptography and Security\n- Image and Video Processing\n- Machine Learning\n## Abstract\nMedical health care centers are envisioned as a promising paradigm to handle the massive volume of data of COVID-19 patients using artificial intelligence (AI). Traditionally, AI techniques often require centralized data collection and training the model in a single organization, which is most common weakness due to the privacy and security of raw data communication. To solve this challenging task, we propose a blockchain-based federated learning framework that provides collaborative data training solutions by coordinating multiple hospitals to train and share encrypted federated models without leakage of data privacy. The blockchain ledger technology provides the decentralization of federated learning model without any central server. The proposed homomorphic encryption scheme encrypts and decrypts the gradients of model to preserve the privacy. More precisely, the proposed framework: i) train the local model by a novel capsule network to segmentation and classify COVID-19 images, ii) then use the homomorphic encryption scheme to secure the local model that encrypts and decrypts the gradients, and finally the model is shared over a decentralized platform through proposed blockchain-based federated learning algorithm. The integration of blockchain and federated learning leads to a new paradigm for medical image data sharing in the decentralized network. The conducted experimental resultsdemonstrate the performance of the proposed scheme.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.10903v2\", \"primary_category\": \"cs.CR\", \"categories\": [\"cs.CR\", \"eess.IV\", \"cs.LG\"], \"primary_category_human_readable\": \"Cryptography and Security\", \"categories_human_readable\": [\"Cryptography and Security\", \"Image and Video Processing\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"68302\", \"72995\", \"85147\", \"112927\", \"123218\", \"146915\", \"159224\", \"183106\", \"194178\", \"205519\", \"221592\", \"235911\", \"249603\"]}","task_split":"paper_retrieval"} {"document_id":"54286","document_content":"# Meta-learning for skin cancer detection using Deep Learning Techniques\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nThis study focuses on automatic skin cancer detection using a Meta-learning approach for dermoscopic images. The aim of this study is to explore the benefits of the generalization of the knowledge extracted from non-medical data in the classification performance of medical data and the impact of the distribution shift problem within limited data by using a simple class and distribution balancer algorithm. In this study, a small sample of a combined dataset from 3 different sources was used to fine-tune a ResNet model pre-trained on non-medical data. The results show an increase in performance on detecting melanoma, malignant (skin cancer), and benign moles with the prior knowledge obtained from images of everyday objects from the ImageNet dataset by 20 points. These findings suggest that features from non-medical images can be used towards the classification of skin moles and that the distribution of the data affects the performance of the model.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.10775v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [], \"outgoing_citations\": [\"162565\", \"207612\", \"264002\", \"283778\"]}","task_split":"paper_retrieval"} {"document_id":"54471","document_content":"# Improving Biomedical Pretrained Language Models with Knowledge\n## Categories\n- Computation and Language\n## Abstract\nPretrained language models have shown success in many natural language processing tasks. Many works explore incorporating knowledge into language models. In the biomedical domain, experts have taken decades of effort on building large-scale knowledge bases. For example, the Unified Medical Language System (UMLS) contains millions of entities with their synonyms and defines hundreds of relations among entities. Leveraging this knowledge can benefit a variety of downstream tasks such as named entity recognition and relation extraction. To this end, we propose KeBioLM, a biomedical pretrained language model that explicitly leverages knowledge from the UMLS knowledge bases. Specifically, we extract entities from PubMed abstracts and link them to UMLS. We then train a knowledge-aware language model that firstly applies a text-only encoding layer to learn entity representation and applies a text-entity fusion encoding to aggregate entity representation. Besides, we add two training objectives as entity detection and entity linking. Experiments on the named entity recognition and relation extraction from the BLURB benchmark demonstrate the effectiveness of our approach. Further analysis on a collected probing dataset shows that our model has better ability to model medical knowledge.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.10344v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"70327\", \"36467\", \"55453\", \"16012\", \"21082\", \"24520\", \"55949\", \"62216\"], \"outgoing_citations\": [\"88816\", \"92814\", \"94701\", \"94756\", \"95827\", \"108689\", \"131012\", \"156620\", \"166443\", \"167753\", \"168951\", \"179992\", \"180997\", \"185889\", \"191942\", \"192402\", \"193725\", \"198222\"]}","task_split":"paper_retrieval"} {"document_id":"54472","document_content":"# Sensitivity as a Complexity Measure for Sequence Classification Tasks\n## Categories\n- Computation and Language\n- Computational Complexity\n- Machine Learning\n## Abstract\nWe introduce a theoretical framework for understanding and predicting the complexity of sequence classification tasks, using a novel extension of the theory of Boolean function sensitivity. The sensitivity of a function, given a distribution over input sequences, quantifies the number of disjoint subsets of the input sequence that can each be individually changed to change the output. We argue that standard sequence classification methods are biased towards learning low-sensitivity functions, so that tasks requiring high sensitivity are more difficult. To that end, we show analytically that simple lexical classifiers can only express functions of bounded sensitivity, and we show empirically that low-sensitivity functions are easier to learn for LSTMs. We then estimate sensitivity on 15 NLP tasks, finding that sensitivity is higher on challenging tasks collected in GLUE than on simple text classification tasks, and that sensitivity predicts the performance both of simple lexical classifiers and of vanilla BiLSTMs without pretrained contextualized embeddings. Within a task, sensitivity predicts which inputs are hard for such simple models. Our results suggest that the success of massively pretrained contextual representations stems in part because they provide representations from which information can be extracted by low-sensitivity decoders.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.10343v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.CC\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Computational Complexity\", \"Machine Learning\"], \"incoming_citations\": [\"2436\", \"55256\"], \"outgoing_citations\": [\"94302\", \"129277\", \"132633\", \"132773\", \"136604\", \"153048\", \"164659\", \"180511\", \"182542\", \"184691\", \"188123\", \"195989\", \"201065\", \"204791\", \"220137\", \"221316\", \"225899\", \"227085\", \"229768\", \"231077\", \"233416\", \"239831\", \"241034\", \"244755\", \"259723\", \"260450\", \"281225\", \"302516\", \"336720\"]}","task_split":"paper_retrieval"} {"document_id":"54505","document_content":"# Compact and Effective Representations for Sketch-based Image Retrieval\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nSketch-based image retrieval (SBIR) has undergone an increasing interest in the community of computer vision bringing high impact in real applications. For instance, SBIR brings an increased benefit to eCommerce search engines because it allows users to formulate a query just by drawing what they need to buy. However, current methods showing high precision in retrieval work in a high dimensional space, which negatively affects aspects like memory consumption and time processing. Although some authors have also proposed compact representations, these drastically degrade the performance in a low dimension. Therefore in this work, we present different results of evaluating methods for producing compact embeddings in the context of sketch-based image retrieval. Our main interest is in strategies aiming to keep the local structure of the original space. The recent unsupervised local-topology preserving dimension reduction method UMAP fits our requirements and shows outstanding performance, improving even the precision achieved by SOTA methods. We evaluate six methods in two different datasets. We use Flickr15K and eCommerce datasets; the latter is another contribution of this work. We show that UMAP allows us to have feature vectors of 16 bytes improving precision by more than 35%.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.10278v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"7434\", \"148035\"], \"outgoing_citations\": [\"271313\", \"278179\"]}","task_split":"paper_retrieval"} {"document_id":"54516","document_content":"# Network Defense is Not a Game\n## Categories\n- Cryptography and Security\n- Artificial Intelligence\n- Computer Science and Game Theory\n## Abstract\nResearch seeks to apply Artificial Intelligence (AI) to scale and extend the capabilities of human operators to defend networks. A fundamental problem that hinders the generalization of successful AI approaches -- i.e., beating humans at playing games -- is that network defense cannot be defined as a single game with a fixed set of rules. Our position is that network defense is better characterized as a collection of games with uncertain and possibly drifting rules. Hence, we propose to define network defense tasks as distributions of network environments, to: (i) enable research to apply modern AI techniques, such as unsupervised curriculum learning and reinforcement learning for network defense; and, (ii) facilitate the design of well-defined challenges that can be used to compare approaches for autonomous cyberdefense. To demonstrate that an approach for autonomous network defense is practical it is important to be able to reason about the boundaries of its applicability. Hence, we need to be able to define network defense tasks that capture sets of adversarial tactics, techniques, and procedures (TTPs); quality of service (QoS) requirements; and TTPs available to defenders. Furthermore, the abstractions to define these tasks must be extensible; must be backed by well-defined semantics that allow us to reason about distributions of environments; and should enable the generation of data and experiences from which an agent can learn. Our approach named Network Environment Design for Autonomous Cyberdefense inspired the architecture of FARLAND, a Framework for Advanced Reinforcement Learning for Autonomous Network Defense, which we use at MITRE to develop RL network defenders that perform blue actions from the MITRE Shield matrix against attackers with TTPs that drift from MITRE ATT&CK TTPs.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.10262v1\", \"primary_category\": \"cs.CR\", \"categories\": [\"cs.AI\", \"cs.GT\", \"cs.CR\"], \"primary_category_human_readable\": \"Cryptography and Security\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Computer Science and Game Theory\", \"Cryptography and Security\"], \"incoming_citations\": [\"26539\"], \"outgoing_citations\": [\"63330\", \"82943\", \"138782\", \"140299\", \"180897\", \"184592\", \"213308\", \"221083\", \"240233\", \"266162\"]}","task_split":"paper_retrieval"} {"document_id":"54563","document_content":"# Large Scale Interactive Motion Forecasting for Autonomous Driving : The Waymo Open Motion Dataset\n## Categories\n- Computer Vision and Pattern Recognition\n- Machine Learning\n- Robotics\n## Abstract\nAs autonomous driving systems mature, motion forecasting has received increasing attention as a critical requirement for planning. Of particular importance are interactive situations such as merges, unprotected turns, etc., where predicting individual object motion is not sufficient. Joint predictions of multiple objects are required for effective route planning. There has been a critical need for high-quality motion data that is rich in both interactions and annotation to develop motion planning models. In this work, we introduce the most diverse interactive motion dataset to our knowledge, and provide specific labels for interacting objects suitable for developing joint prediction models. With over 100,000 scenes, each 20 seconds long at 10 Hz, our new dataset contains more than 570 hours of unique data over 1750 km of roadways. It was collected by mining for interesting interactions between vehicles, pedestrians, and cyclists across six cities within the United States. We use a high-accuracy 3D auto-labeling system to generate high quality 3D bounding boxes for each road agent, and provide corresponding high definition 3D maps for each scene. Furthermore, we introduce a new set of metrics that provides a comprehensive evaluation of both single agent and joint agent interaction motion forecasting models. Finally, we provide strong baseline models for individual-agent prediction and joint-prediction. We hope that this new large-scale interactive motion dataset will provide new opportunities for advancing motion forecasting models.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.10133v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.LG\", \"cs.RO\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Machine Learning\", \"Robotics\"], \"incoming_citations\": [\"4129\", \"4576\", \"6518\", \"11990\", \"15272\", \"15731\", \"16755\", \"23459\", \"25792\", \"5124\", \"23190\", \"28279\", \"32512\", \"33187\", \"39249\", \"40291\", \"41845\", \"47655\"], \"outgoing_citations\": [\"54626\", \"64356\", \"74563\", \"75080\", \"75097\", \"105216\", \"109433\", \"110101\", \"116072\", \"126156\", \"137715\", \"147880\", \"151836\", \"154697\", \"157689\", \"158269\", \"161127\", \"161689\", \"162130\", \"164133\", \"173508\", \"174738\", \"179692\", \"187849\", \"217456\", \"232331\", \"268891\", \"287020\"]}","task_split":"paper_retrieval"} {"document_id":"54585","document_content":"# Predicting Medical Interventions from Vital Parameters: Towards a Decision Support System for Remote Patient Monitoring\n## Categories\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nCardiovascular diseases and heart failures in particular are the main cause of non-communicable disease mortality in the world. Constant patient monitoring enables better medical treatment as it allows practitioners to react on time and provide the appropriate treatment. Telemedicine can provide constant remote monitoring so patients can stay in their homes, only requiring medical sensing equipment and network connections. A limiting factor for telemedical centers is the amount of patients that can be monitored simultaneously. We aim to increase this amount by implementing a decision support system. This paper investigates a machine learning model to estimate a risk score based on patient vital parameters that allows sorting all cases every day to help practitioners focus their limited capacities on the most severe cases. The model we propose reaches an AUCROC of 0.84, whereas the baseline rule-based model reaches an AUCROC of 0.73. Our results indicate that the usage of deep learning to improve the efficiency of telemedical centers is feasible. This way more patients could benefit from better health-care through remote monitoring.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.10085v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [\"2214\"], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"54595","document_content":"# T2VLAD: Global-Local Sequence Alignment for Text-Video Retrieval\n## Categories\n- Computer Vision and Pattern Recognition\n- Multimedia\n## Abstract\nText-video retrieval is a challenging task that aims to search relevant video contents based on natural language descriptions. The key to this problem is to measure text-video similarities in a joint embedding space. However, most existing methods only consider the global cross-modal similarity and overlook the local details. Some works incorporate the local comparisons through cross-modal local matching and reasoning. These complex operations introduce tremendous computation. In this paper, we design an efficient global-local alignment method. The multi-modal video sequences and text features are adaptively aggregated with a set of shared semantic centers. The local cross-modal similarities are computed between the video feature and text feature within the same center. This design enables the meticulous local comparison and reduces the computational cost of the interaction between each text-video pair. Moreover, a global alignment method is proposed to provide a global cross-modal measurement that is complementary to the local perspective. The global aggregated visual features also provide additional supervision, which is indispensable to the optimization of the learnable semantic centers. We achieve consistent improvements on three standard text-video retrieval benchmarks and outperform the state-of-the-art by a clear margin.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.10054v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.MM\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Multimedia\"], \"incoming_citations\": [\"4359\", \"5687\", \"8845\", \"10271\", \"12778\", \"13933\", \"24771\", \"46080\", \"58876\", \"60135\"], \"outgoing_citations\": [\"87013\", \"110610\", \"139259\", \"151327\", \"172394\", \"173627\", \"181897\", \"192531\", \"213240\", \"214015\", \"217562\", \"221984\", \"236468\", \"238205\", \"247535\", \"256883\", \"260926\", \"267523\", \"269276\", \"280328\", \"282943\", \"283649\", \"287103\", \"313189\", \"319169\", \"320761\", \"321798\", \"322022\"]}","task_split":"paper_retrieval"} {"document_id":"54658","document_content":"# An Attention-based Weakly Supervised framework for Spitzoid Melanocytic Lesion Diagnosis in WSI\n## Categories\n- Image and Video Processing\n- Computer Vision and Pattern Recognition\n- Machine Learning\n- I.4; I.5\n## Abstract\nMelanoma is an aggressive neoplasm responsible for the majority of deaths from skin cancer. Specifically, spitzoid melanocytic tumors are one of the most challenging melanocytic lesions due to their ambiguous morphological features. The gold standard for its diagnosis and prognosis is the analysis of skin biopsies. In this process, dermatopathologists visualize skin histology slides under a microscope, in a high time-consuming and subjective task. In the last years, computer-aided diagnosis (CAD) systems have emerged as a promising tool that could support pathologists in daily clinical practice. Nevertheless, no automatic CAD systems have yet been proposed for the analysis of spitzoid lesions. Regarding common melanoma, no proposed system allows both the selection of the tumoral region and the prediction of the diagnosis as benign or malignant. Motivated by this, we propose a novel end-to-end weakly-supervised deep learning model, based on inductive transfer learning with an improved convolutional neural network (CNN) to refine the embedding features of the latent space. The framework is composed of a source model in charge of finding the tumor patch-level patterns, and a target model focuses on the specific diagnosis of a biopsy. The latter retrains the backbone of the source model through a multiple instance learning workflow to obtain the biopsy-level scoring. To evaluate the performance of the proposed methods, we perform extensive experiments on a private skin database with spitzoid lesions. Test results reach an accuracy of 0.9231 and 0.80 for the source and the target models, respectively. Besides, the heat map findings are directly in line with the clinicians' medical decision and even highlight, in some cases, patterns of interest that were overlooked by the pathologist due to the huge workload.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.09878v1\", \"primary_category\": \"eess.IV\", \"categories\": [\"cs.CV\", \"cs.LG\", \"I.4; I.5\", \"eess.IV\"], \"primary_category_human_readable\": \"Image and Video Processing\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Machine Learning\", \"I.4; I.5\", \"Image and Video Processing\"], \"incoming_citations\": [\"39530\"], \"outgoing_citations\": [\"48019\", \"48053\", \"104617\", \"115463\", \"125856\", \"149360\", \"167310\", \"242311\", \"243478\", \"282613\", \"290145\"]}","task_split":"paper_retrieval"} {"document_id":"54670","document_content":"# Permutation-Invariant Variational Autoencoder for Graph-Level Representation Learning\n## Categories\n- Machine Learning\n## Abstract\nRecently, there has been great success in applying deep neural networks on graph structured data. Most work, however, focuses on either node- or graph-level supervised learning, such as node, link or graph classification or node-level unsupervised learning (e.g. node clustering). Despite its wide range of possible applications, graph-level unsupervised learning has not received much attention yet. This might be mainly attributed to the high representation complexity of graphs, which can be represented by n! equivalent adjacency matrices, where n is the number of nodes. In this work we address this issue by proposing a permutation-invariant variational autoencoder for graph structured data. Our proposed model indirectly learns to match the node ordering of input and output graph, without imposing a particular node ordering or performing expensive graph matching. We demonstrate the effectiveness of our proposed model on various graph reconstruction and generation tasks and evaluate the expressive power of extracted representations for downstream graph-level classification and regression.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.09856v2\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\"], \"incoming_citations\": [\"36192\"], \"outgoing_citations\": [\"71722\", \"103085\", \"115435\", \"117868\", \"139133\", \"147374\", \"161189\", \"173673\", \"183456\", \"186789\", \"189263\", \"192794\", \"194309\", \"215835\", \"227067\", \"228992\", \"229927\", \"237455\", \"239581\", \"241029\", \"242150\", \"242416\", \"242430\", \"242739\", \"249614\", \"253807\", \"255737\", \"261085\", \"272626\", \"279653\", \"283078\", \"303167\", \"305707\"]}","task_split":"paper_retrieval"} {"document_id":"54705","document_content":"# Identifying Helpful Sentences in Product Reviews\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nIn recent years online shopping has gained momentum and became an important venue for customers wishing to save time and simplify their shopping process. A key advantage of shopping online is the ability to read what other customers are saying about products of interest. In this work, we aim to maintain this advantage in situations where extreme brevity is needed, for example, when shopping by voice. We suggest a novel task of extracting a single representative helpful sentence from a set of reviews for a given product. The selected sentence should meet two conditions: first, it should be helpful for a purchase decision and second, the opinion it expresses should be supported by multiple reviewers. This task is closely related to the task of Multi Document Summarization in the product reviews domain but differs in its objective and its level of conciseness. We collect a dataset in English of sentence helpfulness scores via crowd-sourcing and demonstrate its reliability despite the inherent subjectivity involved. Next, we describe a complete model that extracts representative helpful sentences with positive and negative sentiment towards the product and demonstrate that it outperforms several baselines.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.09792v3\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [\"23542\"], \"outgoing_citations\": [\"110335\", \"127889\", \"157807\", \"180935\", \"214407\", \"220188\", \"220230\", \"233391\", \"237274\", \"246513\"]}","task_split":"paper_retrieval"} {"document_id":"54810","document_content":"# A Framework using Contrastive Learning for Classification with Noisy Labels\n## Categories\n- Computer Vision and Pattern Recognition\n- Machine Learning\n## Abstract\nWe propose a framework using contrastive learning as a pre-training task to perform image classification in the presence of noisy labels. Recent strategies such as pseudo-labeling, sample selection with Gaussian Mixture models, weighted supervised contrastive learning have been combined into a fine-tuning phase following the pre-training. This paper provides an extensive empirical study showing that a preliminary contrastive learning step brings a significant gain in performance when using different loss functions: non-robust, robust, and early-learning regularized. Our experiments performed on standard benchmarks and real-world datasets demonstrate that: i) the contrastive pre-training increases the robustness of any loss function to noisy labels and ii) the additional fine-tuning phase can further improve accuracy but at the cost of additional complexity.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.09563v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.LG\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Machine Learning\"], \"incoming_citations\": [\"12409\"], \"outgoing_citations\": [\"78494\", \"81908\", \"83411\", \"86611\", \"95191\", \"97123\", \"100194\", \"103100\", \"111710\", \"115038\", \"116430\", \"138181\", \"138343\", \"141691\", \"152790\", \"163402\", \"171454\", \"183136\", \"185155\", \"188169\", \"189025\", \"203033\", \"215865\", \"231347\", \"233440\", \"235096\", \"242145\", \"246497\", \"247500\", \"258956\", \"263559\"]}","task_split":"paper_retrieval"} {"document_id":"54820","document_content":"# Temporal Query Networks for Fine-grained Video Understanding\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nOur objective in this work is fine-grained classification of actions in untrimmed videos, where the actions may be temporally extended or may span only a few frames of the video. We cast this into a query-response mechanism, where each query addresses a particular question, and has its own response label set. We make the following four contributions: (I) We propose a new model - a Temporal Query Network - which enables the query-response functionality, and a structural understanding of fine-grained actions. It attends to relevant segments for each query with a temporal attention mechanism, and can be trained using only the labels for each query. (ii) We propose a new way - stochastic feature bank update - to train a network on videos of various lengths with the dense sampling required to respond to fine-grained queries. (iii) We compare the TQN to other architectures and text supervision methods, and analyze their pros and cons. Finally, (iv) we evaluate the method extensively on the FineGym and Diving48 benchmarks for fine-grained action classification and surpass the state-of-the-art using only RGB features.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.09496v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"97097\", \"4582\", \"5626\", \"16624\", \"8520\", \"12199\", \"34329\"], \"outgoing_citations\": [\"87013\", \"107688\", \"110579\", \"110610\", \"110933\", \"111461\", \"115673\", \"119349\", \"131199\", \"131988\", \"132450\", \"139259\", \"142809\", \"151327\", \"151602\", \"152275\", \"164410\", \"172394\", \"173627\", \"180920\", \"181885\", \"181897\", \"188308\", \"189965\", \"191546\", \"192531\", \"206227\", \"206483\", \"206940\", \"209299\", \"216043\", \"216920\", \"217021\", \"229164\", \"229179\", \"236377\", \"247535\", \"249567\", \"260730\", \"261223\", \"263185\", \"265650\", \"267223\", \"268871\", \"277625\", \"287286\", \"287541\", \"288919\", \"294503\", \"295099\", \"295117\", \"312423\", \"315200\"]}","task_split":"paper_retrieval"} {"document_id":"54876","document_content":"# A Two-stage Deep Network for High Dynamic Range Image Reconstruction\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nMapping a single exposure low dynamic range (LDR) image into a high dynamic range (HDR) is considered among the most strenuous image to image translation tasks due to exposure-related missing information. This study tackles the challenges of single-shot LDR to HDR mapping by proposing a novel two-stage deep network. Notably, our proposed method aims to reconstruct an HDR image without knowing hardware information, including camera response function (CRF) and exposure settings. Therefore, we aim to perform image enhancement task like denoising, exposure correction, etc., in the first stage. Additionally, the second stage of our deep network learns tone mapping and bit-expansion from a convex set of data samples. The qualitative and quantitative comparisons demonstrate that the proposed method can outperform the existing LDR to HDR works with a marginal difference. Apart from that, we collected an LDR image dataset incorporating different camera systems. The evaluation with our collected real-world LDR images illustrates that the proposed method can reconstruct plausible HDR images without presenting any visual artefacts. Code available: https:\/\/github. com\/sharif-apu\/twostageHDR_NTIRE21.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.09386v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"15803\", \"41356\", \"45270\"], \"outgoing_citations\": [\"45270\", \"54868\", \"133418\", \"142474\", \"149056\", \"149650\", \"239855\", \"244617\", \"244729\", \"252829\", \"269393\"]}","task_split":"paper_retrieval"} {"document_id":"54928","document_content":"# Continual Learning with Fully Probabilistic Models\n## Categories\n- Machine Learning\n## Abstract\nWe present an approach for continual learning (CL) that is based on fully probabilistic (or generative) models of machine learning. In contrast to, e.g., GANs that are \"generative\" in the sense that they can generate samples, fully probabilistic models aim at modeling the data distribution directly. Consequently, they provide functionalities that are highly relevant for continual learning, such as density estimation (outlier detection) and sample generation. As a concrete realization of generative continual learning, we propose Gaussian Mixture Replay (GMR). GMR is a pseudo-rehearsal approach using a Gaussian Mixture Model (GMM) instance for both generator and classifier functionalities. Relying on the MNIST, FashionMNIST and Devanagari benchmarks, we first demonstrate unsupervised task boundary detection by GMM density estimation, which we also use to reject untypical generated samples. In addition, we show that GMR is capable of class-conditional sampling in the way of a cGAN. Lastly, we verify that GMR, despite its simple structure, achieves state-of-the-art performance on common class-incremental learning problems at very competitive time and memory complexity.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.09240v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"stat.ML\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"54929\", \"97411\", \"102469\", \"131008\", \"166134\", \"185559\", \"194365\", \"197283\", \"207676\", \"226506\", \"228062\", \"229773\", \"230690\", \"231847\", \"241392\", \"244665\", \"245957\", \"250354\", \"252176\", \"259175\", \"262842\", \"265568\", \"270171\", \"270623\", \"271679\", \"275087\", \"280109\"]}","task_split":"paper_retrieval"} {"document_id":"54967","document_content":"# Face-GCN: A Graph Convolutional Network for 3D Dynamic Face Identification\/Recognition\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nFace identification\/recognition has significantly advanced over the past years. However, most of the proposed approaches rely on static RGB frames and on neutral facial expressions. This has two disadvantages. First, important facial shape cues are ignored. Second, facial deformations due to expressions can have an impact on the performance of such a method. In this paper, we propose a novel framework for dynamic 3D face identification\/recognition based on facial keypoints. Each dynamic sequence of facial expressions is represented as a spatio-temporal graph, which is constructed using 3D facial landmarks. Each graph node contains local shape and texture features that are extracted from its neighborhood. For the classification\/identification of faces, a Spatio-temporal Graph Convolutional Network (ST-GCN) is used. Finally, we evaluate our approach on a challenging dynamic 3D facial expression dataset.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.09145v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"50029\", \"54633\"], \"outgoing_citations\": [\"150214\", \"188889\", \"197748\", \"250292\", \"260701\", \"270106\", \"270923\", \"302701\", \"305707\", \"311030\", \"328120\"]}","task_split":"paper_retrieval"} {"document_id":"55016","document_content":"# Improving Faithfulness in Abstractive Summarization with Contrast Candidate Generation and Selection\n## Categories\n- Computation and Language\n## Abstract\nDespite significant progress in neural abstractive summarization, recent studies have shown that the current models are prone to generating summaries that are unfaithful to the original context. To address the issue, we study contrast candidate generation and selection as a model-agnostic post-processing technique to correct the extrinsic hallucinations (i.e. information not present in the source text) in unfaithful summaries. We learn a discriminative correction model by generating alternative candidate summaries where named entities and quantities in the generated summary are replaced with ones with compatible semantic types from the source document. This model is then used to select the best candidate as the final output summary. Our experiments and analysis across a number of neural summarization systems show that our proposed method is effective in identifying and correcting extrinsic hallucinations. We analyze the typical hallucination phenomenon by different types of neural summarization systems, in hope to provide insights for future work on the direction.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.09061v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"2767\", \"26645\", \"5749\", \"16503\", \"22443\", \"50478\"], \"outgoing_citations\": [\"57244\", \"91840\", \"93583\", \"94834\", \"94994\", \"97363\", \"126346\", \"127538\", \"128009\", \"132773\", \"136604\", \"159316\", \"170449\", \"170657\", \"173940\", \"220230\", \"241070\", \"298016\", \"307223\"]}","task_split":"paper_retrieval"} {"document_id":"55073","document_content":"# Generating explanations for answer set programming applications\n## Categories\n- Artificial Intelligence\n## Abstract\nWe present an explanation system for applications that leverage Answer Set Programming (ASP). Given a program P, an answer set A of P, and an atom a in the program P, our system generates all explanation graphs of a which help explain why a is true (or false) given the program P and the answer set A. We illustrate the functionality of the system using some examples from the literature.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.08963v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [\"22900\"], \"outgoing_citations\": [\"108030\", \"321505\"]}","task_split":"paper_retrieval"} {"document_id":"55148","document_content":"# Best Practices for Noise-Based Augmentation to Improve the Performance of Emotion Recognition \"In the Wild\"\n## Categories\n- Sound\n- Audio and Speech Processing\n- Machine Learning\n## Abstract\nEmotion recognition as a key component of high-stake downstream applications has been shown to be effective, such as classroom engagement or mental health assessments. These systems are generally trained on small datasets collected in single laboratory environments, and hence falter when tested on data that has different noise characteristics. Multiple noise-based data augmentation approaches have been proposed to counteract this challenge in other speech domains. But, unlike speech recognition and speaker verification, in emotion recognition, noise-based data augmentation may change the underlying label of the original emotional sample. In this work, we generate realistic noisy samples of a well known emotion dataset (IEMOCAP) using multiple categories of environmental and synthetic noise. We evaluate how both human and machine emotion perception changes when noise is introduced. We find that some commonly used augmentation techniques for emotion recognition significantly change human perception, which may lead to unreliable evaluation metrics such as evaluating efficiency of adversarial attack. We also find that the trained state-of-the-art emotion recognition models fail to classify unseen noise-augmented samples, even when trained on noise augmented datasets. This finding demonstrates the brittleness of these systems in real-world conditions. We propose a set of recommendations for noise-based augmentation of emotion datasets and for how to deploy these emotion recognition systems \"in the wild\".","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.08806v1\", \"primary_category\": \"cs.SD\", \"categories\": [\"eess.AS\", \"cs.SD\", \"cs.LG\"], \"primary_category_human_readable\": \"Sound\", \"categories_human_readable\": [\"Audio and Speech Processing\", \"Sound\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"165847\", \"170441\", \"193438\", \"194666\", \"203897\", \"219936\", \"227432\", \"234829\", \"245835\", \"247658\", \"250979\", \"252161\", \"255020\", \"257868\", \"261323\", \"294549\"]}","task_split":"paper_retrieval"} {"document_id":"55200","document_content":"# Unsupervised Deep Keyphrase Generation\n## Categories\n- Computation and Language\n- Machine Learning\n## Abstract\nKeyphrase generation aims to summarize long documents with a collection of salient phrases. Deep neural models have demonstrated a remarkable success in this task, capable of predicting keyphrases that are even absent from a document. However, such abstractiveness is acquired at the expense of a substantial amount of annotated data. In this paper, we present a novel method for keyphrase generation, AutoKeyGen, without the supervision of any human annotation. Motivated by the observation that an absent keyphrase in one document can appear in other places, in whole or in part, we first construct a phrase bank by pooling all phrases in a corpus. With this phrase bank, we then draw candidate absent keyphrases for each document through a partial matching process. To rank both types of candidates, we combine their lexical- and semantic-level similarities to the input document. Moreover, we utilize these top-ranked candidates as to train a deep generative model for more absent keyphrases. Extensive experiments demonstrate that AutoKeyGen outperforms all unsupervised baselines and can even beat strong supervised methods in certain cases.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.08729v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.LG\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Machine Learning\"], \"incoming_citations\": [\"3368\"], \"outgoing_citations\": [\"61270\", \"99320\", \"130503\", \"157672\", \"167979\", \"185679\", \"214542\", \"220295\", \"220788\", \"237494\", \"245154\", \"268251\", \"268902\", \"273995\", \"288174\", \"298627\", \"309411\"]}","task_split":"paper_retrieval"} {"document_id":"55216","document_content":"# Intent Features for Rich Natural Language Understanding\n## Categories\n- Computation and Language\n## Abstract\nComplex natural language understanding modules in dialog systems have a richer understanding of user utterances, and thus are critical in providing a better user experience. However, these models are often created from scratch, for specific clients and use cases, and require the annotation of large datasets. This encourages the sharing of annotated data across multiple clients. To facilitate this we introduce the idea of intent features: domain and topic agnostic properties of intents that can be learned from the syntactic cues only, and hence can be shared. We introduce a new neural network architecture, the Global-Local model, that shows significant improvement over strong baselines for identifying these features in a deployed, multi-intent natural language understanding module, and, more generally, in a classification setting where a part of an utterance has to be classified utilizing the whole context.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.08701v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"95581\", \"97725\", \"260541\", \"297150\", \"350985\"]}","task_split":"paper_retrieval"} {"document_id":"55223","document_content":"# MT6: Multilingual Pretrained Text-to-Text Transformer with Translation Pairs\n## Categories\n- Computation and Language\n## Abstract\nMultilingual T5 (mT5) pretrains a sequence-to-sequence model on massive monolingual texts, which has shown promising results on many cross-lingual tasks. In this paper, we improve multilingual text-to-text transfer Transformer with translation pairs (mT6). Specifically, we explore three cross-lingual text-to-text pre-training tasks, namely, machine translation, translation pair span corruption, and translation span corruption. In addition, we propose a partially non-autoregressive objective for text-to-text pre-training. We evaluate the methods on eight multilingual benchmark datasets, including sentence classification, named entity recognition, question answering, and abstractive summarization. Experimental results show that the proposed mT6 improves cross-lingual transferability over mT5.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.08692v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"2585\", \"38433\", \"41905\", \"127275\", \"31574\", \"21636\", \"23330\", \"30029\", \"39468\", \"42799\"], \"outgoing_citations\": [\"38433\", \"39468\", \"42799\", \"77611\", \"77651\", \"92112\", \"93942\", \"96126\", \"111872\", \"130391\", \"135112\", \"137436\", \"139463\", \"143273\", \"146003\", \"150522\", \"150830\", \"158546\", \"159706\", \"161377\", \"165388\", \"168995\", \"169415\", \"176600\", \"187236\", \"187452\", \"189792\", \"200678\", \"202124\", \"204715\", \"217957\", \"253840\"]}","task_split":"paper_retrieval"} {"document_id":"55287","document_content":"# Machine learning-assisted surrogate construction for full-core fuel performance analysis\n## Categories\n- Computational Engineering, Finance, and Science\n- Machine Learning\n- I.2.6, I.6.3\n## Abstract\nAccurately predicting the behavior of a nuclear reactor requires multiphysics simulation of coupled neutronics, thermal-hydraulics and fuel thermo-mechanics. The fuel thermo-mechanical response provides essential information for operational limits and safety analysis. Traditionally, fuel performance analysis is performed standalone, using calculated spatial-temporal power distribution and thermal boundary conditions from the coupled neutronics-thermal-hydraulics simulation as input. Such one-way coupling is result of the high cost induced by the full-core fuel performance analysis, which provides more realistic and accurate prediction of the core-wide response than the \"peak rod\" analysis. It is therefore desirable to improve the computational efficiency of full-core fuel performance modeling by constructing fast-running surrogate, such that fuel performance modeling can be utilized in the core reload design optimization. This work presents methodologies for full-core surrogate construction based on several realistic equilibrium PWR core designs. As a fast and conventional approach, look-up tables are only effective for certain fuel performance quantities of interest (QoIs). Several representative machine-learning algorithms are introduced to capture the complicated physics for other fuel performance QoIs. Rule-based model is useful as a feature extraction technique to account for the spatial-temporal complexity of operating conditions. Constructed surrogates achieve at least ten thousand time acceleration with satisfying prediction accuracy. Current work lays foundation for tighter coupling of fuel performance modeling into the core design optimization framework. It also sets stage for full-core fuel performance analysis with BISON where the computational cost becomes more burdensome.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.09499v1\", \"primary_category\": \"cs.CE\", \"categories\": [\"cs.CE\", \"cs.LG\", \"I.2.6, I.6.3\"], \"primary_category_human_readable\": \"Computational Engineering, Finance, and Science\", \"categories_human_readable\": [\"Computational Engineering, Finance, and Science\", \"Machine Learning\", \"I.2.6, I.6.3\"], \"incoming_citations\": [], \"outgoing_citations\": []}","task_split":"paper_retrieval"} {"document_id":"55293","document_content":"# Sentence Alignment with Parallel Documents Facilitates Biomedical Machine Translation\n## Categories\n- Computation and Language\n## Abstract\nObjective: Today's neural machine translation (NMT) can achieve near human-level translation quality and greatly facilitates international communications, but the lack of parallel corpora poses a key problem to the development of translation systems for highly specialized domains, such as biomedicine. This work presents an unsupervised algorithm for deriving parallel corpora from document-level translations by using sentence alignment and explores how training materials affect the performance of biomedical NMT systems. Materials and Methods: Document-level translations are mixed to train bilingual word embeddings (BWEs) for the evaluation of cross-lingual word similarity, and sentence distance is defined by combining semantic and positional similarities of the sentences. The alignment of sentences is formulated as an extended earth mover's distance problem. A Chinese-English biomedical parallel corpus is derived with the proposed algorithm using bilingual articles from UpToDate and translations of PubMed abstracts, which is then used for the training and evaluation of NMT. Results: On two manually aligned translation datasets, the proposed algorithm achieved accurate sentence alignment in the 1-to-1 cases and outperformed competing algorithms in the many-to-many cases. The NMT model fine-tuned on biomedical data significantly improved the in-domain translation quality (zh-en: +17.72 BLEU; en-zh: +17.02 BLEU). Both the size of the training data and the combination of different corpora can significantly affect the model's performance. Conclusion: The proposed algorithm relaxes the assumption for sentence alignment and effectively generates accurate translation pairs that facilitate training high quality biomedical NMT models.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.08588v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"124249\", \"168300\", \"187690\", \"219175\", \"220720\", \"238926\", \"253559\", \"263299\", \"263927\", \"330941\"]}","task_split":"paper_retrieval"} {"document_id":"55330","document_content":"# The Impact of ASR on the Automatic Analysis of Linguistic Complexity and Sophistication in Spontaneous L2 Speech\n## Categories\n- Computation and Language\n## Abstract\nIn recent years, automated approaches to assessing linguistic complexity in second language (L2) writing have made significant progress in gauging learner performance, predicting human ratings of the quality of learner productions, and benchmarking L2 development. In contrast, there is comparatively little work in the area of speaking, particularly with respect to fully automated approaches to assessing L2 spontaneous speech. While the importance of a well-performing ASR system is widely recognized, little research has been conducted to investigate the impact of its performance on subsequent automatic text analysis. In this paper, we focus on this issue and examine the impact of using a state-of-the-art ASR system for subsequent automatic analysis of linguistic complexity in spontaneously produced L2 speech. A set of 30 selected measures were considered, falling into four categories: syntactic, lexical, n-gram frequency, and information-theoretic measures. The agreement between the scores for these measures obtained on the basis of ASR-generated vs. manual transcriptions was determined through correlation analysis. A more differential effect of ASR performance on specific types of complexity measures when controlling for task type effects is also presented.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.08529v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"133484\", \"192576\"]}","task_split":"paper_retrieval"} {"document_id":"55332","document_content":"# Multilingual and Cross-Lingual Intent Detection from Spoken Data\n## Categories\n- Computation and Language\n## Abstract\nWe present a systematic study on multilingual and cross-lingual intent detection from spoken data. The study leverages a new resource put forth in this work, termed MInDS-14, a first training and evaluation resource for the intent detection task with spoken data. It covers 14 intents extracted from a commercial system in the e-banking domain, associated with spoken examples in 14 diverse language varieties. Our key results indicate that combining machine translation models with state-of-the-art multilingual sentence encoders (e.g., LaBSE) can yield strong intent detectors in the majority of target languages covered in MInDS-14, and offer comparative analyses across different axes: e.g., zero-shot versus few-shot learning, translation direction, and impact of speech recognition. We see this work as an important step towards more inclusive development and evaluation of multilingual intent detectors from spoken data, in a much wider spectrum of languages compared to prior work.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.08524v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"22045\"], \"outgoing_citations\": [\"33683\", \"74373\", \"91922\", \"113832\", \"114308\", \"116282\", \"127665\", \"128121\", \"129921\", \"135112\", \"137492\", \"157249\", \"167138\", \"168247\", \"168621\", \"175691\", \"176839\", \"182577\", \"189532\", \"195286\", \"197945\", \"200764\", \"202124\", \"211737\", \"212163\", \"212322\", \"226011\", \"230543\", \"294494\"]}","task_split":"paper_retrieval"} {"document_id":"55346","document_content":"# A Self-Supervised Auxiliary Loss for Deep RL in Partially Observable Settings\n## Categories\n- Artificial Intelligence\n- Machine Learning\n## Abstract\nIn this work we explore an auxiliary loss useful for reinforcement learning in environments where strong performing agents are required to be able to navigate a spatial environment. The auxiliary loss proposed is to minimize the classification error of a neural network classifier that predicts whether or not a pair of states sampled from the agents current episode trajectory are in order. The classifier takes as input a pair of states as well as the agent's memory. The motivation for this auxiliary loss is that there is a strong correlation with which of a pair of states is more recent in the agents episode trajectory and which of the two states is spatially closer to the agent. Our hypothesis is that learning features to answer this question encourages the agent to learn and internalize in memory representations of states that facilitate spatial reasoning. We tested this auxiliary loss on a navigation task in a gridworld and achieved 9.6% increase in accumulative episode reward compared to a strong baseline approach.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.08492v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\", \"cs.LG\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\", \"Machine Learning\"], \"incoming_citations\": [], \"outgoing_citations\": [\"179594\", \"182108\", \"207834\", \"219180\", \"225125\", \"245731\", \"260314\", \"262593\", \"280296\", \"280681\", \"285677\", \"309111\"]}","task_split":"paper_retrieval"} {"document_id":"55353","document_content":"# Sentence Concatenation Approach to Data Augmentation for Neural Machine Translation\n## Categories\n- Computation and Language\n## Abstract\nNeural machine translation (NMT) has recently gained widespread attention because of its high translation accuracy. However, it shows poor performance in the translation of long sentences, which is a major issue in low-resource languages. It is assumed that this issue is caused by insufficient number of long sentences in the training data. Therefore, this study proposes a simple data augmentation method to handle long sentences. In this method, we use only the given parallel corpora as the training data and generate long sentences by concatenating two sentences. Based on the experimental results, we confirm improvements in long sentence translation by the proposed data augmentation method, despite its simplicity. Moreover, the translation quality is further improved by the proposed method, when combined with back-translation.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.08478v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"23339\", \"51739\"], \"outgoing_citations\": [\"128975\", \"220611\", \"263927\", \"273586\", \"281076\", \"302824\"]}","task_split":"paper_retrieval"} {"document_id":"55400","document_content":"# LAMPRET: Layout-Aware Multimodal PreTraining for Document Understanding\n## Categories\n- Computation and Language\n- Computer Vision and Pattern Recognition\n- Information Retrieval\n## Abstract\nDocument layout comprises both structural and visual (eg. font-sizes) information that is vital but often ignored by machine learning models. The few existing models which do use layout information only consider textual contents, and overlook the existence of contents in other modalities such as images. Additionally, spatial interactions of presented contents in a layout were never really fully exploited. To bridge this gap, we parse a document into content blocks (eg. text, table, image) and propose a novel layout-aware multimodal hierarchical framework, LAMPreT, to model the blocks and the whole document. Our LAMPreT encodes each block with a multimodal transformer in the lower-level and aggregates the block-level representations and connections utilizing a specifically designed transformer at the higher-level. We design hierarchical pretraining objectives where the lower-level model is trained similarly to multimodal grounding models, and the higher-level model is trained with our proposed novel layout-aware objectives. We evaluate the proposed model on two layout-aware tasks -- text block filling and image suggestion and show the effectiveness of our proposed hierarchical architecture as well as pretraining techniques.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.08405v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.CV\", \"cs.IR\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Computer Vision and Pattern Recognition\", \"Information Retrieval\"], \"incoming_citations\": [\"15859\", \"9109\", \"26093\"], \"outgoing_citations\": [\"94101\", \"96466\", \"97694\", \"109314\", \"115124\", \"121700\", \"122763\", \"130903\", \"131401\", \"147374\", \"149004\", \"167422\", \"170603\", \"172370\", \"216765\", \"264315\"]}","task_split":"paper_retrieval"} {"document_id":"55418","document_content":"# Concadia: Towards Image-Based Text Generation with a Purpose\n## Categories\n- Computation and Language\n## Abstract\nCurrent deep learning models often achieve excellent results on benchmark image-to-text datasets but fail to generate texts that are useful in practice. We argue that to close this gap, it is vital to distinguish descriptions from captions based on their distinct communicative roles. Descriptions focus on visual features and are meant to replace an image (often to increase accessibility), whereas captions appear alongside an image to supply additional information. To motivate this distinction and help people put it into practice, we introduce the publicly available Wikipedia-based dataset Concadia consisting of 96,918 images with corresponding English-language descriptions, captions, and surrounding context. Using insights from Concadia, models trained on it, and a preregistered human-subjects experiment with human- and model-generated texts, we characterize the commonalities and differences between descriptions and captions. In addition, we show that, for generating both descriptions and captions, it is useful to augment image-to-text models with representations of the textual context in which the image appeared.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.08376v3\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"55207\", \"65751\", \"68626\", \"77306\", \"79138\", \"131401\", \"135255\", \"141196\", \"152418\", \"189795\", \"192648\", \"223815\", \"233685\", \"237923\", \"278604\", \"287504\", \"296049\", \"315108\", \"321493\"]}","task_split":"paper_retrieval"} {"document_id":"55420","document_content":"# Motion Prediction Performance Analysis for Autonomous Driving Systems and the Effects of Tracking Noise\n## Categories\n- Computer Vision and Pattern Recognition\n- Artificial Intelligence\n## Abstract\nAutonomous driving consists of a multitude of interacting modules, where each module must contend with errors from the others. Typically, the motion prediction module depends upon a robust tracking system to capture each agent's past movement. In this work, we systematically explore the importance of the tracking module for the motion prediction task and ultimately conclude that the overall motion prediction performance is highly sensitive to the tracking module's imperfections. We explicitly compare models that use tracking information to models that do not across multiple scenarios and conditions. We find that the tracking information plays an essential role and improves motion prediction performance in noise-free conditions. However, in the presence of tracking noise, it can potentially affect the overall performance if not studied thoroughly. We thus argue practitioners should be mindful of noise when developing and testing motion\/tracking modules, or that they should consider tracking free alternatives.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.08368v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.AI\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"71655\", \"74563\", \"78890\", \"106160\", \"115066\", \"116072\", \"121363\", \"122175\", \"126156\", \"126790\", \"131665\", \"136203\", \"139777\", \"146899\", \"160770\", \"162130\", \"177460\", \"178883\", \"179871\", \"181133\", \"187849\", \"191356\", \"206321\", \"217456\", \"221071\", \"237350\", \"268891\", \"302659\"]}","task_split":"paper_retrieval"} {"document_id":"55431","document_content":"# An Analysis of a BERT Deep Learning Strategy on a Technology Assisted Review Task\n## Categories\n- Information Retrieval\n- Machine Learning\n## Abstract\nDocument screening is a central task within Evidenced Based Medicine, which is a clinical discipline that supplements scientific proof to back medical decisions. Given the recent advances in DL (Deep Learning) methods applied to Information Retrieval tasks, I propose a DL document classification approach with BERT or PubMedBERT embeddings and a DL similarity search path using SBERT embeddings to reduce physicians' tasks of screening and classifying immense amounts of documents to answer clinical queries. I test and evaluate the retrieval effectiveness of my DL strategy on the 2017 and 2018 CLEF eHealth collections. I find that the proposed DL strategy works, I compare it to the recently successful BM25 plus RM3 model, and conclude that the suggested method accomplishes advanced retrieval performance in the initial ranking of the articles with the aforementioned datasets, for the CLEF eHealth Technologically Assisted Reviews in Empirical Medicine Task.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.08340v1\", \"primary_category\": \"cs.IR\", \"categories\": [\"cs.LG\", \"cs.IR\"], \"primary_category_human_readable\": \"Information Retrieval\", \"categories_human_readable\": [\"Machine Learning\", \"Information Retrieval\"], \"incoming_citations\": [\"51985\"], \"outgoing_citations\": [\"93798\", \"108689\", \"131569\", \"163052\", \"193627\", \"316977\"]}","task_split":"paper_retrieval"} {"document_id":"55544","document_content":"# Citations are not opinions: a corpus linguistics approach to understanding how citations are made\n## Categories\n- Digital Libraries\n- Computation and Language\n## Abstract\nCitation content analysis seeks to understand citations based on the language used during the making of a citation. A key issue in citation content analysis is looking for linguistic structures that characterize distinct classes of citations for the purposes of understanding the intent and function of a citation. Previous works have focused on modeling linguistic features first and drawn conclusions on the language structures unique to each class of citation function based on the performance of a classification task or inter-annotator agreement. In this study, we start with a large sample of a pre-classified citation corpus, 2 million citations from each class of the scite Smart Citation dataset (supporting, disputing, and mentioning citations), and analyze its corpus linguistics in order to reveal the unique and statistically significant language structures belonging to each type of citation. By generating comparison tables for each citation type we present a number of interesting linguistic features that uniquely characterize citation type. What we find is that within citation collocates, there is very low correlation between citation type and sentiment. Additionally, we find that the subjectivity of citation collocates across classes is very low. These findings suggest that the sentiment of collocates is not a predictor of citation function and that due to their low subjectivity, an opinion-expressing mode of understanding citations, implicit in previous citation sentiment analysis literature, is inappropriate. Instead, we suggest that citations can be better understood as claims-making devices where the citation type can be explained by understanding how two claims are being compared. By presenting this approach, we hope to inspire similar corpus linguistic studies on citations that derive a more robust theory of citation from an empirical basis using citation corpora","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.08087v1\", \"primary_category\": \"cs.DL\", \"categories\": [\"cs.DL\", \"cs.CL\"], \"primary_category_human_readable\": \"Digital Libraries\", \"categories_human_readable\": [\"Digital Libraries\", \"Computation and Language\"], \"incoming_citations\": [], \"outgoing_citations\": [\"103389\"]}","task_split":"paper_retrieval"} {"document_id":"55703","document_content":"# Rethinking Text Line Recognition Models\n## Categories\n- Computer Vision and Pattern Recognition\n- Machine Learning\n## Abstract\nIn this paper, we study the problem of text line recognition. Unlike most approaches targeting specific domains such as scene-text or handwritten documents, we investigate the general problem of developing a universal architecture that can extract text from any image, regardless of source or input modality. We consider two decoder families (Connectionist Temporal Classification and Transformer) and three encoder modules (Bidirectional LSTMs, Self-Attention, and GRCLs), and conduct extensive experiments to compare their accuracy and performance on widely used public datasets of scene and handwritten text. We find that a combination that so far has received little attention in the literature, namely a Self-Attention encoder coupled with the CTC decoder, when compounded with an external language model and trained on both public and internal data, outperforms all the others in accuracy and computational complexity. Unlike the more common Transformer-based models, this architecture can handle inputs of arbitrary length, a requirement for universal line recognition. Using an internal dataset collected from multiple sources, we also expose the limitations of current public datasets in evaluating the accuracy of line recognizers, as the relatively narrow image width and sequence length distributions do not allow to observe the quality degradation of the Transformer approach when applied to the transcription of long lines.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.07787v2\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\", \"cs.LG\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\", \"Machine Learning\"], \"incoming_citations\": [\"17060\", \"21983\"], \"outgoing_citations\": [\"93345\", \"122798\", \"126431\", \"128052\", \"134664\", \"135021\", \"148908\", \"150060\", \"152219\", \"162477\", \"163092\", \"168175\", \"189751\", \"192483\", \"194746\", \"205988\", \"210634\", \"211768\", \"211851\", \"223954\", \"252159\", \"258514\", \"274252\", \"293655\", \"294023\", \"296685\", \"309239\", \"320837\", \"328595\", \"338253\"]}","task_split":"paper_retrieval"} {"document_id":"55744","document_content":"# Syntax-Aware Graph-to-Graph Transformer for Semantic Role Labelling\n## Categories\n- Computation and Language\n## Abstract\nThe goal of semantic role labelling (SRL) is to recognise the predicate-argument structure of a sentence. Recent models have shown that syntactic information can enhance the SRL performance, but other syntax-agnostic approaches achieved reasonable performance. The best way to encode syntactic information for the SRL task is still an open question. In this paper, we propose the Syntax-aware Graph-to-Graph Transformer (SynG2G-Tr) architecture, which encodes the syntactic structure with a novel way to input graph relations as embeddings directly into the self-attention mechanism of Transformer. This approach adds a soft bias towards attention patterns that follow the syntactic structure but also allows the model to use this information to learn alternative patterns. We evaluate our model on both dependency-based and span-based SRL datasets, and outperform all previous syntax-aware and syntax-agnostic models in both in-domain and out-of-domain settings, on the CoNLL 2005 and CoNLL 2009 datasets. Our architecture is general and can be applied to encode any graph information for a desired downstream task.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.07704v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"16648\", \"23643\"], \"outgoing_citations\": [\"98029\", \"134352\", \"157323\", \"158797\", \"162910\", \"168146\", \"168549\", \"169520\", \"177443\", \"195384\", \"202775\", \"215434\", \"232290\", \"239884\", \"248279\", \"268198\", \"269973\", \"271527\", \"276493\", \"291941\"]}","task_split":"paper_retrieval"} {"document_id":"55793","document_content":"# Syntactic Perturbations Reveal Representational Correlates of Hierarchical Phrase Structure in Pretrained Language Models\n## Categories\n- Computation and Language\n## Abstract\nWhile vector-based language representations from pretrained language models have set a new standard for many NLP tasks, there is not yet a complete accounting of their inner workings. In particular, it is not entirely clear what aspects of sentence-level syntax are captured by these representations, nor how (if at all) they are built along the stacked layers of the network. In this paper, we aim to address such questions with a general class of interventional, input perturbation-based analyses of representations from pretrained language models. Importing from computational and cognitive neuroscience the notion of representational invariance, we perform a series of probes designed to test the sensitivity of these representations to several kinds of structure in sentences. Each probe involves swapping words in a sentence and comparing the representations from perturbed sentences against the original. We experiment with three different perturbations: (1) random permutations of n-grams of varying width, to test the scale at which a representation is sensitive to word position; (2) swapping of two spans which do or do not form a syntactic phrase, to test sensitivity to global phrase structure; and (3) swapping of two adjacent words which do or do not break apart a syntactic phrase, to test sensitivity to local phrase structure. Results from these probes collectively suggest that Transformers build sensitivity to larger parts of the sentence along their layers, and that hierarchical phrase structure plays a role in this process. More broadly, our results also indicate that structured input perturbations widens the scope of analyses that can be performed on often-opaque deep learning systems, and can serve as a complement to existing tools (such as supervised linear probes) for interpreting complex black-box models.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.07578v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"89761\", \"9935\", \"56222\", \"77760\"], \"outgoing_citations\": [\"56222\", \"76238\", \"77800\", \"121685\", \"122609\", \"144956\", \"157157\", \"168097\", \"172001\", \"172611\", \"173615\", \"181575\", \"182116\", \"186250\", \"189595\", \"194308\", \"195989\", \"219156\", \"220611\", \"227957\", \"251240\", \"251816\", \"251974\", \"253066\", \"256062\", \"260450\", \"263444\", \"298543\"]}","task_split":"paper_retrieval"} {"document_id":"55802","document_content":"# Rethinking Automatic Evaluation in Sentence Simplification\n## Categories\n- Computation and Language\n## Abstract\nAutomatic evaluation remains an open research question in Natural Language Generation. In the context of Sentence Simplification, this is particularly challenging: the task requires by nature to replace complex words with simpler ones that shares the same meaning. This limits the effectiveness of n-gram based metrics like BLEU. Going hand in hand with the recent advances in NLG, new metrics have been proposed, such as BERTScore for Machine Translation. In summarization, the QuestEval metric proposes to automatically compare two texts by questioning them. In this paper, we first propose a simple modification of QuestEval allowing it to tackle Sentence Simplification. We then extensively evaluate the correlations w.r.t. human judgement for several metrics including the recent BERTScore and QuestEval, and show that the latter obtain state-of-the-art correlations, outperforming standard metrics like BLEU and SARI. More importantly, we also show that a large part of the correlations are actually spurious for all the metrics. To investigate this phenomenon further, we release a new corpus of evaluated simplifications, this time not generated by systems but instead, written by humans. This allows us to remove the spurious correlations and draw very different conclusions from the original ones, resulting in a better understanding of these metrics. In particular, we raise concerns about very low correlations for most of traditional metrics. Our results show that the only significant measure of the Meaning Preservation is our adaptation of QuestEval.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.07560v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"15974\", \"15519\", \"61182\"], \"outgoing_citations\": [\"61182\", \"120280\", \"127613\", \"140414\", \"163045\", \"168744\", \"172006\", \"183694\", \"212887\", \"214312\", \"260587\", \"268339\"]}","task_split":"paper_retrieval"} {"document_id":"55823","document_content":"# FedSAE: A Novel Self-Adaptive Federated Learning Framework in Heterogeneous Systems\n## Categories\n- Machine Learning\n- Distributed, Parallel, and Cluster Computing\n## Abstract\nFederated Learning (FL) is a novel distributed machine learning which allows thousands of edge devices to train model locally without uploading data concentrically to the server. But since real federated settings are resource-constrained, FL is encountered with systems heterogeneity which causes a lot of stragglers directly and then leads to significantly accuracy reduction indirectly. To solve the problems caused by systems heterogeneity, we introduce a novel self-adaptive federated framework FedSAE which adjusts the training task of devices automatically and selects participants actively to alleviate the performance degradation. In this work, we 1) propose FedSAE which leverages the complete information of devices' historical training tasks to predict the affordable training workloads for each device. In this way, FedSAE can estimate the reliability of each device and self-adaptively adjust the amount of training load per client in each round. 2) combine our framework with Active Learning to self-adaptively select participants. Then the framework accelerates the convergence of the global model. In our framework, the server evaluates devices' value of training based on their training loss. Then the server selects those clients with bigger value for the global model to reduce communication overhead. The experimental result indicates that in a highly heterogeneous system, FedSAE converges faster than FedAvg, the vanilla FL framework. Furthermore, FedSAE outperforms than FedAvg on several federated datasets - FedSAE improves test accuracy by 26.7% and reduces stragglers by 90.3% on average.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.07515v1\", \"primary_category\": \"cs.LG\", \"categories\": [\"cs.LG\", \"cs.DC\"], \"primary_category_human_readable\": \"Machine Learning\", \"categories_human_readable\": [\"Machine Learning\", \"Distributed, Parallel, and Cluster Computing\"], \"incoming_citations\": [\"66296\"], \"outgoing_citations\": [\"119748\", \"148245\", \"164572\", \"174590\", \"177601\", \"178024\", \"184652\", \"200347\", \"200704\", \"205577\", \"207462\", \"208297\", \"210868\", \"224282\", \"229563\", \"232435\", \"234581\", \"238685\", \"252956\", \"265073\", \"335904\"]}","task_split":"paper_retrieval"} {"document_id":"55913","document_content":"# Spectral MVIR: Joint Reconstruction of 3D Shape and Spectral Reflectance\n## Categories\n- Computer Vision and Pattern Recognition\n## Abstract\nReconstructing an object's high-quality 3D shape with inherent spectral reflectance property, beyond typical device-dependent RGB albedos, opens the door to applications requiring a high-fidelity 3D model in terms of both geometry and photometry. In this paper, we propose a novel Multi-View Inverse Rendering (MVIR) method called Spectral MVIR for jointly reconstructing the 3D shape and the spectral reflectance for each point of object surfaces from multi-view images captured using a standard RGB camera and low-cost lighting equipment such as an LED bulb or an LED projector. Our main contributions are twofold: (i) We present a rendering model that considers both geometric and photometric principles in the image formation by explicitly considering camera spectral sensitivity, light's spectral power distribution, and light source positions. (ii) Based on the derived model, we build a cost-optimization MVIR framework for the joint reconstruction of the 3D shape and the per-vertex spectral reflectance while estimating the light source positions and the shadows. Different from most existing spectral-3D acquisition methods, our method does not require expensive special equipment and cumbersome geometric calibration. Experimental results using both synthetic and real-world data demonstrate that our Spectral MVIR can acquire a high-quality 3D model with accurate spectral reflectance property.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.07308v1\", \"primary_category\": \"cs.CV\", \"categories\": [\"cs.CV\"], \"primary_category_human_readable\": \"Computer Vision and Pattern Recognition\", \"categories_human_readable\": [\"Computer Vision and Pattern Recognition\"], \"incoming_citations\": [\"111407\", \"170721\"], \"outgoing_citations\": [\"79703\", \"111407\", \"170721\"]}","task_split":"paper_retrieval"} {"document_id":"55926","document_content":"# Consistency Training with Virtual Adversarial Discrete Perturbation\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nConsistency training regularizes a model by enforcing predictions of original and perturbed inputs to be similar. Previous studies have proposed various augmentation methods for the perturbation but are limited in that they are agnostic to the training model. Thus, the perturbed samples may not aid in regularization due to their ease of classification from the model. In this context, we propose an augmentation method of adding a discrete noise that would incur the highest divergence between predictions. This virtual adversarial discrete noise obtained by replacing a small portion of tokens while keeping original semantics as much as possible efficiently pushes a training model's decision boundary. Experimental results show that our proposed method outperforms other consistency training baselines with text editing, paraphrasing, or a continuous noise on semi-supervised text classification tasks and a robustness benchmark","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.07284v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [\"40367\", \"41974\"], \"outgoing_citations\": [\"615\", \"41974\", \"51130\", \"99332\", \"100386\", \"100521\", \"128206\", \"128975\", \"129807\", \"129858\", \"130252\", \"132773\", \"133106\", \"157349\", \"158701\", \"169347\", \"171039\", \"181676\", \"182218\", \"185283\", \"188492\", \"189696\", \"192811\", \"194985\", \"195794\", \"200867\", \"205715\", \"216925\", \"220017\", \"220285\", \"231898\", \"234340\", \"234716\", \"238986\", \"241611\", \"247127\", \"260450\", \"268604\", \"268999\", \"272068\", \"283114\", \"290407\", \"290778\", \"291899\", \"302824\", \"307068\", \"307756\"]}","task_split":"paper_retrieval"} {"document_id":"55962","document_content":"# Low-Resource Task-Oriented Semantic Parsing via Intrinsic Modeling\n## Categories\n- Computation and Language\n## Abstract\nTask-oriented semantic parsing models typically have high resource requirements: to support new ontologies (i.e., intents and slots), practitioners crowdsource thousands of samples for supervised fine-tuning. Partly, this is due to the structure of de facto copy-generate parsers; these models treat ontology labels as discrete entities, relying on parallel data to extrinsically derive their meaning. In our work, we instead exploit what we intrinsically know about ontology labels; for example, the fact that SL:TIME_ZONE has the categorical type \"slot\" and language-based span \"time zone\". Using this motivation, we build our approach with offline and online stages. During preprocessing, for each ontology label, we extract its intrinsic properties into a component, and insert each component into an inventory as a cache of sorts. During training, we fine-tune a seq2seq, pre-trained transformer to map utterances and inventories to frames, parse trees comprised of utterance and ontology tokens. Our formulation encourages the model to consider ontology labels as a union of its intrinsic properties, therefore substantially bootstrapping learning in low-resource settings. Experiments show our model is highly sample efficient: using a low-resource benchmark derived from TOPv2, our inventory parser outperforms a copy-generate parser by +15 EM absolute (44% relative) when fine-tuning on 10 samples from an unseen domain.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.07224v1\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\"], \"incoming_citations\": [\"24691\", \"27041\", \"36321\", \"55174\"], \"outgoing_citations\": [\"95921\", \"104803\", \"124544\", \"170083\", \"180447\", \"198784\", \"213822\", \"219814\", \"239655\", \"261770\", \"290632\"]}","task_split":"paper_retrieval"} {"document_id":"55981","document_content":"# An Alignment-Agnostic Model for Chinese Text Error Correction\n## Categories\n- Computation and Language\n- Artificial Intelligence\n## Abstract\nThis paper investigates how to correct Chinese text errors with types of mistaken, missing and redundant characters, which is common for Chinese native speakers. Most existing models based on detect-correct framework can correct mistaken characters errors, but they cannot deal with missing or redundant characters. The reason is that lengths of sentences before and after correction are not the same, leading to the inconsistence between model inputs and outputs. Although the Seq2Seq-based or sequence tagging methods provide solutions to the problem and achieved relatively good results on English context, but they do not perform well in Chinese context according to our experimental results. In our work, we propose a novel detect-correct framework which is alignment-agnostic, meaning that it can handle both text aligned and non-aligned occasions, and it can also serve as a cold start model when there are no annotated data provided. Experimental results on three datasets demonstrate that our method is effective and achieves the best performance among existing published models.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.07190v2\", \"primary_category\": \"cs.CL\", \"categories\": [\"cs.CL\", \"cs.AI\"], \"primary_category_human_readable\": \"Computation and Language\", \"categories_human_readable\": [\"Computation and Language\", \"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"89164\", \"122918\", \"124955\", \"127352\", \"128949\", \"162976\", \"168922\", \"169184\", \"191276\", \"196990\", \"225890\", \"235400\", \"263927\"]}","task_split":"paper_retrieval"} {"document_id":"56108","document_content":"# Towards a framework for evaluating the safety, acceptability and efficacy of AI systems for health: an initial synthesis\n## Categories\n- Artificial Intelligence\n## Abstract\nThe potential presented by Artificial Intelligence (AI) for healthcare has long been recognised by the technical community. More recently, this potential has been recognised by policymakers, resulting in considerable public and private investment in the development of AI for healthcare across the globe. Despite this, excepting limited success stories, real-world implementation of AI systems into front-line healthcare has been limited. There are numerous reasons for this, but a main contributory factor is the lack of internationally accepted, or formalised, regulatory standards to assess AI safety and impact and effectiveness. This is a well-recognised problem with numerous ongoing research and policy projects to overcome it. Our intention here is to contribute to this problem-solving effort by seeking to set out a minimally viable framework for evaluating the safety, acceptability and efficacy of AI systems for healthcare. We do this by conducting a systematic search across Scopus, PubMed and Google Scholar to identify all the relevant literature published between January 1970 and November 2020 related to the evaluation of: output performance; efficacy; and real-world use of AI systems, and synthesising the key themes according to the stages of evaluation: pre-clinical (theoretical phase); exploratory phase; definitive phase; and post-market surveillance phase (monitoring). The result is a framework to guide AI system developers, policymakers, and regulators through a sufficient evaluation of an AI system designed for use in healthcare.","parent_id":null,"metadata":"{\"url\": \"http:\/\/arxiv.org\/abs\/2104.06910v1\", \"primary_category\": \"cs.AI\", \"categories\": [\"cs.AI\"], \"primary_category_human_readable\": \"Artificial Intelligence\", \"categories_human_readable\": [\"Artificial Intelligence\"], \"incoming_citations\": [], \"outgoing_citations\": [\"14727\", \"186232\"]}","task_split":"paper_retrieval"} {"document_id":"56138","document_content":"# Privacy-preserving Federated Learning based on Multi-key Homomorphic Encryption\n## Categories\n- Cryptography and Security\n## Abstract\nWith the advance of machine learning and the internet of things (IoT), security and privacy have become key concerns in mobile services and networks. Transferring data to a central unit violates privacy as well as protection of sensitive data while increasing bandwidth demands.Federated learning mitigates this need to transfer local data by sharing model updates only. However, data leakage still remains an issue. In this paper, we propose xMK-CKKS, a multi-key homomorphic encryption protocol to design a novel privacy-preserving federated learning scheme. In this scheme, model updates are encrypted via an aggregated public key before sharing with a server for aggregation. For decryption, collaboration between all participating devices is required. This scheme prevents privacy leakage from publicly shared information in federated learning, and is robust to collusion between $k