141 research outputs found
Multispectral Deep Neural Networks for Pedestrian Detection
Multispectral pedestrian detection is essential for around-the-clock
applications, e.g., surveillance and autonomous driving. We deeply analyze
Faster R-CNN for multispectral pedestrian detection task and then model it into
a convolutional network (ConvNet) fusion problem. Further, we discover that
ConvNet-based pedestrian detectors trained by color or thermal images
separately provide complementary information in discriminating human instances.
Thus there is a large potential to improve pedestrian detection by using color
and thermal images in DNNs simultaneously. We carefully design four ConvNet
fusion architectures that integrate two-branch ConvNets on different DNNs
stages, all of which yield better performance compared with the baseline
detector. Our experimental results on KAIST pedestrian benchmark show that the
Halfway Fusion model that performs fusion on the middle-level convolutional
features outperforms the baseline method by 11% and yields a missing rate 3.5%
lower than the other proposed architectures.Comment: 13 pages, 8 figures, BMVC 2016 ora
Automatic Generation of Basis Component Path Coverage for Software Architecture Testing
Architecture-centric development is one of the most promising methods for improving software quality, reducing software cost and raising software productivity. Software architecture research not only focuses on the design phase, but also covers every phase of software life cycle. Software architecture has characteristics different from traditional software, conventional testing methods do not apply directly to software architecture. Basis path testing is a very simple and efficient white-box testing method. Traditional methods generate basis path according to the control flow graph, they are not suitable for generating component path when we detect more software architecture errors. This paper presents a new concept - Basis Component Path (BCP) for C2-style architecture, and proposes a method to generate the BCPs. C2-style architecture is represented by components, connectors, and interfaces, and uses an architecture component interaction graph (CIG) to describe interface connection relationship. We also provide an algorithm to generate BCP set. Experiments apply the proposed method in a typical C2-style architecture and the result shows that the proposed method can generate BCP set which contains as many BCPs as possible efficiently, and it meets the requirements of the basis component path testing
Semi-supervised Pathological Image Segmentation via Cross Distillation of Multiple Attentions
Segmentation of pathological images is a crucial step for accurate cancer
diagnosis. However, acquiring dense annotations of such images for training is
labor-intensive and time-consuming. To address this issue, Semi-Supervised
Learning (SSL) has the potential for reducing the annotation cost, but it is
challenged by a large number of unlabeled training images. In this paper, we
propose a novel SSL method based on Cross Distillation of Multiple Attentions
(CDMA) to effectively leverage unlabeled images. Firstly, we propose a
Multi-attention Tri-branch Network (MTNet) that consists of an encoder and a
three-branch decoder, with each branch using a different attention mechanism
that calibrates features in different aspects to generate diverse outputs.
Secondly, we introduce Cross Decoder Knowledge Distillation (CDKD) between the
three decoder branches, allowing them to learn from each other's soft labels to
mitigate the negative impact of incorrect pseudo labels in training.
Additionally, uncertainty minimization is applied to the average prediction of
the three branches, which further regularizes predictions on unlabeled images
and encourages inter-branch consistency. Our proposed CDMA was compared with
eight state-of-the-art SSL methods on the public DigestPath dataset, and the
experimental results showed that our method outperforms the other approaches
under different annotation ratios. The code is available at
\href{https://github.com/HiLab-git/CDMA}{https://github.com/HiLab-git/CDMA.}Comment: Provisional Accepted by MICCAI 202
Reputation-based synergy and discounting mechanism promotes cooperation
A good group reputation often facilitates more efficient synergistic teamwork
in production activities. Here we translate this simple motivation into a
reputation-based synergy and discounting mechanism in the public goods game.
Specifically, the reputation type of a group, either good or bad determined by
a reputation threshold, modifies the nonlinear payoff structure described by a
unified reputation impact factor. Results show that this reputation-based
incentive mechanism could effectively promote cooperation compared with linear
payoffs, despite the coexistence of synergy and discounting effects. Notably,
the complicated interactions between reputation impact and reputation threshold
result in a sharp phase transition from full cooperation to full defection. We
also find that the presence of a few discounting groups could increase the
average payoffs of cooperators, leading to an interesting phenomenon that when
the reputation threshold is raised, the gap between the average payoffs of
cooperations and defectors increases while the overall payoff decreases. Our
work provides important insights into facilitating cooperation in social
groups
Object Permanence Filter for Robust Tracking with Interactive Robots
Object permanence, which refers to the concept that objects continue to exist
even when they are no longer perceivable through the senses, is a crucial
aspect of human cognitive development. In this work, we seek to incorporate
this understanding into interactive robots by proposing a set of assumptions
and rules to represent object permanence in multi-object, multi-agent
interactive scenarios. We integrate these rules into the particle filter,
resulting in the Object Permanence Filter (OPF). For multi-object scenarios, we
propose an ensemble of K interconnected OPFs, where each filter predicts
plausible object tracks that are resilient to missing, noisy, and kinematically
or dynamically infeasible measurements, thus bringing perceptional robustness.
Through several interactive scenarios, we demonstrate that the proposed OPF
approach provides robust tracking in human-robot interactive tasks agnostic to
measurement type, even in the presence of prolonged and complete occlusion.
Webpage: https://opfilter.github.io/.Comment: 2024 IEEE International Conference on Robotics and Automation (ICRA
- …