secure

security

Title: Detecting Images Generated by Diffusers. (arXiv:2303.05275v1 [cs.CV])

Title: Prompt-Based Learning for Thread Structure Prediction in Cybersecurity Forums. (arXiv:2303.05400v1 [cs.CL])

Title: Automated Cyber Defence: A Review. (arXiv:2303.04926v1 [cs.CR])

Title: Encryption with Quantum Public Keys. (arXiv:2303.05368v1 [cs.CR])

privacy

Title: High Fidelity Synthetic Face Generation for Rosacea Skin Condition from Limited Data. (arXiv:2303.04839v1 [cs.CV])

Title: NIFF: Alleviating Forgetting in Generalized Few-Shot Object Detection via Neural Instance Feature Forging. (arXiv:2303.04958v1 [cs.CV])

Title: Generative Model-Based Attack on Learnable Image Encryption for Privacy-Preserving Deep Learning. (arXiv:2303.05036v1 [cs.CV])

Title: RiDDLE: Reversible and Diversified De-identification with Latent Encryptor. (arXiv:2303.05171v1 [cs.CV])

Title: Understanding the Challenges and Opportunities of Pose-based Anomaly Detection. (arXiv:2303.05463v1 [cs.CV])

Title: ChatGPT is on the horizon: Could a large language model be all we need for Intelligent Transportation?. (arXiv:2303.05382v1 [cs.CL])

Title: Exploring Smart Commercial Building Occupants' Perceptions and Notification Preferences of Internet of Things Data Collection in the United States. (arXiv:2303.04955v1 [cs.CR])

Title: FedREP: A Byzantine-Robust, Communication-Efficient and Privacy-Preserving Framework for Federated Learning. (arXiv:2303.05206v1 [cs.LG])

protect

Title: Using Positive Matching Contrastive Loss with Facial Action Units to mitigate bias in Facial Expression Recognition. (arXiv:2303.04896v1 [cs.CV])

defense

Title: Making a Computational Attorney. (arXiv:2303.05383v1 [cs.CL])

attack

Title: Decision-BADGE: Decision-based Adversarial Batch Attack with Directional Gradient Estimation. (arXiv:2303.04980v1 [cs.CV])

Title: Identification of Systematic Errors of Image Classifiers on Rare Subgroups. (arXiv:2303.05072v1 [cs.CV])

Title: Learning the Legibility of Visual Text Perturbations. (arXiv:2303.05077v1 [cs.CL])

Title: Presentation Attack Detection with Advanced CNN Models for Noncontact-based Fingerprint Systems. (arXiv:2303.05459v1 [cs.CV])

robust

Title: The Casual Conversations v2 Dataset. (arXiv:2303.04838v1 [cs.CV])

Title: MetaMorph: Learning Metamorphic Image Transformation With Appearance Changes. (arXiv:2303.04849v1 [cs.CV])

Title: O2RNet: Occluder-Occludee Relational Network for Robust Apple Detection in Clustered Orchard Environments. (arXiv:2303.04884v1 [cs.CV])

Title: Deformer: Dynamic Fusion Transformer for Robust Hand Pose Estimation. (arXiv:2303.04991v1 [cs.CV])

Title: Rethinking Visual Prompt Learning as Masked Visual Token Modeling. (arXiv:2303.04998v1 [cs.CV])

Title: Towards Robust Image-in-Audio Deep Steganography. (arXiv:2303.05007v1 [cs.CR])

Title: Smooth and Stepwise Self-Distillation for Object Detection. (arXiv:2303.05015v1 [cs.CV])

Title: Distortion-Disentangled Contrastive Learning. (arXiv:2303.05066v1 [cs.CV])

Title: Contrastive Model Adaptation for Cross-Condition Robustness in Semantic Segmentation. (arXiv:2303.05194v1 [cs.CV])

Title: Revisiting Rotation Averaging: Uncertainties and Robust Losses. (arXiv:2303.05195v1 [cs.CV])

Title: Taming Contrast Maximization for Learning Sequential, Low-latency, Event-based Optical Flow. (arXiv:2303.05214v1 [cs.CV])

Title: BaDLAD: A Large Multi-Domain Bengali Document Layout Analysis Dataset. (arXiv:2303.05325v1 [cs.CV])

Title: FaceXHuBERT: Text-less Speech-driven E(X)pressive 3D Facial Animation Synthesis Using Self-Supervised Speech Representation Learning. (arXiv:2303.05416v1 [cs.CV])

Title: Spawrious: A Benchmark for Fine Control of Spurious Correlation Biases. (arXiv:2303.05470v1 [cs.CV])

Title: Open-world Instance Segmentation: Top-down Learning with Bottom-up Supervision. (arXiv:2303.05503v1 [cs.CV])

Title: PAC-NeRF: Physics Augmented Continuum Neural Radiance Fields for Geometry-Agnostic System Identification. (arXiv:2303.05512v1 [cs.CV])

Title: Let's Get Personal: Personal Questions Improve SocialBot Performance in the Alexa Prize. (arXiv:2303.04953v1 [cs.CL])

Title: Early Warning Signals of Social Instabilities in Twitter Data. (arXiv:2303.05401v1 [cs.CL])

Title: Certifiable Robustness for Naive Bayes Classifiers. (arXiv:2303.04811v1 [cs.LG])

