← Search

Yew-Soon Ong

47 accepted papers

2026

Amortized Multi-Objective Optimization Across Tasks with Generative Solution Modeling

IJCAI 2026

Many real-world applications require solving families of expensive multi-objective optimization problems~(EMOPs) under varying operational conditions. This can be formulated as parametric expensive multi-objective optimization problems (P-EMOPs) where each task parameter defines a distinct optimizat

Cited by 0Scholar
2026

An Agentic Framework with LLMs for Solving Complex Vehicle Routing Problems

ICLR 2026poster

Complex vehicle routing problems (VRPs) remain a fundamental challenge, demanding substantial expert effort for intent interpretation and algorithm design. While large language models (LLMs) offer a promising path toward automation, current approaches still rely on external intervention, which restr…

Cited by 0SourceScholar
2026

BARREL: Boundary-Aware Reasoning for Factual and Reliable LRMs

ICLR 2026poster

Recent advances in Large Reasoning Models (LRMs) have shown impressive capabilities in mathematical and logical reasoning. However, current LRMs rarely admit ignorance or respond with “I don’t know”. Instead, they often produce incorrect answers while showing undue confidence, raising concerns about…

Cited by 7SourcecodeScholar
2026

FlowSearcher: Synthesizing Memory-Guided Agentic Workflows for Web Information Seeking

ICLR 2026poster

Web search is a cornerstone for deep research agents, enabling them to acquire and reason over knowledge beyond static corpora. Yet most existing systems follow rigid ReAct-style tool chains locked into fixed workflow structures, which hinders their ability to flexibly handle diverse query types and…

Cited by 0SourcecodeScholar
2026

Learning with Foresight: Enhancing Neural Routing Policy via Multi-Node Lookahead Prediction

IJCAI 2026

Neural policies have shown promise in solving vehicle routing problems due to their reduced reliance on handcrafted heuristics. However, current training paradigms suffer from a fundamental limitation: they primarily focus on next-node prediction for solution construction, resulting in myopic decisi

Cited by 0Scholar
2026

NeuSpring: Neural Spring Fields for Reconstruction and Simulation of Deformable Objects from Videos

AAAI 2026technical

In this paper, we aim to create physical digital twins of deformable objects under interaction. Existing methods focus more on the physical learning of current state modeling, but generalize worse to future prediction. This is because existing methods ignore the intrinsic physical properties of defo

Cited by 0SourcePDFScholar
2026

Pushing Rendering Boundaries: Hard Gaussian Splatting

AAAI 2026technical

3D Gaussian Splatting (3DGS) has demonstrated impressive Novel View Synthesis (NVS) results in a real-time rendering manner. During training, it relies heavily on the average magnitude of view-space positional gradients to grow Gaussians to reduce rendering loss. However, this average operation smoo

Cited by 0SourcePDFScholar
2026

Scale-Net: A Hierarchical U-Net Framework for Cross-Scale Generalization in Multi-Task Vehicle Routing

AAAI 2026technical

Neural solvers for Vehicle Routing Problems (VRPs) have shown great advantages in solving various kinds of problem types. However, they also face critical challenges in generalizing from small-scale training to large-scale problems and in identifying the most salient topological information for deci

Cited by 0SourcePDFScholar
2026

Tug-of-War No More: Harmonizing Accuracy and Robustness in Vision-Language Models via Stability-Aware Task Vector Merging

ICLR 2026poster

Foundation Vision-Language Models (VLMs) excel across benchmarks yet remain vulnerable to adversarial attacks. While adversarial fine-tuning improves robustness, attaining a desirable clean–robust performance trade-off typically requires costly hyperparameter searches with multiple retraining runs.…

Cited by 0SourceScholar
2025

A Mixed-Curvature based Pre-training Paradigm for Multi-Task Vehicle Routing Solver

ICML 2025poster

Solving various types of vehicle routing problems (VRPs) using a unified neural solver has garnered significant attentions in recent years. Despite their effectiveness, existing neural multi-task solvers often fail to account for the geometric structures inherent in different tasks, which may result…

