← Search

Xiang Wang

148 accepted papers

2026

AgentNoiseBench: Benchmarking Robustness of Tool-Using LLM Agents Under Noisy Condition

ICML 2026poster

As LLM-based agents are increasingly deployed in real-world workflows, existing agent benchmarks---often built on idealized, noise-free assumptions---fall short of characterizing agents' robustness under imperfect user instructions and unreliable tool feedback. To address this gap, we introduce **Ag…

Cited by 0SourceScholar
2026

AlphaAlign: Incentivizing Safety Alignment with Extremely Simplified Reinforcement Learning

ICLR 2026poster

Large language models (LLMs), despite possessing latent safety understanding from their vast pretraining data, remain vulnerable to generating harmful content and exhibit issues such as over-refusal and utility degradation after safety alignment. Current safety alignment methods often result in supe…

Cited by 0SourceScholar
2026

AlphaSteer: Learning Refusal Steering with Principled Null-Space Constraint

ICLR 2026poster

As LLMs are increasingly deployed in real-world applications, ensuring their ability to refuse malicious prompts, especially jailbreak attacks, is essential for safe and reliable use. Recently, activation steering has emerged as an effective approach for enhancing LLM safety by adding a refusal dire…

Cited by 0SourcecodeScholar
2026

Beyond Static Vision: Scene Dynamic Field Unlocks Intuitive Physics Understanding in Multi-modal Large Language Models

ICLR 2026poster

While Multimodal Large Language Models (MLLMs) have demonstrated impressive capabilities in image and video understanding, their ability to comprehend the physical world has become an increasingly important research focus. Despite their improvements, current MLLMs struggle significantly with high-le…

Cited by 0SourceScholar
2026

Bridging the Semantic Gap: Leveraging LLMs for Hierarchical Interest Evolution in Sequential Recommendation

IJCAI 2026

Accurate user behavior modeling is fundamental to the prediction of click-through rates (CTR) in industrial recommendation systems and online advertising. Traditional discriminative models, which rely on isolated ID features, struggle to capture the evolving nature of user intents across multiple ch

Cited by 0Scholar
2026

Causal-HalBench: Uncovering LVLMs Object Hallucinations Through Causal Intervention

AAAI 2026technical

Large Vision-Language Models (LVLMs) often suffer from object hallucination, making erroneous judgments about the presence of objects in images. We propose this primarily stems from spurious correlations arising when models strongly associate highly co-occurring objects during training, leading to h

Cited by 0SourcePDFScholar
2026

Contrastive Weak-to-Strong Generalization

ICML 2026poster

Weak-to-strong generalization provides a promising paradigm for scaling large language models (LLMs) by training stronger models on samples from aligned weaker ones, without requiring human feedback or explicit reward modeling. However, its robustness and generalization are hindered by the noise and…

Cited by 0SourceScholar
2026

Delayed Feedback Modeling with Influence Functions

AAAI 2026technical

In online advertising under the cost-per-conversion (CPA) model, accurate conversion rate (CVR) prediction is crucial. A major challenge is delayed feedback, where conversions may occur long after user interactions, leading to incomplete recent data and biased model training. Existing solutions part

Cited by 0SourcePDFScholar
2026

Denoising Neural Reranker for Recommender Systems

ICLR 2026poster

For multi-stage recommenders in industry, a user request would first trigger a simple and efficient retriever module that selects and ranks a list of relevant items, then the recommender calls a slower but more sophisticated reranking model that refines the item list exposure to the user. To consist…

Cited by 0SourcecodeScholar
2026

DenseGRPO: From Sparse to Dense Reward for Flow Matching Model Alignment

ICLR 2026poster

Recent GRPO-based approaches built on flow matching models have shown remarkable improvements in human preference alignment for text-to-image generation. Nevertheless, they still suffer from the sparse reward problem: the terminal reward of the entire denoising trajectory is applied to all intermedi…

Cited by 0SourceScholar
2026

Differentially Private Subspace Fine-Tuning for Large Language Models

AAAI 2026technical

Fine-tuning large language models on downstream tasks is crucial for realizing their cross-domain potential but often relies on sensitive data, raising privacy concerns. Differential privacy (DP) offers rigorous privacy guarantees and has been widely adopted in fine-tuning; however, naively injecti

Cited by 0SourcePDFScholar
2026

Enhancing Multi-Modal LLMs Reasoning via Difficulty-Aware Group Normalization

ICML 2026poster

Reinforcement Learning with Verifiable Rewards (RLVR) and Group Relative Policy Optimization (GRPO) have significantly advanced the reasoning capabilities of large language models. Extending these methods to multimodal settings, however, faces a critical challenge: the instability of std-based norma…

Cited by 0SourceScholar
2026

Experience Augmented Policy Optimization for LLM Reasoning

ICML 2026poster

Reinforcement Learning with Verifiable Rewards (RLVR) is a powerful paradigm for improving the reasoning capabilities of large language models (LLMs). However, existing RLVR methods typically rely on on-policy optimization from scratch, resulting in high sampling costs and inefficient utilization of…

Cited by 0SourceScholar
2026

GuardAlign: Robust Safety Alignment in Multimodal Large Language Models

ICLR 2026poster

Multimodal large language models (MLLMs) have achieved remarkable progress in vision–language reasoning tasks, yet ensuring their safety remains a critical challenge. Recent input-side defenses detect unsafe images with CLIP and prepend safety prefixes to prompts, but they still suffer from inaccura…

Cited by 0SourceScholar
2026

HBridge: H-Shape Bridging of Heterogeneous Experts for Unified Multimodal Understanding and Generation

CVPR 2026

Recent unified models integrate understanding experts (e.g., LLMs) with generative experts (e.g., diffusion models), achieving strong multimodal performance. However, recent advanced methods such as BAGEL and LMFusion follow the Mixture-of-Transformers (MoT) paradigm, adopting a symmetric design tha

Cited by 0SourceScholar
2026

Internalizing Safety Understanding in Large Reasoning Models via Verification

ICML 2026poster

While explicit Chain-of-Thought (CoT) empowers large reasoning models (LRMs), it enables the generation of riskier final answers. Current alignment paradigms primarily rely on externally enforced compliance, optimizing models to detect malicious prompts rather than evaluating the safety of their own…

Cited by 0SourceScholar
2026

Interpretable Reward Model via Sparse Autoencoder

AAAI 2026technical

Large language models (LLMs) have been widely deployed across numerous fields. Reinforcement Learning from Human Feedback (RLHF) leverages reward models (RMs) as proxies for human preferences to align LLM behaviors with human values, making the accuracy, reliability, and interpretability of RMs crit

