Goto

Collaborating Authors

 Oceania


Photon: A Robust Cross-Domain Text-to-SQL System

arXiv.org Artificial Intelligence

Natural language interfaces to databases (NLIDB) democratize end user access to relational data. Due to fundamental differences between natural language communication and programming, it is common for end users to issue questions that are ambiguous to the system or fall outside the semantic scope of its underlying query language. We present Photon, a robust, modular, cross-domain NLIDB that can flag natural language input to which a SQL mapping cannot be immediately determined. Photon consists of a strong neural semantic parser (63.2\% structure accuracy on the Spider dev benchmark), a human-in-the-loop question corrector, a SQL executor and a response generator. The question corrector is a discriminative neural sequence editor which detects confusion span(s) in the input question and suggests rephrasing until a translatable input is given by the user or a maximum number of iterations are conducted. Experiments on simulated data show that the proposed method effectively improves the robustness of text-to-SQL system against untranslatable user input. The live demo of our system is available at http://naturalsql.com.


Making Coherence Out of Nothing At All: Measuring the Evolution of Gradient Alignment

arXiv.org Machine Learning

We propose a new metric (m-coherence) to experimentally study the alignment of per-example gradients during training. Intuitively, given a sample of size m, m-coherence is the number of examples in the sample that benefit from a small step along the gradient of any one example on average. Using m-coherence, we study the evolution of alignment of per-example gradients in ResNet and Inception models on ImageNet and several variants with label noise, particularly from the perspective of the recently proposed Coherent Gradients (CG) theory that provides a simple, unified explanation for memorization and generalization [Chatterjee, ICLR 20]. Although we have several interesting takeaways, our most surprising result concerns memorization. Naรฏvely, one might expect that when training with completely random labels, each example is fitted independently, and so m-coherence should be close to 1. However, this is not the case: m-coherence reaches much higher values during training (100s), indicating that over-parameterized neural networks find common patterns even in scenarios where generalization is not possible. A detailed analysis of this phenomenon provides both a deeper confirmation of CG, but at the same point puts into sharp relief what is missing from the theory in order to provide a complete explanation of generalization in neural networks. Generalization in neural networks trained with stochastic gradient descent (SGD) is not wellunderstood. For example, the generalization gap, i.e., the difference between training and test error depends critically on the dataset and we do not understand how. This is most clearly seen when we fix all aspects of training (e.g.


A simple and effective predictive resource scaling heuristic for large-scale cloud applications

arXiv.org Machine Learning

We propose a simple yet effective policy for the predictive auto-scaling of horizontally scalable applications running in cloud environments, where compute resources can only be added with a delay, and where the deployment throughput is limited. Our policy uses a probabilistic forecast of the workload to make scaling decisions dependent on the risk aversion of the application owner. We show in our experiments using real-world and synthetic data that this policy compares favorably to mathematically more sophisticated approaches as well as to simple benchmark policies.


Local teams make it to global AI competition

#artificialintelligence

TWO student teams are representing Malaysia in an ongoing international Artificial Intelligence (AI) competition. And one of them is from Curtin University Malaysia. The third annual Asia Pacific High Performance Computing โ€“ Artificial Intelligence (APAC HPC-AI) Competition is running from May 20 to Oct 15 and is co-organised by the HPC-AI Advisory Council and the Singapore National Supercomputing Centre. This year's edition of the competition encourages international teams in the Asia Pacific to showcase their mastery of high-performance computing and AI expertise in a friendly yet spirited competition that builds critical skills, professional relationships, competitive spirit and lifelong camaraderie. Held remotely, the competition is seeing a record number of teams โ€“ 30 in total โ€“ comprising undergraduate and graduate competitors from some of the region's leading academic institutions.


Learning Agile Locomotion via Adversarial Training

arXiv.org Artificial Intelligence

Developing controllers for agile locomotion is a long-standing challenge for legged robots. Reinforcement learning (RL) and Evolution Strategy (ES) hold the promise of automating the design process of such controllers. However, dedicated and careful human effort is required to design training environments to promote agility. In this paper, we present a multi-agent learning system, in which a quadruped robot (protagonist) learns to chase another robot (adversary) while the latter learns to escape. We find that this adversarial training process not only encourages agile behaviors but also effectively alleviates the laborious environment design effort. In contrast to prior works that used only one adversary, we find that training an ensemble of adversaries, each of which specializes in a different escaping strategy, is essential for the protagonist to master agility. Through extensive experiments, we show that the locomotion controller learned with adversarial training significantly outperforms carefully designed baselines.


Video Question Answering on Screencast Tutorials

arXiv.org Artificial Intelligence

This paper presents a new video question answering task on screencast tutorials. We introduce a dataset including question, answer and context triples from the tutorial videos for a software. Unlike other video question answering works, all the answers in our dataset are grounded to the domain knowledge base. An one-shot recognition algorithm is designed to extract the visual cues, which helps enhance the performance of video question answering. We also propose several baseline neural network architectures based on various aspects of video contexts from the dataset. The experimental results demonstrate that our proposed models significantly improve the question answering performances by incorporating multi-modal contexts and domain knowledge.


The Effects of Experience on Deception in Human-Agent Negotiation

Journal of Artificial Intelligence Research

Negotiation is the complex social process by which multiple parties come to mutual agreement over a series of issues. As such, it has proven to be a key challenge problem for designing adequately social AIs that can effectively navigate this space. Artificial AI agents that are capable of negotiating must be capable of realizing policies and strategies that govern offer acceptances, offer generation, preference elicitation, and more. But the next generation of agents must also adapt to reflect their usersโ€™ experiences. ย  ย  ย The best human negotiators tend to have honed their craft through hours of practice and experience. But, not all negotiators agree on which strategic tactics to use, and endorsement of deceptive tactics in particular is a controversial topic for many negotiators. We examine the ways in which deceptive tactics are used and endorsed in non-repeated human negotiation and show that prior experience plays a key role in governing what tactics are seen as acceptable or useful in negotiation. Previous work has indicated that people that negotiate through artificial agent representatives may be more inclined to fairness than those people that negotiate directly. We present a series of three user studies that challenge this initial assumption and expand on this picture by examining the role of past experience. ย  ย  ย This work constructs a new scale for measuring endorsement of manipulative negotiation tactics and introduces its use to artificial intelligence research. It continues by presenting the results of a series of three studies that examine how negotiating experience can change what negotiation tactics and strategies human endorse. Study #1 looks at human endorsement of deceptive techniques based on prior negotiating experience as well as representative effects. Study #2 further characterizes the negativity of prior experience in relation to endorsement of deceptive techniques. Finally, in Study #3, we show that the lessons learned from the empirical observations in Study #1 and #2 can in fact be inducedโ€”by designing agents that provide a specific type of negative experience, human endorsement of deception can be predictably manipulated.


Contrastive Explanations in Neural Networks

arXiv.org Artificial Intelligence

Visual explanations are logical arguments based on visual features that justify the predictions made by neural networks. Current modes of visual explanations answer questions of the form $`Why \text{ } P?'$. These $Why$ questions operate under broad contexts thereby providing answers that are irrelevant in some cases. We propose to constrain these $Why$ questions based on some context $Q$ so that our explanations answer contrastive questions of the form $`Why \text{ } P, \text{} rather \text{ } than \text{ } Q?'$. In this paper, we formalize the structure of contrastive visual explanations for neural networks. We define contrast based on neural networks and propose a methodology to extract defined contrasts. We then use the extracted contrasts as a plug-in on top of existing $`Why \text{ } P?'$ techniques, specifically Grad-CAM. We demonstrate their value in analyzing both networks and data in applications of large-scale recognition, fine-grained recognition, subsurface seismic analysis, and image quality assessment.


Global Machine Learning as a Service (MlaaS) Market boosting the growth Worldwide: Market dynamics and trends, efficiencies Forecast 2024 - Market Research Posts

#artificialintelligence

Absolute Reports is an upscale platform to help key personnel in the business world in strategizing and taking visionary decisions based on facts and figures derived from in depth market research. We are one of the top report resellers in the market, dedicated towards bringing you an ingenious concoction of data parameters.


Artificial Intelligence (AI) in Healthcare Market SWOT Analysis by Key Players: Microsoft, Sentirian, IBM , Next IT - Market Research Posts

#artificialintelligence

COVID-19 Outbreak-Global Artificial Intelligence (AI) in Healthcare Industry Market Report-Development Trends, Threats, Opportunities and Competitive Landscape in 2020 is latest research study released by HTF MI evaluating the market, highlighting opportunities, risk side analysis, and leveraged with strategic and tactical decision-making support. The study provides information on market trends and development, drivers, capacities, technologies, and on the changing investment structure of the COVID-19 Outbreak-Global Artificial Intelligence (AI) in Healthcare Market. Some of the key players profiled in the study are Zephyr Health, Inc., Atomwise, Inc, Enlitic, Inc., Nvidia Corporation, Welltok, Inc., General Vision, Inc., Microsoft Corporation, Sentirian, IBM Corporation, Next IT Corporation, Intel Corporation, Google Inc. & Siemens Healthineers GmbH. If you are involved in the COVID-19 Outbreak- Artificial Intelligence (AI) in Healthcare industry or intend to be, then this study will provide you comprehensive outlook. It's vital you keep your market knowledge up to date segmented by Patient Data and Risk Analysis, Medical Imaging and Diagnosis, Lifestyle Management and Monitoring, Virtual Assistant, Precision Medicine, In-Patient Care and Hospital Management, Drug Discovery, Wearables & Research,, Deep Learning, Querying Method, NLP & Context Aware Processing and major players.