Cited by 0SourcePDFScholar
2025

Active Large Language Model-Based Knowledge Distillation for Session-Based Recommendation

AAAI 2025technical

Large language models (LLMs) provide a promising way for accurate session-based recommendation (SBR), but they demand substantial computational time and memory. Knowledge distillation (KD)-based methods can alleviate these issues by transferring the knowledge to a small student, which trains a stude…

2025

Confound from All Sides, Distill with Resilience: Multi-Objective Adversarial Paths to Zero-Shot Robustness

ICCV 2025poster

Adversarially robust knowledge distillation transfers the robustness of a large-scale teacher model to a lightweight student while preserving natural performance. However, foundation Vision-Language Models (VLMs) also demand the transfer of zero-shot inference capabilities. We find that standard rob…

Cited by 0SourcePDFScholar
2025

Deterministic-to-Stochastic Diverse Latent Feature Mapping for Human Motion Synthesis

CVPR 2025poster

Human motion synthesis aims to generate plausible human motion sequences, which has raised widespread attention in computer animation. Recent score-based generative models (SGMs) have demonstrated impressive results on this task. However, their training process involves complex curvature trajectorie…

Cited by 0SourcePDFScholar
2025

Diversifying Robot Locomotion Behaviors with Extrinsic Behavioral Curiosity

ICML 2025poster

Imitation learning (IL) has shown promise in robot locomotion but is often limited to learning a single expert policy, constraining behavior diversity and robustness in unpredictable real-world scenarios. To address this, we introduce Quality Diversity Inverse Reinforcement Learning (QD-IRL), a nove…

2025

Evolvable Conditional Diffusion

IJCAI 2025

This paper presents an evolvable conditional diffusion method such that black-box, non-differentiable multi-physics models, as are common in domains like computational fluid dynamics and electromagnetics, can be effectively used for guiding the generative process to facilitate autonomous scientific

Cited by 0SourcePDFScholar
2025

Fast Direct: Query-Efficient Online Black-box Guidance for Diffusion-model Target Generation

ICLR 2025poster

Guided diffusion-model generation is a promising direction for customizing the generation process of a pre-trained diffusion model to address specific downstream tasks. Existing guided diffusion models either rely on training the guidance model with pre-collected datasets or require the objective fu…

2025

Fine-grained Abnormality Prompt Learning for Zero-shot Anomaly Detection

ICCV 2025poster

Current zero-shot anomaly detection (ZSAD) methods show remarkable success in prompting large pre-trained vision-language models to detect anomalies in a target dataset without using any dataset-specific training or demonstration. However, these methods often focus on crafting/learning prompts that…

2025

Grounding Open-Domain Knowledge from LLMs to Real-World Reinforcement Learning Tasks: A Survey

IJCAI 2025

Grounding open-domain knowledge from large language models (LLMs) into real-world reinforcement learning (RL) tasks represents a transformative frontier in developing intelligent agents capable of advanced reasoning, adaptive planning, and robust decision-making in dynamic environments. In this pape

Cited by 0SourcePDFScholar
2025

Improving Zero-Shot Adversarial Robustness in Vision-Language Models by Closed-form Alignment of Adversarial Path Simplices

ICML 2025spotlight

Vision-Language Models (VLMs) such as CLIP excel at zero-shot classification due to large-scale pre-training but are vulnerable to adversarial examples. Adversarial fine-tuning robustifies zero-shot models by aligning prediction scores of individual adversaries with their clean counterparts, which t…

Cited by 0SourcePDFScholar
2025

InstructFlow: Adaptive Symbolic Constraint-Guided Code Generation for Long-Horizon Planning

NeurIPS 2025poster

Long-horizon planning in robotic manipulation tasks requires translating underspecified, symbolic goals into executable control programs satisfying spatial, temporal, and physical constraints. However, language model-based planners often struggle with long-horizon task decomposition, robust constrai…

Cited by 0SourceScholar
2025