Cited by 0SourcePDFScholar
2026

Learning to Self-Verify Makes Language Models Better Reasoners

ICML 2026poster

Recent large language models (LLMs) achieve strong performance in generating promising reasoning paths for complex tasks. However, despite powerful generation ability, LLMs remain weak at verifying their own answers, revealing a persistent capability asymmetry between generation and self-verificatio…

Cited by 0SourceScholar
2026

Learning to Tell Apart: Weakly Supervised Video Anomaly Detection via Disentangled Semantic Alignment

AAAI 2026technical

Recent advancements in weakly-supervised video anomaly detection have achieved remarkable performance by applying the multiple instance learning paradigm based on multimodal foundation models such as CLIP to highlight anomalous instances and classify categories. However, their objectives may tend to

Cited by 0SourcePDFScholar
2026

Look Back to Reason Forward: Revisitable Memory for Long-Context LLM Agents

ICLR 2026poster

Large language models face challenges in long-context question answering, where key evidence of a query may be dispersed across millions of tokens. Existing works equip large language models with a memory corpus that is dynamically updated during a single-pass document scan, also known as the "memor…

Cited by 0SourcecodeScholar
2026

MAR: EFFICIENT LARGE LANGUAGE MODELS VIA MODULE-AWARE ARCHITECTURE REFINEMENT

ICASSP 2026poster

Large Language Models (LLMs) excel across diverse domains but suffer from high energy costs due to quadratic attention and dense Feed-Forward Network (FFN) operations. To address these issues, we propose Module-aware Architecture Refinement (MAR), a two-stage framework that integrates State Space Mo…

Cited by 0SourcePDFScholar
2026

MemOCR: Layout-Aware Visual Memory for Efficient Long-Horizon Reasoning

ICML 2026poster

Long-horizon agentic reasoning necessitates effectively compressing growing interaction histories into a limited context window. Most existing memory systems serialize history as text, where token-level cost is uniform and scales linearly with length, often spending scarce budget on low-value detail…

Cited by 0SourceScholar
2026

Mitigating Reward Hacking in LLM-based Recommendation: A Preference Optimization Approach

ICML 2026poster

