← Search

Truyen Tran

34 accepted papers

2026

Rethinking Deep Alignment Through the Lens of Incomplete Safety Learning

AAAI 2026technical

Large language models exhibit systematic vulnerabilities to adversarial attacks despite extensive safety alignment through supervised fine-tuning and reinforcement learning from human feedback. These vulnerabilities manifest as differential safety behavior across token positions, with safety modific

Cited by 0SourcePDFScholar
2025

Navigating Social Dilemmas with LLM-based Agents via Consideration of Future Consequences

IJCAI 2025

Artificial agents with the aid of large language models (LLMs) are effective in various real-world scenarios but struggle to cooperate in social dilemmas. When making decisions under the strain of selecting between long-term consequences and short-term benefits in commonly shared resources, LLM-base

Cited by 0SourcePDFScholar
2025

Progressive Multi-granular Alignments for Grounded Reasoning in Large Vision-Language Models

AAAI 2025technical

Existing Large Vision-Language Models (LVLMs) excel at matching concepts across multi-modal inputs but struggle with compositional concepts and high-level relationships between entities. This paper introduces Progressive multi-granular Vision-Language alignments (PromViL), a novel framework to enhan…

2025

Rapid Selection and Ordering of In-Context Demonstrations via Prompt Embedding Clustering

ICLR 2025poster

While Large Language Models (LLMs) excel at in-context learning (ICL) using just a few demonstrations, their performances are sensitive to demonstration orders. The reasons behind this sensitivity remain poorly understood. In this paper, we investigate the prompt embedding space to bridge the gap be…

Cited by 0SourcePDFScholar
2025

SimSMoE: Toward Efficient Training Mixture of Experts via Solving Representational Collapse

NAACL 2025findings

Sparse mixture of experts (SMoE) have emerged as an effective approach for scaling large language models while keeping a constant computational cost. Regardless of several notable successes of SMoE, effective training such architecture remains elusive due to the representation collapse problem, whic…

2024

Diversifying Training Pool Predictability for Zero-shot Coordination: A Theory of Mind Approach

IJCAI 2024poster

The challenge in constructing artificial social agents is to enable adaptation ability to novel agents, and is called zero-shot coordination (ZSC). A promising approach is to train the adaptive agents by interacting with a diverse pool of collaborators, assuming that the greater the diversity in oth…

Cited by 1SourcePDFScholar
2024

Root Cause Explanation of Outliers under Noisy Mechanisms

AAAI 2024technical

Identifying root causes of anomalies in causal processes is vital across disciplines. Once identified, one can isolate the root causes and implement necessary measures to restore the normal operation. Causal processes are often modelled as graphs with entities being nodes and their paths/interconnec…

Cited by 0SourcePDFScholar
2023

Improving Out-of-distribution Generalization with Indirection Representations

ICLR 2023poster

We propose a generic module named Indirection Layer (InLay), which leverages indirection and data internal relationships to effectively construct symbolic indirect representations to improve out-of-distribution generalization capabilities of various neural architectures. InLay receives data input in…

Cited by 2SourcePDFScholar
2023

Memory-Augmented Theory of Mind Network

AAAI 2023technical

Social reasoning necessitates the capacity of theory of mind (ToM), the ability to contextualise and attribute mental states to others without having access to their internal cognitive structure. Recent machine learning approaches to ToM have demonstrated that we can train the observer to read the p…

2023

Persistent-Transient Duality: A Multi-Mechanism Approach for Modeling Human-Object Interaction

ICCV 2023poster

Humans are highly adaptable, swiftly switching between different modes to progressively handle different tasks, situations and contexts. In Human-object interaction (HOI) activities, these modes can be attributed to two mechanisms: (1) the large-scale consistent plan for the whole activity and (2) t…

Cited by 2PDFcodeScholar
2023

Social Motivation for Modelling Other Agents under Partial Observability in Decentralised Training

IJCAI 2023poster

Understanding other agents is a key challenge in constructing artificial social agents. Current works focus on centralised training, wherein agents are allowed to know all the information about others and the environmental state during training. In contrast, this work studies decentralised training,…

