539 research outputs found
THE DISTRIBUTION SYSTEM OF PUBLIC HOUSING BASED ON MULTI-OBJECTIVE MATCHING: A CASE STUDY OF HUANGSHI CITY
The rapid rate of China’s urbanization in recent years arises greater demand of houses. To ease the housing shortage, Chinese authority has been building or collecting a large amount of public housing. However, as the large-scale construction of public housing has been promoted, an increasing number of people focus their eyes on the equitable distribution of these houses. This paper aims to establish a distribution system of public housing with the research in Huangshi City (a city in central China). We affirm the importance of priority and housing preference of applicant families, on the basis of which we discuss operating principle of the distribution system based on the multi-objective programming, and advance two ways of model solutions as well. At last, we propose an algorithm instance to verify feasibility of the distribution system, and make the comparison between two types of algorithms as well
Domain Adaptation based Enhanced Detection for Autonomous Driving in Foggy and Rainy Weather
Typically, object detection methods for autonomous driving that rely on
supervised learning make the assumption of a consistent feature distribution
between the training and testing data, however such assumption may fail in
different weather conditions. Due to the domain gap, a detection model trained
under clear weather may not perform well in foggy and rainy conditions.
Overcoming detection bottlenecks in foggy and rainy weather is a real challenge
for autonomous vehicles deployed in the wild. To bridge the domain gap and
improve the performance of object detectionin foggy and rainy weather, this
paper presents a novel framework for domain-adaptive object detection. The
adaptations at both the image-level and object-level are intended to minimize
the differences in image style and object appearance between domains.
Furthermore, in order to improve the model's performance on challenging
examples, we introduce a novel adversarial gradient reversal layer that
conducts adversarial mining on difficult instances in addition to domain
adaptation. Additionally, we suggest generating an auxiliary domain through
data augmentation to enforce a new domain-level metric regularization.
Experimental findings on public V2V benchmark exhibit a substantial enhancement
in object detection specifically for foggy and rainy driving scenarios.Comment: only change the title of this pape
Domain Adaptive Object Detection for Autonomous Driving under Foggy Weather
Most object detection methods for autonomous driving usually assume a
consistent feature distribution between training and testing data, which is not
always the case when weathers differ significantly. The object detection model
trained under clear weather might not be effective enough in foggy weather
because of the domain gap. This paper proposes a novel domain adaptive object
detection framework for autonomous driving under foggy weather. Our method
leverages both image-level and object-level adaptation to diminish the domain
discrepancy in image style and object appearance. To further enhance the
model's capabilities under challenging samples, we also come up with a new
adversarial gradient reversal layer to perform adversarial mining for the hard
examples together with domain adaptation. Moreover, we propose to generate an
auxiliary domain by data augmentation to enforce a new domain-level metric
regularization. Experimental results on public benchmarks show the
effectiveness and accuracy of the proposed method. The code is available at
https://github.com/jinlong17/DA-Detect.Comment: Accepted by WACV2023. Code is available at
https://github.com/jinlong17/DA-Detec
Expansion and Shrinkage of Localization for Weakly-Supervised Semantic Segmentation
Generating precise class-aware pseudo ground-truths, a.k.a, class activation
maps (CAMs), is essential for weakly-supervised semantic segmentation. The
original CAM method usually produces incomplete and inaccurate localization
maps. To tackle with this issue, this paper proposes an Expansion and Shrinkage
scheme based on the offset learning in the deformable convolution, to
sequentially improve the recall and precision of the located object in the two
respective stages. In the Expansion stage, an offset learning branch in a
deformable convolution layer, referred as "expansion sampler" seeks for
sampling increasingly less discriminative object regions, driven by an inverse
supervision signal that maximizes image-level classification loss. The located
more complete object in the Expansion stage is then gradually narrowed down to
the final object region during the Shrinkage stage. In the Shrinkage stage, the
offset learning branch of another deformable convolution layer, referred as
"shrinkage sampler", is introduced to exclude the false positive background
regions attended in the Expansion stage to improve the precision of the
localization maps. We conduct various experiments on PASCAL VOC 2012 and MS
COCO 2014 to well demonstrate the superiority of our method over other
state-of-the-art methods for weakly-supervised semantic segmentation. Code will
be made publicly available here https://github.com/TyroneLi/ESOL_WSSS.Comment: NeurIPS2022 accepte
Bridging the Domain Gap for Multi-Agent Perception
Existing multi-agent perception algorithms usually select to share deep
neural features extracted from raw sensing data between agents, achieving a
trade-off between accuracy and communication bandwidth limit. However, these
methods assume all agents have identical neural networks, which might not be
practical in the real world. The transmitted features can have a large domain
gap when the models differ, leading to a dramatic performance drop in
multi-agent perception. In this paper, we propose the first lightweight
framework to bridge such domain gaps for multi-agent perception, which can be a
plug-in module for most existing systems while maintaining confidentiality. Our
framework consists of a learnable feature resizer to align features in multiple
dimensions and a sparse cross-domain transformer for domain adaption. Extensive
experiments on the public multi-agent perception dataset V2XSet have
demonstrated that our method can effectively bridge the gap for features from
different domains and outperform other baseline methods significantly by at
least 8% for point-cloud-based 3D object detection.Comment: Accepted by ICRA2023.Code: https://github.com/DerrickXuNu/MPD
Weakly Supervised Semantic Segmentation via Progressive Patch Learning
Most of the existing semantic segmentation approaches with image-level class
labels as supervision, highly rely on the initial class activation map (CAM)
generated from the standard classification network. In this paper, a novel
"Progressive Patch Learning" approach is proposed to improve the local details
extraction of the classification, producing the CAM better covering the whole
object rather than only the most discriminative regions as in CAMs obtained in
conventional classification models. "Patch Learning" destructs the feature maps
into patches and independently processes each local patch in parallel before
the final aggregation. Such a mechanism enforces the network to find weak
information from the scattered discriminative local parts, achieving enhanced
local details sensitivity. "Progressive Patch Learning" further extends the
feature destruction and patch learning to multi-level granularities in a
progressive manner. Cooperating with a multi-stage optimization strategy, such
a "Progressive Patch Learning" mechanism implicitly provides the model with the
feature extraction ability across different locality-granularities. As an
alternative to the implicit multi-granularity progressive fusion approach, we
additionally propose an explicit method to simultaneously fuse features from
different granularities in a single model, further enhancing the CAM quality on
the full object coverage. Our proposed method achieves outstanding performance
on the PASCAL VOC 2012 dataset e.g., with 69.6$% mIoU on the test set), which
surpasses most existing weakly supervised semantic segmentation methods. Code
will be made publicly available here https://github.com/TyroneLi/PPL_WSSS.Comment: TMM2022 accepte
Breaking Data Silos: Cross-Domain Learning for Multi-Agent Perception from Independent Private Sources
The diverse agents in multi-agent perception systems may be from different
companies. Each company might use the identical classic neural network
architecture based encoder for feature extraction. However, the data source to
train the various agents is independent and private in each company, leading to
the Distribution Gap of different private data for training distinct agents in
multi-agent perception system. The data silos by the above Distribution Gap
could result in a significant performance decline in multi-agent perception. In
this paper, we thoroughly examine the impact of the distribution gap on
existing multi-agent perception systems. To break the data silos, we introduce
the Feature Distribution-aware Aggregation (FDA) framework for cross-domain
learning to mitigate the above Distribution Gap in multi-agent perception. FDA
comprises two key components: Learnable Feature Compensation Module and
Distribution-aware Statistical Consistency Module, both aimed at enhancing
intermediate features to minimize the distribution gap among multi-agent
features. Intensive experiments on the public OPV2V and V2XSet datasets
underscore FDA's effectiveness in point cloud-based 3D object detection,
presenting it as an invaluable augmentation to existing multi-agent perception
systems.Comment: Accepted by the 2024 IEEE International Conference on Robotics and
Automation (ICRA
- …