← Search

Deng Cai

82 accepted papers

2026

Any-to-Bokeh: Arbitrary-Subject Video Refocusing with Video Diffusion Model

ICLR 2026poster

Diffusion models have recently emerged as powerful tools for camera simulation, enabling both geometric transformations and realistic optical effects. Among these, image-based bokeh rendering has shown promising results, but diffusion for video bokeh remains unexplored. Existing image-based methods…

Cited by 0SourcecodeScholar
2026

Enhancing Spatial Reasoning Through Visual and Textual Thinking

AAAI 2026technical

The spatial reasoning task aims to reason about the spatial relationships in 2D and 3D space, which is a fundamental capability for Visual Question Answering (VQA) and robotics. Although vision language models (VLMs) have developed rapidly in recent years, they are still struggling with the spatial

Cited by 0SourcePDFScholar
2026

THE END OF MANUAL DECODING: TOWARDS TRULY END-TO-END LANGUAGE MODELS

ICLR 2026poster

The "end-to-end" label for LLMs is a misnomer. In practice, they depend on a non-differentiable decoding process that requires laborious, hand-tuning of hyperparameters like temperature and top-p. This paper introduces AutoDeco, a novel architecture that enables truly "end-to-end'' generation by lea…

Cited by 0SourcecodeScholar
2025

ChartMimic: Evaluating LMM's Cross-Modal Reasoning Capability via Chart-to-Code Generation

ICLR 2025poster

We introduce a new benchmark, ChartMimic, aimed at assessing the visually-grounded code generation capabilities of large multimodal models (LMMs). ChartMimic utilizes information-intensive visual charts and textual instructions as inputs, requiring LMMs to generate the corresponding code for chart r…

2025

Controlling Thinking Speed in Reasoning Models

NeurIPS 2025spotlight

Human cognition is theorized to operate in two modes: fast, intuitive System 1 thinking and slow, deliberate System 2 thinking. While current Large Reasoning Models (LRMs) excel at System 2 thinking, their inability to perform fast thinking leads to high computational overhead and latency. In this w…

Cited by 0SourceScholar
2025

Empowering Self-Learning of LLMs: Inner Knowledge Explicitation as a Catalyst

AAAI 2025technical

Self-learning of Large Language Models (LLMs) facilitates their advancement towards super-intelligence by training with self-synthesized experiences. However, a critical challenge is the amplification of hallucinations in generated data during iterative self-learning, underscoring the need for relia…

2025

Enhancing Chain-of-Thought Reasoning with Critical Representation Fine-tuning

ACL 2025long

Representation Fine-tuning (ReFT), a recently proposed Parameter-Efficient Fine-Tuning (PEFT) method, has attracted widespread attention for significantly improving parameter efficiency by editing representation space alone. In this work, we investigate applying ReFT to complex reasoning tasks. Howe…

Cited by 0SourcePDFScholar
2025

FlexCAD: Unified and Versatile Controllable CAD Generation with Fine-tuned Large Language Models

ICLR 2025poster

Recently, there is a growing interest in creating computer-aided design (CAD) models based on user intent, known as controllable CAD generation. Existing work offers limited controllability and needs separate models for different types of control, reducing efficiency and practicality. To achieve con…

2025

GeoCAD: Local Geometry-Controllable CAD Generation with Large Language Models

NeurIPS 2025poster

