Goto

Collaborating Authors

 Oceania


Using AI to help understand the evolution of young stars and their planets

AIHub

A stellar flare is a sudden flash of increased brightness on a star. Young stars are prone to these flares which can incinerate everything around them, including the atmospheres of nearby planets starting to form. Finding out how often young stars erupt can help scientists understand where to look for habitable planets. But until now, searching for these flares involved poring over thousands of measurements of star brightness variations, called'light curves', by eye. Now, an international team of scientists based in Australia and the USA have used machine learning to make the search faster and more effective.


Interleaving Fast and Slow Decision Making

arXiv.org Artificial Intelligence

The "Thinking, Fast and Slow" paradigm of Kahneman proposes that we use two different styles of thinking -- a fast and intuitive System 1 for certain tasks, along with a slower but more analytical System 2 for others. While the idea of using this two-system style of thinking is gaining popularity in AI and robotics, our work considers how to interleave the two styles of decision-making, i.e., how System 1 and System 2 should be used together. For this, we propose a novel and general framework which includes a new System 0 to oversee Systems 1 and 2. At every point when a decision needs to be made, System 0 evaluates the situation and quickly hands over the decision-making process to either System 1 or System 2. We evaluate such a framework on a modified version of the classic Pac-Man game, with an already-trained RL algorithm for System 1, a Monte-Carlo tree search for System 2, and several different possible strategies for System 0. As expected, arbitrary switches between Systems 1 and 2 do not work, but certain strategies do well. With System 0, an agent is able to perform better than one that uses only System 1 or System 2.


ReviewRobot: Explainable Paper Review Generation based on Knowledge Synthesis

arXiv.org Artificial Intelligence

To assist human review process, we build a novel ReviewRobot to automatically assign a review score and write comments for multiple categories such as novelty and meaningful comparison. A good review needs to be knowledgeable, namely that the comments should be constructive and informative to help improve the paper; and explainable by providing detailed evidence. ReviewRobot achieves these goals via three steps: (1) We perform domain-specific Information Extraction to construct a knowledge graph (KG) from the target paper under review, a related work KG from the papers cited by the target paper, and a background KG from a large collection of previous papers in the domain. (2) By comparing these three KGs, we predict a review score and detailed structured knowledge as evidence for each review category. (3) We carefully select and generalize human review sentences into templates, and apply these templates to transform the review scores and evidence into natural language comments. Experimental results show that our review score predictor reaches 71.4%-100% accuracy. Human assessment by domain experts shows that 41.7%-70.5% of the comments generated by ReviewRobot are valid and constructive, and better than human-written ones for 20% of the time. Thus, ReviewRobot can serve as an assistant for paper reviewers, program chairs and authors.


Australians have low trust in artificial intelligence and want it to be better regulated

#artificialintelligence

Every day we are likely to interact with some form of artificial intelligence (AI). It works behind the scenes in everything from social media and traffic navigation apps to product recommendations and virtual assistants. AI systems can perform tasks or make predictions, recommendations or decisions that would usually require human intelligence. Their objectives are set by humans but the systems act without explicit human instructions. As AI plays a greater role in our lives both at work and at home, questions arise.


Envisioning Technology's Role in Future Elections - Connected World

#artificialintelligence

The 2020 presidential election in the United States is just around the corner. This year, the election has been particularly controversial in part because of the ongoing COVID-19 pandemic and the restrictions the virus has placed on in-person gatherings. In a world in which connected devices and IoT (Internet of Things) technologies have enabled everything from autonomous vehicles to robotic surgery, it seems like there should be other options for casting votes besides sending paper ballots in by mail or turning them in by hand. However, concerns (both legitimate and overblown) about election-outcome accuracy and voter privacy have held the election process back in many ways from the digital revolution that has permeated almost everything else. Will 2020 be a pivotal year in changing how the American people and "the powers that be" feel about advancing the voting process?


Ramadori credits the ability "to scale quickly" for global interest in Brainbox AI - Energy Manager

#artificialintelligence

