← Search

Yongxin Yang

49 accepted papers

2026

Spectral Attention Steering for Prompt Highlighting

ICLR 2026poster

Steering a large language model's attention towards user-specified highlighted text is a critical capability. Existing prompt highlighting methods are incompatible with modern efficient attention mechanisms like Flash Attention due to their reliance on post-hoc matrix editing. We introduce Spectral…

Cited by 0SourcecodeScholar
2024

Generating compositional scenes via Text-to-image RGBA Instance Generation

NeurIPS 2024poster

Text-to-image diffusion generative models can generate high quality images at the cost of tedious prompt engineering. Controllability can be improved by introducing layout conditioning, however existing methods lack layout editing ability and fine-grained control over object attributes. The concept…

Cited by 0SourcePDFScholar
2024

MULAN: A Multi Layer Annotated Dataset for Controllable Text-to-Image Generation

CVPR 2024poster

Text-to-image generation has achieved astonishing results yet precise spatial controllability and prompt fidelity remain highly challenging. This limitation is typically addressed through cumbersome prompt engineering scene layout conditioning or image editing techniques which often require hand dra…

2024

Safety Fine-Tuning at (Almost) No Cost: A Baseline for Vision Large Language Models

ICML 2024poster

Current vision large language models (VLLMs) exhibit remarkable capabilities yet are prone to generate harmful content and are vulnerable to even the simplest jailbreaking attacks. Our initial analysis finds that this is due to the presence of harmful data during vision-language instruction fine-tun…

2023

ChiroDiff: Modelling chirographic data with Diffusion Models

ICLR 2023poster

Generative modelling over continuous-time geometric constructs, a.k.a $chirographic\ data$ such as handwriting, sketches, drawings etc., have been accomplished through autoregressive distributions. Such strictly-ordered discrete factorization however falls short of capturing key properties of chirog…

Cited by 16SourcePDFScholar
2022

Long-Tail Recognition via Compositional Knowledge Transfer

CVPR 2022poster

In this work, we introduce a novel strategy for long-tail recognition that addresses the tail classes' few-shot problem via training-free knowledge transfer. Our objective is to transfer knowledge acquired from information-rich common classes to semantically similar, and yet data-hungry, rare classe…

Cited by 39PDFScholar
2022

Loss Function Learning for Domain Generalization by Implicit Gradient

ICML 2022spotlight

Generalising robustly to distribution shift is a major challenge that is pervasive across most real-world applications of machine learning. A recent study highlighted that many advanced algorithms proposed to tackle such domain generalisation (DG) fail to outperform a properly tuned empirical risk m…

Cited by 41SourcePDFScholar
2022

Residual Contrastive Learning for Image Reconstruction: Learning Transferable Representations from Noisy Images

IJCAI 2022poster

This paper is concerned with contrastive learning (CL) for low-level image restoration and enhancement tasks. We propose a new label-efficient learning paradigm based on residuals, residual contrastive learning (RCL), and derive an unsupervised visual representation learning framework, suitable for…

Cited by 5SourcePDFScholar
2022

SketchODE: Learning neural sketch representation in continuous time

ICLR 2022poster

Learning meaningful representations for chirographic drawing data such as sketches, handwriting, and flowcharts is a gateway for understanding and emulating human creative expression. Despite being inherently continuous-time data, existing works have treated these as discrete-time sequences, disrega…

Cited by 18SourcePDFScholar
2022

ZooD: Exploiting Model Zoo for Out-of-Distribution Generalization

NeurIPS 2022accept

Recent advances on large-scale pre-training have shown great potentials of leveraging a large set of Pre-Trained Models (PTMs) for improving Out-of-Distribution (OoD) generalization, for which the goal is to perform well on possible unseen domains after fine-tuning on multiple training domains. Howe…

Cited by 19SourcePDFScholar
2021

Cloud2Curve: Generation and Vectorization of Parametric Sketches

CVPR 2021poster

Analysis of human sketches in deep learning has advanced immensely through the use of waypoint-sequences rather than raster-graphic representations. We further aim to model sketches as a sequence of low-dimensional parametric curves. To this end, we propose an inverse graphics framework capable of a…

Cited by 42PDFScholar
2021

Context-Aware Layout to Image Generation With Enhanced Object Appearance

CVPR 2021poster