Machine Unlearning via Task Simplex Arithmetic

NeurIPS 2025poster

As foundation Vision-Language Models (VLMs) unlock fine-tuning on smaller datasets while leveraging large-scale pre-training data, machine unlearning becomes critical in addressing privacy concerns and regulatory compliance. Task vector, representing the difference between parameters of models fine-…

Cited by 0SourceScholar
2025

Make Me Happier: Evoking Emotions Through Image Diffusion Models

ICCV 2025poster

Despite the rapid progress in image generation, emotional image editing remains under-explored. The semantics, context, and structure of an image can evoke emotional responses, making emotional image editing techniques valuable for various real-world applications, including treatment of psychologica…

Cited by 0SourcePDFScholar
2025

Robust SuperAlignment: Weak-to-Strong Robustness Generalization for Vision-Language Models

NeurIPS 2025spotlight

Numerous well-established studies have demonstrated the superhuman capabilities of modern Vision-Language Models (VLMs) across a wide range of tasks. However, growing is the doubt about the continuing availability of reliable high-quality labeling (supervision) from human annotators, leading to stag…

Cited by 0SourceScholar
2025

Robustifying Zero-Shot Vision Language Models by Subspaces Alignment

ICCV 2025poster

Vision-Language Models (VLMs) enjoy strong zero-shot performance but are vulnerable to adversarial attacks posing security risks. Adversarially robust fine-tuning enhances zero-shot robustness on new datasets while preserving the natural performance of pre-trained VLMs. However, prior methods use sa…

Cited by 0SourcePDFScholar
2025

Safe Delta: Consistently Preserving Safety when Fine-Tuning LLMs on Diverse Datasets

ICML 2025poster

Large language models (LLMs) have shown great potential as general-purpose AI assistants across various domains. To fully leverage this potential in specific applications, many companies provide fine-tuning API services, enabling users to upload their own data for LLM customization. However, fine-tu…

2025

Solving Discrete (Semi) Unbalanced Optimal Transport with Equivalent Transformation Mechanism and KKT-Multiplier Regularization

NeurIPS 2025poster

Semi-Unbalanced Optimal Transport (SemiUOT) shows great promise in matching two probability measures by relaxing one of the marginal constraints. Previous solvers often incorporate an entropy regularization term, which can result in inaccurate matching solutions. To address this issue, we focus on d…

Cited by 0SourceScholar
2025

Voronoi-grid-based Pareto Front Learning and Its Application to Collaborative Federated Learning

ICML 2025poster

Multi-objective optimization (MOO) exists extensively in machine learning, and aims to find a set of Pareto-optimal solutions, called the Pareto front, e.g., it is fundamental for multiple avenues of research in federated learning (FL). Pareto-Front Learning (PFL) is a powerful method implemented us…

2024

Adversarially Robust Few-shot Learning via Parameter Co-distillation of Similarity and Class Concept Learners

CVPR 2024poster

Few-shot learning (FSL) facilitates a variety of computer vision tasks yet remains vulnerable to adversarial attacks. Existing adversarially robust FSL methods rely on either visual similarity learning or class concept learning. Our analysis reveals that these two learning paradigms are complementar…

Cited by 3SourcePDFScholar
2024

Free-Rider and Conflict Aware Collaboration Formation for Cross-Silo Federated Learning

NeurIPS 2024poster

Federated learning (FL) is a machine learning paradigm that allows multiple FL participants (FL-PTs) to collaborate on training models without sharing private data. Due to data heterogeneity, negative transfer may occur in the FL training process. This necessitates FL-PT selection based on their dat…

Cited by 2SourcePDFScholar
2024

Reducing Item Discrepancy via Differentially Private Robust Embedding Alignment for Privacy-Preserving Cross Domain Recommendation

ICML 2024poster

Cross-Domain Recommendation (CDR) have become increasingly appealing by leveraging useful information to tackle the data sparsity problem across domains. Most of latest CDR models assume that domain-shareable user-item information (e.g., rating and review on overlapped users or items) are accessible…

