SearcharxivSearch

arXiv subjects

Ricardo Marques

Publications and source records attributed to Ricardo Marques.

18 recordsLinked to original sources

When does fusing hand-crafted knowledge with learned representations pay? A cost-normalized benchmark of stacking, substitution, and interference

Fusing prior knowledge with data-driven learning is attractive where data is scarce, yet no controlled account says when it helps, is redundant, or harms. We benchmark one fixed hand-crafted knowledge source, a pinned bank of Gabor targets injected only during training at $\sim$2\% overhead, against data-driven alternatives (SimCLR, SimSiam, DINO, ImageNet transfer, augmentation, learned teachers) under one frozen recipe with fixed subsets: 13 datasets, 9 backbones, 150 to 1.28M images, 32--224\,px, 2.5M--86M parameters ($\computeCells$ classification configurations over $\computeRuns$ runs, plus segmentation and detection transplants). Across the training-time combinations we measure, three outcomes recur (decision-level fusion differs). Different-\emph{currency} sources can stack: the prior composes with DeiT augmentation on attention backbones and is worth $+26$ points to ViT-B/16 at $224$\,px, $+6.7$ at twice that budget. Same-currency sources substitute: against effective self-supervised pretraining, the combination never usefully exceeds the better single source. Fusing at full strength into an already-informed initialization interferes in proportion to what it carries: ImageNet transfer, $-15$ to $-17$ points, removed by a weaker auxiliary weight. Frozen-feature diagnostics measured on each source alone separate these outcomes retrospectively but do not predict them: a rule built on them calls one of nine unseen pairs. At a practitioner's own label budget, the frozen-feature gain predicts the end-to-end gain to within $0.17$ points across 30 cells and seven datasets; the underlying decomposition, $\Delta = G + \readout(\mathrm{base})$, holds in sign on $\auditRate\%$ of testable cells and is called an unseen backbone family's feature gain in advance. The project page is https://amughrabi.github.io/MomentAux.

cs.CV

PerBite: A Curated Diagnostic Workflow for Bite-Aware Food Volume Estimation

