Search arXivSearch

arXiv subjects

Anuj Garg

Publications and source records attributed to Anuj Garg.

3 recordsLinked to original sources

Graded-Relevance Composed Multimodal Retrieval for E-commerce Visual Search at Scale

Visual search on large e-commerce catalogs must serve both "similarity" queries that ask for items resembling an uploaded image and "modifier" queries that comprise an image and text describing a desired modification (e.g. a color change or style swap). The latter is the setting known as composed image retrieval (CIR). Existing CIR methods, however, treat relevance as binary and train on triplets with a single positive target - a poor fit for real catalogs where many candidates partially satisfy a user query and ranking across that partial-match spectrum drives the customer experience. We propose a methodology for training CIR retrievers on graded relevance, consisting of: (i) a VLM to curate training data, generating both queries (object detection + modifier synthesis) and 4-level relevance labels without manual annotation, (ii) an iterative relevance-feedback loop that expands the training set by mining hard negatives from the in-training retriever, and (iii) a hierarchy-aware angular objective to train the retriever directly on the graded labels rather than collapsing them to a binary split. We call this methodology GradCIR and instantiate it on a PaliGemma2 bi-encoder trained on 3.5M graded pairs curated from raw Walmart catalog data. A controlled graded-vs-binary ablation isolates the supervision granularity and shows lift of 4.9%-5.9% in NDCG@10. The same recipe applied to other multimodal encoders lifts early-fusion backbones by up to 8.5% NDCG@10. On the public FashionIQ benchmark, GradCIR (applied to PaliGemma2) reaches 0.6703 average recall when fine-tuned, slightly ahead of the strongest peer-reviewed supervised baseline we compare against, and matching or exceeding all published CLIP-L-class zero-shot CIR methods. The system is deployed in production at Walmart, where it's serving live visual-search user traffic.

cs.IR

RexBERT: Context Specialized Bidirectional Encoders for E-commerce

Encoder-only transformers remain indispensable in retrieval, classification, and ranking systems where latency, stability, and cost are paramount. Most general purpose encoders, however, are trained on generic corpora with limited coverage of specialized domains. We introduce RexBERT, a family of BERT-style encoders designed specifically for e-commerce semantics. We make three contributions. First, we release Ecom-niverse, a 350 billion token corpus curated from diverse retail and shopping sources. We describe a modular pipeline that isolates and extracts e-commerce content from FineFineWeb and other open web resources, and characterize the resulting domain distribution. Second, we present a reproducible pretraining recipe building on ModernBERT's architectural advances. The recipe consists of three phases: general pre-training, context extension, and annealed domain specialization. Third, we train RexBERT models ranging from 17M to 400M parameters and evaluate them on token classification, semantic similarity, and general natural language understanding tasks using e-commerce datasets. Despite having 2-3x fewer parameters, RexBERT outperforms larger general-purpose encoders and matches or surpasses modern long-context models on domain-specific benchmarks. Our results demonstrate that high quality in-domain data combined with a principled training approach provides a stronger foundation for e-commerce applications than indiscriminate scaling alone.

cs.CL

60 GHz Multi-Gigabit Indoor WLANs: Dream or Reality?

The millimeter-wave (mmWave) technology, recently standardized by IEEE 802.11ad, is emerging as an attractive alternative to the traditional 2.4/5GHz wireless systems, promising multi-Gigabit wireless throughput. However, the high attenuation and vulnerability to blockage of 60 GHz links have limited its applications (until recently) to short-range, line-of-sight, static scenarios. On the other hand, the question of whether it is feasible to build general-purpose WLANs out of mmWave radios in dynamic indoor environments with non-line-of-sight links remains largely unanswered. In this paper, through extensive measurements with COTS 802.11ad hardware in an indoor office environment, we investigate the question of whether the mmWave technology, in spite of its unique propagation characteristics, can serve as a viable choice for providing multi-Gigabit ubiquitous wireless indoor connectivity. We study the range of 60 GHz transmissions in indoor environments, the impact of antenna height, location, orientation, and distance on 60 GHz performance, the interaction among metrics from different layers of the network stack, the increased opportunities for spatial reuse, and the impact of human blockage. Our results reveal a number of challenges that we have to address for 60 GHz multi-gigabit WLANs to become a reality.

cs.NI