A layout to image (L2I) generation model aims to generate a complicated image containing multiple objects (things) against natural background (stuff), conditioned on a given layout. Built upon the recent advances in generative adversarial networks (GANs), recent L2I models have made great progress.…

Cited by 65PDFcodeScholar
2021

EvoGrad: Efficient Gradient-Based Meta-Learning and Hyperparameter Optimization

NeurIPS 2021poster

Gradient-based meta-learning and hyperparameter optimization have seen significant progress recently, enabling practical end-to-end training of neural networks together with many hyperparameters. Nevertheless, existing approaches are relatively expensive as they need to compute second-order derivati…

2021

More Photos Are All You Need: Semi-Supervised Learning for Fine-Grained Sketch Based Image Retrieval

CVPR 2021poster

A fundamental challenge faced by existing Fine-Grained Sketch-Based Image Retrieval (FG-SBIR) models is the data scarcity -- model performances are largely bottlenecked by the lack of sketch-photo pairs. Whilst the number of photos can be easily scaled, each corresponding sketch still needs to be in…

Cited by 85PDFScholar
2021

Simple and Effective Stochastic Neural Networks

AAAI 2021technical

Stochastic neural networks (SNNs) are currently topical, with several paradigms being actively investigated including dropout, Bayesian neural networks, variational information bottleneck (VIB) and noise regularized learning. These neural network variants impact several major considerations, includi…

2021

StyleMeUp: Towards Style-Agnostic Sketch-Based Image Retrieval

CVPR 2021poster

Sketch-based image retrieval (SBIR) is a cross-modal matching problem which is typically solved by learning a joint embedding space where the semantic content shared between photo and sketch modalities are preserved. However, a fundamental challenge in SBIR has been largely ignored so far, that is,…

Cited by 127PDFScholar
2021

Vectorization and Rasterization: Self-Supervised Learning for Sketch and Handwriting

CVPR 2021poster

Self-supervised learning has gained prominence due to its efficacy at learning powerful representations from unlabelled data that achieve excellent performance on many challenging downstream tasks. However, supervision-free pre-text tasks are challenging to design and usually modality specific. Alth…

Cited by 69PDFScholar
2020

A Tree-Structured Decoder for Image-to-Markup Generation

ICML 2020poster

Recent encoder-decoder approaches typically employ string decoders to convert images into serialized strings for image-to-markup. However, for tree-structured representational markup, string representations can hardly cope with the structural complexity. In this work, we first show via a set of toy…

Cited by 89SourcePDFScholar
2020

BézierSketch: A generative model for scalable vector sketches

ECCV 2020poster

The study of neural generative models of human sketches is a fascinating contemporary modeling problem due to the links between sketch image generation and the human drawing process. The landmark SketchRNN provided breakthrough by sequentially generating sketches as a sequence of waypoints. However…

2020

DADA: Differentiable Automatic Data Augmentation

ECCV 2020poster

Data augmentation (DA) techniques aim to increase data variability, and thus train deep networks with better generalisation. The pioneering AutoAugment automated the search for optimal DA policies with reinforcement learning. However, AutoAugment is extremely computationally expensive, limiting its…

2020

Learning to Generate Novel Domains for Domain Generalization

ECCV 2020poster

This paper focuses on domain generalization (DG), the task of learning from multiple source domains a model that generalizes well to unseen domains. A main challenge for DG is that the available source domains often exhibit limited diversity, hampering the model's ability to learn to generalize. We…

Cited by 556SourcePDFScholar
2020

Online Meta-Critic Learning for Off-Policy Actor-Critic Methods

NeurIPS 2020poster

Off-Policy Actor-Critic (OffP-AC) methods have proven successful in a variety of continuous control tasks. Normally, the critic's action-value function is updated using temporal-difference, and the critic in turn provides a loss for the actor that trains it to take actions with higher expected retur…

2020

Sketch Less for More: On-the-Fly Fine-Grained Sketch-Based Image Retrieval

CVPR 2020oral

Fine-grained sketch-based image retrieval (FG-SBIR) addresses the problem of retrieving a particular photo instance given a user's query sketch. Its widespread applicability is however hindered by the fact that drawing a sketch takes time, and most people struggle to draw a complete and faithful ske…

Cited by 135PDFScholar
2020

Solving Mixed-Modal Jigsaw Puzzle for Fine-Grained Sketch-Based Image Retrieval