Post-training adaptation has become the central paradigm for leveraging large language models (LLMs) in recommendation. While recent preference optimization methods, such as Direct Preference Optimization (DPO), enhance pairwise preference discrimination, they remain vulnerable to \emph{reward hacki…

Cited by 0SourceScholar
2026

Mitigating Safety Fallback in Editing-based Backdoor Injection on LLMs

ICLR 2026poster

Large language models (LLMs) have shown strong performance across natural language tasks, but remain vulnerable to backdoor attacks. Recent model editing-based approaches enable efficient backdoor injection by directly modifying parameters to map specific triggers to attacker-desired responses. Howe…

Cited by 0SourcecodeScholar
2026

NExT-Guard: Training-Free Streaming Safeguard without Token-Level Labels

ICML 2026poster

Large language models are increasingly deployed in streaming scenarios, rendering conventional post-hoc safeguards ineffective as they fail to interdict unsafe content in real-time. While streaming safeguards based on token-level supervised training could address this, they necessitate expensive ann…

Cited by 0SourceScholar
2026

On the Direction of RLVR Updates for LLM Reasoning: Identification and Exploitation

ICLR 2026poster

Reinforcement learning with verifiable rewards (RLVR) has substantially improved the reasoning capabilities of large language models. While existing analyses identify that RLVR-induced changes are sparse, they primarily focus on the **magnitude** of these updates, largely overlooking their **direct…

Cited by 0SourcecodeScholar
2026

Position: Safe AI Should be Resistant and Resilient in an Evolving World

ICML 2026poster

In this position paper, we address the persistent gap between rapidly growing AI capabilities and lagging safety progress. Existing paradigms divide into "Make AI Safe", which applies post-hoc alignment and guardrails but remains brittle and reactive, and "Make Safe AI", which emphasizes intrinsic s…

Cited by 0SourceScholar
2026

Quantile Advantage Estimation for Entropy-Safe Reasoning

ICLR 2026poster

Reinforcement Learning with Verifiable Rewards (RLVR) strengthens LLM reasoning but training often oscillates between {entropy collapse} and {entropy explosion}. We trace both hazards to the mean-baseline used in value-free RL (\eg GRPO/DAPO), which improperly penalizes negative-advantage samples un…

Cited by 0SourcecodeScholar
2026

Reasoning Can Be Restored by Correcting a Few Decision Tokens

ICML 2026poster

Large reasoning models (LRMs) substantially outperform their base LLM counterparts on challenging reasoning benchmarks, yet it remains poorly understood where base models go wrong during token-by-token generation and how to narrow this gap efficiently. We study the base–reasoning gap by quantifying …

Cited by 0SourceScholar
2026

Res-Bench: Benchmarking the Robustness of Multimodal Large Language Models to Dynamic Resolution Input

AAAI 2026technical

Multimodal Large Language Models (MLLMs) increasingly support dynamic image resolutions. However, current evaluation paradigms primarily assess semantic performance, overlooking the critical question of resolution robustness - whether performance remains stable across varying input resolutions. To a

Cited by 0SourcePDFScholar
2026

Thinking with Frames: Generative Video Distortion Evaluation via Frame Reward Model

CVPR 2026

Recent advances in video reward models and post-training strategies have improved text-to-video (T2V) generation. While these models typically assess visual quality, motion quality, and text alignment, they often overlook key structural distortions, such as abnormal object appearances and interactio

Cited by 0SourceScholar
2026

Tiny Brains, Giant Impact: Uncovering the Keystone Neurons of LLM with Just a Few Prompts

ICML 2026poster

Large language models (LLMs) display strong comprehensive abilities, yet the internal mechanisms that support these behaviors remain insufficiently understood. In this work, we show that across a wide range of open-weight Transformers, a subset of neurons remains consistently highly activated during…

Cited by 0SourceScholar
2026

Transport and Merge: Cross-Architecture Merging for Large Language Models

ICML 2026poster

Large language models (LLMs) achieve strong capabilities by scaling model capacity and training data, yet many real-world deployments rely on smaller models trained or adapted from low-resource data. This gap motivates the need for mechanisms to transfer knowledge from large, high-resource models to…

Cited by 0SourceScholar
2026

When to Memorize and When to Stop: Gated Recurrent Memory for Long-Context Reasoning

ICML 2026poster

While reasoning over long context is crucial for various real-world applications, it remains challenging for large language models (LLMs) as they suffer from performance degradation as the context length grows. Recent work MemAgent has tried to tackle this by processing context chunk-by-chunk in an …

Cited by 0SourceScholar
2025

3D-GSRD: 3D Molecular Graph Auto-Encoder with Selective Re-mask Decoding

NeurIPS 2025poster

Masked graph modeling (MGM) is a promising approach for molecular representation learning (MRL). However, extending the success of re-mask decoding from 2D to 3D MGM is non-trivial, primarily due to two conflicting challenges: avoiding 2D structure leakage to the decoder, while still providing suffi…

Cited by 0SourcecodeScholar
2025

AlphaDPO: Adaptive Reward Margin for Direct Preference Optimization

ICML 2025poster

Aligning large language models (LLMs) with human preferences requires balancing policy optimization with computational stability. While recent offline methods like DPO and SimPO bypass reinforcement learning’s complexity, they face critical limitations: DPO relies on static reference models that deg…

Cited by 0SourcePDFScholar
2025

AlphaEdit: Null-Space Constrained Knowledge Editing for Language Models

ICLR 2025oral

Large language models (LLMs) often exhibit hallucinations, producing incorrect or outdated knowledge. Hence, model editing methods have emerged to enable targeted knowledge updates. To achieve this, a prevailing paradigm is the locating-then-editing approach, which first locates influential parame…

2025

Animate-X: Universal Character Image Animation with Enhanced Motion Representation

ICLR 2025poster

Character image animation, which generates high-quality videos from a reference image and target pose sequence, has seen significant progress in recent years. However, most existing methods only apply to human figures, which usually do not generalize well on anthropomorphic characters commonly used…

Cited by 14SourcePDFScholar
2025

AnyEdit: Edit Any Knowledge Encoded in Language Models

ICML 2025poster

Large language models (LLMs) often produce incorrect or outdated information, necessitating efficient and precise knowledge updates. Current model editing methods, however, struggle with long-form knowledge in diverse formats, such as poetry, code snippets, and mathematical derivations. These limita…

2025

Closed-Loop Cooperative Manipulation of Deformable Tissue via Visual Feedback Using Multiple Continuum Surgical Manipulators

RA-L 2025

Continuum surgical manipulators exhibit promising potential in single-port laparoscopy due to their dexterity and design compactness. However, it is challenging for one continuum surgical manipulator to handle heavy tissues during a procedure. This letter hence proposes a closed-loop pose control fr

Cited by 2SourceScholar
2025

DAMA: Data- and Model-aware Alignment of Multi-modal LLMs

ICML 2025poster

Direct Preference Optimization (DPO) has shown effectiveness in aligning multi-modal large language models (MLLM) with human preferences. However, existing methods exhibit an imbalanced responsiveness to the data of varying hardness, tending to overfit on the easy-to-distinguish data while underfit…

Cited by 0SourcePDFScholar
2025

DVM: Towards Controllable LLM Agents in Social Deduction Games

ICASSP 2025accepted

Large Language Models (LLMs) have advanced the capability of game agents in social deduction games (SDGs). These games rely heavily on conversation-driven interactions and require agents to infer, make decisions, and express based on such information. While this progress leads to more sophisticated…

Cited by 0SourceScholar
2025

DiffGAD: A Diffusion-based Unsupervised Graph Anomaly Detector

ICLR 2025poster

Graph Anomaly Detection (GAD) is crucial for identifying abnormal entities within networks, garnering significant attention across various fields. Traditional unsupervised methods, which decode encoded latent representations of unlabeled data with a reconstruction focus, often fail to capture critic…

2025

DreamRelation: Relation-Centric Video Customization

ICCV 2025poster

Relational video customization refers to the creation of personalized videos that depict user-specified relations between two subjects, a crucial task for comprehending real-world visual content. While existing methods can personalize subject appearances and motions, they still struggle with complex…

2025

FACE: A General Framework for Mapping Collaborative Filtering Embeddings into LLM Tokens

NeurIPS 2025poster

Recently, large language models (LLMs) have been explored for integration with collaborative filtering (CF)-based recommendation systems, which are crucial for personalizing user experiences. However, a key challenge is that LLMs struggle to interpret the latent, non-semantic embeddings produced by…

Cited by 0SourcecodeScholar
2025

Fading to Grow: Growing Preference Ratios via Preference Fading Discrete Diffusion for Recommendation

NeurIPS 2025poster

Recommenders aim to rank items from a discrete item corpus in line with user interests, yet suffer from extremely sparse user preference data. Recent advances in diffusion models have inspired diffusion-based recommenders, which alleviate sparsity by injecting noise during a forward process to preve…

Cited by 0SourceScholar
2025

FreeScale: Unleashing the Resolution of Diffusion Models via Tuning-Free Scale Fusion

ICCV 2025poster

Visual diffusion models achieve remarkable progress, yet they are typically trained at limited resolutions due to the lack of high-resolution data and constrained computation resources, hampering their ability to generate high-fidelity images or videos at higher resolutions. Recent efforts have expl…

Cited by 0SourcePDFScholar
2025

Geometric Alignment and Prior Modulation for View-Guided Point Cloud Completion on Unseen Categories

ICCV 2025poster

View-Guided Point Cloud Completion (VG-PCC) aims to reconstruct complete point clouds from partial inputs by referencing single-view images. While existing VG-PCC models perform well on in-class predictions, they exhibit significant performance drops when generalizing to unseen categories. We identi…

Cited by 0SourcePDFScholar
2025

Hello Again! LLM-powered Personalized Agent for Long-term Dialogue

NAACL 2025long

Open-domain dialogue systems have seen remarkable advancements with the development of large language models (LLMs). Nonetheless, most existing dialogue systems predominantly focus on brief single-session interactions, neglecting the real-world demands for long-term companionship and personalized in…

2025

Holmes-VAU: Towards Long-term Video Anomaly Understanding at Any Granularity

CVPR 2025highlight

How can we enable models to comprehend video anomalies occurring over varying temporal scales and contexts?Traditional Video Anomaly Understanding (VAU) methods focus on frame-level anomaly prediction, often missing the interpretability of complex and diverse real-world anomalies. Recent multimodal…

2025

Intermediate Connectors and Geometric Priors for Language-Guided Affordance Segmentation on Unseen Object Categories

ICCV 2025poster

Language-guided Affordance Segmentation (LASO) aims to identify actionable object regions based on text instructions. At the core of its practicality is learning generalizable affordance knowledge that captures functional regions across diverse objects. However, current LASO solutions struggle to ex…

2025

LaMP-Val: Large Language Models Empower Personalized Valuation in Auction

EMNLP 2025

Auctions are a vital economic mechanism used to determine the market value of goods or services through competitive bidding within a specific framework. However, much of the current research primarily focuses on the bidding algorithms used within auction mechanisms. This often neglects the potential

2025

Language Representations Can be What Recommenders Need: Findings and Potentials

ICLR 2025oral

Recent studies empirically indicate that language models (LMs) encode rich world knowledge beyond mere semantics, attracting significant attention across various fields. However, in the recommendation domain, it remains uncertain whether LMs implicitly encode user preference information. Contrary to…

2025

Larger or Smaller Reward Margins to Select Preferences for LLM Alignment?

ICML 2025poster

Preference learning is critical for aligning large language models (LLMs) with human values, with the quality of preference datasets playing a crucial role in this process. While existing metrics primarily assess data quality based on either *explicit* or *implicit* reward margins, their single-mar…

Cited by 0SourcePDFScholar
2025

Learning Bayesian Nash Equilibrium in Auction Games via Approximate Best Response

ICML 2025poster

Auction plays a crucial role in many modern trading environments, including online advertising and public resource allocation. As the number of competing bidders increases, learning Bayesian Nash Equilibrium (BNE) in auctions faces significant scalability challenges. Existing methods often experienc…

Cited by 0SourcePDFScholar
2025

Multi-agent Architecture Search via Agentic Supernet

ICML 2025oral

Large Language Model (LLM)-empowered multi-agent systems extend the cognitive boundaries of individual agents through disciplined collaboration and interaction, while constructing these systems often requires labor-intensive manual designs. Despite the availability of methods to automate the design…

2025

NExT-Mol: 3D Diffusion Meets 1D Language Modeling for 3D Molecule Generation

ICLR 2025poster

3D molecule generation is crucial for drug discovery and material design. While prior efforts focus on 3D diffusion models for their benefits in modeling continuous 3D conformers, they overlook the advantages of 1D SELFIES-based Language Models (LMs), which can generate 100\% valid molecules and lev…

2025

Neuron-Level Sequential Editing for Large Language Models

ACL 2025long

This work explores sequential model editing in large language models (LLMs), a critical task that involves modifying internal knowledge within LLMs continuously through multi-round editing, each incorporating updates or corrections to adjust the model’s outputs without the need for costly retraining…

2025

On Efficiency-Effectiveness Trade-off of Diffusion-based Recommenders

NeurIPS 2025poster

Diffusion models have emerged as a powerful paradigm for generative sequential recommendation, which typically generate next items to recommend guided by user interaction histories with a multi-step denoising process. However, the multi-step process relies on discrete approximations, introducing dis…

Cited by 0SourcecodeScholar
2025

On Reasoning Strength Planning in Large Reasoning Models

NeurIPS 2025poster

Recent studies empirically reveal that large reasoning models (LRMs) can automatically allocate more reasoning strengths (\ie the number of reasoning tokens) for harder problems, exhibiting difficulty-awareness for better task performance. While this automatic reasoning strength allocation phenomeno…

Cited by 0SourcecodeScholar
2025

PCToolkit: A Unified Plug-and-Play Prompt Compression Toolkit of Large Language Models

IJCAI 2025

Prompt engineering enables Large Language Models (LLMs) to perform a variety of tasks. However, lengthy prompts significantly increase computational complexity and economic costs. To address this issue, prompt compression reduces prompt length while maintaining LLM response quality. To support rapid

2025

Personal Travel Solver: A Preference-Driven LLM-Solver System for Travel Planning

ACL 2025long

Personal travel planning is a challenging task that aims to find a feasible plan that not only satisfies diverse constraints but also meets the demands of the user’s explicit and implicit preferences. In this paper, we study how to integrate the user’s implicit preference into the progress of travel…

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

Precise, Fast, and Low-cost Concept Erasure in Value Space: Orthogonal Complement Matters

CVPR 2025poster

The success of text-to-image generation enabled by diffusion models has imposed an urgent need to erase unwanted concepts, e.g., copyrighted, offensive, and unsafe ones, from the pre-trained models in a precise, timely, and low-cost manner. The twofold demand of concept erasure requires a precise re…

2025

RePO: Understanding Preference Learning Through ReLU-Based Optimization

NeurIPS 2025poster

Preference learning has become a common approach in various recent methods for aligning large language models with human values. These methods optimize the preference margin between chosen and rejected responses, subject to certain constraints for avoiding over-optimization. In this paper, we report…

Cited by 0SourceScholar
2025

Reinforced Lifelong Editing for Language Models

ICML 2025poster

Large language models (LLMs) acquire information from pre-training corpora, but their stored knowledge can become inaccurate or outdated over time. Model editing addresses this challenge by modifying model parameters without retraining, and prevalent approaches leverage hypernetworks to generate the…

2025

Robust Preference Optimization via Dynamic Target Margins

ACL 2025finding

The alignment of Large Language Models (LLMs) is crucial for ensuring their safety and reliability in practical applications. Direct Preference Optimization (DPO) has emerged as an efficient method that directly optimizes models using preference pairs, significantly reducing resource demands. Howeve…

2025

Route Sparse Autoencoder to Interpret Large Language Models

EMNLP 2025

Mechanistic interpretability of large language models (LLMs) aims to uncover the internal processes of information propagation and reasoning. Sparse autoencoders (SAEs) have demonstrated promise in this domain by extracting interpretable and monosemantic features. However, prior works primarily focu

2025

START: Self-taught Reasoner with Tools

EMNLP 2025

Large Reasoning Models (LRMs) have demonstrated remarkable capabilities in complex reasoning through long chain-of-thought, yet they struggle with precise computations and algorithmic operations. Integrating computational tools with LRMs remains challenging, particularly in activating and enhancing

2025

SciLitLLM: How to Adapt LLMs for Scientific Literature Understanding

ICLR 2025poster

Scientific literature understanding is crucial for extracting targeted information and garnering insights, thereby significantly advancing scientific discovery. Despite the remarkable success of Large Language Models (LLMs), they face challenges in scientific literature understanding, primarily due…

2025

Search and Refine During Think: Facilitating Knowledge Refinement for Improved Retrieval-Augmented Reasoning

NeurIPS 2025poster

Large language models have demonstrated impressive reasoning capabilities but are inherently limited by their knowledge reservoir. Retrieval-augmented reasoning mitigates this limitation by allowing LLMs to query external resources, but existing methods often retrieve irrelevant or noisy information…

Cited by 0SourceScholar
2025

Teaching Language Models to Reason with Tools

NeurIPS 2025poster

Large reasoning models (LRMs) like OpenAI-o1 have shown impressive capabilities in natural language reasoning. However, these models frequently demonstrate inefficiencies or inaccuracies when tackling complex mathematical operations. While integrating computational tools such as Code Interpreters (C…

Cited by 0SourcecodeScholar
2025

Think before Recommendation: Autonomous Reasoning-enhanced Recommender

NeurIPS 2025poster

The core task of recommender systems is to learn user preferences from historical user-item interactions. With the rapid development of large language models (LLMs), recent research has explored leveraging the reasoning capabilities of LLMs to enhance rating prediction tasks. However, existing disti…

Cited by 0SourceScholar
2025

Towards Robust Alignment of Language Models: Distributionally Robustifying Direct Preference Optimization

ICLR 2025poster

This study addresses the challenge of noise in training datasets for Direct Preference Optimization (DPO), a method for aligning Large Language Models (LLMs) with human preferences. We categorize noise into pointwise noise, which includes low-quality data points, and pairwise noise, which encompasse…

2025

Towards Unified and Lossless Latent Space for 3D Molecular Latent Diffusion Modeling

NeurIPS 2025poster

3D molecule generation is crucial for drug discovery and material science, requiring models to process complex multi-modalities, including atom types, chemical bonds, and 3D coordinates. A key challenge is integrating these modalities of different shapes while maintaining SE(3) equivariance for 3D c…

Cited by 0SourcecodeScholar
2025

Unified Parameter-Efficient Unlearning for LLMs

ICLR 2025poster

The advent of Large Language Models (LLMs) has revolutionized natural language processing, enabling advanced understanding and reasoning capabilities across a variety of tasks. Fine-tuning these models for specific domains, particularly through Parameter-Efficient Fine-Tuning (PEFT) strategies like…

2024

$\beta$-DPO: Direct Preference Optimization with Dynamic $\beta$

NeurIPS 2024poster

Direct Preference Optimization (DPO) has emerged as a compelling approach for training Large Language Models (LLMs) to adhere to human preferences. However, the performance of DPO is sensitive to the fine-tuning of its trade-off parameter $\beta$, as well as to the quality of the preference data. We…

Cited by 0SourcePDFScholar
2024

A Recipe for Scaling up Text-to-Video Generation with Text-free Videos

CVPR 2024poster

Diffusion-based text-to-video generation has witnessed impressive progress in the past year yet still falls behind text-to-image generation. One of the key reasons is the limited scale of publicly available data (e.g. 10M video-text pairs in WebVid10M vs. 5B image-text pairs in LAION) considering th…

Cited by 37SourcePDFScholar
2024

Auctionformer: A Unified Deep Learning Algorithm for Solving Equilibrium Strategies in Auction Games

ICML 2024poster

Auction games have been widely used in plenty of trading environments such as online advertising and real estate. The complexity of real-world scenarios, characterized by diverse auction mechanisms and bidder asymmetries, poses significant challenges in efficiently solving for equilibria. Traditiona…

Cited by 0SourcePDFScholar
2024

BKDSNN: Enhancing the Performance of Learning-based Spiking Neural Networks Training with Blurred Knowledge Distillation

ECCV 2024poster

"Spiking neural networks (SNNs), which mimic biological neural systems to convey information via discrete spikes, are well-known as brain-inspired models with excellent computing efficiency. By utilizing the surrogate gradient estimation for discrete spikes, learning-based SNN training methods that…

2024

Customizing Language Models with Instance-wise LoRA for Sequential Recommendation

NeurIPS 2024poster

Sequential recommendation systems predict the next interaction item based on users' past interactions, aligning recommendations with individual preferences. Leveraging the strengths of Large Language Models (LLMs) in knowledge comprehension and reasoning, recent approaches are eager to apply LLMs t…

2024

Disentangling Masked Autoencoders for Unsupervised Domain Generalization

ECCV 2024poster

"Domain Generalization (DG), designed to enhance out-of-distribution (OOD) generalization, is all about learning invariance against domain shifts utilizing sufficient supervision signals. Yet, the scarcity of such labeled data has led to the rise of unsupervised domain generalization (UDG) — a more…

2024

Dynamicity-aware Social Bot Detection with Dynamic Graph Transformers

IJCAI 2024poster

Detecting social bots has evolved into a pivotal yet intricate task, aimed at combating the dissemination of misinformation and preserving the authenticity of online interactions. While earlier graph-based approaches, which leverage topological structure of social networks, yielded notable outcomes,…

2024

Enhance Image Classification via Inter-Class Image Mixup with Diffusion Model

CVPR 2024poster

Text-to-image (T2I) generative models have recently emerged as a powerful tool enabling the creation of photo-realistic images and giving rise to a multitude of applications. However the effective integration of T2I models into fundamental image classification tasks remains an open question. A preva…

2024

EvolveDirector: Approaching Advanced Text-to-Image Generation with Large Vision-Language Models

NeurIPS 2024poster

Recent advancements in generation models have showcased remarkable capabilities in generating fantastic content. However, most of them are trained on proprietary high-quality data, and some models withhold their parameters and only provide accessible application programming interfaces (APIs), limiti…

2024

HR-Pro: Point-Supervised Temporal Action Localization via Hierarchical Reliability Propagation

AAAI 2024technical

Point-supervised Temporal Action Localization (PSTAL) is an emerging research direction for label-efficient learning. However, current methods mainly focus on optimizing the network either at the snippet-level or the instance-level, neglecting the inherent reliability of point annotations at both le…

2024

Hierarchical Spatio-temporal Decoupling for Text-to-Video Generation

CVPR 2024poster

Despite diffusion models having shown powerful abilities to generate photorealistic images generating videos that are realistic and diverse still remains in its infancy. One of the key reasons is that current methods intertwine spatial content and temporal dynamics together leading to a notably incr…

2024

InstructVideo: Instructing Video Diffusion Models with Human Feedback

CVPR 2024poster

Diffusion models have emerged as the de facto paradigm for video generation. However their reliance on web-scale data of varied quality often yields results that are visually unappealing and misaligned with the textual prompts. To tackle this problem we propose InstructVideo to instruct text-to-vide…

2024

LASO: Language-guided Affordance Segmentation on 3D Object

CVPR 2024poster

Segmenting affordance in 3D data is key for bridging perception and action in robots. Existing efforts mostly focus on the visual side and overlook the affordance knowledge from a semantic aspect. This oversight not only limits their generalization to unseen objects but more importantly hinders thei…

2024

MolTC: Towards Molecular Relational Modeling In Language Models

ACL 2024findings

Molecular Relational Learning (MRL), aiming to understand interactions between molecular pairs, plays a pivotal role in advancing biochemical research. Recently, the adoption of large language models (LLMs), known for their vast knowledge repositories and advanced logical inference capabilities, has…

2024

MuggleMath: Assessing the Impact of Query and Response Augmentation on Math Reasoning

ACL 2024long

In math reasoning with large language models (LLMs), fine-tuning data augmentation by query evolution and diverse reasoning paths is empirically verified effective, profoundly narrowing the gap between open-sourced LLMs and cutting-edge proprietary LLMs. In this paper, we conduct an investigation fo…

2024

On Softmax Direct Preference Optimization for Recommendation

NeurIPS 2024poster

Recommender systems aim to predict personalized rankings based on user preference data. With the rise of Language Models (LMs), LM-based recommenders have been widely explored due to their extensive world knowledge and powerful reasoning abilities. Most of the LM-based recommenders convert historica…

2024

Proof-of-Concept Development of the Distal Module of a Cystoscope Transurethral Continuum Surgical Robotic System

RA-L 2024

Transurethral resection of bladder tumor (TURBT) is the typical procedure for non-muscle invasive bladder tumors. However, current TURBT using rigid surgical tools can hardly handle en bloc resection of bladder tumor and anterior tumor resection. This letter hence proposes a teleoperation-based cyst

Cited by 5SourceScholar
2024

ProtT3: Protein-to-Text Generation for Text-based Protein Understanding

ACL 2024long

Language Models (LMs) excel in understanding textual descriptions of proteins, as evident in biomedical question-answering tasks. However, their capability falters with raw protein data, such as amino acid sequences, due to a deficit in pretraining on such data. Conversely, Protein Language Models (…

2024

ReactXT: Understanding Molecular “Reaction-ship” via Reaction-Contextualized Molecule-Text Pretraining

ACL 2024findings

Molecule-text modeling, which aims to facilitate molecule-relevant tasks with a textual interface and textual knowledge, is an emerging research direction. Beyond single molecules, studying reaction-text modeling holds promise for helping the synthesis of new materials and drugs. However, previous w…

2024

SpikeZIP-TF: Conversion is All You Need for Transformer-based SNN

ICML 2024poster

Spiking neural network (SNN) has attracted great attention due to its characteristic of high efficiency and accuracy. Currently, the ANN-to-SNN conversion methods can obtain ANN on-par accuracy SNN with ultra-low latency (8 time-steps) in CNN structure on computer vision (CV) tasks. However, as Tran…

2024

Text-to-Image Generation for Abstract Concepts

AAAI 2024technical

Recent years have witnessed the substantial progress of large-scale models across various domains, such as natural language processing and computer vision, facilitating the expression of concrete concepts. Unlike concrete concepts that are usually directly associated with physical objects, expressin…

2024

Towards 3D Molecule-Text Interpretation in Language Models

ICLR 2024poster

Language Models (LMs) have greatly influenced diverse domains. However, their inherent limitation in comprehending 3D molecular structures has considerably constrained their potential in the biomolecular domain. To bridge this gap, we focus on 3D molecule-text interpretation, and propose 3D-MoLM: 3D…

2024

Towards Neuron Attributions in Multi-Modal Large Language Models

NeurIPS 2024poster

As Large Language Models (LLMs) demonstrate impressive capabilities, demystifying their internal mechanisms becomes increasingly vital. Neuron attribution, which attributes LLM outputs to specific neurons to reveal the semantic properties they learn, has emerged as a key interpretability approach. H…

Cited by 3SourcePDFScholar
2023

A Comprehensive Evaluation of Large Language Models on Legal Judgment Prediction

EMNLP 2023long findings

Large language models (LLMs) have demonstrated great potential for domain-specific applications, such as the law domain. However, recent disputes over GPT-4's law evaluation raise questions concerning their performance in real-world legal tasks. To systematically investigate their competency in the…

Cited by 0SourcecodeScholar
2023

Boosting Causal Discovery via Adaptive Sample Reweighting

ICLR 2023poster

Under stringent model type and variable distribution assumptions, score-based causal discovery methods learn the directed acyclic graph (DAG) from observational data by evaluating candidate graphs over an averaged score function. Despite the great success in low-dimensional linear systems, it has be…

2023

Discovering Spatio-Temporal Rationales for Video Question Answering

ICCV 2023poster

This paper strives to solve complex video question answering (VideoQA) which features long videos containing multiple objects and events at different time. To tackle the challenge, we highlight the importance of identifying question-critical temporal moments and spatial objects from the vast amount…

Cited by 27PDFcodeScholar
2023

Empowering Collaborative Filtering with Principled Adversarial Contrastive Loss

NeurIPS 2023poster

Contrastive Learning (CL) has achieved impressive performance in self-supervised learning tasks, showing superior generalization ability. Inspired by the success, adopting CL into collaborative filtering (CF) is prevailing in semi-supervised topK recommendations. The basic idea is to routinely condu…

2023

Enlarging Instance-Specific and Class-Specific Information for Open-Set Action Recognition

CVPR 2023poster

Open-set action recognition is to reject unknown human action cases which are out of the distribution of the training set. Existing methods mainly focus on learning better uncertainty scores but dismiss the importance of feature representations. We find that features with richer semantic diversity c…

2023

Evaluating Post-hoc Explanations for Graph Neural Networks via Robustness Analysis

NeurIPS 2023oral

This work studies the evaluation of explaining graph neural networks (GNNs), which is crucial to the credibility of post-hoc explainability in practical usage. Conventional evaluation metrics, and even explanation methods -- which mainly follow the paradigm of feeding the explanatory subgraph and me…

Cited by 36SourcePDFScholar
2023

Generate What You Prefer: Reshaping Sequential Recommendation via Guided Diffusion

NeurIPS 2023poster

Sequential recommendation aims to recommend the next item that matches a user’s interest, based on the sequence of items he/she interacted with before. Scrutinizing previous studies, we can summarize a common learning-to-classify paradigm— given a positive item, a recommender model performs negative…

2023

MoLo: Motion-Augmented Long-Short Contrastive Learning for Few-Shot Action Recognition

CVPR 2023poster

Current state-of-the-art approaches for few-shot action recognition achieve promising performance by conducting frame-level matching on learned visual features. However, they generally suffer from two limitations: i) the matching procedure between local frames tends to be inaccurate due to the lack…

2023

MolCA: Molecular Graph-Language Modeling with Cross-Modal Projector and Uni-Modal Adapter

EMNLP 2023long main

Language Models (LMs) have demonstrated impressive molecule understanding ability on various 1D text-related tasks. However, they inherently lack 2D graph perception — a critical ability of human professionals in comprehending molecules' topological structures. To bridge this gap, we propose MolCA:…

Cited by 0SourcecodeScholar
2023

Plateau in Monotonic Linear Interpolation --- A "Biased" View of Loss Landscape for Deep Networks

ICLR 2023poster

Monotonic linear interpolation (MLI) --- on the line connecting a random initialization with the minimizer it converges to, the loss and accuracy are monotonic --- is a phenomenon that is commonly observed in the training of neural networks. Such a phenomenon may seem to suggest that optimization o…

Cited by 12SourcePDFScholar
2023

Provably Learning Diverse Features in Multi-View Data with Midpoint Mixup

ICML 2023poster

Mixup is a data augmentation technique that relies on training using random convex combinations of data points and their labels. In recent years, Mixup has become a standard primitive used in the training of state-of-the-art image classification models due to its demonstrated benefits over empirical…

2023

RLIPv2: Fast Scaling of Relational Language-Image Pre-Training

ICCV 2023poster

Relational Language-Image Pre-training (RLIP) aims to align vision representations with relational texts, thereby advancing the capability of relational reasoning in computer vision tasks. However, hindered by the slow convergence of RLIPv1 architecture and the limited availability of existing scene…

Cited by 47PDFcodeScholar
2023

ReLM: Leveraging Language Models for Enhanced Chemical Reaction Prediction

EMNLP 2023short findings

Predicting chemical reactions, a fundamental challenge in chemistry, involves forecasting the resulting products from a given reaction process. Conventional techniques, notably those employing Graph Neural Networks (GNNs), are often limited by insufficient training data and their inability to utiliz…

Cited by 0SourcecodeScholar
2023

Rethinking Tokenizer and Decoder in Masked Graph Modeling for Molecules

NeurIPS 2023poster

Masked graph modeling excels in the self-supervised representation learning of molecular graphs. Scrutinizing previous studies, we can reveal a common scheme consisting of three key components: (1) graph tokenizer, which breaks a molecular graph into smaller fragments (\ie subgraphs) and converts th…

2023

Space-time Prompting for Video Class-incremental Learning

ICCV 2023oral

Recently, prompt-based learning has made impressive progress on image class-incremental learning, but it still lacks sufficient exploration in the video domain. In this paper, we will fill this gap by learning multiple prompts based on a powerful image-language pre-trained model, i.e., CLIP, making…

Cited by 11PDFScholar
2023

Understanding Contrastive Learning via Distributionally Robust Optimization

NeurIPS 2023poster

This study reveals the inherent tolerance of contrastive learning (CL) towards sampling bias, wherein negative samples may encompass similar semantics (\eg labels). However, existing theories fall short in providing explanations for this phenomenon. We bridge this research gap by analyzing CL throug…

2023

Understanding Edge-of-Stability Training Dynamics with a Minimalist Example

ICLR 2023poster

Recently, researchers observed that gradient descent for deep neural networks operates in an ``edge-of-stability'' (EoS) regime: the sharpness (maximum eigenvalue of the Hessian) is often larger than stability threshold $2/\eta$ (where $\eta$ is the step size). Despite this, the loss oscillates and…

Cited by 45SourcePDFScholar
2023

Unleashing the Power of Graph Data Augmentation on Covariate Distribution Shift

NeurIPS 2023poster

The issue of distribution shifts is emerging as a critical concern in graph representation learning. From the perspective of invariant learning and stable learning, a recently well-established paradigm for out-of-distribution generalization, stable features of the graph are assumed to causally deter…

2023

VideoComposer: Compositional Video Synthesis with Motion Controllability

NeurIPS 2023poster

The pursuit of controllability as a higher standard of visual content creation has yielded remarkable progress in customizable image synthesis. However, achieving controllable video synthesis remains challenging due to the large variation of temporal dynamics and the requirement of cross-frame tempo…

2023

WSiP: Wave Superposition Inspired Pooling for Dynamic Interactions-Aware Trajectory Prediction

AAAI 2023technical

Predicting motions of surrounding vehicles is critically important to help autonomous driving systems plan a safe path and avoid collisions. Although recent social pooling based LSTM models have achieved significant performance gains by considering the motion interactions between vehicles close to e…

2022

Copy Motion From One to Another: Fake Motion Video Generation

IJCAI 2022poster

One compelling application of artificial intelligence is to generate a video of a target person performing arbitrary desired motion (from a source person). While the state-of-the-art methods are able to synthesize a video demonstrating similar broad stroke motion details, they are generally lacking…

2022

Discovering Invariant Rationales for Graph Neural Networks

ICLR 2022poster

Intrinsic interpretability of graph neural networks (GNNs) is to find a small subset of the input graph's features --- rationale --- which guides the model prediction. Unfortunately, the leading rationalization models often rely on data biases, especially shortcut features, to compose rationales and…

2022

Hybrid Relation Guided Set Matching for Few-Shot Action Recognition

CVPR 2022poster

Current few-shot action recognition methods reach impressive performance by learning discriminative features for each video via episodic training and designing various temporal alignment strategies. Nevertheless, they are limited in that (a) learning individual features without considering the entir…

Cited by 121PDFcodeScholar
2022

Incorporating Bias-aware Margins into Contrastive Loss for Collaborative Filtering

NeurIPS 2022accept

Collaborative filtering (CF) models easily suffer from popularity bias, which makes recommendation deviate from users’ actual preferences. However, most current debiasing strategies are prone to playing a trade-off game between head and tail performance, thus inevitably degrading the overall recommen…

2022

Learning From Untrimmed Videos: Self-Supervised Video Representation Learning With Hierarchical Consistency

CVPR 2022poster

Natural videos provide rich visual contents for self-supervised learning. Yet most existing approaches for learning spatio-temporal representations rely on manually trimmed videos, leading to limited diversity in visual patterns and limited performance gain. In this work, we aim to learn representat…

Cited by 20PDFScholar
2022

Learning a Condensed Frame for Memory-Efficient Video Class-Incremental Learning

NeurIPS 2022accept

Recent incremental learning for action recognition usually stores representative videos to mitigate catastrophic forgetting. However, only a few bulky videos can be stored due to the limited memory. To address this problem, we propose FrameMaker, a memory-efficient video class-incremental learning…

Cited by 20SourcePDFScholar
2022

Let Invariant Rationale Discovery Inspire Graph Contrastive Learning

ICML 2022spotlight

Leading graph contrastive learning (GCL) methods perform graph augmentations in two fashions: (1) randomly corrupting the anchor graph, which could cause the loss of semantic information, or (2) using domain knowledge to maintain salient features, which undermines the generalization to other domains…

2022

Revisiting Domain Generalized Stereo Matching Networks From a Feature Consistency Perspective

CVPR 2022poster

Despite recent stereo matching networks achieving impressive performance given sufficient training data, they suffer from domain shifts and generalize poorly to unseen domains. We argue that maintaining feature consistency between matching pixels is a vital factor for promoting the generalization ca…

Cited by 79PDFcodeScholar
2022

Temporal Feature Alignment and Mutual Information Maximization for Video-Based Human Pose Estimation

CVPR 2022oral

Multi-frame human pose estimation has long been a compelling and fundamental problem in computer vision. This task is challenging due to fast motion and pose occlusion that frequently occur in videos. State-of-the-art methods strive to incorporate additional visual evidences from neighboring frames…

Cited by 82PDFcodeScholar
2022

Towards Understanding the Data Dependency of Mixup-style Training

ICLR 2022spotlight

In the Mixup training paradigm, a model is trained using convex combinations of data points and their associated labels. Despite seeing very few true data points during training, models trained using Mixup seem to still minimize the original empirical risk and exhibit better generalization and robus…

2021

Guarantees for Tuning the Step Size using a Learning-to-Learn Approach

ICML 2021spotlight

Choosing the right parameters for optimization algorithms is often the key to their success in practice. Solving this problem using a learning-to-learn approach—using meta-gradient descent on a meta-objective based on the trajectory that the optimizer generates—was recently shown to be effective. Ho…

2021

OadTR: Online Action Detection With Transformers

ICCV 2021poster

Most recent approaches for online action detection tend to apply Recurrent Neural Network (RNN) to capture long-range temporal structure. However, RNN suffers from non-parallelism and gradient vanishing, hence it is hard to be optimized. In this paper, we propose a new encoder-decoder framework base…

Cited by 154PDFcodeScholar
2021

Self-Supervised Learning for Semi-Supervised Temporal Action Proposal

CVPR 2021poster

Self-supervised learning presents a remarkable performance to utilize unlabeled data for various video tasks. In this paper, we focus on applying the power of self-supervised methods to improve semi-supervised action proposal generation. Particularly, we design a Self-supervised Semi-supervised Temp…

Cited by 82PDFcodeScholar
2021

Smart Contract Vulnerability Detection: From Pure Neural Network to Interpretable Graph Feature and Expert Pattern Fusion

IJCAI 2021poster

Smart contracts hold digital coins worth billions of dollars, their security issues have drawn extensive attention in the past years. Towards smart contract vulnerability detection, conventional methods heavily rely on fixed expert rules, leading to low accuracy and poor scalability. Recent deep lea…

2021

Temporal Context Aggregation Network for Temporal Action Proposal Refinement

CVPR 2021poster

Temporal action proposal generation aims to estimate temporal intervals of actions in untrimmed videos, which is a challenging yet important task in the video understanding field. The proposals generated by current methods still suffer from inaccurate temporal boundaries and inferior confidence used…

Cited by 166PDFScholar
2021

Towards Multi-Grained Explainability for Graph Neural Networks

NeurIPS 2021poster

When a graph neural network (GNN) made a prediction, one raises question about explainability: “Which fraction of the input graph is most influential to the model’s decision?” Producing an answer requires understanding the model’s inner workings in general and emphasizing the insights on the decision…

2021

Understanding Deflation Process in Over-parametrized Tensor Decomposition

NeurIPS 2021poster

In this paper we study the training dynamics for gradient flow on over-parametrized tensor decomposition problems. Empirically, such training process often first fits larger components and then discovers smaller components, which is similar to a tensor deflation process that is commonly used in tens…

Cited by 24SourcePDFScholar
2021

Visual Boundary Knowledge Translation for Foreground Segmentation

AAAI 2021technical

When confronted with objects of unknown types in an image, humans can effortlessly and precisely tell their visual boundaries. This recognition mechanism and underlying generalization capability seem to contrast to state-of-the-art image segmentation networks that rely on large-scale category-aware…

2020

Beyond Lazy Training for Over-parameterized Tensor Decomposition

NeurIPS 2020poster

Over-parametrization is an important technique in training neural networks. In both theory and practice, training a larger network allows the optimization algorithm to avoid bad local optimal solutions. In this paper we study a closely related tensor decomposition problem: given an $l$-th order tens…

Cited by 18SourcePDFScholar
2020

Bilinear Graph Neural Network with Neighbor Interactions

IJCAI 2020poster

Graph Neural Network (GNN) is a powerful model to learn representations and make predictions on graph data. Existing efforts on GNN have largely defined the graph convolution as a weighted sum of the features of the connected nodes to form the representation of the target node. Nevertheless, the ope…

2020

Smart Contract Vulnerability Detection using Graph Neural Network

IJCAI 2020poster

The security problems of smart contracts have drawn extensive attention due to the enormous financial losses caused by vulnerabilities. Existing methods on smart contract vulnerability detection heavily rely on fixed expert rules, leading to low detection accuracy. In this paper, we explore using gr…

2019

A Unified Framework for Mutual Improvement of SLAM and Semantic Segmentation

ICRA 2019poster

This paper presents a novel framework for simultaneously implementing localization and segmentation, which are two of the most important vision-based tasks for robotics. While the goals and techniques used for them were considered to be different previously, we show that by making use of the interme…

Cited by 44SourceScholar
2019

Explaining Landscape Connectivity of Low-cost Solutions for Multilayer Nets

NeurIPS 2019poster

Mode connectivity is a surprising phenomenon in the loss landscape of deep nets. Optima---at least those discovered by gradient-based optimization---turn out to be connected by simple paths on which the loss function is almost constant. Often, these paths can be chosen to be piece-wise linear, with…

2018

Weakly-Supervised Semantic Segmentation by Iteratively Mining Common Object Features

CVPR 2018poster

Weakly-supervised semantic segmentation under image tags supervision is a challenging task as it directly associates high-level semantic to low-level appearance. To bridge this gap, in this paper, we propose an iterative bottom-up and top-down framework which alternatively expands object regions and…

Cited by 375SourcePDFScholar
2017

Robotic Pick-And-Place of Multiple Embryos for Vitrification

RA-L 2017

Embryo vitrification is an essential cryopreservation technique in IVF (in vitro fertilization) clinics. Vitrification involves pick-and-place of an embryo in multiple types of cryoprotectant solutions for processing before placing the embryo on a vitrification straw for cryopreservation in liquid n

Cited by 37SourceScholar
2015

Improving Object Proposals With Multi-Thresholding Straddling Expansion

CVPR 2015poster

Recent advances in object detection have exploited object proposals to speed up object searching. However, many of existing object proposal generators have strong localization bias or require computationally expensive diversification strategies. In this paper, we present an effective approach to add…

Cited by 96SourcePDFScholar