Robust Perception: Trade-offs and Methods
- Robust perception is a systems-level approach that ensures reliable estimation despite sensor perturbations, distribution shifts, and hardware faults.
- It employs techniques such as adversarial training, uncertainty propagation, output consensus, and inference-time adaptation to enhance resilience.
- Applications span autonomous driving, robotics, and multi-agent systems, where maintaining performance under real-world disturbances is critical.
Searching arXiv for the cited robust perception papers to ground the article in current literature. Robust perception denotes the design of perceptual systems that remain reliable when sensing, inference, or deployment conditions deviate from nominal assumptions. In the cited literature, the term spans several technically distinct settings: adversarially robust collaborative perception in multi-agent systems (Li et al., 2023), robust perception-based control under learned sensing error (Makdah et al., 2019, Dean et al., 2019, Jarin-Lipschitz et al., 2020), uncertainty-aware localization and mapping (Sirohi et al., 2024), architectural co-design for dependable automotive perception (Dey et al., 2022), robustness to missing views in BEV pipelines (Chen et al., 2023), inference-time robustness mechanisms based on equivariance or canonicalization (Mao et al., 2022, Singhal et al., 14 Jul 2025), certification against camera motion perturbations (Hu et al., 2022), robustness to asynchronous collaboration and sensor misalignment (Xu et al., 12 Feb 2025, Xia et al., 2024), and robust articulated-object perception for manipulation (Wang et al., 2024). Taken together, these works define robust perception not as a single algorithmic recipe but as a systems-level objective: preserving perceptual validity under perturbation, distribution shift, uncertainty, hardware faults, temporal misalignment, or perception–control coupling.
1. Scope and formal problem settings
A recurring formulation treats perception as an estimator embedded in a larger downstream system. In perception-based control, the learned perception map is trained from a finite dataset by minimizing mean squared error, after which it is linearized around nominal operation as with (Makdah et al., 2019). Robustness is then defined not only by nominal estimation performance , but also by sensitivity of the steady-state error covariance to perturbations in the learned noise model, (Makdah et al., 2019). The central claim is that algorithms maximizing nominal estimation accuracy tend to perform poorly when sensor statistics differ from the learned ones, whereas increasing training variability improves robustness while limiting nominal performance (Makdah et al., 2019).
A related formalism appears in robust guarantees for perception-based control, where a learned perception map approximates a linear function of state, , with worst-case observation error
over an operating region (Dean et al., 2019). Here robustness is tied to certifiable safe-set construction and invariance of the closed loop under bounded perception error. The same theme is carried into quadrotor control, where VIO bias is modeled as 0 and robust synthesis explicitly constrains the closed-loop gain from perception error to state (Jarin-Lipschitz et al., 2020).
Other works pose robust perception directly at the perception layer. In collaborative perception, robustness is defined against adversarial teammates or temporal asynchrony. ROBOSAC assumes that collaborative perception should lead to consensus rather than dissensus relative to ego-only perception, and accepts fusion only when repeated random subset sampling yields output-space agreement (Li et al., 2023). CoDynTrust models temporally asynchronous collaboration as a feature-quality problem and introduces a dynamic feature trust modulus based on aleatoric and epistemic uncertainty (Xu et al., 12 Feb 2025). In BEV perception, M-BEV formulates robustness as resilience to one or more failed cameras by randomly masking and reconstructing view features during training (Chen et al., 2023).
A different line of work defines robust perception through invariance or equivariance. FoCal seeks a canonicalizer 1 such that, for transformed input 2, a canonical transform 3 maps it toward a visually typical view by minimizing a foundation-model energy (Singhal et al., 14 Jul 2025). The equivariance-based framework instead solves an inference-time constrained optimization over an 4 ball around the attacked input to restore feature equivariance under a transformation group 5 (Mao et al., 2022). These formulations suggest that robust perception can be approached either by hardening the estimator, constraining inference, or redesigning the interface between perception and downstream decision-making.
2. Robustness mechanisms in collaborative and multi-agent perception
Collaborative perception introduces vulnerabilities absent from single-agent systems because information exchange can amplify corrupted, delayed, or malicious signals. ROBOSAC addresses adversarial feature-map perturbations in collaborative 3D object detection by replacing trust-all fusion with a hypothesize-and-verify loop (Li et al., 2023). At each perception step, the ego robot computes a solo forward pass 6, then samples 7 out of 8 teammates uniformly at random, computes 9, and accepts collaboration only if a difference measure 0 (Li et al., 2023). In 3D object detection, the outputs are sets of axis-aligned 3D boxes; after one-to-one matching by the Hungarian algorithm, the paper defines
1
and treats consensus as an output-space criterion rather than a feature-space norm test (Li et al., 2023).
ROBOSAC also provides closed-form sampling bounds. If 2 is the fraction of attackers among 3 peers, then a sampled 4-subset is attacker-free with probability 5, and after 6 independent samplings the probability that at least one draw is clean is
7
Solving yields
8
(Li et al., 2023). On V2X-Sim with white-box PGD attacks, 9, target 0, and success probability 1, the equations give 2; under that setting ROBOSAC achieves [email protected]/[email protected] of 3 versus 4 for no defense and 5 for ego only (Li et al., 2023). Under C&W black-box attacks never seen by a PGD-trained model, PGD-based adversarial training drops to 6, whereas ROBOSAC retains 7 (Li et al., 2023). This supports the paper’s attack-agnostic interpretation of robustness as outlier rejection rather than attacker modeling.
Temporal asynchrony is treated differently in CoDynTrust. For each agent and timestamp, CoDynTrust predicts aleatoric uncertainty with a direct-modeling head and epistemic uncertainty with MC-Dropout, rescales raw uncertainties to a common range, and computes a trust modulus per ROI through a small residual-block network 8 on averaged confidence and uncertainty across the two most recent frames (Xu et al., 12 Feb 2025). A delay-decay factor 9 with 0 modulates trust according to temporal lag:
1
(Xu et al., 12 Feb 2025). The trust-scaled features are then fused by a multi-scale hybrid module that computes MAXOUT, AVGOUT, spatial reweighting, and channel reweighting (Xu et al., 12 Feb 2025). Across DAIR-V2X, V2XSet, and OPV2V, CoDynTrust is reported to show the smallest performance degradation as delay increases; on DAIR-V2X at [email protected], it achieves 2 at 3, 4 at 5, and 6 at 7, while under 8 delay plus Gaussian pose noise 9 it reaches 0 versus 1 for CoBEVFlow (Xu et al., 12 Feb 2025).
A further collaborative-perception challenge is spatial-temporal alignment without external localization and clock signals. A 2024 work proposes aligning agents by recognizing inherent geometric patterns in perceptual data rather than depending on external hardware (Lei et al., 2024). Its abstract states that the key module, FreeAlign, constructs a salient object graph for each agent from detected boxes and uses a graph neural network to identify common subgraphs between agents, leading to accurate relative pose and time; it is validated on real-world and simulated datasets, and the resulting system performs comparably to systems relying on precise localization and clock devices (Lei et al., 2024). However, the accompanying details block explicitly states that the provided document contains no technical details about the system (Lei et al., 2024). This limits any more specific encyclopedic treatment of its architecture or experiments.
3. Perception under uncertainty, distribution shift, and perception–control coupling
Robust perception is often constrained by the fact that the perceptual module is learned from finite data and deployed in conditions with shifted sensor statistics. In the control-theoretic treatment of perception-based control, the robust estimator gain is obtained by solving
2
with 3 (Makdah et al., 2019). Under assumptions that 4 is stable, 5 is detectable, 6, and 7, the optimal gain is parameterized by a single scalar 8 through a Riccati equation for 9 and
0
(Makdah et al., 2019). The paper proves that 1 is strictly decreasing in 2 and that the optimal robustness 3 is strictly decreasing in 4; equivalently, increasing nominal accuracy forces a loss in robustness (Makdah et al., 2019). In CARLA with a planar double-integrator and a convolutional perception map trained on clear-weather images, the nominal controller yields 5 and 6, while the robust controller yields 7 and 8 (Makdah et al., 2019). The result is not merely empirical but formulated as a fundamental trade-off.
Robust guarantees for perception-based control pursue a more explicit certification route. Assuming 9 and 0 are Lipschitz and the local slope of the perception error 1 is bounded near training points, the paper constructs a safe set 2 as a union of local balls in which the error is bounded by 3 (Dean et al., 2019). An equivalent view uses a quadratic Lyapunov function 4 and a 5-inflated safe set
6
then chooses the largest invariant sublevel set under the closed-loop map (Dean et al., 2019). In CARLA, a robust 7 controller solved via SLS with empirically computed 8 is reported to remain within 9 of the training trajectory in all 0 randomized trials, whereas nominal controllers exceed 1 error on average (Dean et al., 2019).
The quadrotor extension makes the same perception–control coupling concrete in hardware. There, VIO output is modeled as 2, with 3 treated as a state-dependent bias characterized by a uniform norm bound and an 4-slope estimate learned from logged state and VIO trajectories (Jarin-Lipschitz et al., 2020). Robust control is synthesized in the SLS framework by minimizing either a nominal quadratic cost or an imitation cost relative to an existing controller, while imposing an explicit robustness constraint on the gain from 5 to 6 (Jarin-Lipschitz et al., 2020). In simulation with degraded perception, the PD controller’s tracking and VIO drift grew substantially, the nominal 7 drifted uncontrollably, and both robust SLS controllers maintained bounded drift with tracking error within approximately 8; on hardware, under weaker lighting and sparser texture, PD error grew to approximately 9, whereas the robust-imitation controller remained under 0 (Jarin-Lipschitz et al., 2020). A plausible implication is that robustness in perception cannot always be isolated at the perception stack; it may require joint reasoning about estimator bias, safe operating regions, and downstream feedback gains.
Uncertainty-aware localization and mapping provides a related but downstream-oriented view. uPLAM uses the evidential panoptic CNN EvPSNet to estimate Dirichlet evidence per pixel,
1
with class probability 2 and epistemic uncertainty 3 (Sirohi et al., 2024). It also computes predictive uncertainty through normalized entropy of the Dirichlet means,
4
then propagates these uncertainties through BEV map aggregation and particle-filter localization (Sirohi et al., 2024). In map aggregation, cell-wise evidence is fused by averaging Dirichlet parameters; in localization, semantic and landmark mIoU scores are modified by uncertainty-weighted intersections, and the particle likelihood is sharpened by
5
with 6 (Sirohi et al., 2024). On the Freiburg sequence, evidential fusion yields overall mIoU 7 and uECE 8 versus 9 and 00 for log-odds + softmax (Sirohi et al., 2024). With 01 particles and noisy odometry, the full localization system reduces translational MAE from 02 for the baseline 03 model to 04 after regularization, uncertainty incorporation, and instance matching (Sirohi et al., 2024). This locates robust perception not only in prediction accuracy but in calibrated uncertainty that can be exploited by downstream Bayesian inference.
4. Architectural robustness in autonomous driving perception
Several works treat robust perception as a problem of architecture design under hardware and deployment constraints. PASTA formulates dependable automotive perception as a global co-optimization over sensor selection, placement, and orientation; deep-learning object detector choice and parameters; and fusion algorithm choice (Dey et al., 2022). The objective trades cumulative perception loss against hardware cost under constraints on allowable mounting zones, orientation bounds, and maximum number of sensors (Dey et al., 2022). The framework decodes each design point into CARLA simulations, measures eight ADAS metrics, and updates the design with a population-based optimizer (Dey et al., 2022). It supports GA, DE, and FA; for GA, the reported settings are roulette-wheel selection, single-point crossover with rate 05, mutation rate 06, and population size 07 (Dey et al., 2022).
The importance of integrated design is made explicit in the BMW-Minicooper case study. After approximately 08 of search, GA-PASTA, which jointly optimizes position, orientation, detector, and fusion, reaches a best average cost of approximately 09, compared with approximately 10 for GA-PO, which only optimizes position with fixed YOLOv3+EKF (Dey et al., 2022). Among exploration algorithms, FA-PASTA improves on DE by 11 and on GA by 12 for the Audi-TT, and beats DE by 13 and GA by 14 for the BMW (Dey et al., 2022). When neural architecture search is added, FA-NAS-PASTA improves best cost by up to 15 on Audi-TT and 16 on BMW-Minicooper over plain FA-PASTA (Dey et al., 2022). The paper’s design guidelines emphasize that global co-optimization always outperforms sequential or partial searches, and that vehicle-specific geometry alters optimal sensor zones, making one-size-fits-all sensor packs sub-optimal (Dey et al., 2022).
Robustness to sensor failure inside BEV pipelines is addressed by M-BEV. Its Masked View Reconstruction module is inserted after the 2D encoder and before BEV translation, where Random View Masking zeroes out entire feature maps of randomly selected camera views and MVR reconstructs them from the remaining views (Chen et al., 2023). At each training iteration, the masking stage chooses 17 camera views uniformly across subsets, allowing the model to see many missing-camera configurations (Chen et al., 2023). Reconstruction is trained by
18
and the total objective is 19 with 20 (Chen et al., 2023).
On nuScenes with PETRv2, the full-view baseline gives NDS 21 and mAP 22; removing the back camera reduces PETRv2 to NDS 23 and mAP 24, whereas M-BEV recovers to NDS 25 and mAP 26, a 27 absolute mAP gain over the failed-case baseline (Chen et al., 2023). For random multi-view failure, M-BEV outperforms the baseline by 28–29 mAP, with local MVR consistently 30–31 mAP better than global MVR (Chen et al., 2023). In the no-failure case, inference cost is approximately the same as the baseline because the decoder is bypassed, yet the model still gains 32 mAP from robustness-aware training; under single-view failure, Local MVR adds only approximately 33 latency, from 34 to 35 (Chen et al., 2023). This suggests a distinct notion of robust perception: not post hoc defense, but training-time exposure to plausible hardware-failure modes.
Long-range robustness against sensor misalignment is handled by a multi-task LiDAR–camera system that jointly predicts 2D detection, 3D detection, and three-axis rotational misalignment along with calibrated uncertainty (Xia et al., 2024). The misalignment head predicts 36 and diversity parameters 37, trained by a Laplace-NLL-style loss
38
(Xia et al., 2024). Estimates are fused over a sliding 39 window after rejecting frames whose predicted uncertainty exceeds 40, using inverse-variance weighting (Xia et al., 2024). On the internal long-range dataset with injected perturbations in 41, snippet-level fusion with uncertainty reaches precision 42, recall 43, and mean absolute errors of 44 for roll, 45 for pitch, and 46 for yaw (Xia et al., 2024). In 3D vehicle detection at 47–48, a CenterNet backbone improves from max-F1 49 for the miscalibrated baseline to 50 with proposed correction, reported as 51 (Xia et al., 2024). The work explicitly interprets predicted aleatoric uncertainty as useful for temporal filtering and outlier rejection (Xia et al., 2024).
5. Inference-time adaptation, invariance, and certification
A major strand of robust perception shifts the burden of robustness from training to inference. The equivariance-based framework formulates attacked-input restoration as
52
and predicts with 53 (Mao et al., 2022). The self-supervised objective uses dense feature-space equivariance under a known transformation group 54, measuring per-transform cosine similarity
55
and minimizing a penalty of the form
56
(Mao et al., 2022). The paper argues, both theoretically and empirically, that restoring equivariance at inference can reverse adversarial corruption without retraining the model (Mao et al., 2022).
The empirical trade-off is explicit. On ImageNet classification with 57, vanilla inference gives clean accuracy 58 and robust accuracy 59 under PGD-10, while equivariance-based inference yields clean accuracy 60 and robust accuracy 61 (Mao et al., 2022). On Cityscapes semantic segmentation, robust mIoU improves from 62 to 63 while clean mIoU changes from 64 to 65 (Mao et al., 2022). On PASCAL VOC, robust mAP@50 rises from 66 to 67; on MS-COCO, from 68 to 69 (Mao et al., 2022). Runtime is correspondingly large: per ImageNet image on a single V100 GPU, vanilla inference takes 70 and uses 71, whereas the equivariance method takes 72 and 73 (Mao et al., 2022). The paper therefore frames robustness as an inference-time optimization problem with an explicit clean-accuracy and latency cost.
FoCal pursues a related inference-time goal but through canonicalization by foundation models. Given a transform family 74, it defines
75
then selects
76
before running the downstream model on 77 (Singhal et al., 14 Jul 2025). The algorithm proceeds by “Vary and Rank”: enumerate or sample transformations, compute energies using CLIP and a diffusion prior, and use brute force or Bayesian Optimization depending on dimensionality (Singhal et al., 14 Jul 2025). The tested transformation spaces include 2D rotations, 3D viewpoints, illumination shifts, contrast, day–night relighting, and active-vision 6-DoF poses (Singhal et al., 14 Jul 2025).
Quantitatively, FoCal reports several large gains. On Objaverse-LVIS under 3D viewpoint variation, for the worst 78 of input viewpoints, OV-Seg accuracy rises from 79 to 80; overall stability, measured as max–min accuracy, is reduced by 81 (Singhal et al., 14 Jul 2025). On CO3D hard frames, when ground-truth probability is below 82, baseline accuracy 83 rises to 84; at probability below 85, 86 rises to 87 (Singhal et al., 14 Jul 2025). For illumination shifts with CLIP, average gains are 88 percentage points for color and 89 for contrast, with larger gains at extremes (Singhal et al., 14 Jul 2025). On unseen ImageNet rotations, ViT rotated accuracy rises from 90 for PRLC to 91 for FoCal (Singhal et al., 14 Jul 2025). The method also matches PRLC mAP on COCO C4 segmentation while improving pose accuracy from 92 to 93 (Singhal et al., 14 Jul 2025). At the same time, the paper notes the computational cost of 94 energy evaluations, each including CLIP and diffusion passes, and states that runtime remains higher than a single inference (Singhal et al., 14 Jul 2025).
CVP provides a more lightweight inference-time adaptation mechanism. It inserts a tiny convolutional prompt into input space,
95
where 96 is optimized at test time using a self-supervised contrastive loss (Tsai et al., 2023). With 97 and 98, the prompt has 99 parameters; with 00, 01 parameters (Tsai et al., 2023). This is described as less than 02 of standard visual prompt size (Tsai et al., 2023). On CIFAR-10-C with WideResNet-18, CVP reduces average error from 03 to 04, a 05 point improvement; on ImageNet-C with ResNet-50 it reduces mCE from 06 to 07 (Tsai et al., 2023). The method also improves CLIP(ViT/32), reducing mCE by 08 points and Sketch error by 09 points (Tsai et al., 2023). In contrast to heavier inference-time optimization methods, CVP treats robust perception as a small structured prompt-learning problem.
Certification rather than adaptation is the focus of camera motion smoothing. Given any base classifier 10 and camera motion distribution 11 in 6-DoF motion space, the smoothed classifier is defined as
12
(Hu et al., 2022). The paper develops a certification theorem stating that, if the top-class and runner-up probabilities under smoothing are 13 and 14, then for a fixed-axis motion 15 satisfying
16
the smoothed classifier’s prediction is invariant (Hu et al., 2022). On MetaRoom, motion-smoothed ResNet-18 achieves certified accuracy 17 against camera translation along depth within 18, 19 for horizontal/vertical translation within 20, and 21 against roll within 22 (Hu et al., 2022). Hardware experiments with a Kinova Gen3 arm likewise show consistent gains in empirical robust accuracy across all axes (Hu et al., 2022). This work treats robust perception as a certifiable property under physically meaningful camera perturbations.
6. Temporal, semantic, and task-specific robustness
Not all robustness mechanisms are framed as adversarial defense or uncertainty estimation. Some reconstruct a more stable perceptual representation by exploiting temporal or structural regularities in the input.
“Perception Over Time” introduces a neuro-inspired coarse-to-fine decomposition of a static image into a temporal sequence 23 of increasing perceptual clarity (Daniali et al., 2022). The decomposition may be obtained through recurrent sparse coding or approximate JPEG/Gaussian baselines, and the resulting sequence is integrated by a CtF-CNN or CtF-LSTM (Daniali et al., 2022). On ImageNet30, the reported single-frame ResNet baseline achieves standard accuracy 24 and adversarial accuracy 25 under PGD with 26, whereas CtF-CNN with JPEG decomposition reaches 27 standard and 28 adversarial accuracy, CtF-CNN with RSCD reaches 29 and 30, and CtF-LSTM with RSCD reaches 31 and 32 (Daniali et al., 2022). The paper interprets this as robustness emerging from integration of stable low-frequency structure before high-frequency details (Daniali et al., 2022). This suggests a temporal-dynamics view of robust perception even for static image understanding.
RPMArt addresses robustness in articulated-object perception and manipulation under noisy point clouds and sim-to-real transfer (Wang et al., 2024). Its Robust Articulation Network samples 33 point tuples, computes translation-invariant tuple features from relative positions, normal-angle features, and learned SHOT embeddings, and predicts joint parameters, affordance-point parameters, and an articulation score (Wang et al., 2024). The articulation-aware classification label is defined so that only tuples straddling the part–base boundary are informative, and tuples with predicted articulation score below 34 are discarded at inference (Wang et al., 2024). Under heavy synthetic noise level 4, RoArtNet achieves mean joint-origin error 35, direction error 36, and affordance-point error 37, compared with 38, 39, and 40 for PointNet++ (Wang et al., 2024). In real-world zero-shot transfer, it reports perception errors such as 41 origin and 42 direction for Microwave, and 43 origin and 44 direction for WashingMachine (Wang et al., 2024). Here robust perception is explicitly linked to downstream manipulation success, with affordance prediction and joint constraints used to guide actions (Wang et al., 2024).
Robust lane perception has been extended by incorporating traffic flow as a real-time prior. TF-Lane inserts a Traffic Flow-aware Module between the visual backbone and lane decoder, aligning historical tracks into the current ego frame, filtering trajectories by a validity threshold, and fusing traffic-flow features with lane features through block-masked cross-attention (Xie et al., 1 Feb 2026). The work reports that TFM can be plugged into TopoNet, LaneSegNet, MapTR, and MapTRv2 without changing the original task losses or training schedules (Xie et al., 1 Feb 2026). Quantitatively, MapTR on nuScenes improves from 45 to 46 mAP, LaneSegNet on OpenLaneV2 improves from 47 to 48 mAP, TopoNet OLS improves from 49 to 50, and MapTRv2 on nuScenes improves from 51 to 52 (Xie et al., 1 Feb 2026). A partial-modality inference result is notable: training with TFM but inferring without traffic flow still reaches 53 mAP versus 54 for the baseline (Xie et al., 1 Feb 2026). The paper interprets this as implicit supervision from the auxiliary modality. A plausible implication is that robust perception may be improved by incorporating structured side information even when that information is absent at test time.
Recent BEV work pushes this idea toward latent world modeling. RESBev reframes robustness as latent semantic prediction at the feature level of Lift-Splat-Shoot pipelines (Zhuo et al., 10 Mar 2026). A latent world model predicts a clean prior feature 55 from the previous reconstructed state and ego-motion, and an anomaly reconstructor fuses that prior with the corrupted current BEV feature through cross-attention and a learned per-channel gate (Zhuo et al., 10 Mar 2026). On nuScenes BEV semantic segmentation under RoboBEV corruptions, LSS improves from average IoU 56 to 57 on seen corruptions and from 58 to 59 on unseen corruptions when augmented with RESBev; SimpleBEV improves from 60 to 61 on seen and from 62 to 63 on unseen corruptions (Zhuo et al., 10 Mar 2026). Under FGSM, PGD, and C&W attacks, vanilla LSS drops below 64 IoU while LSS + RESBev recovers above 65 IoU (Zhuo et al., 10 Mar 2026). This aligns robust perception with latent state prediction rather than direct denoising.
7. Conceptual themes, trade-offs, and points of tension
The surveyed literature reveals several distinct but interacting meanings of robustness. One is robustness as consensus or trust management, exemplified by ROBOSAC and CoDynTrust, where perception is protected by selecting attacker-free or temporally trustworthy collaborator subsets (Li et al., 2023, Xu et al., 12 Feb 2025). Another is robustness as bounded sensitivity, formalized by the sensitivity metric 66 in perception-based control and by certified invariance radii in camera motion smoothing (Makdah et al., 2019, Hu et al., 2022). A third is robustness as uncertainty propagation, where evidential or heteroscedastic predictions are preserved into mapping, localization, or self-calibration layers (Sirohi et al., 2024, Xia et al., 2024). A fourth is robustness as test-time restoration or canonicalization, where inference is modified so that the input or feature representation satisfies structural constraints such as equivariance or typicality (Mao et al., 2022, Singhal et al., 14 Jul 2025). A fifth is robustness as architectural resilience, where the system is explicitly trained for sensor failure, misalignment, or vehicle-specific hardware design (Chen et al., 2023, Dey et al., 2022, Xia et al., 2024).
Several tensions recur across these approaches. The most explicit is the trade-off between accuracy and robustness in perception-based control: lower nominal estimation error forces higher sensitivity to perturbations in the learned noise model (Makdah et al., 2019). A related empirical trade-off appears in inference-time robustness methods, where robust accuracy improves but clean accuracy and runtime can degrade, as in equivariance restoration (Mao et al., 2022). M-BEV, by contrast, reports a small clean-data benefit from robustness-aware training with approximately baseline inference cost in the healthy-sensor case (Chen et al., 2023). This suggests that robustness interventions can operate at different points on the accuracy–efficiency–safety frontier.
Another point of tension concerns whether robustness should be learned at training time or enforced at inference time. ROBOSAC avoids adversarial training and is presented as generalizable to unseen attackers because it relies on output-space consensus rather than attacker-specific priors (Li et al., 2023). Equivariance restoration and FoCal explicitly shift robustness to test-time optimization (Mao et al., 2022, Singhal et al., 14 Jul 2025). PASTA and M-BEV instead redesign or retrain the architecture to survive likely deployment failures (Dey et al., 2022, Chen et al., 2023). This suggests no single consensus in the literature about where robust perception should reside; it may be an attribute of the model, the inference algorithm, or the overall system architecture.
A further tension is between provable guarantees and practical coverage. Robust guarantees for perception-based control and camera motion smoothing derive explicit conditions for safety or certified invariance (Dean et al., 2019, Hu et al., 2022). Yet these guarantees are often conservative; for the quadrotor controller, the theoretical drift bound is approximately 67 in simulation and approximately 68 on hardware, while empirical worst-case drift is under 69 (Jarin-Lipschitz et al., 2020). By contrast, high-performing empirical methods such as FoCal, RESBev, or CoDynTrust report large gains under varied corruptions but do not provide formal guarantees (Singhal et al., 14 Jul 2025, Zhuo et al., 10 Mar 2026, Xu et al., 12 Feb 2025). A plausible implication is that robust perception research remains split between certifiable but specialized methods and broader empirical defenses with weaker formal assurances.
Finally, many works converge on the idea that robust perception is inseparable from the structure of the downstream task. In control, robustness is meaningful only relative to closed-loop safety and invariance (Makdah et al., 2019, Dean et al., 2019, Jarin-Lipschitz et al., 2020). In collaborative perception, uncertainty and trust are valuable partly because they can be propagated to planning and control (Xu et al., 12 Feb 2025). In localization and mapping, uncertainty is only useful if it modifies particle weights or map quality (Sirohi et al., 2024). In articulated-object manipulation, perception robustness is evaluated through action success under joint constraints (Wang et al., 2024). This suggests that “robust perception” is not merely about making a predictor less fragile in isolation. It is about preserving operational validity under perturbation in the context of a larger embodied, multi-agent, or decision-theoretic system.