Cited by 0SourcePDFScholar
2022

Functional Indirection Neural Estimator for Better Out-of-distribution Generalization

NeurIPS 2022accept

The capacity to achieve out-of-distribution (OOD) generalization is a hallmark of human intelligence and yet remains out of reach for machines. This remarkable capability has been attributed to our abilities to make conceptual abstraction and analogy, and to a mechanism known as indirection, which b…

Cited by 1SourcePDFScholar
2022

Momentum Adversarial Distillation: Handling Large Distribution Shifts in Data-Free Knowledge Distillation

NeurIPS 2022accept

Data-free Knowledge Distillation (DFKD) has attracted attention recently thanks to its appealing capability of transferring knowledge from a teacher network to a student network without using training data. The main idea is to use a generator to synthesize data for training the student. As the gener…

Cited by 33SourcePDFScholar
2022

Towards Effective and Robust Neural Trojan Defenses via Input Filtering

ECCV 2022poster

"Trojan attacks on deep neural networks are both dangerous and surreptitious. Over the past few years, Trojan attacks have advanced from using only a single input-agnostic trigger and targeting only one class to using multiple, input-specific triggers and targeting multiple classes. However, Trojan…

Cited by 6SourcePDFScholar
2022

Video Dialog As Conversation about Objects Living in Space-Time

ECCV 2022poster

"It would be a technological feat to be able to create a system that can hold a meaningful conversation with humans about what they watch. A setup toward that goal is presented as a video dialog task, where the system is asked to generate natural utterances in response to a question in an ongoing di…

2021

Hierarchical Object-oriented Spatio-Temporal Reasoning for Video Question Answering

IJCAI 2021poster

Video Question Answering (Video QA) is a powerful testbed to develop new AI capabilities. This task necessitates learning to reason about objects, relations, and events across visual and linguistic domains in space-time. High-level reasoning demands lifting from associative visual pattern recognitio…

2021

Learning Asynchronous and Sparse Human-Object Interaction in Videos

CVPR 2021poster

Human activities can be learned from video. With effective modeling it is possible to discover not only the action labels but also the temporal structure of the activities, such as the progression of the sub-activities. Automatically recognizing such structure from raw video signal is a new capabili…

Cited by 47PDFScholar
2021

Model-Based Episodic Memory Induces Dynamic Hybrid Controls

NeurIPS 2021poster

Episodic control enables sample efficiency in reinforcement learning by recalling past experiences from an episodic memory. We propose a new model-based episodic memory of trajectories addressing current limitations of episodic control. Our memory estimates trajectory values, guiding the agent towar…

Cited by 21SourcePDFScholar
2021

Semi-Supervised Learning with Variational Bayesian Inference and Maximum Uncertainty Regularization

AAAI 2021technical

We propose two generic methods for improving semi-supervised learning (SSL). The first integrates weight perturbation (WP) into existing “consistency regularization” (CR) based methods. We implement WP by leveraging variational Bayesian inference (VBI). The second method proposes a novel consistency…

Cited by 4SourcePDFScholar
2020

Hierarchical Conditional Relation Networks for Video Question Answering

CVPR 2020oral

Video question answering (VideoQA) is challenging as it requires modeling capacity to distill dynamic visual artifacts and distant relations and to associate them with linguistic concepts. We introduce a general-purpose reusable neural unit called Conditional Relation Network (CRN) that serves as a…

Cited by 334PDFcodeScholar
2019

Improving Generalization and Stability of Generative Adversarial Networks

ICLR 2019poster

Generative Adversarial Networks (GANs) are one of the most popular tools for learning complex high dimensional distributions. However, generalization properties of GANs have not been well understood. In this paper, we analyze the generalization of GANs in practical settings. We show that discriminat…

2019

Learning Regularity in Skeleton Trajectories for Anomaly Detection in Videos

CVPR 2019poster

Appearance features have been widely used in video anomaly detection even though they contain complex entangled factors. We propose a new method to model the normal patterns of human movements in surveillance video for anomaly detection using dynamic skeleton features. We decompose the skeletal move…

Cited by 379PDFcodeScholar