Can a visually plausible food mesh be trusted to estimate the volume of consumed food? \method investigates this question using selected paired before- and after-consumption states from the MetaFood CVPR 2026 Continuous 3D Reconstruction While Eating Challenge. The submitted workflow follows a curated reconstruction protocol: SAM~3 segments the food and plate regions; Hunyuan3D/SAM~3D generates a dimensionless food mesh; the plate diameter provides the metric scale; the plate geometry is removed in Blender; and the remaining mesh is hole-filled, made watertight, and integrated to estimate volume. MoGe-2 is used only as an auxiliary cue for initial dish-diameter estimation when direct plate measurement is uncertain; it is not the primary scale source for the reported challenge result. \method ranks first, with an average Chamfer distance of 8.31 across 34 meshes using rigid ICP without scale correction. On 17 before- and after-pairs, it achieves 33.87\% state-level volume MAPE and zero monotonicity violations, while consumed-volume MAPE remains 53.74\%. The results show that surface reconstruction, metric scale, controlled mesh cleanup, watertight volume integration, and physical depletion consistency should be evaluated separately for dietary assessment. Source code and evaluation scripts will be available at \href{https://github.com/GCVCG/PerBite-CVPR-MetaFood-2026}{github.com/GCVCG/PerBite-CVPR-MetaFood-2026}.

cs.CV

BenchSeg: A Large-Scale Dataset and Benchmark for Multi-View Food Video Segmentation

Food image segmentation is a critical task for dietary analysis, enabling accurate estimation of food volume and nutrients. However, current methods suffer from limited multi-view data and poor generalization to new viewpoints. We introduce BenchSeg, a novel multi-view food video segmentation dataset and benchmark. BenchSeg aggregates 55 dish scenes (from Nutrition5k, Vegetables & Fruits, MetaFood3D, and FoodKit) with 25,284 meticulously annotated frames, capturing each dish under free 360{\deg} camera motion. We evaluate a diverse set of 20 state-of-the-art segmentation models (e.g., SAM-based, transformer, CNN, and large multimodal) on the existing FoodSeg103 dataset and evaluate them (alone and combined with video-memory modules) on BenchSeg. Quantitative and qualitative results demonstrate that while standard image segmenters degrade sharply under novel viewpoints, memory-augmented methods maintain temporal consistency across frames. Our best model based on a combination of SeTR-MLA+XMem2 outperforms prior work (e.g., improving over FoodMem by ~2.63% mAP), offering new insights into food segmentation and tracking for dietary analysis. In addition to frame-wise spatial accuracy, we introduce a dedicated temporal evaluation protocol that explicitly quantifies segmentation stability over time through continuity, flicker rate, and IoU drift metrics. This allows us to reveal failure modes that remain invisible under standard per-frame evaluations. We release BenchSeg to foster future research. The project page including the dataset annotations and the food segmentation models can be found at https://amughrabi.github.io/benchseg.

cs.CV

VolTex: Food Volume Estimation using Text-Guided Segmentation and Neural Surface Reconstruction

Accurate food volume estimation is crucial for dietary monitoring, medical nutrition management, and food intake analysis. Existing 3D Food Volume estimation methods accurately compute the food volume but lack for food portions selection. We present VolTex, a framework that improves \change{the food object selection} in food volume estimation. Allowing users to specify a target food item via text input to be segmented, our method enables the precise selection of specific food objects in real-world scenes. The segmented object is then reconstructed using the Neural Surface Reconstruction method to generate high-fidelity 3D meshes for volume computation. Extensive evaluations on the MetaFood3D dataset demonstrate the effectiveness of our approach in isolating and reconstructing food items for accurate volume estimation. The source code is accessible at https://github.com/GCVCG/VolTex.

cs.GR

VolE: A Point-cloud Framework for Food 3D Reconstruction and Volume Estimation

Accurate food volume estimation is crucial for medical nutrition management and health monitoring applications, but current food volume estimation methods are often limited by mononuclear data, leveraging single-purpose hardware such as 3D scanners, gathering sensor-oriented information such as depth information, or relying on camera calibration using a reference object. In this paper, we present VolE, a novel framework that leverages mobile device-driven 3D reconstruction to estimate food volume. VolE captures images and camera locations in free motion to generate precise 3D models, thanks to AR-capable mobile devices. To achieve real-world measurement, VolE is a reference- and depth-free framework that leverages food video segmentation for food mask generation. We also introduce a new food dataset encompassing the challenging scenarios absent in the previous benchmarks. Our experiments demonstrate that VolE outperforms the existing volume estimation techniques across multiple datasets by achieving 2.22 % MAPE, highlighting its superior performance in food volume estimation.

cs.CV

FoodMem: Near Real-time and Precise Food Video Segmentation

Food segmentation, including in videos, is vital for addressing real-world health, agriculture, and food biotechnology issues. Current limitations lead to inaccurate nutritional analysis, inefficient crop management, and suboptimal food processing, impacting food security and public health. Improving segmentation techniques can enhance dietary assessments, agricultural productivity, and the food production process. This study introduces the development of a robust framework for high-quality, near-real-time segmentation and tracking of food items in videos, using minimal hardware resources. We present FoodMem, a novel framework designed to segment food items from video sequences of 360-degree unbounded scenes. FoodMem can consistently generate masks of food portions in a video sequence, overcoming the limitations of existing semantic segmentation models, such as flickering and prohibitive inference speeds in video processing contexts. To address these issues, FoodMem leverages a two-phase solution: a transformer segmentation phase to create initial segmentation masks and a memory-based tracking phase to monitor food masks in complex scenes. Our framework outperforms current state-of-the-art food segmentation models, yielding superior performance across various conditions, such as camera angles, lighting, reflections, scene complexity, and food diversity. This results in reduced segmentation noise, elimination of artifacts, and completion of missing segments. Here, we also introduce a new annotated food dataset encompassing challenging scenarios absent in previous benchmarks. Extensive experiments conducted on MetaFood3D, Nutrition5k, and Vegetables & Fruits datasets demonstrate that FoodMem enhances the state-of-the-art by 2.5% mean average precision in food video segmentation and is 58 x faster on average.

cs.CV

MetaFood CVPR 2024 Challenge on Physically Informed 3D Food Reconstruction: Methods and Results

The increasing interest in computer vision applications for nutrition and dietary monitoring has led to the development of advanced 3D reconstruction techniques for food items. However, the scarcity of high-quality data and limited collaboration between industry and academia have constrained progress in this field. Building on recent advancements in 3D reconstruction, we host the MetaFood Workshop and its challenge for Physically Informed 3D Food Reconstruction. This challenge focuses on reconstructing volume-accurate 3D models of food items from 2D images, using a visible checkerboard as a size reference. Participants were tasked with reconstructing 3D models for 20 selected food items of varying difficulty levels: easy, medium, and hard. The easy level provides 200 images, the medium level provides 30 images, and the hard level provides only 1 image for reconstruction. In total, 16 teams submitted results in the final testing phase. The solutions developed in this challenge achieved promising results in 3D food reconstruction, with significant potential for improving portion estimation for dietary assessment and nutritional monitoring. More details about this workshop challenge and access to the dataset can be found at https://sites.google.com/view/cvpr-metafood-2024.

cs.CV

MomentsNeRF: Leveraging Orthogonal Moments for Few-Shot Neural Rendering

We propose MomentsNeRF, a novel framework for one- and few-shot neural rendering that predicts a neural representation of a 3D scene using Orthogonal Moments. Our architecture offers a new transfer learning method to train on multi-scenes and incorporate a per-scene optimization using one or a few images at test time. Our approach is the first to successfully harness features extracted from Gabor and Zernike moments, seamlessly integrating them into the NeRF architecture. We show that MomentsNeRF performs better in synthesizing images with complex textures and shapes, achieving a significant noise reduction, artifact elimination, and completing the missing parts compared to the recent one- and few-shot neural rendering frameworks. Extensive experiments on the DTU and Shapenet datasets show that MomentsNeRF improves the state-of-the-art by {3.39\;dB\;PSNR}, 11.1% SSIM, 17.9% LPIPS, and 8.3% DISTS metrics. Moreover, it outperforms state-of-the-art performance for both novel view synthesis and single-image 3D view reconstruction. The source code is accessible at: https://amughrabi.github.io/momentsnerf/.

cs.CV

VolETA: One- and Few-shot Food Volume Estimation

Accurate food volume estimation is essential for dietary assessment, nutritional tracking, and portion control applications. We present VolETA, a sophisticated methodology for estimating food volume using 3D generative techniques. Our approach creates a scaled 3D mesh of food objects using one- or few-RGBD images. We start by selecting keyframes based on the RGB images and then segmenting the reference object in the RGB images using XMem++. Simultaneously, camera positions are estimated and refined using the PixSfM technique. The segmented food images, reference objects, and camera poses are combined to form a data model suitable for NeuS2. Independent mesh reconstructions for reference and food objects are carried out, with scaling factors determined using MeshLab based on the reference object. Moreover, depth information is used to fine-tune the scaling factors by estimating the potential volume range. The fine-tuned scaling factors are then applied to the cleaned food meshes for accurate volume measurements. Similarly, we enter a segmented RGB image to the One-2-3-45 model for one-shot food volume estimation, resulting in a mesh. We then leverage the obtained scaling factors to the cleaned food mesh for accurate volume measurements. Our experiments show that our method effectively addresses occlusions, varying lighting conditions, and complex food geometries, achieving robust and accurate volume estimations with 10.97% MAPE using the MTF dataset. This innovative approach enhances the precision of volume assessments and significantly contributes to computational nutrition and dietary monitoring advancements.

cs.CV

MVSBoost: An Efficient Point Cloud-based 3D Reconstruction

Efficient and accurate 3D reconstruction is crucial for various applications, including augmented and virtual reality, medical imaging, and cinematic special effects. While traditional Multi-View Stereo (MVS) systems have been fundamental in these applications, using neural implicit fields in implicit 3D scene modeling has introduced new possibilities for handling complex topologies and continuous surfaces. However, neural implicit fields often suffer from computational inefficiencies, overfitting, and heavy reliance on data quality, limiting their practical use. This paper presents an enhanced MVS framework that integrates multi-view 360-degree imagery with robust camera pose estimation via Structure from Motion (SfM) and advanced image processing for point cloud densification, mesh reconstruction, and texturing. Our approach significantly improves upon traditional MVS methods, offering superior accuracy and precision as validated using Chamfer distance metrics on the Realistic Synthetic 360 dataset. The developed MVS technique enhances the detail and clarity of 3D reconstructions and demonstrates superior computational efficiency and robustness in complex scene reconstruction, effectively handling occlusions and varying viewpoints. These improvements suggest that our MVS framework can compete with and potentially exceed current state-of-the-art neural implicit field methods, especially in scenarios requiring real-time processing and scalability.

cs.CV

Pre-NeRF 360: Enriching Unbounded Appearances for Neural Radiance Fields

Neural radiance fields (NeRF) appeared recently as a powerful tool to generate realistic views of objects and confined areas. Still, they face serious challenges with open scenes, where the camera has unrestricted movement and content can appear at any distance. In such scenarios, current NeRF-inspired models frequently yield hazy or pixelated outputs, suffer slow training times, and might display irregularities, because of the challenging task of reconstructing an extensive scene from a limited number of images. We propose a new framework to boost the performance of NeRF-based architectures yielding significantly superior outcomes compared to the prior work. Our solution overcomes several obstacles that plagued earlier versions of NeRF, including handling multiple video inputs, selecting keyframes, and extracting poses from real-world frames that are ambiguous and symmetrical. Furthermore, we applied our framework, dubbed as "Pre-NeRF 360", to enable the use of the Nutrition5k dataset in NeRF and introduce an updated version of this dataset, known as the N5k360 dataset.

cs.CV

A Perceptually-Validated Metric for Crowd Trajectory Quality Evaluation

Simulating crowds requires controlling a very large number of trajectories and is usually performed using crowd motion algorithms for which appropriate parameter values need to be found. The study of the relation between parametric values for simulation techniques and the quality of the resulting trajectories has been studied either through perceptual experiments or by comparison with real crowd trajectories. In this paper, we integrate both strategies. A quality metric, QF, is proposed to abstract from reference data while capturing the most salient features that affect the perception of trajectory realism. QF weights and combines cost functions that are based on several individual, local and global properties of trajectories. These trajectory features are selected from the literature and from interviews with experts. To validate the capacity of QF to capture perceived trajectory quality, we conduct an online experiment that demonstrates the high agreement between the automatic quality score and non-expert users. To further demonstrate the usefulness of QF, we use it in a data-free parameter tuning application able to tune any parametric microscopic crowd simulation model that outputs independent trajectories for characters. The learnt parameters for the tuned crowd motion model maintain the influence of the reference data which was used to weight the terms of QF.

cs.LG

Active split-ring metamaterial slabs for magnetic resonance imaging

In this work, it is analyzed the ability of split-ring metamaterial slabs with zero/high permeability to reject/confine the radiofrequency magnetic field in magnetic resonance imaging systems. Using an homogenization procedure, split-ring slabs have been designed and fabricated to work in a 1.5T system. Active elements consisting of pairs of crossed diodes are inserted in the split-rings. With these elements, the permeability of the slabs can be automatically switched between a unity value when interacting with the strong excitation field of the transmitting body coil, and zero or high values when interacting with the weak field produced by protons in tissue. Experiments are shown for different configurations where these slabs can help to locally increase the signal-to-noise-ratio.

physics.med-ph

On the applications of mu=-1 metamaterial lenses for magnetic resonance imaging

In this work some possible applications of negative permeability magnetic metamaterial lenses for magnetic resonance imaging (MRI) are analyzed. Metamaterials are artificial composites designed to have a given permittivity and/or permeability, including negative values for these constants. It is shown that using magnetic metamaterials lenses it is possible to manipulate the spatial distribution of the radio-frequency (RF) field used in MR systems and, under some circumstances, improve the sensitivity of surface coils. Furthermore a collimation of the RF field, phenomenon that may find application in parallel imaging, is presented. MR images of real tissues are shown in order to prove the suitability of the theoretical analysis for practical applications.

physics.med-ph

Metamaterial radiofrequency lens for magnetic resonance imaging

The purpose of this work is to test the ability of a new class of passive electromagnetic device to increase the penetration depth of phased arrays of surface coils for magnetic resonance (MR) imaging systems. This new device is based on the emerging technology of metamaterials and behaves like a lens for the radiofrequency magnetic fields. The presented device was tested in several 1.5-T MR systems from different companies in combination with different phased arrays. One of the authors was enrolled as volunteer for the experiments. In these experiments his knees were imaged by using a dual phased array. The device was placed between the knees to check that the penetration depth of the coils was improved by this passive device. In all the experiments the presented device was successfully tested and it was checked that the knees of the volunteer can be imaged at deeper distances and that the signal-to-noise-ratio (SNR) in the obtained MR images was improved by the presence of the lens. The presented device has proven to increase the penetration depth of MR phased arrays of surface coils. The lens was tested by means of the MR imaging of the knees but it can be used to image any pair of joints simultaneously by placing it between the joints. The positive results suggest the possibility of using the lens to image the female breast. This would make it possible to increase the SNR without higher fields, thus fulfilling the safety regulations governing the standard absorption rate (SAR).

physics.med-ph

Experimental demonstration of a mu=-1 metamaterial lens for magnetic resonance imaging

In this work a mu=-1 metamaterial (MM) lens for magnetic resonance imaging (MRI) is demonstrated. MRI uses surface coils to detect the radiofrequency(RF) energy absorbed and emitted by the nuclear spins in the imaged object. The proposed MM lens manipulates the RF field detected by these surface coils, so that the coil sensitivity and spatial localization is substantially improved. Beyond this specific application, we feel that the reported results are the experimental confirmation of a new concept for the manipulation of RF field in MRI, which paves the way to many other interesting applications.

physics.med-ph

Near-field imaging in the megahertz range by strongly coupled magnetoinductive surfaces: theoretical model and experimental validation

In this work, near-field imaging by two strongly coupled arrays of split ring resonators is analyzed. A simple theoretical model is developed to obtain the transfer function of the lens. This model shows that magnetoinductive surface waves (MISWs) play the same role as plasmon-polaritons in negative refractive slabs. In particular, the model predicts that the image is formed near the resonant frequency of the rings, between the pass-bands for the two MISW branches that can be excited in the lens. It also predicts a significant image enhancement when the distance between the source source and the image plane is smaller than twice the lens width. The predictions of the theoretical model are supported by measurements in the radio-frequency range. This suggests the possibility of using this kind of devices to imaging processes in the megahertz range, as for example in magnetic resonance imaging.

physics.optics

A planar magneto-inductive lens for three-dimensional subwavelength imaging

A planar near-field magnetoinductive lens operating in the microwave range is presented. The proposed device consists of two parallel planar arrays of metallic broadside coupled (BC-) split ring resonators (SRRs), or BC-SRRs. Power coming from a point-like source located in front of the lens is focused into a receiver located in free space behind the device. This focus is clearly removed from the back side of the lens, and has a size which is an order of magnitude smaller than the free space wavelength of the incoming radiation. The imaging properties of the device mainly relies on the excitation of magnetoinductive surface waves on the BC-SRR arrays. By simply scaling the BC-SRRs size, as well as the arrays periodicity, the frequency of operation of the device can be tuned over a wide frequency range. Thus the proposed design is potentially useful for many applications ranging from megahertzs to terahertzs.

physics.optics