← Search

Rick Siow Mong Goh

8 accepted papers

2025

Federated Residual Low-Rank Adaptation of Large Language Models

ICLR 2025poster

Low-Rank Adaptation (LoRA) presents an effective solution for federated fine-tuning of Large Language Models (LLMs), as it substantially reduces communication overhead. However, a straightforward combination of FedAvg and LoRA results in suboptimal performance, especially under data heterogeneity. W…

Cited by 0SourcePDFScholar
2025

Look Back for More: Harnessing Historical Sequential Updates for Personalized Federated Adapter Tuning

AAAI 2025technical

Personalized federated learning (PFL) studies effective model personalization to address the data heterogeneity issue among clients in traditional federated learning (FL). Existing PFL approaches mainly generate personalized models by relying solely on the clients' latest updated models while ignori…

Cited by 0SourcePDFScholar
2025

VQA4CIR: Boosting Composed Image Retrieval with Visual Question Answering

AAAI 2025technical

Albeit progress has been made in Composed Image Retrieval (CIR), we empirically find that a certain percentage of failure retrieval results are not consistent with their relative captions. To address this issue, this work provides a Visual Question Answering (VQA) perspective to boost the performanc…

2024

An Aggregation-Free Federated Learning for Tackling Data Heterogeneity

CVPR 2024poster

The performance of Federated Learning (FL) hinges on the effectiveness of utilizing knowledge from distributed datasets. Traditional FL methods adopt an aggregate-then-adapt framework where clients update local models based on a global model aggregated by the server from the previous training round.…

Cited by 42SourcePDFScholar
2024

BenchX: A Unified Benchmark Framework for Medical Vision-Language Pretraining on Chest X-Rays

NeurIPS 2024poster

Medical Vision-Language Pretraining (MedVLP) shows promise in learning generalizable and transferable visual representations from paired and unpaired medical images and reports. MedVLP can provide useful features to downstream tasks and facilitate adapting task-specific models to new setups using fe…

2024

Sentence-level Prompts Benefit Composed Image Retrieval

ICLR 2024spotlight

Composed image retrieval (CIR) is the task of retrieving specific images by using a query that involves both a reference image and a relative caption. Most existing CIR models adopt the late-fusion strategy to combine visual and language features. Besides, several approaches have also been suggested…

2023

MA-BERT: Towards Matrix Arithmetic-only BERT Inference by Eliminating Complex Non-Linear Functions

ICLR 2023poster

Due to their superior results, Transformer-based models such as BERT have become de facto standards in many Natural Language Processing (NLP) applications. However, the intensive use of complex non-linear functions within the Transformer architecture impairs its computing efficiency and complicates…

Cited by 9SourcePDFScholar
2022

Efficient Sharpness-aware Minimization for Improved Training of Neural Networks

ICLR 2022poster

Overparametrized Deep Neural Networks (DNNs) often achieve astounding performances, but may potentially result in severe generalization error. Recently, the relation between the sharpness of the loss landscape and the generalization error has been established by Foret et al. (2020), in which the Sha…