October 28, 2020 โ€“ "It has been a wild year," says Montreal-based Brainbox AI's president, Sam Ramadori. When the company launched in May 2019, it had just shy of 20 people, and worked on six development buildings totalling half a million square feet. "Today, we're in over 30 million, and with the commitment here, getting us over 40 million installed square feet." The commitment to which Ramadori is referring is that of AMP Capital in Australia, which is set to roll out Brainbox AI's energy-saving AI technology--which promises a reduction of carbon footprint by 20-40% and 15-20% in energy spend--across its entire managed real estate portfolio of central business district (CBD) office buildings, retail shopping centres and logistics facilities. Six AMP Capital-managed buildings across Australia are already trialling the technology, which will then be rolled out across the entire portfolio of over 40 buildings in Australia and New Zealand by Q1 2021. "We have a very young team, of very highly-capable technical folks, and they're all driven, not only by the truly autonomous solution, but we can really make a strong impact on climate changeโ€ฆ but the only way to do that is to be able to scale quickly," said Ramadori, referring to the solution's ease of deployment.


Performance Indicators Contributing To Success At The Group And Play-Off Stages Of The 2019 Rugby World Cup

arXiv.org Artificial Intelligence

Performance indicators that contributed to success at the group stage and play-off stages of the 2019 Rugby World Cup were analysed using publicly available data obtained from the official tournament website using both a non-parametric statistical technique, Wilcoxon's signed rank test, and a decision rules technique from machine learning called RIPPER. Our statistical results found that ball carry effectiveness (percentage of ball carries that penetrated the opposition gain-line) and total metres gained (kick metres plus carry metres) were found to contribute to success at both stages of the tournament and that indicators that contributed to success during the group stages (dominating possession, making more ball carries, making more passes, winning more rucks, and making less tackles) did not contribute to success at the play-off stage. Our results using RIPPER found that low ball carries and a low lineout success percentage jointly contributed to losing at the group stage, while winning a low number of rucks and carrying over the gain-line a sufficient number of times contributed to winning at the play-off stage of the tournament. The results emphasise the need for teams to adapt their playing strategies from the group stage to the play-off stage at tournament in order to be successful.


Modern strategies for time series regression

arXiv.org Machine Learning

Statistical methods for the analysis and forecasting of time series data have a long history (Tsay, 2000). The well-accepted Box-Jenkins analysis and forecasting methods have been applied in a wide range of applications, from finance to medicine, and the classic book that laid out the theory is now in its fourth edition with over 55,000 citations (Box et al., 2015). In this paper, we focus on the specialized area of time series regression where the goal is to predict one time series with the help of covariates that include elements which also have a time series nature. Some authors refer to this as dynamic regression (Hyndman and Athanasopoulos, 2018), others use the term regARIMA (Gรณmez and Maravall, 1994; Maravall et al., 2016). Pankratz (2012) provides an excellent overview.


Picket: Guarding Against Corrupted Data in Tabular Data during Learning and Inference

arXiv.org Machine Learning

Data corruption is an impediment to modern machine learning deployments. Corrupted data can severely bias the learned model and can also lead to invalid inferences. We present, Picket, a simple framework to safeguard against data corruptions during both training and deployment of machine learning models over tabular data. For the training stage, Picket identifies and removes corrupted data points from the training data to avoid obtaining a biased model. For the deployment stage, Picket flags, in an online manner, corrupted query points to a trained machine learning model that due to noise will result in incorrect predictions. To detect corrupted data, Picket uses a self-supervised deep learning model for mixed-type tabular data, which we call PicketNet. To minimize the burden of deployment, learning a PicketNet model does not require any human-labeled data. Picket is designed as a plugin that can increase the robustness of any machine learning pipeline. We evaluate Picket on a diverse array of real-world data considering different corruption models that include systematic and adversarial noise during both training and testing. We show that Picket consistently safeguards against corrupted data during both training and deployment of various models ranging from SVMs to neural networks, beating a diverse array of competing methods that span from data quality validation models to robust outlier-detection models.


Model selection in reconciling hierarchical time series

arXiv.org Machine Learning

Model selection has been proven an effective strategy for improving accuracy in time series forecasting applications. However, when dealing with hierarchical time series, apart from selecting the most appropriate forecasting model, forecasters have also to select a suitable method for reconciling the base forecasts produced for each series to make sure they are coherent. Although some hierarchical forecasting methods like minimum trace are strongly supported both theoretically and empirically for reconciling the base forecasts, there are still circumstances under which they might not produce the most accurate results, being outperformed by other methods. In this paper we propose an approach for dynamically selecting the most appropriate hierarchical forecasting method and succeeding better forecasting accuracy along with coherence. The approach, to be called conditional hierarchical forecasting, is based on Machine Learning classification methods and uses time series features as leading indicators for performing the selection for each hierarchy examined considering a variety of alternatives. Our results suggest that conditional hierarchical forecasting leads to significantly more accurate forecasts than standard approaches, especially at lower hierarchical levels.