Cited by 7SourcePDFScholar
2024

Road Network Representation Learning with the Third Law of Geography

NeurIPS 2024poster

Road network representation learning aims to learn compressed and effective vectorized representations for road segments that are applicable to numerous tasks. In this paper, we identify the limitations of existing methods, particularly their overemphasis on the distance effect as outlined in the Fi…

Cited by 5SourcePDFScholar
2024

Robust Distillation via Untargeted and Targeted Intermediate Adversarial Samples

CVPR 2024poster

Adversarially robust knowledge distillation aims to compress large-scale models into lightweight models while preserving adversarial robustness and natural performance on a given dataset. Existing methods typically align probability distributions of natural and adversarial samples between teacher an…

Cited by 5SourcePDFScholar
2024

Towards Harmless Rawlsian Fairness Regardless of Demographic Prior

NeurIPS 2024poster

Due to privacy and security concerns, recent advancements in group fairness advocate for model training regardless of demographic information. However, most methods still require prior knowledge of demographics. In this study, we explore the potential for achieving fairness without compromising its…

2024

Video-Text Prompting for Weakly Supervised Spatio-Temporal Video Grounding

EMNLP 2024main

Weakly-supervised Spatio-Temporal Video Grounding(STVG) aims to localize target object tube given a text query, without densely annotated training data. Existing methods extract each candidate tube feature independently by cropping objects from video frame feature, discarding all contextual informat…

Cited by 0SourcePDFScholar
2023

Masked Frequency Modeling for Self-Supervised Visual Pre-Training

ICLR 2023poster

We present Masked Frequency Modeling (MFM), a unified frequency-domain-based approach for self-supervised pre-training of visual models. Instead of randomly inserting mask tokens to the input embeddings in the spatial domain, in this paper, we shift the perspective to the frequency domain. Specifica…

2022

Geo-Neus: Geometry-Consistent Neural Implicit Surfaces Learning for Multi-view Reconstruction

NeurIPS 2022accept

Recently, neural implicit surfaces learning by volume rendering has become popular for multi-view reconstruction. However, one key challenge remains: existing approaches lack explicit multi-view geometry constraints, hence usually fail to generate geometry-consistent surface reconstruction. To addre…

Cited by 294SourcePDFScholar
2021

CoCon: A Self-Supervised Approach for Controlled Text Generation

ICLR 2021poster

Pretrained Transformer-based language models (LMs) display remarkable natural language generation capabilities. With their immense potential, controlling text generation of such LMs is getting attention. While there are studies that seek to control high-level attributes (such as sentiment and topic)…

2021

Unsupervised Object-Level Representation Learning from Scene Images

NeurIPS 2021poster

Contrastive self-supervised learning has largely narrowed the gap to supervised pre-training on ImageNet. However, its success highly relies on the object-centric priors of ImageNet, i.e., different augmented views of the same image correspond to the same object. Such a heavily curated constraint be…

2020

Online Deep Clustering for Unsupervised Representation Learning

CVPR 2020poster

Joint clustering and feature learning methods have shown remarkable performance in unsupervised representation learning. However, the training schedule alternating between feature clustering and network parameters update leads to unstable learning of visual representations. To overcome this challeng…

Cited by 255PDFcodeScholar
2020

What It Thinks Is Important Is Important: Robustness Transfers Through Input Gradients

CVPR 2020oral

Adversarial perturbations are imperceptible changes to input pixels that can change the prediction of deep learning models. Learned weights of models robust to such perturbations are previously found to be transferable across different tasks but this applies only if the model architecture for the so…

Cited by 55PDFcodeScholar
2017

Source-Target Similarity Modelings for Multi-Source Transfer Gaussian Process Regression

ICML 2017poster

A key challenge in multi-source transfer learning is to capture the diverse inter-domain similarities. In this paper, we study different approaches based on Gaussian process models to solve the multi-source transfer regression problem. Precisely, we first investigate the feasibility and performance…

Cited by 38SourcePDFScholar