In this paper, we study certifiable robustness for the Naive Bayes classifier (NBC) on dirty datasets with missing values. We present (i) a linear time algorithm in the number of entries in the dataset that decides whether a test point is certifiably robust for NBC, (ii) an algorithm that counts for each label, the number of cleaned datasets on which the NBC can be trained to predict that label, and (iii) an efficient optimal algorithm that poisons a clean dataset by inserting the minimum number of missing values such that a test point is not certifiably robust for NBC. We prove that (iv) poisoning a clean dataset such that multiple test points become certifiably non-robust is NP-hard for any dataset with at least three features. Our experiments demonstrate that our algorithms for the decision and data poisoning problems achieve up to $19.5\times$ and $3.06\times$ speed-up over the baseline algorithms across different real-world datasets.

Title: Efficient Certified Training and Robustness Verification of Neural ODEs. (arXiv:2303.05246v1 [cs.LG])

Title: Greener yet Powerful: Taming Large Code Generation Models with Quantization. (arXiv:2303.05378v1 [cs.LG])

Model compression is a promising approach to address these challenges. Several techniques are proposed to compress large pretrained models typically used for vision or textual data. Out of many available compression techniques, we identified that quantization is mostly applicable for code generation task as it does not require significant retraining cost. As quantization represents model parameters with lower-bit integer (e.g., int8), the model size and runtime latency would both benefit from such int representation. We extensively study the impact of quantized model on code generation tasks across different dimension: (i) resource usage and carbon footprint, (ii) accuracy, and (iii) robustness. To this end, through systematic experiments we find a recipe of quantization technique that could run even a $6$B model in a regular laptop without significant accuracy or robustness degradation. We further found the recipe is readily applicable to code summarization task as well.

Title: Efficient Testable Learning of Halfspaces with Adversarial Label Noise. (arXiv:2303.05485v1 [cs.LG])

biometric

Title: GaitEditer: Attribute Editing for Gait Representation Learning. (arXiv:2303.05076v1 [cs.CV])

steal

extraction

Title: Text-Visual Prompting for Efficient 2D Temporal Video Grounding. (arXiv:2303.04995v1 [cs.CV])

Title: Lifelong-MonoDepth: Lifelong Learning for Multi-Domain Monocular Metric Depth Estimation. (arXiv:2303.05050v1 [cs.CV])

Title: Blind deblurring of hyperspectral document images. (arXiv:2303.05130v1 [cs.CV])

Title: 3D wind field profiles from hyperspectral sounders: revisiting optic-flow from a meteorological perspective. (arXiv:2303.05154v1 [cs.CV])

Title: GPGait: Generalized Pose-based Gait Recognition. (arXiv:2303.05234v1 [cs.CV])

Title: ICL-D3IE: In-Context Learning with Diverse Demonstrations Updating for Document Information Extraction. (arXiv:2303.05063v1 [cs.CL])

Title: Dynamic Multi-View Fusion Mechanism For Chinese Relation Extraction. (arXiv:2303.05082v1 [cs.CL])

Title: Extracting Accurate Materials Data from Research Papers with Conversational Language Models and Prompt Engineering -- Example of ChatGPT. (arXiv:2303.05352v1 [cs.CL])

Title: German BERT Model for Legal Named Entity Recognition. (arXiv:2303.05388v1 [cs.CL])

Title: Depression Detection Using Digital Traces on Social Media: A Knowledge-aware Deep Learning Approach. (arXiv:2303.05389v1 [cs.CL])

membership infer

federate

Title: Memory-adaptive Depth-wise Heterogenous Federated Learning. (arXiv:2303.04887v1 [cs.LG])

Title: Model-Agnostic Federated Learning. (arXiv:2303.04906v1 [cs.LG])

Title: Semi-Federated Learning for Collaborative Intelligence in Massive IoT Networks. (arXiv:2303.05048v1 [cs.LG])

fair

Title: R-Tuning: Regularized Prompt Tuning in Open-Set Scenarios. (arXiv:2303.05122v1 [cs.CV])

Title: Unsupervised Language agnostic WER Standardization. (arXiv:2303.05046v1 [cs.CL])

interpretability

explainability

Title: X-Pruner: eXplainable Pruning for Vision Transformers. (arXiv:2303.04935v1 [cs.CV])

watermark

Title: Mark My Words: Dangers of Watermarked Images in ImageNet. (arXiv:2303.05498v1 [cs.LG])

diffusion

Title: DiffusionDepth: Diffusion Denoising Approach for Monocular Depth Estimation. (arXiv:2303.05021v1 [cs.CV])

Title: Unifying Layout Generation with a Decoupled Diffusion Model. (arXiv:2303.05049v1 [cs.CV])

Title: MaskDiff: Modeling Mask Distribution with Diffusion Probabilistic Model for Few-Shot Instance Segmentation. (arXiv:2303.05105v1 [cs.CV])

Title: Cones: Concept Neurons in Diffusion Models for Customized Generation. (arXiv:2303.05125v1 [cs.CV])

Title: Brain-Diffuser: Natural scene reconstruction from fMRI signals using generative latent diffusion. (arXiv:2303.05334v1 [cs.CV])

Title: 3DGen: Triplane Latent Diffusion for Textured Mesh Generation. (arXiv:2303.05371v1 [cs.CV])

Title: Scaling up GANs for Text-to-Image Synthesis. (arXiv:2303.05511v1 [cs.CV])

Title: A classification of S-boxes generated by Orthogonal Cellular Automata. (arXiv:2303.05228v1 [cs.CR])

Title: Restoration based Generative Models. (arXiv:2303.05456v1 [cs.LG])