CVPR 2020poster

ImageNet pre-training has long been considered crucial by the fine-grained sketch-based image retrieval (FG-SBIR) community due to the lack of large sketch-photo paired datasets for FG-SBIR training. In this paper, we propose a self-supervised alternative for representation pre-training. Specificall…

Cited by 107PDFScholar
2020

Stochastic Classifiers for Unsupervised Domain Adaptation

CVPR 2020poster

A common strategy adopted by existing state-of-the-art unsupervised domain adaptation (UDA) methods is to employ two classifiers to identify the misaligned local regions between source and target domain. Following the 'wisdom of the crowd' principle, one has to ask: why stop at two? Indeed, we find…

Cited by 205PDFcodeScholar
2019

Episodic Training for Domain Generalization

ICCV 2019oral

Domain generalization (DG) is the challenging and topical problem of learning models that generalize to novel testing domains with different statistics than a set of known training domains. The simple approach of aggregating data from all source domains and training a single deep neural network end-…

Cited by 565PDFcodeScholar
2019

Feature-Critic Networks for Heterogeneous Domain Generalization

ICML 2019oral

The well known domain shift issue causes model performance to degrade when deployed to a new target domain with different statistics to training. Domain adaptation techniques alleviate this, but need some instances from the target domain to drive adaptation. Domain generalisation is the recently top…

2019

Generalising Fine-Grained Sketch-Based Image Retrieval

CVPR 2019poster

Fine-grained sketch-based image retrieval (FG-SBIR) addresses matching specific photo instance using free-hand sketch as a query modality. Existing models aim to learn an embedding space in which sketch and photo can be directly compared. While successful, they require instance-level pairing within…

Cited by 118PDFScholar
2019

Generalizable Person Re-Identification by Domain-Invariant Mapping Network

CVPR 2019poster

We aim to learn a domain generalizable person re-identification (ReID) model. When such a model is trained on a set of source domains (ReID datasets collected from different camera networks), it can be directly applied to any new unseen dataset for effective ReID without any model updating. Despite…

Cited by 301PDFScholar
2019

Omni-Scale Feature Learning for Person Re-Identification

ICCV 2019poster

As an instance-level recognition problem, person re-identification (ReID) relies on discriminative features, which not only capture different spatial scales but also encapsulate an arbitrary combination of multiple scales. We callse features of both homogeneous and heterogeneous scales omni-scale fe…

Cited by 1039PDFcodeScholar
2019

Robust Person Re-Identification by Modelling Feature Uncertainty

ICCV 2019poster

We aim to learn deep person re-identification (ReID) models that are robust against noisy training data. Two types of noise are prevalent in practice: (1) label noise caused by human annotator errors and (2) data outliers caused by person detector errors or occlusion. Both types of noise pose seriou…

Cited by 169PDFcodeScholar
2018

Deep Multi-Task Learning to Recognise Subtle Facial Expressions of Mental States

ECCV 2018poster

Facial expression recognition is a topical task. However, very little research investigates subtle expression recognition, which is important for mental activity analysis, deception detection, etc. We address subtle expression recognition through convolutional neural networks (CNNs) by developing mu…

Cited by 55SourcePDFScholar
2018

Learning Deep Sketch Abstraction

CVPR 2018poster

Human free-hand sketches have been studied in various contexts including sketch recognition, synthesis and fine-grained sketch-based image retrieval (FG-SBIR). A fundamental challenge for sketch analysis is to deal with drastically different human drawing styles, particularly in terms of abstraction…

Cited by 117SourcePDFScholar
2018

Learning to Compare: Relation Network for Few-Shot Learning

CVPR 2018poster

We present a conceptually simple, flexible, and general framework for few-shot learning, where a classifier must learn to recognise new classes given only few examples from each. Our method, called the Relation Network (RN), is trained end-to-end from scratch. During meta-learning, it learns to lear…

Cited by 4722SourcePDFScholar
2017

Attribute-Enhanced Face Recognition With Neural Tensor Fusion Networks

ICCV 2017spotlight

Deep learning has achieved great success in face recognition, however deep-learned features still have limited invariance to strong intra-personal variations such as large pose. It is observed that some facial attributes (e.g. eyebrow thickness, gender) are invariant to such variations. We present t…

Cited by 100PDFScholar