Pacific Ocean
Deep Multi-View Channel-Wise Spatio-Temporal Network for Traffic Flow Prediction
Miao, Hao, Wang, Senzhang, Zhang, Meiyue, Guo, Diansheng, Sun, Funing, Yang, Fan
Accurately forecasting traffic flows is critically important to many real applications including public safety and intelligent transportation systems. The challenges of this problem include both the dynamic mobility patterns of the people and the complex spatial-temporal correlations of the urban traffic data. Meanwhile, most existing models ignore the diverse impacts of the various traffic observations (e.g. vehicle speed and road occupancy) on the traffic flow prediction, and different traffic observations can be considered as different channels of input features. We argue that the analysis in multiple-channel traffic observations might help to better address this problem. In this paper, we study the novel problem of multi-channel traffic flow prediction, and propose a deep \underline{M}ulti-\underline{V}iew \underline{C}hannel-wise \underline{S}patio-\underline{T}emporal \underline{Net}work (MVC-STNet) model to effectively address it. Specifically, we first construct the localized and globalized spatial graph where the multi-view fusion module is used to effectively extract the local and global spatial dependencies. Then LSTM is used to learn the temporal correlations. To effectively model the different impacts of various traffic observations on traffic flow prediction, a channel-wise graph convolutional network is also designed. Extensive experiments are conducted over the PEMS04 and PEMS08 datasets. The results demonstrate that the proposed MVC-STNet outperforms state-of-the-art methods by a large margin.
Efficient infusion of self-supervised representations in Automatic Speech Recognition
Prabhu, Darshan, Mirishkar, Sai Ganesh, Wasnik, Pankaj
Self-supervised learned (SSL) models such as Wav2vec and HuBERT yield state-of-the-art results on speech-related tasks. Given the effectiveness of such models, it is advantageous to use them in conventional ASR systems. While some approaches suggest incorporating these models as a trainable encoder or a learnable frontend, training such systems is extremely slow and requires a lot of computation cycles. In this work, we propose two simple approaches that use (1) framewise addition and (2) cross-attention mechanisms to efficiently incorporate the representations from the SSL model(s) into the ASR architecture, resulting in models that are comparable in size with standard encoder-decoder conformer systems while also avoiding the usage of SSL models during training. Our approach results in faster training and yields significant performance gains on the Librispeech and Tedlium datasets compared to baselines. We further provide detailed analysis and ablation studies that demonstrate the effectiveness of our approach.
CMNEE: A Large-Scale Document-Level Event Extraction Dataset based on Open-Source Chinese Military News
Zhu, Mengna, Xu, Zijie, Zeng, Kaisheng, Xiao, Kaiming, Wang, Mao, Ke, Wenjun, Huang, Hongbin
Extracting structured event knowledge, including event triggers and corresponding arguments, from military texts is fundamental to many applications, such as intelligence analysis and decision assistance. However, event extraction in the military field faces the data scarcity problem, which impedes the research of event extraction models in this domain. To alleviate this problem, we propose CMNEE, a large-scale, document-level open-source Chinese Military News Event Extraction dataset. It contains 17,000 documents and 29,223 events, which are all manually annotated based on a pre-defined schema for the military domain including 8 event types and 11 argument role types. We designed a two-stage, multi-turns annotation strategy to ensure the quality of CMNEE and reproduced several state-of-the-art event extraction models with a systematic evaluation. The experimental results on CMNEE fall shorter than those on other domain datasets obviously, which demonstrates that event extraction for military domain poses unique challenges and requires further research efforts. Our code and data can be obtained from https://github.com/Mzzzhu/CMNEE.
Octopus v3: Technical Report for On-device Sub-billion Multimodal AI Agent
A multimodal AI agent is characterized by its ability to process and learn from various types of data, including natural language, visual, and audio inputs, to inform its actions. Despite advancements in large language models that incorporate visual data, such as GPT-4V, effectively translating image-based data into actionable outcomes for AI agents continues to be challenging. In this paper, we introduce a multimodal model that incorporates the concept of functional token specifically designed for AI agent applications. To ensure compatibility with edge devices, our model is optimized to a compact size of less than 1B parameters. Like GPT-4, our model can process both English and Chinese. We demonstrate that this model is capable of operating efficiently on a wide range of edge devices, including as constrained as a Raspberry Pi.
Scientist share world's first 'conversation' between humans and whales - and say it's the first step to understanding aliens
Scientists claim they have had the first one-on-one conversation with a whale. The team from the SETI Institute and the University of California'spoke' with a 38-year-old humpback whale, named Twain, off the coast of Alaska. They used an underwater microphone to send out whale calls, 'whup/throp' sounds, and received 36 responses that seemed like Twain was actively engaged in a communicative exchange. AI-powered algorithms analyzed the replies, revealing Twain may have shared a greeting call with the team on a boat in the Pacific Ocean. While speaking to a different species has never been done in this manner, researchers are using the experience to hopefully one day converse with extraterrestrial life.
NASA confirms object that struck Florida home came from pallet of batteries intended to burn up in atmosphere
Ten U.S. and 2 United Arab Emirates astronauts have just completed 2 years of training NASA confirmed on Monday that an object that crashed into a Naples, Florida, home last month was a piece of hardware from the International Space Station that was supposed to burn up on re-entry before reaching the surface of Earth. Alejandro Otero said a piece of equipment from the International Space Station hit his Naples home, posting photos of the object on X in response to an astronomer who was tracking where and when the equipment would enter the Earth's atmosphere. Otero told the astronomer it looked like one of the pieces had missed Fort Myers, and landed inside his home. "Tore through the roof and went thru 2 floors," he posted on X, adding that it almost hit his son. FLORIDA MAN SAYS SPACE OBJECT CRASHED INTO HIS HOUSE.
Variational quantization for state space models
David, Etienne, Bellot, Jean, Corff, Sylvain Le
Forecasting tasks using large datasets gathering thousands of heterogeneous time series is a crucial statistical problem in numerous sectors. The main challenge is to model a rich variety of time series, leverage any available external signals and provide sharp predictions with statistical guarantees. In this work, we propose a new forecasting model that combines discrete state space hidden Markov models with recent neural network architectures and training procedures inspired by vector quantized variational autoencoders. We introduce a variational discrete posterior distribution of the latent states given the observations and a two-stage training procedure to alternatively train the parameters of the latent states and of the emission distributions. By learning a collection of emission laws and temporarily activating them depending on the hidden process dynamics, the proposed method allows to explore large datasets and leverage available external signals. We assess the performance of the proposed method using several datasets and show that it outperforms other state-of-the-art solutions.
Inductive-Deductive Strategy Reuse for Multi-Turn Instructional Dialogues
Ou, Jiao, Wu, Jiayu, Liu, Che, Zhang, Fuzheng, Zhang, Di, Gai, Kun
Aligning large language models (LLMs) with human expectations requires high-quality instructional dialogues, which can be achieved by raising diverse, in-depth, and insightful instructions that deepen interactions. Existing methods target instructions from real instruction dialogues as a learning goal and fine-tune a user simulator for posing instructions. However, the user simulator struggles to implicitly model complex dialogue flows and pose high-quality instructions. In this paper, we take inspiration from the cognitive abilities inherent in human learning and propose the explicit modeling of complex dialogue flows through instructional strategy reuse. Specifically, we first induce high-level strategies from various real instruction dialogues. These strategies are applied to new dialogue scenarios deductively, where the instructional strategies facilitate high-quality instructions. Experimental results show that our method can generate diverse, in-depth, and insightful instructions for a given dialogue history. The constructed multi-turn instructional dialogues can outperform competitive baselines on the downstream chat model.
Intriguing Properties of Positional Encoding in Time Series Forecasting
Zhang, Jianqi, Wang, Jingyao, Qiang, Wenwen, Xu, Fanjiang, Zheng, Changwen, Sun, Fuchun, Xiong, Hui
Transformer-based methods have made significant progress in time series forecasting (TSF). They primarily handle two types of tokens, i.e., temporal tokens that contain all variables of the same timestamp, and variable tokens that contain all input time points for a specific variable. Transformer-based methods rely on positional encoding (PE) to mark tokens' positions, facilitating the model to perceive the correlation between tokens. However, in TSF, research on PE remains insufficient. To address this gap, we conduct experiments and uncover intriguing properties of existing PEs in TSF: (i) The positional information injected by PEs diminishes as the network depth increases; (ii) Enhancing positional information in deep networks is advantageous for improving the model's performance; (iii) PE based on the similarity between tokens can improve the model's performance. Motivated by these findings, we introduce two new PEs: Temporal Position Encoding (T-PE) for temporal tokens and Variable Positional Encoding (V-PE) for variable tokens. Both T-PE and V-PE incorporate geometric PE based on tokens' positions and semantic PE based on the similarity between tokens but using different calculations. To leverage both the PEs, we design a Transformer-based dual-branch framework named T2B-PE. It first calculates temporal tokens' correlation and variable tokens' correlation respectively and then fuses the dual-branch features through the gated unit. Extensive experiments demonstrate the superior robustness and effectiveness of T2B-PE. The code is available at: \href{https://github.com/jlu-phyComputer/T2B-PE}{https://github.com/jlu-phyComputer/T2B-PE}.
Philippine president rejects further US military access to additional army camps
Fox News chief national security correspondent Jennifer Griffin reports that the U.S. military has shot down'dozens' of ballistic and cruise missiles as well as attack drones. The Philippine president said Monday his administration has no plan to give the U.S. military access to more Philippine army camps and stressed that the American military presence was sparked by China's aggressive actions in the disputed South China Sea. President Ferdinand Marcos Jr., who took office in 2022, allowed American forces and weapons access to four additional Philippine military bases, bringing to nine the number of camps where U.S. troops can rotate indefinitely under a 2014 agreement. The Biden administration has been strengthening an arc of security alliances in the region to better counter China, a move that dovetails with Philippine efforts to shore up its external defense, especially in the South China Sea. Marcos' decision last year alarmed China because two of the new sites were located just across from Taiwan and southern China.