Local geometry-controllable computer-aided design (CAD) generation aims to modify local parts of CAD models automatically, enhancing design efficiency. It also ensures that the shapes of newly generated local parts follow user-specific geometric instructions (e.g., an isosceles right triangle or a…

Cited by 0SourceScholar
2025

InfiniteICL: Breaking the Limit of Context Window Size via Long Short-term Memory Transformation

ACL 2025finding

In-context learning (ICL) is critical for large language models (LLMs), but its effectiveness is constrained by finite context windows, particularly in ultra-long contexts. To overcome this, we introduce **InfiniteICL**, a framework that parallels context and parameters in LLMs with short- and long-…

Cited by 0SourcePDFScholar
2025

MagicID: Hybrid Preference Optimization for ID-Consistent and Dynamic-Preserved Video Customization

ICCV 2025poster

Video identity customization seeks to produce high-fidelity videos that maintain consistent identity and exhibit significant dynamics based on users' reference images. However, existing approaches face two key challenges: identity degradation over extended video length and reduced dynamics during tr…

Cited by 0SourcePDFScholar
2025

PersonalVideo: High ID-Fidelity Video Customization without Dynamic and Semantic Degradation

ICCV 2025poster

The current text-to-video (T2V) generation has made significant progress in synthesizing realistic general videos, but it is still under-explored in identity-specific human video generation with customized ID images. The key challenge lies in maintaining high ID fidelity consistently while preservin…

Cited by 0SourcePDFScholar
2025

STraj: Self-training for Bridging the Cross-Geography Gap in Trajectory Prediction

AAAI 2025technical

Accurate trajectory prediction has prominent significance in autonomous driving scenarios. Most existing methods predict the trajectory of an agent by learning its interaction with other agents and the map within the scenario. However, the heterogeneous distribution of these elements across differe…

2025

Self-Reasoning Language Models: Unfold Hidden Reasoning Chains with Few Reasoning Catalyst

ACL 2025finding

Inference-time scaling has attracted much attention which significantly enhance the performance of Large Language Models (LLMs) in complex reasoning tasks by increasing the length of Chain-of-Thought. These longer intermediate reasoning rationales embody various meta-reasoning skills in human cognit…

2025

TokenSqueeze: Performance-Preserving Compression for Reasoning LLMs

NeurIPS 2025poster

Emerging reasoning LLMs such as OpenAI-o1 and DeepSeek-R1 have achieved strong performance on complex reasoning tasks by generating long chain-of-thought (CoT) traces. However, these long CoTs result in increased token usage, leading to higher inference latency and memory consumption. As a result, b…

Cited by 0SourcecodeScholar
2024

A Frustratingly Simple Decoding Method for Neural Text Generation

COLING 2024main

We introduce a frustratingly simple, highly efficient, and surprisingly effective decoding method, termed Frustratingly Simple Decoding (FSD), for neural text generation. The idea behind FSD is straightforward: We construct an anti-language model (anti-LM) based on previously generated text, which i…

2024

A Thorough Examination of Decoding Methods in the Era of LLMs

EMNLP 2024main

Decoding methods play an indispensable role in converting language models from next-token predictors into practical task solvers. Prior research on decoding methods, primarily focusing on task-specific models, may not extend to the current era of general-purpose large language models (LLMs). Moreove…

2024

Consecutive Batch Model Editing with HooK Layers

EMNLP 2024main

As the typical retraining paradigm is unacceptably time- and resource-consuming, researchers are turning to model editing to find an effective way that supports both consecutive and batch scenarios to edit the model behavior directly. Despite all these practical expectations, existing model editing…

2024

Cross-lingual Contextualized Phrase Retrieval

EMNLP 2024finding

Phrase-level dense retrieval has shown many appealing characteristics in downstream NLP tasks by leveraging the fine-grained information that phrases offer. In our work, we propose a new task formulation of dense retrieval, cross-lingual contextualized phrase retrieval, which aims to augment cross-l…

2024

Delving into the Reversal Curse: How Far Can Large Language Models Generalize?

NeurIPS 2024poster

While large language models (LLMs) showcase unprecedented capabilities, they also exhibit certain inherent limitations when facing seemingly trivial tasks. A prime example is the recently debated "reversal curse", which surfaces when models, having been trained on the fact "A is B", struggle to gen…

2024

Disperse-Then-Merge: Pushing the Limits of Instruction Tuning via Alignment Tax Reduction

ACL 2024findings

Supervised fine-tuning (SFT) on instruction-following corpus is a crucial approach toward the alignment of large language models (LLMs). However, the performance of LLMs on standard knowledge and reasoning benchmarks tends to suffer from deterioration at the latter stage of the SFT process, echoing…

2024

From Yes-Men to Truth-Tellers: Addressing Sycophancy in Large Language Models with Pinpoint Tuning

ICML 2024poster

Large Language Models (LLMs) tend to prioritize adherence to user prompts over providing veracious responses, leading to the sycophancy issue. When challenged by users, LLMs tend to admit mistakes and provide inaccurate responses even if they initially provided the correct answer. Recent works propo…

Cited by 10SourcePDFScholar
2024

G2LTraj: A Global-to-Local Generation Approach for Trajectory Prediction

IJCAI 2024poster

Predicting future trajectories of traffic agents accurately holds substantial importance in various applications such as autonomous driving. Previous methods commonly infer all future steps of an agent either recursively or simultaneously. However, the recursive strategy suffers from the accumulated…

2024

GLBench: A Comprehensive Benchmark for Graph with Large Language Models

NeurIPS 2024poster

The emergence of large language models (LLMs) has revolutionized the way we interact with graphs, leading to a new paradigm called GraphLLM. Despite the rapid development of GraphLLM methods in recent years, the progress and understanding of this field remain unclear due to the lack of a benchmark w…

2024

Knowledge Fusion of Large Language Models

ICLR 2024poster

While training large language models (LLMs) from scratch can generate models with distinct functionalities and strengths, it comes at significant costs and may result in redundant capabilities. Alternatively, a cost-effective and compelling approach is to merge existing pre-trained LLMs into a more…

2024

Learning Occupancy for Monocular 3D Object Detection

CVPR 2024poster

Monocular 3D detection is a challenging task due to the lack of accurate 3D information. Existing approaches typically rely on geometry constraints and dense depth estimates to facilitate the learning but often fail to fully exploit the benefits of three-dimensional feature extraction in frustum and…

2024

Not All Preference Pairs Are Created Equal: A Recipe for Annotation-Efficient Iterative Preference Learning

EMNLP 2024finding

Iterative preference learning, though yielding superior performances, requires online annotated preference labels. In this work, we study strategies to save annotation budgets while achieving competitive or even better performances for iterative preference learning. Built on intuitions from active l…

2024

On the Worst Prompt Performance of Large Language Models

NeurIPS 2024poster

The performance of large language models (LLMs) is acutely sensitive to the phrasing of prompts, which raises significant concerns about their reliability in real-world scenarios. Existing studies often divide prompts into task-level instructions and case-level inputs and primarily focus on evaluati…

Cited by 8SourcePDFScholar
2024

Pseudo Label Refinery for Unsupervised Domain Adaptation on Cross-dataset 3D Object Detection

CVPR 2024poster

Recent self-training techniques have shown notable improvements in unsupervised domain adaptation for 3D object detection (3D UDA). These techniques typically select pseudo labels i.e. 3D boxes to supervise models for the target domain. However this selection process inevitably introduces unreliable…

2024

Reasons to Reject? Aligning Language Models with Judgments

ACL 2024findings

As humans, we consistently interact with our peers and receive feedback in the form of natural language. This language feedback allows us to maintain appropriate behavior, and rectify potential errors. The question arises naturally: can we use language feedback to align large language models (LLMs)?…

2024

Regulating Intermediate 3D Features for Vision-Centric Autonomous Driving

AAAI 2024technical

Multi-camera perception tasks have gained significant attention in the field of autonomous driving. However, existing frameworks based on Lift-Splat-Shoot (LSS) in the multi-camera setting cannot produce suitable dense 3D features due to the projection nature and uncontrollable densification process…

2024

Semi-supervised 3D Object Detection with PatchTeacher and PillarMix

AAAI 2024technical

Semi-supervised learning aims to leverage numerous unlabeled data to improve the model performance. Current semi-supervised 3D object detection methods typically use a teacher to generate pseudo labels for a student, and the quality of the pseudo labels is essential for the final performance. In thi…

2024

StrategyLLM: Large Language Models as Strategy Generators, Executors, Optimizers, and Evaluators for Problem Solving

NeurIPS 2024poster

Most existing prompting methods suffer from the issues of generalizability and consistency, as they often rely on instance-specific solutions that may not be applicable to other instances and lack task-level consistency across the selected few-shot examples. To address these limitations, we propose…

2024

TASeg: Temporal Aggregation Network for LiDAR Semantic Segmentation

CVPR 2024poster

Training deep models for LiDAR semantic segmentation is challenging due to the inherent sparsity of point clouds. Utilizing temporal data is a natural remedy against the sparsity problem as it makes the input signal denser. However previous multi-frame fusion algorithms fall short in utilizing suffi…

2024

TagCLIP: A Local-to-Global Framework to Enhance Open-Vocabulary Multi-Label Classification of CLIP without Training

AAAI 2024technical

Contrastive Language-Image Pre-training (CLIP) has demonstrated impressive capabilities in open-vocabulary classification. The class token in the image encoder is trained to capture the global features to distinguish different text descriptions supervised by contrastive loss, making it highly effect…

2024

TextBind: Multi-turn Interleaved Multimodal Instruction-following in the Wild

ACL 2024findings

Large language models with instruction-following abilities have revolutionized the field of artificial intelligence. These models show exceptional generalizability to tackle various real-world tasks through their natural language interfaces. However, their performance heavily relies on high-quality…

Cited by 17SourcePDFScholar
2024

The Reasonableness Behind Unreasonable Translation Capability of Large Language Model

ICLR 2024poster

Multilingual large language models trained on non-parallel data yield impressive translation capabilities. Existing studies demonstrate that incidental sentence-level bilingualism within pre-training data contributes to the LLM's translation abilities. However, it has also been observed that LLM's t…

Cited by 3SourcePDFScholar
2024

Towards Fine-Grained HBOE with Rendered Orientation Set and Laplace Smoothing

AAAI 2024technical

Human body orientation estimation (HBOE) aims to estimate the orientation of a human body relative to the camera’s frontal view. Despite recent advancements in this field, there still exist limitations in achieving fine-grained results. We identify certain defects and propose corresponding approache…

2024

Unchosen Experts Can Contribute Too: Unleashing MoE Models’ Power by Self-Contrast

NeurIPS 2024poster

Mixture-of-Experts (MoE) has emerged as a prominent architecture for scaling model size while maintaining computational efficiency. In MoE, each token in the input sequence activates a different subset of experts determined by a routing mechanism. However, the unchosen experts in MoE models do not c…

2024

WatME: Towards Lossless Watermarking Through Lexical Redundancy

ACL 2024long

Text watermarking has emerged as a pivotal technique for identifying machine-generated text. However, existing methods often rely on arbitrary vocabulary partitioning during decoding to embed watermarks, which compromises the availability of suitable tokens and significantly degrades the quality of…

2023

Large Language Models Meet Harry Potter: A Dataset for Aligning Dialogue Agents with Characters

EMNLP 2023long findings

In recent years, Dialogue-style Large Language Models (LLMs) such as ChatGPT and GPT4 have demonstrated immense potential in constructing open-domain dialogue agents. However, aligning these agents with specific characters or individuals remains a considerable challenge due to the complexities of ch…

Cited by 0SourceScholar
2023

MonoNeRD: NeRF-like Representations for Monocular 3D Object Detection

ICCV 2023poster

In the field of monocular 3D detection, it is common practice to utilize scene geometric clues to enhance the detector's performance. However, many existing works adopt these clues explicitly such as estimating a depth map and back-projecting it into 3D space. This explicit methodology induces spars…

Cited by 35PDFcodeScholar
2023

One-shot Implicit Animatable Avatars with Model-based Priors

ICCV 2023poster

Existing neural rendering methods for creating human avatars typically either require dense input signals such as video or multi-view images, or leverage a learned prior from large-scale specific 3D human datasets such that reconstruction can be performed with sparse-view inputs. Most of these metho…

Cited by 41PDFcodeScholar
2023

Repetition In Repetition Out: Towards Understanding Neural Text Degeneration from the Data Perspective

NeurIPS 2023poster

There are a number of diverging hypotheses about the neural text degeneration problem, i.e., generating repetitive and dull loops, which makes this problem both interesting and confusing. In this work, we aim to advance our understanding by presenting a straightforward and fundamental explanation fr…

2023

Specialist or Generalist? Instruction Tuning for Specific NLP Tasks

EMNLP 2023long main

The potential of large language models (LLMs) to simultaneously perform a wide range of natural language processing (NLP) tasks has been the subject of extensive research. Although instruction tuning has proven to be a data-efficient method for transforming LLMs into such generalist models, their pe…

Cited by 0SourceScholar
2023

Towards In-Distribution Compatible Out-of-Distribution Detection

AAAI 2023technical

Deep neural network, despite its remarkable capability of discriminating targeted in-distribution samples, shows poor performance on detecting anomalous out-of-distribution data. To address this defect, state-of-the-art solutions choose to train deep networks on an auxiliary dataset of outliers. Var…

Cited by 2SourcePDFScholar
2022

CLRNet: Cross Layer Refinement Network for Lane Detection

CVPR 2022poster

Lane is critical in the vision navigation system of the intelligent vehicle. Naturally, lane is a traffic sign with high-level semantics, whereas it owns the specific local pattern which needs detailed low-level features to localize accurately. Using different feature levels is of great importance f…

Cited by 259PDFcodeScholar
2022

CrossFormer: A Versatile Vision Transformer Hinging on Cross-scale Attention

ICLR 2022poster

Transformers have made great progress in dealing with computer vision tasks. However, existing vision transformers have not yet possessed the ability of building the interactions among features of different scales, which is perceptually important to visual inputs. The reasons are two-fold: (1) Input…

2022

DID-M3D: Decoupling Instance Depth for Monocular 3D Object Detection

ECCV 2022poster

"Monocular 3D detection has drawn much attention from the community due to its low cost and setup simplicity. It takes an RGB image as input and predicts 3D boxes in the 3D space. The most challenging sub-task lies in the instance depth estimation. Previous works usually use a direct estimation meth…

2022

DMN4: Few-Shot Learning via Discriminative Mutual Nearest Neighbor Neural Network

AAAI 2022technical

Few-shot learning (FSL) aims to classify images under low-data regimes, where the conventional pooled global feature is likely to lose useful local characteristics. Recent work has achieved promising performances by using deep descriptors. They generally take all deep descriptors from neural network…

Cited by 30SourcePDFScholar
2022

Frame-Wise Action Representations for Long Videos via Sequence Contrastive Learning

CVPR 2022poster

Prior works on action representation learning mainly focus on designing various architectures to extract the global representations for short video clips. In contrast, many practical applications such as video alignment have strong demand for learning dense representations for long videos. In this p…

Cited by 53PDFcodeScholar
2022

Graph R-CNN: Towards Accurate 3D Object Detection with Semantic-Decorated Local Graph

ECCV 2022poster

"Two-stage detectors have gained much popularity in 3D object detection. Most two-stage 3D detectors utilize grid points, voxel grids, or sampled keypoints for RoI feature extraction in the second stage. Such methods, however, are inefficient in handling unevenly distributed and sparse outdoor point…

2022

Learning To Affiliate: Mutual Centralized Learning for Few-Shot Classification

CVPR 2022poster

Few-shot learning (FSL) aims to learn a classifier that can be easily adapted to accommodate new tasks, given only a few examples. To handle the limited-data in few-shot regimes, recent methods tend to collectively use a set of local features to densely represent an image instead of using a mixed gl…

Cited by 101PDFcodeScholar
2022

Learning to Break the Loop: Analyzing and Mitigating Repetitions for Neural Text Generation

NeurIPS 2022accept

While large-scale neural language models, such as GPT2 and BART, have achieved impressive results on various text generation tasks, they tend to get stuck in undesirable sentence-level loops with maximization-based decoding algorithms (\textit{e.g.}, greedy search). This phenomenon is counter-intuit…

2022

Lidar Point Cloud Guided Monocular 3D Object Detection

ECCV 2022poster

"Monocular 3D object detection is a challenging task in the self-driving and computer vision community. As a common practice, most previous works use manually annotated 3D box labels, where the annotating process is expensive. In this paper, we find that the precisely and carefully annotated labels…

2022

Measuring and Reducing Model Update Regression in Structured Prediction for NLP

NeurIPS 2022accept

Recent advance in deep learning has led to rapid adoption of machine learning based NLP models in a wide range of applications. Despite the continuous gain in accuracy, backward compatibility is also an important aspect for industrial applications, yet it received little research attention. Backward…

Cited by 10SourcePDFScholar
2022

Multi-Task Pre-Training for Plug-and-Play Task-Oriented Dialogue System

ACL 2022long

Pre-trained language models have been recently shown to benefit task-oriented dialogue (TOD) systems. Despite their success, existing methods often formulate this task as a cascaded generation problem which can lead to error accumulation across different sub-tasks and greater data annotation overhea…

2022

Residual Learning of Neural Text Generation with n-gram Language Model

EMNLP 2022finding

N-gram language models (LM) has been largely superseded by neural LMs as the latter exhibits better performance. However, we find that n-gram models can achieve satisfactory performance on a large proportion of testing cases, indicating they have already captured abundant knowledge of the language w…

2022

Retrofitting Multilingual Sentence Embeddings with Abstract Meaning Representation

EMNLP 2022main

We introduce a new method to improve existing multilingual sentence embeddings with Abstract Meaning Representation (AMR). Compared with the original textual input, AMR is a structured semantic representation that presents the core concepts and relations in a sentence explicitly and unambiguously. I…

2022

SCALoss: Side and Corner Aligned Loss for Bounding Box Regression

AAAI 2022technical

Bounding box regression is an important component in object detection. Recent work achieves promising performance by optimizing the Intersection over Union (IoU). However, IoU-based loss has the gradient vanish problem in the case of low overlapping bounding boxes, and the model could easily ignore…

2022

Sparse Fuse Dense: Towards High Quality 3D Detection With Depth Completion

CVPR 2022oral

Current LiDAR-only 3D detection methods inevitably suffer from the sparsity of point clouds. Many multi-modal methods are proposed to alleviate this issue, while different representations of images and point clouds make it difficult to fuse them, resulting in suboptimal performance. In this paper, w…

Cited by 251PDFcodeScholar
2022

Towards Efficient Adversarial Training on Vision Transformers

ECCV 2022poster

"Vision Transformer (ViT), as a powerful alternative to Convolutional Neural Network (CNN), has received much attention. Recent work showed that ViTs are also vulnerable to adversarial examples like CNNs. To build robust ViTs, an intuitive way is to apply adversarial training since it has been shown…

Cited by 52SourcePDFScholar
2022

WeakM3D: Towards Weakly Supervised Monocular 3D Object Detection

ICLR 2022poster

Monocular 3D object detection is one of the most challenging tasks in 3D scene understanding. Due to the ill-posed nature of monocular imagery, existing monocular 3D detection methods highly rely on training with the manually annotated 3D box labels on the LiDAR point clouds. This annotation process…

2021

Accelerate CNNs from Three Dimensions: A Comprehensive Pruning Framework

ICML 2021spotlight

Most neural network pruning methods, such as filter-level and layer-level prunings, prune the network model along one dimension (depth, width, or resolution) solely to meet a computational budget. However, such a pruning policy often leads to excessive reduction of that dimension, thus inducing a hu…

Cited by 77SourcePDFScholar
2021

Dialogue Response Selection with Hierarchical Curriculum Learning

ACL 2021long

We study the learning of a matching model for dialogue response selection. Motivated by the recent finding that models trained with random negative samples are not ideal in real-world scenarios, we propose a hierarchical curriculum learning framework that trains the matching model in an “easy-to-dif…

2021

Do Wider Neural Networks Really Help Adversarial Robustness?

NeurIPS 2021poster

Adversarial training is a powerful type of defense against adversarial examples. Previous empirical results suggest that adversarial training requires wider networks for better performances. However, it remains elusive how does neural network width affect model robustness. In this paper, we carefull…

2021

Exploiting Reasoning Chains for Multi-hop Science Question Answering

EMNLP 2021finding

We propose a novel Chain Guided Retriever-reader (CGR) framework to model the reasoning chain for multi-hop Science Question Answering. Our framework is capable of performing explainable reasoning without the need of any corpus-specific annotations, such as the ground-truth reasoning chain, or human…

2021

Multilingual AMR Parsing with Noisy Knowledge Distillation

EMNLP 2021finding

We study multilingual AMR parsing from the perspective of knowledge distillation, where the aim is to learn and improve a multilingual AMR parser by using an existing English parser as its teacher. We constrain our exploration in a strict multilingual setting: there is but one model to parse all dif…

2021

Neural Machine Translation with Monolingual Translation Memory

ACL 2021long

Prior work has proved that Translation Memory (TM) can boost the performance of Neural Machine Translation (NMT). In contrast to existing work that uses bilingual corpus as TM and employs source-side similarity search for memory retrieval, we propose a new framework that uses monolingual memory and…

2021

RESA: Recurrent Feature-Shift Aggregator for Lane Detection

AAAI 2021technical

Lane detection is one of the most important tasks in self-driving. Due to various complex scenarios (e.g., severe occlusion, ambiguous lanes, etc.) and the sparse supervisory signals inherent in lane annotations, lane detection task is still challenging. Thus, it is difficult for the ordinary convol…

2021

Salient Object Ranking With Position-Preserved Attention

ICCV 2021poster

Instance segmentation can detect where the objects are in an image, but hard to understand the relationship between them. We pay attention to a typical relationship, relative saliency. A closely related task, salient object detection, predicts a binary map highlighting a visually salient region whil…

Cited by 31PDFcodeScholar
2020

Adversarial Mutual Information for Text Generation

ICML 2020poster

Recent advances in maximizing mutual information (MI) between the source and target have demonstrated its effectiveness in text generation. However, previous works paid little attention to modeling the backward network of MI (i.e., dependency from the target to the source), which is crucial to the t…

2020

MaCAR: Urban Traffic Light Control via Active Multi-agent Communication and Action Rectification

IJCAI 2020poster

Urban traffic light control is an important and challenging real-world problem. By regarding intersections as agents, most of the Reinforcement Learning (RL) based methods generate actions of agents independently. They can cause action conflict and result in overflow or road resource waste in adjace…

Cited by 0SourcePDFScholar
2018

MacNet: Transferring Knowledge from Machine Comprehension to Sequence-to-Sequence Models

NeurIPS 2018poster

Machine Comprehension (MC) is one of the core problems in natural language processing, requiring both understanding of the natural language and knowledge about the world. Rapid progress has been made since the release of several benchmark datasets, and recently the state-of-the-art models even surpa…

2017

Scaling Up Sparse Support Vector Machines by Simultaneous Feature and Sample Reduction

ICML 2017poster

Sparse support vector machine (SVM) is a popular classification technique that can simultaneously learn a small set of the most interpretable features and identify the support vectors. It has achieved great successes in many real-world applications. However, for large-scale problems involving a huge…