mei
Modified-Emergency Index (MEI): A Criticality Metric for Autonomous Driving in Lateral Conflict
Cheng, Hao, Jiang, Yanbo, Shi, Qingyuan, Meng, Qingwen, Chen, Keyu, Yu, Wenhao, Wang, Jianqiang, Zheng, Sifa
Effective, reliable, and efficient evaluation of autonomous driving safety is essential to demonstrate its trustworthiness. Criticality metrics provide an objective means of assessing safety. However, as existing metrics primarily target longitudinal conflicts, accurately quantifying the risks of lateral conflicts - prevalent in urban settings - remains challenging. This paper proposes the Modified-Emergency Index (MEI), a metric designed to quantify evasive effort in lateral conflicts. Compared to the original Emergency Index (EI), MEI refines the estimation of the time available for evasive maneuvers, enabling more precise risk quantification. We validate MEI on a public lateral conflict dataset based on Argoverse-2, from which we extract over 1,500 high-quality AV conflict cases, including more than 500 critical events. MEI is then compared with the well-established ACT and the widely used PET metrics. Results show that MEI consistently outperforms them in accurately quantifying criticality and capturing risk evolution. Overall, these findings highlight MEI as a promising metric for evaluating urban conflicts and enhancing the safety assessment framework for autonomous driving. The open-source implementation is available at https://github.com/AutoChengh/MEI.
Byzantine-Resilient Output Optimization of Multiagent via Self-Triggered Hybrid Detection Approach
Yan, Chenhang, Yan, Liping, Lv, Yuezu, Dong, Bolei, Xia, Yuanqing
How to achieve precise distributed optimization despite unknown attacks, especially the Byzantine attacks, is one of the critical challenges for multiagent systems. This paper addresses a distributed resilient optimization for linear heterogeneous multi-agent systems faced with adversarial threats. We establish a framework aimed at realizing resilient optimization for continuous-time systems by incorporating a novel self-triggered hybrid detection approach. The proposed hybrid detection approach is able to identify attacks on neighbors using both error thresholds and triggering intervals, thereby optimizing the balance between effective attack detection and the reduction of excessive communication triggers. Through using an edge-based adaptive self-triggered approach, each agent can receive its neighbors' information and determine whether these information is valid. If any neighbor prove invalid, each normal agent will isolate that neighbor by disconnecting communication along that specific edge. Importantly, our adaptive algorithm guarantees the accuracy of the optimization solution even when an agent is isolated by its neighbors.
- Information Technology > Security & Privacy (1.00)
- Government > Military (1.00)
Disentangled Noisy Correspondence Learning
Dang, Zhuohang, Luo, Minnan, Wang, Jihong, Jia, Chengyou, Han, Haochen, Wan, Herun, Dai, Guang, Chang, Xiaojun, Wang, Jingdong
Cross-modal retrieval is crucial in understanding latent correspondences across modalities. However, existing methods implicitly assume well-matched training data, which is impractical as real-world data inevitably involves imperfect alignments, i.e., noisy correspondences. Although some works explore similarity-based strategies to address such noise, they suffer from sub-optimal similarity predictions influenced by modality-exclusive information (MEI), e.g., background noise in images and abstract definitions in texts. This issue arises as MEI is not shared across modalities, thus aligning it in training can markedly mislead similarity predictions. Moreover, although intuitive, directly applying previous cross-modal disentanglement methods suffers from limited noise tolerance and disentanglement efficacy. Inspired by the robustness of information bottlenecks against noise, we introduce DisNCL, a novel information-theoretic framework for feature Disentanglement in Noisy Correspondence Learning, to adaptively balance the extraction of MII and MEI with certifiable optimal cross-modal disentanglement efficacy. DisNCL then enhances similarity predictions in modality-invariant subspace, thereby greatly boosting similarity-based alleviation strategy for noisy correspondences. Furthermore, DisNCL introduces soft matching targets to model noisy many-to-many relationships inherent in multi-modal input for noise-robust and accurate cross-modal alignment. Extensive experiments confirm DisNCL's efficacy by 2% average recall improvement. Mutual information estimation and visualization results show that DisNCL learns meaningful MII/MEI subspaces, validating our theoretical analyses.
- Europe > Switzerland > Zürich > Zürich (0.14)
- Asia > China > Shaanxi Province > Xi'an (0.05)
- North America > United States > Pennsylvania > Allegheny County > Pittsburgh (0.04)
- (3 more...)
Major Entity Identification: A Generalizable Alternative to Coreference Resolution
Manikantan, Kawshik, Toshniwal, Shubham, Tapaswi, Makarand, Gandhi, Vineet
The limited generalization of coreference resolution (CR) models has been a major bottleneck in the task's broad application. Prior work has identified annotation differences, especially for mention detection, as one of the main reasons for the generalization gap and proposed using additional annotated target domain data. Rather than relying on this additional annotation, we propose an alternative formulation of the CR task, Major Entity Identification (MEI), where we: (a) assume the target entities to be specified in the input, and (b) limit the task to only the frequent entities. Through extensive experiments, we demonstrate that MEI models generalize well across domains on multiple datasets with supervised models and LLM-based few-shot prompting. Additionally, the MEI task fits the classification framework, which enables the use of classification-based metrics that are more robust than the current CR metrics. Finally, MEI is also of practical use as it allows a user to search for all mentions of a particular entity or a group of entities of interest.
- Europe (0.04)
- Asia > Middle East > Jordan (0.04)
Language Models Represent Beliefs of Self and Others
Zhu, Wentao, Zhang, Zhining, Wang, Yizhou
Understanding and attributing mental states, known as Theory of Mind (ToM), emerges as a fundamental capability for human social reasoning. While Large Language Models (LLMs) appear to possess certain ToM abilities, the mechanisms underlying these capabilities remain elusive. In this study, we discover that it is possible to linearly decode the belief status from the perspectives of various agents through neural activations of language models, indicating the existence of internal representations of self and others' beliefs. By manipulating these representations, we observe dramatic changes in the models' ToM performance, underscoring their pivotal role in the social reasoning process. Additionally, our findings extend to diverse social reasoning tasks that involve different causal inference patterns, suggesting the potential generalizability of these representations.
- Europe > Austria > Vienna (0.14)
- Europe > Norway > Norwegian Sea (0.04)
- Asia > China (0.04)
- (16 more...)
- Research Report > New Finding (1.00)
- Research Report > Experimental Study (0.93)
- Leisure & Entertainment > Social Events (0.67)
- Education (0.67)
- Health & Medicine > Therapeutic Area > Neurology (0.67)
Approximation Guarantees for the Non-Dominated Sorting Genetic Algorithm II (NSGA-II)
Zheng, Weijie, Doerr, Benjamin
Recent theoretical works have shown that the NSGA-II efficiently computes the full Pareto front when the population size is large enough. In this work, we study how well it approximates the Pareto front when the population size is smaller. For the OneMinMax benchmark, we point out situations in which the parents and offspring cover well the Pareto front, but the next population has large gaps on the Pareto front. Our mathematical proofs suggest as reason for this undesirable behavior that the NSGA-II in the selection stage computes the crowding distance once and then removes individuals with smallest crowding distance without considering that a removal increases the crowding distance of some individuals. We then analyze two variants not prone to this problem. For the NSGA-II that updates the crowding distance after each removal (Kukkonen and Deb (2006)) and the steady-state NSGA-II (Nebro and Durillo (2009)), we prove that the gaps in the Pareto front are never more than a small constant factor larger than the theoretical minimum. This is the first mathematical work on the approximation ability of the NSGA-II and the first runtime analysis for the steady-state NSGA-II. Experiments also show the superior approximation ability of the two NSGA-II variants.
- Europe > France (0.04)
- Asia > China > Heilongjiang Province > Harbin (0.04)
- Asia > China > Guangdong Province > Shenzhen (0.04)
The 'Overwatch 2' beta brings fresh content to a stale game
My love of indie games and weird hardware is well documented, but I have to admit it here: The game I've sunk the most hours into is Overwatch. I've been playing since it came out in 2016, mostly on PlayStation, but I also have accounts on Xbox and PC. I main Mei, D.Va and Moira, with a side of Symmetra and Orisa, and to this day I play competitive mode about three times a week. I've been desperate to get my hands on Overwatch 2, especially since Blizzard has been teasing it for more than two years. This week, the Overwatch 2 beta went live and I finally got to see how this thing plays, complete with the new damage hero, Sojourn, and a fresh 5v5 format.
Multi-Partition Embedding Interaction with Block Term Format for Knowledge Graph Completion
Tran, Hung Nghiep, Takasu, Atsuhiro
Knowledge graph completion is an important task that aims to predict the missing relational link between entities. Knowledge graph embedding methods perform this task by representing entities and relations as embedding vectors and modeling their interactions to compute the matching score of each triple. Previous work has usually treated each embedding as a whole and has modeled the interactions between these whole embeddings, potentially making the model excessively expensive or requiring specially designed interaction mechanisms. In this work, we propose the multi-partition embedding interaction (MEI) model with block term format to systematically address this problem. MEI divides each embedding into a multi-partition vector to efficiently restrict the interactions. Each local interaction is modeled with the Tucker tensor format and the full interaction is modeled with the block term tensor format, enabling MEI to control the trade-off between expressiveness and computational cost, learn the interaction mechanisms from data automatically, and achieve state-of-the-art performance on the link prediction task. In addition, we theoretically study the parameter efficiency problem and derive a simple empirically verified criterion for optimal parameter trade-off. We also apply the framework of MEI to provide a new generalized explanation for several specially designed interaction mechanisms in previous models.
- Information Technology > Data Science (1.00)
- Information Technology > Artificial Intelligence > Representation & Reasoning > Semantic Networks (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Statistical Learning (0.68)
- Information Technology > Artificial Intelligence > Machine Learning > Neural Networks > Deep Learning (0.46)
Using artificial intelligence to find out who fancies me
"I've been meaning to message you," opens a break-up text from an ex. "Sorry for my ridiculously slow reply," reads another. And my favourite, begins: "Yo sorry my bad, been a bit of a wasteman. He was, definitely, parring me off. These exchanges are searingly familiar to most people who find themselves on dating apps in the current hellscape – the headscratching, soul-searching, and analysing of old messages to find out where it all went wrong. Now it turns out these stunted back-and-forths – spread across a three year period – could have all been avoided had I utilised artificial intelligence. Messaging app Mei, which debuted on iOS earlier this month, uses AI to scan your WhatsApp messages and tell you how likely it is that someone has a crush on you. Originally launched on Android, the full app – which isn't available on iPhone because of Apple's privacy settings – also enables users to analyse conversations in real-time, offering live advice on how best to communicate with someone. "There's so much potential for miscommunication over text," the app's creator Es Lee tells Dazed, "meaning you often end up ruining a relationship, or not giving it a full chance.
Artificial Intelligence Wants to Determine If You're in Love or Not
There's currently a string of apps hitting the market that utilize artificial intelligence to help your dating life. Oh boy, everything in the world is all broken down to analytics nowadays, isn't it? The modern world never ceases to continually creep me out. Guess what artificial intelligence (AI) is doing now? Yes, machine learning can now be used to determine if there are seeds of romance embedded in your text messages.
- Information Technology > Communications > Mobile (0.54)
- Information Technology > Artificial Intelligence > Machine Learning (0.38)