id
large_string | submitter
large_string | authors
large_string | title
large_string | comments
large_string | journal-ref
large_string | doi
large_string | report-no
large_string | categories
large_string | license
large_string | abstract
large_string | versions
large list | update_date
timestamp[ms] | authors_parsed
large list | prompt
large_string | label
string | prob
float64 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2304.08991 | Hyunjae Lee | Hyunjae Lee | D2CSE: Difference-aware Deep continuous prompts for Contrastive Sentence
Embeddings | null | null | null | null | cs.CL cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper describes Difference-aware Deep continuous prompt for Contrastive
Sentence Embeddings (D2CSE) that learns sentence embeddings. Compared to
state-of-the-art approaches, D2CSE computes sentence vectors that are
exceptional to distinguish a subtle difference in similar sentences by
employing a simple neural architecture for continuous prompts. Unlike existing
architectures that require multiple pretrained language models (PLMs) to
process a pair of the original and corrupted (subtly modified) sentences, D2CSE
avoids cumbersome fine-tuning of multiple PLMs by only optimizing continuous
prompts by performing multiple tasks -- i.e., contrastive learning and
conditional replaced token detection all done in a self-guided manner. D2CSE
overloads a single PLM on continuous prompts and greatly saves memory
consumption as a result. The number of training parameters in D2CSE is reduced
to about 1\% of existing approaches while substantially improving the quality
of sentence embeddings. We evaluate D2CSE on seven Semantic Textual Similarity
(STS) benchmarks, using three different metrics, namely, Spearman's rank
correlation, recall@K for a retrieval task, and the anisotropy of an embedding
space measured in alignment and uniformity. Our empirical results suggest that
shallow (not too meticulously devised) continuous prompts can be honed
effectively for multiple NLP tasks and lead to improvements upon existing
state-of-the-art approaches.
| [
{
"version": "v1",
"created": "Tue, 18 Apr 2023 13:45:07 GMT"
}
] | 2023-04-19T00:00:00 | [
[
"Lee",
"Hyunjae",
""
]
] | TITLE: D2CSE: Difference-aware Deep continuous prompts for Contrastive Sentence
Embeddings
ABSTRACT: This paper describes Difference-aware Deep continuous prompt for Contrastive
Sentence Embeddings (D2CSE) that learns sentence embeddings. Compared to
state-of-the-art approaches, D2CSE computes sentence vectors that are
exceptional to distinguish a subtle difference in similar sentences by
employing a simple neural architecture for continuous prompts. Unlike existing
architectures that require multiple pretrained language models (PLMs) to
process a pair of the original and corrupted (subtly modified) sentences, D2CSE
avoids cumbersome fine-tuning of multiple PLMs by only optimizing continuous
prompts by performing multiple tasks -- i.e., contrastive learning and
conditional replaced token detection all done in a self-guided manner. D2CSE
overloads a single PLM on continuous prompts and greatly saves memory
consumption as a result. The number of training parameters in D2CSE is reduced
to about 1\% of existing approaches while substantially improving the quality
of sentence embeddings. We evaluate D2CSE on seven Semantic Textual Similarity
(STS) benchmarks, using three different metrics, namely, Spearman's rank
correlation, recall@K for a retrieval task, and the anisotropy of an embedding
space measured in alignment and uniformity. Our empirical results suggest that
shallow (not too meticulously devised) continuous prompts can be honed
effectively for multiple NLP tasks and lead to improvements upon existing
state-of-the-art approaches.
| no_new_dataset | 0.94868 |
2304.08993 | Rui Li | Rui Li, Dong Gong, Wei Yin, Hao Chen, Yu Zhu, Kaixuan Wang, Xiaozhi
Chen, Jinqiu Sun, Yanning Zhang | Learning to Fuse Monocular and Multi-view Cues for Multi-frame Depth
Estimation in Dynamic Scenes | Accepted by CVPR 2023. Code and models are available at:
https://github.com/ruili3/dynamic-multiframe-depth | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Multi-frame depth estimation generally achieves high accuracy relying on the
multi-view geometric consistency. When applied in dynamic scenes, e.g.,
autonomous driving, this consistency is usually violated in the dynamic areas,
leading to corrupted estimations. Many multi-frame methods handle dynamic areas
by identifying them with explicit masks and compensating the multi-view cues
with monocular cues represented as local monocular depth or features. The
improvements are limited due to the uncontrolled quality of the masks and the
underutilized benefits of the fusion of the two types of cues. In this paper,
we propose a novel method to learn to fuse the multi-view and monocular cues
encoded as volumes without needing the heuristically crafted masks. As unveiled
in our analyses, the multi-view cues capture more accurate geometric
information in static areas, and the monocular cues capture more useful
contexts in dynamic areas. To let the geometric perception learned from
multi-view cues in static areas propagate to the monocular representation in
dynamic areas and let monocular cues enhance the representation of multi-view
cost volume, we propose a cross-cue fusion (CCF) module, which includes the
cross-cue attention (CCA) to encode the spatially non-local relative
intra-relations from each source to enhance the representation of the other.
Experiments on real-world datasets prove the significant effectiveness and
generalization ability of the proposed method.
| [
{
"version": "v1",
"created": "Tue, 18 Apr 2023 13:55:24 GMT"
}
] | 2023-04-19T00:00:00 | [
[
"Li",
"Rui",
""
],
[
"Gong",
"Dong",
""
],
[
"Yin",
"Wei",
""
],
[
"Chen",
"Hao",
""
],
[
"Zhu",
"Yu",
""
],
[
"Wang",
"Kaixuan",
""
],
[
"Chen",
"Xiaozhi",
""
],
[
"Sun",
"Jinqiu",
""
],
[
"Zhang",
"Yanning",
""
]
] | TITLE: Learning to Fuse Monocular and Multi-view Cues for Multi-frame Depth
Estimation in Dynamic Scenes
ABSTRACT: Multi-frame depth estimation generally achieves high accuracy relying on the
multi-view geometric consistency. When applied in dynamic scenes, e.g.,
autonomous driving, this consistency is usually violated in the dynamic areas,
leading to corrupted estimations. Many multi-frame methods handle dynamic areas
by identifying them with explicit masks and compensating the multi-view cues
with monocular cues represented as local monocular depth or features. The
improvements are limited due to the uncontrolled quality of the masks and the
underutilized benefits of the fusion of the two types of cues. In this paper,
we propose a novel method to learn to fuse the multi-view and monocular cues
encoded as volumes without needing the heuristically crafted masks. As unveiled
in our analyses, the multi-view cues capture more accurate geometric
information in static areas, and the monocular cues capture more useful
contexts in dynamic areas. To let the geometric perception learned from
multi-view cues in static areas propagate to the monocular representation in
dynamic areas and let monocular cues enhance the representation of multi-view
cost volume, we propose a cross-cue fusion (CCF) module, which includes the
cross-cue attention (CCA) to encode the spatially non-local relative
intra-relations from each source to enhance the representation of the other.
Experiments on real-world datasets prove the significant effectiveness and
generalization ability of the proposed method.
| no_new_dataset | 0.947817 |
2304.08994 | Alexander Naumann | Alexander Naumann, Felix Hertlein, Laura D\"orr, Kai Furmans | Parcel3D: Shape Reconstruction from Single RGB Images for Applications
in Transportation Logistics | Accepted at CVPR workshop on Vision-based InduStrial InspectiON
(VISION) 2023, see
https://vision-based-industrial-inspection.github.io/cvpr-2023/ | null | null | null | cs.CV cs.LG cs.RO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We focus on enabling damage and tampering detection in logistics and tackle
the problem of 3D shape reconstruction of potentially damaged parcels. As input
we utilize single RGB images, which corresponds to use-cases where only simple
handheld devices are available, e.g. for postmen during delivery or clients on
delivery. We present a novel synthetic dataset, named Parcel3D, that is based
on the Google Scanned Objects (GSO) dataset and consists of more than 13,000
images of parcels with full 3D annotations. The dataset contains intact, i.e.
cuboid-shaped, parcels and damaged parcels, which were generated in
simulations. We work towards detecting mishandling of parcels by presenting a
novel architecture called CubeRefine R-CNN, which combines estimating a 3D
bounding box with an iterative mesh refinement. We benchmark our approach on
Parcel3D and an existing dataset of cuboid-shaped parcels in real-world
scenarios. Our results show, that while training on Parcel3D enables transfer
to the real world, enabling reliable deployment in real-world scenarios is
still challenging. CubeRefine R-CNN yields competitive performance in terms of
Mesh AP and is the only model that directly enables deformation assessment by
3D mesh comparison and tampering detection by comparing viewpoint invariant
parcel side surface representations. Dataset and code are available at
https://a-nau.github.io/parcel3d.
| [
{
"version": "v1",
"created": "Tue, 18 Apr 2023 13:55:51 GMT"
}
] | 2023-04-19T00:00:00 | [
[
"Naumann",
"Alexander",
""
],
[
"Hertlein",
"Felix",
""
],
[
"Dörr",
"Laura",
""
],
[
"Furmans",
"Kai",
""
]
] | TITLE: Parcel3D: Shape Reconstruction from Single RGB Images for Applications
in Transportation Logistics
ABSTRACT: We focus on enabling damage and tampering detection in logistics and tackle
the problem of 3D shape reconstruction of potentially damaged parcels. As input
we utilize single RGB images, which corresponds to use-cases where only simple
handheld devices are available, e.g. for postmen during delivery or clients on
delivery. We present a novel synthetic dataset, named Parcel3D, that is based
on the Google Scanned Objects (GSO) dataset and consists of more than 13,000
images of parcels with full 3D annotations. The dataset contains intact, i.e.
cuboid-shaped, parcels and damaged parcels, which were generated in
simulations. We work towards detecting mishandling of parcels by presenting a
novel architecture called CubeRefine R-CNN, which combines estimating a 3D
bounding box with an iterative mesh refinement. We benchmark our approach on
Parcel3D and an existing dataset of cuboid-shaped parcels in real-world
scenarios. Our results show, that while training on Parcel3D enables transfer
to the real world, enabling reliable deployment in real-world scenarios is
still challenging. CubeRefine R-CNN yields competitive performance in terms of
Mesh AP and is the only model that directly enables deformation assessment by
3D mesh comparison and tampering detection by comparing viewpoint invariant
parcel side surface representations. Dataset and code are available at
https://a-nau.github.io/parcel3d.
| new_dataset | 0.962391 |
2304.09012 | Andrey Sobolevsky | Andrey Sobolevsky, Guillaume-Alexandre Bilodeau, Jinghui Cheng, Jin
L.C. Guo | GUILGET: GUI Layout GEneration with Transformer | 12 pages, 5 figures, Canadian AI Conference 2023 | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Sketching out Graphical User Interface (GUI) layout is part of the pipeline
of designing a GUI and a crucial task for the success of a software
application. Arranging all components inside a GUI layout manually is a
time-consuming task. In order to assist designers, we developed a method named
GUILGET to automatically generate GUI layouts from positional constraints
represented as GUI arrangement graphs (GUI-AGs). The goal is to support the
initial step of GUI design by producing realistic and diverse GUI layouts. The
existing image layout generation techniques often cannot incorporate GUI design
constraints. Thus, GUILGET needs to adapt existing techniques to generate GUI
layouts that obey to constraints specific to GUI designs. GUILGET is based on
transformers in order to capture the semantic in relationships between elements
from GUI-AG. Moreover, the model learns constraints through the minimization of
losses responsible for placing each component inside its parent layout, for not
letting components overlap if they are inside the same parent, and for
component alignment. Our experiments, which are conducted on the CLAY dataset,
reveal that our model has the best understanding of relationships from GUI-AG
and has the best performances in most of evaluation metrics. Therefore, our
work contributes to improved GUI layout generation by proposing a novel method
that effectively accounts for the constraints on GUI elements and paves the
road for a more efficient GUI design pipeline.
| [
{
"version": "v1",
"created": "Tue, 18 Apr 2023 14:27:34 GMT"
}
] | 2023-04-19T00:00:00 | [
[
"Sobolevsky",
"Andrey",
""
],
[
"Bilodeau",
"Guillaume-Alexandre",
""
],
[
"Cheng",
"Jinghui",
""
],
[
"Guo",
"Jin L. C.",
""
]
] | TITLE: GUILGET: GUI Layout GEneration with Transformer
ABSTRACT: Sketching out Graphical User Interface (GUI) layout is part of the pipeline
of designing a GUI and a crucial task for the success of a software
application. Arranging all components inside a GUI layout manually is a
time-consuming task. In order to assist designers, we developed a method named
GUILGET to automatically generate GUI layouts from positional constraints
represented as GUI arrangement graphs (GUI-AGs). The goal is to support the
initial step of GUI design by producing realistic and diverse GUI layouts. The
existing image layout generation techniques often cannot incorporate GUI design
constraints. Thus, GUILGET needs to adapt existing techniques to generate GUI
layouts that obey to constraints specific to GUI designs. GUILGET is based on
transformers in order to capture the semantic in relationships between elements
from GUI-AG. Moreover, the model learns constraints through the minimization of
losses responsible for placing each component inside its parent layout, for not
letting components overlap if they are inside the same parent, and for
component alignment. Our experiments, which are conducted on the CLAY dataset,
reveal that our model has the best understanding of relationships from GUI-AG
and has the best performances in most of evaluation metrics. Therefore, our
work contributes to improved GUI layout generation by proposing a novel method
that effectively accounts for the constraints on GUI elements and paves the
road for a more efficient GUI design pipeline.
| no_new_dataset | 0.944536 |
2304.09061 | Guillaume Salha-Galvan | Walid Bendada and Guillaume Salha-Galvan and Thomas Bouab\c{c}a and
Tristan Cazenave | A Scalable Framework for Automatic Playlist Continuation on Music
Streaming Services | Accepted as a Full Paper at the SIGIR 2023 conference | null | 10.1145/3539618.3591628 | null | cs.IR cs.LG cs.SD eess.AS | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Music streaming services often aim to recommend songs for users to extend the
playlists they have created on these services. However, extending playlists
while preserving their musical characteristics and matching user preferences
remains a challenging task, commonly referred to as Automatic Playlist
Continuation (APC). Besides, while these services often need to select the best
songs to recommend in real-time and among large catalogs with millions of
candidates, recent research on APC mainly focused on models with few
scalability guarantees and evaluated on relatively small datasets. In this
paper, we introduce a general framework to build scalable yet effective APC
models for large-scale applications. Based on a represent-then-aggregate
strategy, it ensures scalability by design while remaining flexible enough to
incorporate a wide range of representation learning and sequence modeling
techniques, e.g., based on Transformers. We demonstrate the relevance of this
framework through in-depth experimental validation on Spotify's Million
Playlist Dataset (MPD), the largest public dataset for APC. We also describe
how, in 2022, we successfully leveraged this framework to improve APC in
production on Deezer. We report results from a large-scale online A/B test on
this service, emphasizing the practical impact of our approach in such a
real-world application.
| [
{
"version": "v1",
"created": "Wed, 12 Apr 2023 08:46:04 GMT"
}
] | 2023-04-19T00:00:00 | [
[
"Bendada",
"Walid",
""
],
[
"Salha-Galvan",
"Guillaume",
""
],
[
"Bouabça",
"Thomas",
""
],
[
"Cazenave",
"Tristan",
""
]
] | TITLE: A Scalable Framework for Automatic Playlist Continuation on Music
Streaming Services
ABSTRACT: Music streaming services often aim to recommend songs for users to extend the
playlists they have created on these services. However, extending playlists
while preserving their musical characteristics and matching user preferences
remains a challenging task, commonly referred to as Automatic Playlist
Continuation (APC). Besides, while these services often need to select the best
songs to recommend in real-time and among large catalogs with millions of
candidates, recent research on APC mainly focused on models with few
scalability guarantees and evaluated on relatively small datasets. In this
paper, we introduce a general framework to build scalable yet effective APC
models for large-scale applications. Based on a represent-then-aggregate
strategy, it ensures scalability by design while remaining flexible enough to
incorporate a wide range of representation learning and sequence modeling
techniques, e.g., based on Transformers. We demonstrate the relevance of this
framework through in-depth experimental validation on Spotify's Million
Playlist Dataset (MPD), the largest public dataset for APC. We also describe
how, in 2022, we successfully leveraged this framework to improve APC in
production on Deezer. We report results from a large-scale online A/B test on
this service, emphasizing the practical impact of our approach in such a
real-world application.
| no_new_dataset | 0.939803 |
2304.09068 | Sainyam Galhotra | Sainyam Galhotra and Yue Gong and Raul Castro Fernandez | METAM: Goal-Oriented Data Discovery | ICDE 2023 paper | null | null | null | cs.DB cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Data is a central component of machine learning and causal inference tasks.
The availability of large amounts of data from sources such as open data
repositories, data lakes and data marketplaces creates an opportunity to
augment data and boost those tasks' performance. However, augmentation
techniques rely on a user manually discovering and shortlisting useful
candidate augmentations. Existing solutions do not leverage the synergy between
discovery and augmentation, thus under exploiting data.
In this paper, we introduce METAM, a novel goal-oriented framework that
queries the downstream task with a candidate dataset, forming a feedback loop
that automatically steers the discovery and augmentation process. To select
candidates efficiently, METAM leverages properties of the: i) data, ii) utility
function, and iii) solution set size. We show METAM's theoretical guarantees
and demonstrate those empirically on a broad set of tasks. All in all, we
demonstrate the promise of goal-oriented data discovery to modern data science
applications.
| [
{
"version": "v1",
"created": "Tue, 18 Apr 2023 15:42:25 GMT"
}
] | 2023-04-19T00:00:00 | [
[
"Galhotra",
"Sainyam",
""
],
[
"Gong",
"Yue",
""
],
[
"Fernandez",
"Raul Castro",
""
]
] | TITLE: METAM: Goal-Oriented Data Discovery
ABSTRACT: Data is a central component of machine learning and causal inference tasks.
The availability of large amounts of data from sources such as open data
repositories, data lakes and data marketplaces creates an opportunity to
augment data and boost those tasks' performance. However, augmentation
techniques rely on a user manually discovering and shortlisting useful
candidate augmentations. Existing solutions do not leverage the synergy between
discovery and augmentation, thus under exploiting data.
In this paper, we introduce METAM, a novel goal-oriented framework that
queries the downstream task with a candidate dataset, forming a feedback loop
that automatically steers the discovery and augmentation process. To select
candidates efficiently, METAM leverages properties of the: i) data, ii) utility
function, and iii) solution set size. We show METAM's theoretical guarantees
and demonstrate those empirically on a broad set of tasks. All in all, we
demonstrate the promise of goal-oriented data discovery to modern data science
applications.
| no_new_dataset | 0.945751 |
2304.09082 | Michael Robinson | Michael Robinson, Tate Altman, Denley Lam, Letitia W. Li | Unsupervised clustering of file dialects according to monotonic
decompositions of mixtures | null | null | null | null | cs.PL cs.CL cs.IR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper proposes an unsupervised classification method that partitions a
set of files into non-overlapping dialects based upon their behaviors,
determined by messages produced by a collection of programs that consume them.
The pattern of messages can be used as the signature of a particular kind of
behavior, with the understanding that some messages are likely to co-occur,
while others are not. Patterns of messages can be used to classify files into
dialects. A dialect is defined by a subset of messages, called the required
messages. Once files are conditioned upon dialect and its required messages,
the remaining messages are statistically independent.
With this definition of dialect in hand, we present a greedy algorithm that
deduces candidate dialects from a dataset consisting of a matrix of
file-message data, demonstrate its performance on several file formats, and
prove conditions under which it is optimal. We show that an analyst needs to
consider fewer dialects than distinct message patterns, which reduces their
cognitive load when studying a complex format.
| [
{
"version": "v1",
"created": "Thu, 9 Feb 2023 21:15:36 GMT"
}
] | 2023-04-19T00:00:00 | [
[
"Robinson",
"Michael",
""
],
[
"Altman",
"Tate",
""
],
[
"Lam",
"Denley",
""
],
[
"Li",
"Letitia W.",
""
]
] | TITLE: Unsupervised clustering of file dialects according to monotonic
decompositions of mixtures
ABSTRACT: This paper proposes an unsupervised classification method that partitions a
set of files into non-overlapping dialects based upon their behaviors,
determined by messages produced by a collection of programs that consume them.
The pattern of messages can be used as the signature of a particular kind of
behavior, with the understanding that some messages are likely to co-occur,
while others are not. Patterns of messages can be used to classify files into
dialects. A dialect is defined by a subset of messages, called the required
messages. Once files are conditioned upon dialect and its required messages,
the remaining messages are statistically independent.
With this definition of dialect in hand, we present a greedy algorithm that
deduces candidate dialects from a dataset consisting of a matrix of
file-message data, demonstrate its performance on several file formats, and
prove conditions under which it is optimal. We show that an analyst needs to
consider fewer dialects than distinct message patterns, which reduces their
cognitive load when studying a complex format.
| no_new_dataset | 0.934634 |
2304.09085 | Haoxuan Li | Haoxuan Li, Yanghao Xiao, Chunyuan Zheng, Peng Wu | Balancing Unobserved Confounding with a Few Unbiased Ratings in Debiased
Recommendations | Accepted Paper in WWW'23 | Proceedings of the ACM Web Conference 2023 (WWW '23), April 30-May
4, 2023, Austin, TX, USA | 10.1145/3543507.3583495 | null | cs.IR cs.LG | http://creativecommons.org/publicdomain/zero/1.0/ | Recommender systems are seen as an effective tool to address information
overload, but it is widely known that the presence of various biases makes
direct training on large-scale observational data result in sub-optimal
prediction performance. In contrast, unbiased ratings obtained from randomized
controlled trials or A/B tests are considered to be the golden standard, but
are costly and small in scale in reality. To exploit both types of data, recent
works proposed to use unbiased ratings to correct the parameters of the
propensity or imputation models trained on the biased dataset. However, the
existing methods fail to obtain accurate predictions in the presence of
unobserved confounding or model misspecification. In this paper, we propose a
theoretically guaranteed model-agnostic balancing approach that can be applied
to any existing debiasing method with the aim of combating unobserved
confounding and model misspecification. The proposed approach makes full use of
unbiased data by alternatively correcting model parameters learned with biased
data, and adaptively learning balance coefficients of biased samples for
further debiasing. Extensive real-world experiments are conducted along with
the deployment of our proposal on four representative debiasing methods to
demonstrate the effectiveness.
| [
{
"version": "v1",
"created": "Mon, 17 Apr 2023 08:56:55 GMT"
}
] | 2023-04-19T00:00:00 | [
[
"Li",
"Haoxuan",
""
],
[
"Xiao",
"Yanghao",
""
],
[
"Zheng",
"Chunyuan",
""
],
[
"Wu",
"Peng",
""
]
] | TITLE: Balancing Unobserved Confounding with a Few Unbiased Ratings in Debiased
Recommendations
ABSTRACT: Recommender systems are seen as an effective tool to address information
overload, but it is widely known that the presence of various biases makes
direct training on large-scale observational data result in sub-optimal
prediction performance. In contrast, unbiased ratings obtained from randomized
controlled trials or A/B tests are considered to be the golden standard, but
are costly and small in scale in reality. To exploit both types of data, recent
works proposed to use unbiased ratings to correct the parameters of the
propensity or imputation models trained on the biased dataset. However, the
existing methods fail to obtain accurate predictions in the presence of
unobserved confounding or model misspecification. In this paper, we propose a
theoretically guaranteed model-agnostic balancing approach that can be applied
to any existing debiasing method with the aim of combating unobserved
confounding and model misspecification. The proposed approach makes full use of
unbiased data by alternatively correcting model parameters learned with biased
data, and adaptively learning balance coefficients of biased samples for
further debiasing. Extensive real-world experiments are conducted along with
the deployment of our proposal on four representative debiasing methods to
demonstrate the effectiveness.
| no_new_dataset | 0.947478 |
2304.09093 | Huy Dao | Huy Dao, Dung D. Le, Cuong Chu | Improving Items and Contexts Understanding with Descriptive Graph for
Conversational Recommendation | 14 pages, 3 figures, 9 tables | null | null | null | cs.IR cs.CL cs.LG | http://creativecommons.org/licenses/by/4.0/ | State-of-the-art methods on conversational recommender systems (CRS) leverage
external knowledge to enhance both items' and contextual words' representations
to achieve high quality recommendations and responses generation. However, the
representations of the items and words are usually modeled in two separated
semantic spaces, which leads to misalignment issue between them. Consequently,
this will cause the CRS to only achieve a sub-optimal ranking performance,
especially when there is a lack of sufficient information from the user's
input. To address limitations of previous works, we propose a new CRS framework
KLEVER, which jointly models items and their associated contextual words in the
same semantic space. Particularly, we construct an item descriptive graph from
the rich items' textual features, such as item description and categories.
Based on the constructed descriptive graph, KLEVER jointly learns the
embeddings of the words and items, towards enhancing both recommender and
dialog generation modules. Extensive experiments on benchmarking CRS dataset
demonstrate that KLEVER achieves superior performance, especially when the
information from the users' responses is lacking.
| [
{
"version": "v1",
"created": "Tue, 11 Apr 2023 21:21:46 GMT"
}
] | 2023-04-19T00:00:00 | [
[
"Dao",
"Huy",
""
],
[
"Le",
"Dung D.",
""
],
[
"Chu",
"Cuong",
""
]
] | TITLE: Improving Items and Contexts Understanding with Descriptive Graph for
Conversational Recommendation
ABSTRACT: State-of-the-art methods on conversational recommender systems (CRS) leverage
external knowledge to enhance both items' and contextual words' representations
to achieve high quality recommendations and responses generation. However, the
representations of the items and words are usually modeled in two separated
semantic spaces, which leads to misalignment issue between them. Consequently,
this will cause the CRS to only achieve a sub-optimal ranking performance,
especially when there is a lack of sufficient information from the user's
input. To address limitations of previous works, we propose a new CRS framework
KLEVER, which jointly models items and their associated contextual words in the
same semantic space. Particularly, we construct an item descriptive graph from
the rich items' textual features, such as item description and categories.
Based on the constructed descriptive graph, KLEVER jointly learns the
embeddings of the words and items, towards enhancing both recommender and
dialog generation modules. Extensive experiments on benchmarking CRS dataset
demonstrate that KLEVER achieves superior performance, especially when the
information from the users' responses is lacking.
| no_new_dataset | 0.944382 |
2304.09101 | Di Hong | Di Hong, Jiangrong Shen, Yu Qi, Yueming Wang | LaSNN: Layer-wise ANN-to-SNN Distillation for Effective and Efficient
Training in Deep Spiking Neural Networks | null | null | null | null | cs.NE cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Spiking Neural Networks (SNNs) are biologically realistic and practically
promising in low-power computation because of their event-driven mechanism.
Usually, the training of SNNs suffers accuracy loss on various tasks, yielding
an inferior performance compared with ANNs. A conversion scheme is proposed to
obtain competitive accuracy by mapping trained ANNs' parameters to SNNs with
the same structures. However, an enormous number of time steps are required for
these converted SNNs, thus losing the energy-efficient benefit. Utilizing both
the accuracy advantages of ANNs and the computing efficiency of SNNs, a novel
SNN training framework is proposed, namely layer-wise ANN-to-SNN knowledge
distillation (LaSNN). In order to achieve competitive accuracy and reduced
inference latency, LaSNN transfers the learning from a well-trained ANN to a
small SNN by distilling the knowledge other than converting the parameters of
ANN. The information gap between heterogeneous ANN and SNN is bridged by
introducing the attention scheme, the knowledge in an ANN is effectively
compressed and then efficiently transferred by utilizing our layer-wise
distillation paradigm. We conduct detailed experiments to demonstrate the
effectiveness, efficacy, and scalability of LaSNN on three benchmark data sets
(CIFAR-10, CIFAR-100, and Tiny ImageNet). We achieve competitive top-1 accuracy
compared to ANNs and 20x faster inference than converted SNNs with similar
performance. More importantly, LaSNN is dexterous and extensible that can be
effortlessly developed for SNNs with different architectures/depths and input
encoding methods, contributing to their potential development.
| [
{
"version": "v1",
"created": "Mon, 17 Apr 2023 03:49:35 GMT"
}
] | 2023-04-19T00:00:00 | [
[
"Hong",
"Di",
""
],
[
"Shen",
"Jiangrong",
""
],
[
"Qi",
"Yu",
""
],
[
"Wang",
"Yueming",
""
]
] | TITLE: LaSNN: Layer-wise ANN-to-SNN Distillation for Effective and Efficient
Training in Deep Spiking Neural Networks
ABSTRACT: Spiking Neural Networks (SNNs) are biologically realistic and practically
promising in low-power computation because of their event-driven mechanism.
Usually, the training of SNNs suffers accuracy loss on various tasks, yielding
an inferior performance compared with ANNs. A conversion scheme is proposed to
obtain competitive accuracy by mapping trained ANNs' parameters to SNNs with
the same structures. However, an enormous number of time steps are required for
these converted SNNs, thus losing the energy-efficient benefit. Utilizing both
the accuracy advantages of ANNs and the computing efficiency of SNNs, a novel
SNN training framework is proposed, namely layer-wise ANN-to-SNN knowledge
distillation (LaSNN). In order to achieve competitive accuracy and reduced
inference latency, LaSNN transfers the learning from a well-trained ANN to a
small SNN by distilling the knowledge other than converting the parameters of
ANN. The information gap between heterogeneous ANN and SNN is bridged by
introducing the attention scheme, the knowledge in an ANN is effectively
compressed and then efficiently transferred by utilizing our layer-wise
distillation paradigm. We conduct detailed experiments to demonstrate the
effectiveness, efficacy, and scalability of LaSNN on three benchmark data sets
(CIFAR-10, CIFAR-100, and Tiny ImageNet). We achieve competitive top-1 accuracy
compared to ANNs and 20x faster inference than converted SNNs with similar
performance. More importantly, LaSNN is dexterous and extensible that can be
effortlessly developed for SNNs with different architectures/depths and input
encoding methods, contributing to their potential development.
| no_new_dataset | 0.948965 |
2304.09102 | Joy He-Yueya | Joy He-Yueya, Gabriel Poesia, Rose E. Wang, Noah D. Goodman | Solving Math Word Problems by Combining Language Models With Symbolic
Solvers | null | null | null | null | cs.CL cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Automatically generating high-quality step-by-step solutions to math word
problems has many applications in education. Recently, combining large language
models (LLMs) with external tools to perform complex reasoning and calculation
has emerged as a promising direction for solving math word problems, but prior
approaches such as Program-Aided Language model (PAL) are biased towards simple
procedural problems and less effective for problems that require declarative
reasoning. We propose an approach that combines an LLM that can incrementally
formalize word problems as a set of variables and equations with an external
symbolic solver that can solve the equations. Our approach achieves comparable
accuracy to the original PAL on the GSM8K benchmark of math word problems and
outperforms PAL by an absolute 20% on ALGEBRA, a new dataset of more
challenging word problems extracted from Algebra textbooks. Our work highlights
the benefits of using declarative and incremental representations when
interfacing with an external tool for solving complex math word problems. Our
data and prompts are publicly available at
https://github.com/joyheyueya/declarative-math-word-problem.
| [
{
"version": "v1",
"created": "Sun, 16 Apr 2023 04:16:06 GMT"
}
] | 2023-04-19T00:00:00 | [
[
"He-Yueya",
"Joy",
""
],
[
"Poesia",
"Gabriel",
""
],
[
"Wang",
"Rose E.",
""
],
[
"Goodman",
"Noah D.",
""
]
] | TITLE: Solving Math Word Problems by Combining Language Models With Symbolic
Solvers
ABSTRACT: Automatically generating high-quality step-by-step solutions to math word
problems has many applications in education. Recently, combining large language
models (LLMs) with external tools to perform complex reasoning and calculation
has emerged as a promising direction for solving math word problems, but prior
approaches such as Program-Aided Language model (PAL) are biased towards simple
procedural problems and less effective for problems that require declarative
reasoning. We propose an approach that combines an LLM that can incrementally
formalize word problems as a set of variables and equations with an external
symbolic solver that can solve the equations. Our approach achieves comparable
accuracy to the original PAL on the GSM8K benchmark of math word problems and
outperforms PAL by an absolute 20% on ALGEBRA, a new dataset of more
challenging word problems extracted from Algebra textbooks. Our work highlights
the benefits of using declarative and incremental representations when
interfacing with an external tool for solving complex math word problems. Our
data and prompts are publicly available at
https://github.com/joyheyueya/declarative-math-word-problem.
| new_dataset | 0.954223 |
2304.09105 | Md Mostafizur Rahman Ph.D. | Md Mostafizur Rahman, Daisuke Kikuta, Satyen Abrol, Yu Hirate,
Toyotaro Suzumura, Pablo Loyola, Takuma Ebisu, Manoj Kondapaka | Exploring 360-Degree View of Customers for Lookalike Modeling | null | SIGIR 2023 | null | null | cs.IR cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Lookalike models are based on the assumption that user similarity plays an
important role towards product selling and enhancing the existing advertising
campaigns from a very large user base. Challenges associated to these models
reside on the heterogeneity of the user base and its sparsity. In this work, we
propose a novel framework that unifies the customers different behaviors or
features such as demographics, buying behaviors on different platforms,
customer loyalty behaviors and build a lookalike model to improve customer
targeting for Rakuten Group, Inc. Extensive experiments on real e-commerce and
travel datasets demonstrate the effectiveness of our proposed lookalike model
for user targeting task.
| [
{
"version": "v1",
"created": "Mon, 17 Apr 2023 14:01:12 GMT"
}
] | 2023-04-19T00:00:00 | [
[
"Rahman",
"Md Mostafizur",
""
],
[
"Kikuta",
"Daisuke",
""
],
[
"Abrol",
"Satyen",
""
],
[
"Hirate",
"Yu",
""
],
[
"Suzumura",
"Toyotaro",
""
],
[
"Loyola",
"Pablo",
""
],
[
"Ebisu",
"Takuma",
""
],
[
"Kondapaka",
"Manoj",
""
]
] | TITLE: Exploring 360-Degree View of Customers for Lookalike Modeling
ABSTRACT: Lookalike models are based on the assumption that user similarity plays an
important role towards product selling and enhancing the existing advertising
campaigns from a very large user base. Challenges associated to these models
reside on the heterogeneity of the user base and its sparsity. In this work, we
propose a novel framework that unifies the customers different behaviors or
features such as demographics, buying behaviors on different platforms,
customer loyalty behaviors and build a lookalike model to improve customer
targeting for Rakuten Group, Inc. Extensive experiments on real e-commerce and
travel datasets demonstrate the effectiveness of our proposed lookalike model
for user targeting task.
| no_new_dataset | 0.946794 |
2304.09131 | Liang Pan | Liang Pan, Xinyi Chen, Zhongang Cai, Junzhe Zhang, Haiyu Zhao, Shuai
Yi, Ziwei Liu | Variational Relational Point Completion Network for Robust 3D
Classification | 12 pages, 10 figures, accepted by PAMI. project webpage:
https://mvp-dataset.github.io/. arXiv admin note: substantial text overlap
with arXiv:2104.10154 | null | null | null | cs.CV cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Real-scanned point clouds are often incomplete due to viewpoint, occlusion,
and noise, which hampers 3D geometric modeling and perception. Existing point
cloud completion methods tend to generate global shape skeletons and hence lack
fine local details. Furthermore, they mostly learn a deterministic
partial-to-complete mapping, but overlook structural relations in man-made
objects. To tackle these challenges, this paper proposes a variational
framework, Variational Relational point Completion Network (VRCNet) with two
appealing properties: 1) Probabilistic Modeling. In particular, we propose a
dual-path architecture to enable principled probabilistic modeling across
partial and complete clouds. One path consumes complete point clouds for
reconstruction by learning a point VAE. The other path generates complete
shapes for partial point clouds, whose embedded distribution is guided by
distribution obtained from the reconstruction path during training. 2)
Relational Enhancement. Specifically, we carefully design point self-attention
kernel and point selective kernel module to exploit relational point features,
which refines local shape details conditioned on the coarse completion. In
addition, we contribute multi-view partial point cloud datasets (MVP and MVP-40
dataset) containing over 200,000 high-quality scans, which render partial 3D
shapes from 26 uniformly distributed camera poses for each 3D CAD model.
Extensive experiments demonstrate that VRCNet outperforms state-of-the-art
methods on all standard point cloud completion benchmarks. Notably, VRCNet
shows great generalizability and robustness on real-world point cloud scans.
Moreover, we can achieve robust 3D classification for partial point clouds with
the help of VRCNet, which can highly increase classification accuracy.
| [
{
"version": "v1",
"created": "Tue, 18 Apr 2023 17:03:20 GMT"
}
] | 2023-04-19T00:00:00 | [
[
"Pan",
"Liang",
""
],
[
"Chen",
"Xinyi",
""
],
[
"Cai",
"Zhongang",
""
],
[
"Zhang",
"Junzhe",
""
],
[
"Zhao",
"Haiyu",
""
],
[
"Yi",
"Shuai",
""
],
[
"Liu",
"Ziwei",
""
]
] | TITLE: Variational Relational Point Completion Network for Robust 3D
Classification
ABSTRACT: Real-scanned point clouds are often incomplete due to viewpoint, occlusion,
and noise, which hampers 3D geometric modeling and perception. Existing point
cloud completion methods tend to generate global shape skeletons and hence lack
fine local details. Furthermore, they mostly learn a deterministic
partial-to-complete mapping, but overlook structural relations in man-made
objects. To tackle these challenges, this paper proposes a variational
framework, Variational Relational point Completion Network (VRCNet) with two
appealing properties: 1) Probabilistic Modeling. In particular, we propose a
dual-path architecture to enable principled probabilistic modeling across
partial and complete clouds. One path consumes complete point clouds for
reconstruction by learning a point VAE. The other path generates complete
shapes for partial point clouds, whose embedded distribution is guided by
distribution obtained from the reconstruction path during training. 2)
Relational Enhancement. Specifically, we carefully design point self-attention
kernel and point selective kernel module to exploit relational point features,
which refines local shape details conditioned on the coarse completion. In
addition, we contribute multi-view partial point cloud datasets (MVP and MVP-40
dataset) containing over 200,000 high-quality scans, which render partial 3D
shapes from 26 uniformly distributed camera poses for each 3D CAD model.
Extensive experiments demonstrate that VRCNet outperforms state-of-the-art
methods on all standard point cloud completion benchmarks. Notably, VRCNet
shows great generalizability and robustness on real-world point cloud scans.
Moreover, we can achieve robust 3D classification for partial point clouds with
the help of VRCNet, which can highly increase classification accuracy.
| no_new_dataset | 0.939526 |
2304.09151 | Noah Constant | Hyung Won Chung, Noah Constant, Xavier Garcia, Adam Roberts, Yi Tay,
Sharan Narang, Orhan Firat | UniMax: Fairer and more Effective Language Sampling for Large-Scale
Multilingual Pretraining | null | null | null | null | cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Pretrained multilingual large language models have typically used heuristic
temperature-based sampling to balance between different languages. However
previous work has not systematically evaluated the efficacy of different
pretraining language distributions across model scales. In this paper, we
propose a new sampling method, UniMax, that delivers more uniform coverage of
head languages while mitigating overfitting on tail languages by explicitly
capping the number of repeats over each language's corpus. We perform an
extensive series of ablations testing a range of sampling strategies on a suite
of multilingual benchmarks, while varying model scale. We find that UniMax
outperforms standard temperature-based sampling, and the benefits persist as
scale increases. As part of our contribution, we release: (i) an improved and
refreshed mC4 multilingual corpus consisting of 29 trillion characters across
107 languages, and (ii) a suite of pretrained umT5 model checkpoints trained
with UniMax sampling.
| [
{
"version": "v1",
"created": "Tue, 18 Apr 2023 17:45:50 GMT"
}
] | 2023-04-19T00:00:00 | [
[
"Chung",
"Hyung Won",
""
],
[
"Constant",
"Noah",
""
],
[
"Garcia",
"Xavier",
""
],
[
"Roberts",
"Adam",
""
],
[
"Tay",
"Yi",
""
],
[
"Narang",
"Sharan",
""
],
[
"Firat",
"Orhan",
""
]
] | TITLE: UniMax: Fairer and more Effective Language Sampling for Large-Scale
Multilingual Pretraining
ABSTRACT: Pretrained multilingual large language models have typically used heuristic
temperature-based sampling to balance between different languages. However
previous work has not systematically evaluated the efficacy of different
pretraining language distributions across model scales. In this paper, we
propose a new sampling method, UniMax, that delivers more uniform coverage of
head languages while mitigating overfitting on tail languages by explicitly
capping the number of repeats over each language's corpus. We perform an
extensive series of ablations testing a range of sampling strategies on a suite
of multilingual benchmarks, while varying model scale. We find that UniMax
outperforms standard temperature-based sampling, and the benefits persist as
scale increases. As part of our contribution, we release: (i) an improved and
refreshed mC4 multilingual corpus consisting of 29 trillion characters across
107 languages, and (ii) a suite of pretrained umT5 model checkpoints trained
with UniMax sampling.
| new_dataset | 0.849784 |
2304.09162 | Xinyue Li | Xinyue Li, Jian Wang, Wei Song, Yanling Du, Zhixiang Liu | Robust Calibrate Proxy Loss for Deep Metric Learning | null | null | null | null | cs.IR cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The mainstream researche in deep metric learning can be divided into two
genres: proxy-based and pair-based methods. Proxy-based methods have attracted
extensive attention due to the lower training complexity and fast network
convergence. However, these methods have limitations as the poxy optimization
is done by network, which makes it challenging for the proxy to accurately
represent the feature distrubtion of the real class of data. In this paper, we
propose a Calibrate Proxy (CP) structure, which uses the real sample
information to improve the similarity calculation in proxy-based loss and
introduces a calibration loss to constraint the proxy optimization towards the
center of the class features. At the same time, we set a small number of
proxies for each class to alleviate the impact of intra-class differences on
retrieval performance. The effectiveness of our method is evaluated by
extensive experiments on three public datasets and multiple synthetic
label-noise datasets. The results show that our approach can effectively
improve the performance of commonly used proxy-based losses on both regular and
noisy datasets.
| [
{
"version": "v1",
"created": "Thu, 6 Apr 2023 02:43:10 GMT"
}
] | 2023-04-19T00:00:00 | [
[
"Li",
"Xinyue",
""
],
[
"Wang",
"Jian",
""
],
[
"Song",
"Wei",
""
],
[
"Du",
"Yanling",
""
],
[
"Liu",
"Zhixiang",
""
]
] | TITLE: Robust Calibrate Proxy Loss for Deep Metric Learning
ABSTRACT: The mainstream researche in deep metric learning can be divided into two
genres: proxy-based and pair-based methods. Proxy-based methods have attracted
extensive attention due to the lower training complexity and fast network
convergence. However, these methods have limitations as the poxy optimization
is done by network, which makes it challenging for the proxy to accurately
represent the feature distrubtion of the real class of data. In this paper, we
propose a Calibrate Proxy (CP) structure, which uses the real sample
information to improve the similarity calculation in proxy-based loss and
introduces a calibration loss to constraint the proxy optimization towards the
center of the class features. At the same time, we set a small number of
proxies for each class to alleviate the impact of intra-class differences on
retrieval performance. The effectiveness of our method is evaluated by
extensive experiments on three public datasets and multiple synthetic
label-noise datasets. The results show that our approach can effectively
improve the performance of commonly used proxy-based losses on both regular and
noisy datasets.
| no_new_dataset | 0.948728 |
2304.09164 | Paolo Iacono | Paolo Iacono and Naimul Khan | Structure Preserving Cycle-GAN for Unsupervised Medical Image Domain
Adaptation | 11 pages, 4 figures, submitted to Machine Learning for Healthcare
2023 | null | null | null | eess.IV cs.CV cs.LG | http://creativecommons.org/licenses/by-nc-nd/4.0/ | The presence of domain shift in medical imaging is a common issue, which can
greatly impact the performance of segmentation models when dealing with unseen
image domains. Adversarial-based deep learning models, such as Cycle-GAN, have
become a common model for approaching unsupervised domain adaptation of medical
images. These models however, have no ability to enforce the preservation of
structures of interest when translating medical scans, which can lead to
potentially poor results for unsupervised domain adaptation within the context
of segmentation. This work introduces the Structure Preserving Cycle-GAN (SP
Cycle-GAN), which promotes medical structure preservation during image
translation through the enforcement of a segmentation loss term in the overall
Cycle-GAN training process. We demonstrate the structure preserving capability
of the SP Cycle-GAN both visually and through comparison of Dice score
segmentation performance for the unsupervised domain adaptation models. The SP
Cycle-GAN is able to outperform baseline approaches and standard Cycle-GAN
domain adaptation for binary blood vessel segmentation in the STARE and DRIVE
datasets, and multi-class Left Ventricle and Myocardium segmentation in the
multi-modal MM-WHS dataset. SP Cycle-GAN achieved a state of the art Myocardium
segmentation Dice score (DSC) of 0.7435 for the MR to CT MM-WHS domain
adaptation problem, and excelled in nearly all categories for the MM-WHS
dataset. SP Cycle-GAN also demonstrated a strong ability to preserve blood
vessel structure in the DRIVE to STARE domain adaptation problem, achieving a
4% DSC increase over a default Cycle-GAN implementation.
| [
{
"version": "v1",
"created": "Tue, 18 Apr 2023 17:53:21 GMT"
}
] | 2023-04-19T00:00:00 | [
[
"Iacono",
"Paolo",
""
],
[
"Khan",
"Naimul",
""
]
] | TITLE: Structure Preserving Cycle-GAN for Unsupervised Medical Image Domain
Adaptation
ABSTRACT: The presence of domain shift in medical imaging is a common issue, which can
greatly impact the performance of segmentation models when dealing with unseen
image domains. Adversarial-based deep learning models, such as Cycle-GAN, have
become a common model for approaching unsupervised domain adaptation of medical
images. These models however, have no ability to enforce the preservation of
structures of interest when translating medical scans, which can lead to
potentially poor results for unsupervised domain adaptation within the context
of segmentation. This work introduces the Structure Preserving Cycle-GAN (SP
Cycle-GAN), which promotes medical structure preservation during image
translation through the enforcement of a segmentation loss term in the overall
Cycle-GAN training process. We demonstrate the structure preserving capability
of the SP Cycle-GAN both visually and through comparison of Dice score
segmentation performance for the unsupervised domain adaptation models. The SP
Cycle-GAN is able to outperform baseline approaches and standard Cycle-GAN
domain adaptation for binary blood vessel segmentation in the STARE and DRIVE
datasets, and multi-class Left Ventricle and Myocardium segmentation in the
multi-modal MM-WHS dataset. SP Cycle-GAN achieved a state of the art Myocardium
segmentation Dice score (DSC) of 0.7435 for the MR to CT MM-WHS domain
adaptation problem, and excelled in nearly all categories for the MM-WHS
dataset. SP Cycle-GAN also demonstrated a strong ability to preserve blood
vessel structure in the DRIVE to STARE domain adaptation problem, achieving a
4% DSC increase over a default Cycle-GAN implementation.
| no_new_dataset | 0.954265 |
1811.12624 | Elham J. Barezi Ms | Elham J. Barezi, Peyman Momeni, Pascale Fung | Modality-based Factorization for Multimodal Fusion | null | null | null | null | cs.LG stat.ML | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We propose a novel method, Modality-based Redundancy Reduction Fusion (MRRF),
for understanding and modulating the relative contribution of each modality in
multimodal inference tasks. This is achieved by obtaining an $(M+1)$-way tensor
to consider the high-order relationships between $M$ modalities and the output
layer of a neural network model. Applying a modality-based tensor factorization
method, which adopts different factors for different modalities, results in
removing information present in a modality that can be compensated by other
modalities, with respect to model outputs. This helps to understand the
relative utility of information in each modality. In addition it leads to a
less complicated model with less parameters and therefore could be applied as a
regularizer avoiding overfitting. We have applied this method to three
different multimodal datasets in sentiment analysis, personality trait
recognition, and emotion recognition. We are able to recognize relationships
and relative importance of different modalities in these tasks and achieves a
1\% to 4\% improvement on several evaluation measures compared to the
state-of-the-art for all three tasks.
| [
{
"version": "v1",
"created": "Fri, 30 Nov 2018 05:43:10 GMT"
},
{
"version": "v2",
"created": "Fri, 19 Jul 2019 04:15:48 GMT"
},
{
"version": "v3",
"created": "Sat, 15 Apr 2023 02:48:28 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Barezi",
"Elham J.",
""
],
[
"Momeni",
"Peyman",
""
],
[
"Fung",
"Pascale",
""
]
] | TITLE: Modality-based Factorization for Multimodal Fusion
ABSTRACT: We propose a novel method, Modality-based Redundancy Reduction Fusion (MRRF),
for understanding and modulating the relative contribution of each modality in
multimodal inference tasks. This is achieved by obtaining an $(M+1)$-way tensor
to consider the high-order relationships between $M$ modalities and the output
layer of a neural network model. Applying a modality-based tensor factorization
method, which adopts different factors for different modalities, results in
removing information present in a modality that can be compensated by other
modalities, with respect to model outputs. This helps to understand the
relative utility of information in each modality. In addition it leads to a
less complicated model with less parameters and therefore could be applied as a
regularizer avoiding overfitting. We have applied this method to three
different multimodal datasets in sentiment analysis, personality trait
recognition, and emotion recognition. We are able to recognize relationships
and relative importance of different modalities in these tasks and achieves a
1\% to 4\% improvement on several evaluation measures compared to the
state-of-the-art for all three tasks.
| no_new_dataset | 0.949201 |
2007.07627 | Bailin Deng | Juyong Zhang and Yuxin Yao and Bailin Deng | Fast and Robust Iterative Closest Point | null | IEEE Transactions on Pattern Analysis and Machine Intelligence,
2021 | 10.1109/TPAMI.2021.3054619 | null | cs.CV cs.GR cs.RO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The Iterative Closest Point (ICP) algorithm and its variants are a
fundamental technique for rigid registration between two point sets, with wide
applications in different areas from robotics to 3D reconstruction. The main
drawbacks for ICP are its slow convergence as well as its sensitivity to
outliers, missing data, and partial overlaps. Recent work such as Sparse ICP
achieves robustness via sparsity optimization at the cost of computational
speed. In this paper, we propose a new method for robust registration with fast
convergence. First, we show that the classical point-to-point ICP can be
treated as a majorization-minimization (MM) algorithm, and propose an Anderson
acceleration approach to speed up its convergence. In addition, we introduce a
robust error metric based on the Welsch's function, which is minimized
efficiently using the MM algorithm with Anderson acceleration. On challenging
datasets with noises and partial overlaps, we achieve similar or better
accuracy than Sparse ICP while being at least an order of magnitude faster.
Finally, we extend the robust formulation to point-to-plane ICP, and solve the
resulting problem using a similar Anderson-accelerated MM strategy. Our robust
ICP methods improve the registration accuracy on benchmark datasets while being
competitive in computational time.
| [
{
"version": "v1",
"created": "Wed, 15 Jul 2020 11:32:53 GMT"
},
{
"version": "v2",
"created": "Tue, 29 Dec 2020 14:24:22 GMT"
},
{
"version": "v3",
"created": "Fri, 14 Apr 2023 19:47:28 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Zhang",
"Juyong",
""
],
[
"Yao",
"Yuxin",
""
],
[
"Deng",
"Bailin",
""
]
] | TITLE: Fast and Robust Iterative Closest Point
ABSTRACT: The Iterative Closest Point (ICP) algorithm and its variants are a
fundamental technique for rigid registration between two point sets, with wide
applications in different areas from robotics to 3D reconstruction. The main
drawbacks for ICP are its slow convergence as well as its sensitivity to
outliers, missing data, and partial overlaps. Recent work such as Sparse ICP
achieves robustness via sparsity optimization at the cost of computational
speed. In this paper, we propose a new method for robust registration with fast
convergence. First, we show that the classical point-to-point ICP can be
treated as a majorization-minimization (MM) algorithm, and propose an Anderson
acceleration approach to speed up its convergence. In addition, we introduce a
robust error metric based on the Welsch's function, which is minimized
efficiently using the MM algorithm with Anderson acceleration. On challenging
datasets with noises and partial overlaps, we achieve similar or better
accuracy than Sparse ICP while being at least an order of magnitude faster.
Finally, we extend the robust formulation to point-to-plane ICP, and solve the
resulting problem using a similar Anderson-accelerated MM strategy. Our robust
ICP methods improve the registration accuracy on benchmark datasets while being
competitive in computational time.
| no_new_dataset | 0.948822 |
2103.00083 | Rasool Fakoor | Rasool Fakoor, Taesup Kim, Jonas Mueller, Alexander J. Smola, Ryan J.
Tibshirani | Flexible Model Aggregation for Quantile Regression | Accepted at JMLR 2023 | null | null | null | stat.ML cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Quantile regression is a fundamental problem in statistical learning
motivated by a need to quantify uncertainty in predictions, or to model a
diverse population without being overly reductive. For instance,
epidemiological forecasts, cost estimates, and revenue predictions all benefit
from being able to quantify the range of possible values accurately. As such,
many models have been developed for this problem over many years of research in
statistics, machine learning, and related fields. Rather than proposing yet
another (new) algorithm for quantile regression we adopt a meta viewpoint: we
investigate methods for aggregating any number of conditional quantile models,
in order to improve accuracy and robustness. We consider weighted ensembles
where weights may vary over not only individual models, but also over quantile
levels, and feature values. All of the models we consider in this paper can be
fit using modern deep learning toolkits, and hence are widely accessible (from
an implementation point of view) and scalable. To improve the accuracy of the
predicted quantiles (or equivalently, prediction intervals), we develop tools
for ensuring that quantiles remain monotonically ordered, and apply conformal
calibration methods. These can be used without any modification of the original
library of base models. We also review some basic theory surrounding quantile
aggregation and related scoring rules, and contribute a few new results to this
literature (for example, the fact that post sorting or post isotonic regression
can only improve the weighted interval score). Finally, we provide an extensive
suite of empirical comparisons across 34 data sets from two different benchmark
repositories.
| [
{
"version": "v1",
"created": "Fri, 26 Feb 2021 23:21:16 GMT"
},
{
"version": "v2",
"created": "Tue, 16 Mar 2021 01:23:59 GMT"
},
{
"version": "v3",
"created": "Fri, 23 Jul 2021 17:11:29 GMT"
},
{
"version": "v4",
"created": "Thu, 14 Jul 2022 19:03:55 GMT"
},
{
"version": "v5",
"created": "Sat, 15 Apr 2023 08:40:57 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Fakoor",
"Rasool",
""
],
[
"Kim",
"Taesup",
""
],
[
"Mueller",
"Jonas",
""
],
[
"Smola",
"Alexander J.",
""
],
[
"Tibshirani",
"Ryan J.",
""
]
] | TITLE: Flexible Model Aggregation for Quantile Regression
ABSTRACT: Quantile regression is a fundamental problem in statistical learning
motivated by a need to quantify uncertainty in predictions, or to model a
diverse population without being overly reductive. For instance,
epidemiological forecasts, cost estimates, and revenue predictions all benefit
from being able to quantify the range of possible values accurately. As such,
many models have been developed for this problem over many years of research in
statistics, machine learning, and related fields. Rather than proposing yet
another (new) algorithm for quantile regression we adopt a meta viewpoint: we
investigate methods for aggregating any number of conditional quantile models,
in order to improve accuracy and robustness. We consider weighted ensembles
where weights may vary over not only individual models, but also over quantile
levels, and feature values. All of the models we consider in this paper can be
fit using modern deep learning toolkits, and hence are widely accessible (from
an implementation point of view) and scalable. To improve the accuracy of the
predicted quantiles (or equivalently, prediction intervals), we develop tools
for ensuring that quantiles remain monotonically ordered, and apply conformal
calibration methods. These can be used without any modification of the original
library of base models. We also review some basic theory surrounding quantile
aggregation and related scoring rules, and contribute a few new results to this
literature (for example, the fact that post sorting or post isotonic regression
can only improve the weighted interval score). Finally, we provide an extensive
suite of empirical comparisons across 34 data sets from two different benchmark
repositories.
| no_new_dataset | 0.942295 |
2103.00959 | Yukuo Cen | Yukuo Cen, Zhenyu Hou, Yan Wang, Qibin Chen, Yizhen Luo, Zhongming Yu,
Hengrui Zhang, Xingcheng Yao, Aohan Zeng, Shiguang Guo, Yuxiao Dong, Yang
Yang, Peng Zhang, Guohao Dai, Yu Wang, Chang Zhou, Hongxia Yang, Jie Tang | CogDL: A Comprehensive Library for Graph Deep Learning | Accepted to WWW 2023. Website: https://github.com/THUDM/cogdl | null | null | null | cs.SI cs.LG stat.ML | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Graph neural networks (GNNs) have attracted tremendous attention from the
graph learning community in recent years. It has been widely adopted in various
real-world applications from diverse domains, such as social networks and
biological graphs. The research and applications of graph deep learning present
new challenges, including the sparse nature of graph data, complicated training
of GNNs, and non-standard evaluation of graph tasks. To tackle the issues, we
present CogDL, a comprehensive library for graph deep learning that allows
researchers and practitioners to conduct experiments, compare methods, and
build applications with ease and efficiency. In CogDL, we propose a unified
design for the training and evaluation of GNN models for various graph tasks,
making it unique among existing graph learning libraries. By utilizing this
unified trainer, CogDL can optimize the GNN training loop with several training
techniques, such as mixed precision training. Moreover, we develop efficient
sparse operators for CogDL, enabling it to become the most competitive graph
library for efficiency. Another important CogDL feature is its focus on ease of
use with the aim of facilitating open and reproducible research of graph
learning. We leverage CogDL to report and maintain benchmark results on
fundamental graph tasks, which can be reproduced and directly used by the
community.
| [
{
"version": "v1",
"created": "Mon, 1 Mar 2021 12:35:16 GMT"
},
{
"version": "v2",
"created": "Fri, 23 Jul 2021 03:29:00 GMT"
},
{
"version": "v3",
"created": "Thu, 3 Mar 2022 13:23:37 GMT"
},
{
"version": "v4",
"created": "Mon, 17 Apr 2023 10:44:27 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Cen",
"Yukuo",
""
],
[
"Hou",
"Zhenyu",
""
],
[
"Wang",
"Yan",
""
],
[
"Chen",
"Qibin",
""
],
[
"Luo",
"Yizhen",
""
],
[
"Yu",
"Zhongming",
""
],
[
"Zhang",
"Hengrui",
""
],
[
"Yao",
"Xingcheng",
""
],
[
"Zeng",
"Aohan",
""
],
[
"Guo",
"Shiguang",
""
],
[
"Dong",
"Yuxiao",
""
],
[
"Yang",
"Yang",
""
],
[
"Zhang",
"Peng",
""
],
[
"Dai",
"Guohao",
""
],
[
"Wang",
"Yu",
""
],
[
"Zhou",
"Chang",
""
],
[
"Yang",
"Hongxia",
""
],
[
"Tang",
"Jie",
""
]
] | TITLE: CogDL: A Comprehensive Library for Graph Deep Learning
ABSTRACT: Graph neural networks (GNNs) have attracted tremendous attention from the
graph learning community in recent years. It has been widely adopted in various
real-world applications from diverse domains, such as social networks and
biological graphs. The research and applications of graph deep learning present
new challenges, including the sparse nature of graph data, complicated training
of GNNs, and non-standard evaluation of graph tasks. To tackle the issues, we
present CogDL, a comprehensive library for graph deep learning that allows
researchers and practitioners to conduct experiments, compare methods, and
build applications with ease and efficiency. In CogDL, we propose a unified
design for the training and evaluation of GNN models for various graph tasks,
making it unique among existing graph learning libraries. By utilizing this
unified trainer, CogDL can optimize the GNN training loop with several training
techniques, such as mixed precision training. Moreover, we develop efficient
sparse operators for CogDL, enabling it to become the most competitive graph
library for efficiency. Another important CogDL feature is its focus on ease of
use with the aim of facilitating open and reproducible research of graph
learning. We leverage CogDL to report and maintain benchmark results on
fundamental graph tasks, which can be reproduced and directly used by the
community.
| no_new_dataset | 0.94079 |
2104.02025 | Herschel Pangborn | Austin L. Nash, Herschel C. Pangborn, and Neera Jain | Robust Control Co-Design with Receding-Horizon MPC | null | American Control Conference (2021) | 10.23919/ACC50511.2021.9483216 | null | eess.SY cs.SY | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Control co-design (CCD) is a technique for improving the closed-loop
performance of systems through the coordinated design of both plant parameters
and an optimal control policy. While model predictive control (MPC) is an
attractive control strategy for many systems, embedding it within a CCD
algorithm presents challenges because obtaining a closed-form solution for this
receding-horizon optimization strategy is often not feasible. This paper meets
that challenge by including a robust MPC formulation within the inner loop of a
CCD algorithm. As exemplified by application to an aircraft thermal management
system, the proposed algorithm closely matches the plant design of an open-loop
benchmark. However, unlike the open-loop approach, the proposed algorithm can
leverage MPC control variables designed a priori to achieve robust online
operation under disturbance profiles that differ from those used for design.
| [
{
"version": "v1",
"created": "Mon, 5 Apr 2021 17:24:30 GMT"
},
{
"version": "v2",
"created": "Sun, 16 Apr 2023 23:34:11 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Nash",
"Austin L.",
""
],
[
"Pangborn",
"Herschel C.",
""
],
[
"Jain",
"Neera",
""
]
] | TITLE: Robust Control Co-Design with Receding-Horizon MPC
ABSTRACT: Control co-design (CCD) is a technique for improving the closed-loop
performance of systems through the coordinated design of both plant parameters
and an optimal control policy. While model predictive control (MPC) is an
attractive control strategy for many systems, embedding it within a CCD
algorithm presents challenges because obtaining a closed-form solution for this
receding-horizon optimization strategy is often not feasible. This paper meets
that challenge by including a robust MPC formulation within the inner loop of a
CCD algorithm. As exemplified by application to an aircraft thermal management
system, the proposed algorithm closely matches the plant design of an open-loop
benchmark. However, unlike the open-loop approach, the proposed algorithm can
leverage MPC control variables designed a priori to achieve robust online
operation under disturbance profiles that differ from those used for design.
| no_new_dataset | 0.946101 |
2105.14559 | Jae Oh Woo | Jae Oh Woo | Active Learning in Bayesian Neural Networks with Balanced Entropy
Learning Principle | null | International Conference on Learning Representations 2023 | null | null | cs.LG stat.ML | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Acquiring labeled data is challenging in many machine learning applications
with limited budgets. Active learning gives a procedure to select the most
informative data points and improve data efficiency by reducing the cost of
labeling. The info-max learning principle maximizing mutual information such as
BALD has been successful and widely adapted in various active learning
applications. However, this pool-based specific objective inherently introduces
a redundant selection and further requires a high computational cost for batch
selection. In this paper, we design and propose a new uncertainty measure,
Balanced Entropy Acquisition (BalEntAcq), which captures the information
balance between the uncertainty of underlying softmax probability and the label
variable. To do this, we approximate each marginal distribution by Beta
distribution. Beta approximation enables us to formulate BalEntAcq as a ratio
between an augmented entropy and the marginalized joint entropy. The
closed-form expression of BalEntAcq facilitates parallelization by estimating
two parameters in each marginal Beta distribution. BalEntAcq is a purely
standalone measure without requiring any relational computations with other
data points. Nevertheless, BalEntAcq captures a well-diversified selection near
the decision boundary with a margin, unlike other existing uncertainty measures
such as BALD, Entropy, or Mean Standard Deviation (MeanSD). Finally, we
demonstrate that our balanced entropy learning principle with BalEntAcq
consistently outperforms well-known linearly scalable active learning methods,
including a recently proposed PowerBALD, a simple but diversified version of
BALD, by showing experimental results obtained from MNIST, CIFAR-100, SVHN, and
TinyImageNet datasets.
| [
{
"version": "v1",
"created": "Sun, 30 May 2021 14:49:10 GMT"
},
{
"version": "v2",
"created": "Thu, 29 Sep 2022 07:40:12 GMT"
},
{
"version": "v3",
"created": "Sat, 15 Apr 2023 05:45:25 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Woo",
"Jae Oh",
""
]
] | TITLE: Active Learning in Bayesian Neural Networks with Balanced Entropy
Learning Principle
ABSTRACT: Acquiring labeled data is challenging in many machine learning applications
with limited budgets. Active learning gives a procedure to select the most
informative data points and improve data efficiency by reducing the cost of
labeling. The info-max learning principle maximizing mutual information such as
BALD has been successful and widely adapted in various active learning
applications. However, this pool-based specific objective inherently introduces
a redundant selection and further requires a high computational cost for batch
selection. In this paper, we design and propose a new uncertainty measure,
Balanced Entropy Acquisition (BalEntAcq), which captures the information
balance between the uncertainty of underlying softmax probability and the label
variable. To do this, we approximate each marginal distribution by Beta
distribution. Beta approximation enables us to formulate BalEntAcq as a ratio
between an augmented entropy and the marginalized joint entropy. The
closed-form expression of BalEntAcq facilitates parallelization by estimating
two parameters in each marginal Beta distribution. BalEntAcq is a purely
standalone measure without requiring any relational computations with other
data points. Nevertheless, BalEntAcq captures a well-diversified selection near
the decision boundary with a margin, unlike other existing uncertainty measures
such as BALD, Entropy, or Mean Standard Deviation (MeanSD). Finally, we
demonstrate that our balanced entropy learning principle with BalEntAcq
consistently outperforms well-known linearly scalable active learning methods,
including a recently proposed PowerBALD, a simple but diversified version of
BALD, by showing experimental results obtained from MNIST, CIFAR-100, SVHN, and
TinyImageNet datasets.
| no_new_dataset | 0.944536 |
2106.01132 | Benoit Dufumier | Benoit Dufumier, Pietro Gori, Ilaria Battaglia, Julie Victor, Antoine
Grigis, Edouard Duchesnay | Benchmarking CNN on 3D Anatomical Brain MRI: Architectures, Data
Augmentation and Deep Ensemble Learning | Technical report | null | null | null | cs.CV cs.LG eess.IV | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Deep Learning (DL) and specifically CNN models have become a de facto method
for a wide range of vision tasks, outperforming traditional machine learning
(ML) methods. Consequently, they drew a lot of attention in the neuroimaging
field in particular for phenotype prediction or computer-aided diagnosis.
However, most of the current studies often deal with small single-site cohorts,
along with a specific pre-processing pipeline and custom CNN architectures,
which make them difficult to compare to. We propose an extensive benchmark of
recent state-of-the-art (SOTA) 3D CNN, evaluating also the benefits of data
augmentation and deep ensemble learning, on both Voxel-Based Morphometry (VBM)
pre-processing and quasi-raw images. Experiments were conducted on a large
multi-site 3D brain anatomical MRI data-set comprising N=10k scans on 3
challenging tasks: age prediction, sex classification, and schizophrenia
diagnosis. We found that all models provide significantly better predictions
with VBM images than quasi-raw data. This finding evolved as the training set
approaches 10k samples where quasi-raw data almost reach the performance of
VBM. Moreover, we showed that linear models perform comparably with SOTA CNN on
VBM data. We also demonstrated that DenseNet and tiny-DenseNet, a lighter
version that we proposed, provide a good compromise in terms of performance in
all data regime. Therefore, we suggest to employ them as the architectures by
default. Critically, we also showed that current CNN are still very biased
towards the acquisition site, even when trained with N=10k multi-site images.
In this context, VBM pre-processing provides an efficient way to limit this
site effect. Surprisingly, we did not find any clear benefit from data
augmentation techniques. Finally, we proved that deep ensemble learning is well
suited to re-calibrate big CNN models without sacrificing performance.
| [
{
"version": "v1",
"created": "Wed, 2 Jun 2021 13:00:35 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 12:48:33 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Dufumier",
"Benoit",
""
],
[
"Gori",
"Pietro",
""
],
[
"Battaglia",
"Ilaria",
""
],
[
"Victor",
"Julie",
""
],
[
"Grigis",
"Antoine",
""
],
[
"Duchesnay",
"Edouard",
""
]
] | TITLE: Benchmarking CNN on 3D Anatomical Brain MRI: Architectures, Data
Augmentation and Deep Ensemble Learning
ABSTRACT: Deep Learning (DL) and specifically CNN models have become a de facto method
for a wide range of vision tasks, outperforming traditional machine learning
(ML) methods. Consequently, they drew a lot of attention in the neuroimaging
field in particular for phenotype prediction or computer-aided diagnosis.
However, most of the current studies often deal with small single-site cohorts,
along with a specific pre-processing pipeline and custom CNN architectures,
which make them difficult to compare to. We propose an extensive benchmark of
recent state-of-the-art (SOTA) 3D CNN, evaluating also the benefits of data
augmentation and deep ensemble learning, on both Voxel-Based Morphometry (VBM)
pre-processing and quasi-raw images. Experiments were conducted on a large
multi-site 3D brain anatomical MRI data-set comprising N=10k scans on 3
challenging tasks: age prediction, sex classification, and schizophrenia
diagnosis. We found that all models provide significantly better predictions
with VBM images than quasi-raw data. This finding evolved as the training set
approaches 10k samples where quasi-raw data almost reach the performance of
VBM. Moreover, we showed that linear models perform comparably with SOTA CNN on
VBM data. We also demonstrated that DenseNet and tiny-DenseNet, a lighter
version that we proposed, provide a good compromise in terms of performance in
all data regime. Therefore, we suggest to employ them as the architectures by
default. Critically, we also showed that current CNN are still very biased
towards the acquisition site, even when trained with N=10k multi-site images.
In this context, VBM pre-processing provides an efficient way to limit this
site effect. Surprisingly, we did not find any clear benefit from data
augmentation techniques. Finally, we proved that deep ensemble learning is well
suited to re-calibrate big CNN models without sacrificing performance.
| no_new_dataset | 0.948251 |
2106.15214 | Arthur Marmin | Arthur Marmin and Jos\'e Henrique de Morais Goulart and C\'edric
F\'evotte | Joint Majorization-Minimization for Nonnegative Matrix Factorization
with the $\beta$-divergence | null | Signal Processing, Volume 209, 2023,109048,ISSN 0165-1684 | 10.1016/j.sigpro.2023.109048 | null | cs.LG stat.ML | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This article proposes new multiplicative updates for nonnegative matrix
factorization (NMF) with the $\beta$-divergence objective function. Our new
updates are derived from a joint majorization-minimization (MM) scheme, in
which an auxiliary function (a tight upper bound of the objective function) is
built for the two factors jointly and minimized at each iteration. This is in
contrast with the classic approach in which a majorizer is derived for each
factor separately. Like that classic approach, our joint MM algorithm also
results in multiplicative updates that are simple to implement. They however
yield a significant drop of computation time (for equally good solutions), in
particular for some $\beta$-divergences of important applicative interest, such
as the squared Euclidean distance and the Kullback-Leibler or Itakura-Saito
divergences. We report experimental results using diverse datasets: face
images, an audio spectrogram, hyperspectral data and song play counts.
Depending on the value of $\beta$ and on the dataset, our joint MM approach can
yield CPU time reductions from about $13\%$ to $78\%$ in comparison to the
classic alternating scheme.
| [
{
"version": "v1",
"created": "Tue, 29 Jun 2021 09:58:21 GMT"
},
{
"version": "v2",
"created": "Mon, 20 Dec 2021 15:55:12 GMT"
},
{
"version": "v3",
"created": "Wed, 5 Oct 2022 13:08:29 GMT"
},
{
"version": "v4",
"created": "Mon, 17 Apr 2023 08:30:42 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Marmin",
"Arthur",
""
],
[
"Goulart",
"José Henrique de Morais",
""
],
[
"Févotte",
"Cédric",
""
]
] | TITLE: Joint Majorization-Minimization for Nonnegative Matrix Factorization
with the $\beta$-divergence
ABSTRACT: This article proposes new multiplicative updates for nonnegative matrix
factorization (NMF) with the $\beta$-divergence objective function. Our new
updates are derived from a joint majorization-minimization (MM) scheme, in
which an auxiliary function (a tight upper bound of the objective function) is
built for the two factors jointly and minimized at each iteration. This is in
contrast with the classic approach in which a majorizer is derived for each
factor separately. Like that classic approach, our joint MM algorithm also
results in multiplicative updates that are simple to implement. They however
yield a significant drop of computation time (for equally good solutions), in
particular for some $\beta$-divergences of important applicative interest, such
as the squared Euclidean distance and the Kullback-Leibler or Itakura-Saito
divergences. We report experimental results using diverse datasets: face
images, an audio spectrogram, hyperspectral data and song play counts.
Depending on the value of $\beta$ and on the dataset, our joint MM approach can
yield CPU time reductions from about $13\%$ to $78\%$ in comparison to the
classic alternating scheme.
| no_new_dataset | 0.9463 |
2107.06700 | Yinghua Yao | Yinghua Yao, Yuangang Pan, Ivor W.Tsang, Xin Yao | Differential-Critic GAN: Generating What You Want by a Cue of
Preferences | null | null | 10.1109/TNNLS.2022.3197313 | null | cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper proposes Differential-Critic Generative Adversarial Network
(DiCGAN) to learn the distribution of user-desired data when only partial
instead of the entire dataset possesses the desired property. DiCGAN generates
desired data that meets the user's expectations and can assist in designing
biological products with desired properties. Existing approaches select the
desired samples first and train regular GANs on the selected samples to derive
the user-desired data distribution. However, the selection of the desired data
relies on global knowledge and supervision over the entire dataset. DiCGAN
introduces a differential critic that learns from pairwise preferences, which
are local knowledge and can be defined on a part of training data. The critic
is built by defining an additional ranking loss over the Wasserstein GAN's
critic. It endows the difference of critic values between each pair of samples
with the user preference and guides the generation of the desired data instead
of the whole data. For a more efficient solution to ensure data quality, we
further reformulate DiCGAN as a constrained optimization problem, based on
which we theoretically prove the convergence of our DiCGAN. Extensive
experiments on a diverse set of datasets with various applications demonstrate
that our DiCGAN achieves state-of-the-art performance in learning the
user-desired data distributions, especially in the cases of insufficient
desired data and limited supervision.
| [
{
"version": "v1",
"created": "Wed, 14 Jul 2021 13:44:07 GMT"
},
{
"version": "v2",
"created": "Sat, 6 Aug 2022 04:00:58 GMT"
},
{
"version": "v3",
"created": "Mon, 17 Apr 2023 02:23:11 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Yao",
"Yinghua",
""
],
[
"Pan",
"Yuangang",
""
],
[
"Tsang",
"Ivor W.",
""
],
[
"Yao",
"Xin",
""
]
] | TITLE: Differential-Critic GAN: Generating What You Want by a Cue of
Preferences
ABSTRACT: This paper proposes Differential-Critic Generative Adversarial Network
(DiCGAN) to learn the distribution of user-desired data when only partial
instead of the entire dataset possesses the desired property. DiCGAN generates
desired data that meets the user's expectations and can assist in designing
biological products with desired properties. Existing approaches select the
desired samples first and train regular GANs on the selected samples to derive
the user-desired data distribution. However, the selection of the desired data
relies on global knowledge and supervision over the entire dataset. DiCGAN
introduces a differential critic that learns from pairwise preferences, which
are local knowledge and can be defined on a part of training data. The critic
is built by defining an additional ranking loss over the Wasserstein GAN's
critic. It endows the difference of critic values between each pair of samples
with the user preference and guides the generation of the desired data instead
of the whole data. For a more efficient solution to ensure data quality, we
further reformulate DiCGAN as a constrained optimization problem, based on
which we theoretically prove the convergence of our DiCGAN. Extensive
experiments on a diverse set of datasets with various applications demonstrate
that our DiCGAN achieves state-of-the-art performance in learning the
user-desired data distributions, especially in the cases of insufficient
desired data and limited supervision.
| no_new_dataset | 0.946151 |
2108.03499 | Luca Surace | Luca Surace (Universit\`a della Svizzera italiana), Marek Wernikowski
(West Pomeranian University of Technology), Cara Tursun (Universit\`a della
Svizzera italiana and University of Groningen), Karol Myszkowski (Max Planck
Institute for Informatics), Rados{\l}aw Mantiuk (West Pomeranian University
of Technology), Piotr Didyk (Universit\`a della Svizzera italiana) | Learning GAN-based Foveated Reconstruction to Recover Perceptually
Important Image Features | null | null | 10.1145/3583072 | null | cs.GR cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | A foveated image can be entirely reconstructed from a sparse set of samples
distributed according to the retinal sensitivity of the human visual system,
which rapidly decreases with increasing eccentricity. The use of Generative
Adversarial Networks has recently been shown to be a promising solution for
such a task, as they can successfully hallucinate missing image information. As
in the case of other supervised learning approaches, the definition of the loss
function and the training strategy heavily influence the quality of the output.
In this work,we consider the problem of efficiently guiding the training of
foveated reconstruction techniques such that they are more aware of the
capabilities and limitations of the human visual system, and thus can
reconstruct visually important image features. Our primary goal is to make the
training procedure less sensitive to distortions that humans cannot detect and
focus on penalizing perceptually important artifacts. Given the nature of
GAN-based solutions, we focus on the sensitivity of human vision to
hallucination in case of input samples with different densities. We propose
psychophysical experiments, a dataset, and a procedure for training foveated
image reconstruction. The proposed strategy renders the generator network
flexible by penalizing only perceptually important deviations in the output. As
a result, the method emphasized the recovery of perceptually important image
features. We evaluated our strategy and compared it with alternative solutions
by using a newly trained objective metric, a recent foveated video quality
metric, and user experiments. Our evaluations revealed significant improvements
in the perceived image reconstruction quality compared with the standard
GAN-based training approach.
| [
{
"version": "v1",
"created": "Sat, 7 Aug 2021 18:39:49 GMT"
},
{
"version": "v2",
"created": "Wed, 25 May 2022 13:52:54 GMT"
},
{
"version": "v3",
"created": "Mon, 17 Apr 2023 16:42:28 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Surace",
"Luca",
"",
"Università della Svizzera italiana"
],
[
"Wernikowski",
"Marek",
"",
"West Pomeranian University of Technology"
],
[
"Tursun",
"Cara",
"",
"Università della\n Svizzera italiana and University of Groningen"
],
[
"Myszkowski",
"Karol",
"",
"Max Planck\n Institute for Informatics"
],
[
"Mantiuk",
"Radosław",
"",
"West Pomeranian University\n of Technology"
],
[
"Didyk",
"Piotr",
"",
"Università della Svizzera italiana"
]
] | TITLE: Learning GAN-based Foveated Reconstruction to Recover Perceptually
Important Image Features
ABSTRACT: A foveated image can be entirely reconstructed from a sparse set of samples
distributed according to the retinal sensitivity of the human visual system,
which rapidly decreases with increasing eccentricity. The use of Generative
Adversarial Networks has recently been shown to be a promising solution for
such a task, as they can successfully hallucinate missing image information. As
in the case of other supervised learning approaches, the definition of the loss
function and the training strategy heavily influence the quality of the output.
In this work,we consider the problem of efficiently guiding the training of
foveated reconstruction techniques such that they are more aware of the
capabilities and limitations of the human visual system, and thus can
reconstruct visually important image features. Our primary goal is to make the
training procedure less sensitive to distortions that humans cannot detect and
focus on penalizing perceptually important artifacts. Given the nature of
GAN-based solutions, we focus on the sensitivity of human vision to
hallucination in case of input samples with different densities. We propose
psychophysical experiments, a dataset, and a procedure for training foveated
image reconstruction. The proposed strategy renders the generator network
flexible by penalizing only perceptually important deviations in the output. As
a result, the method emphasized the recovery of perceptually important image
features. We evaluated our strategy and compared it with alternative solutions
by using a newly trained objective metric, a recent foveated video quality
metric, and user experiments. Our evaluations revealed significant improvements
in the perceived image reconstruction quality compared with the standard
GAN-based training approach.
| no_new_dataset | 0.947769 |
2108.05271 | Georgi Karadzhov | Georgi Karadzhov, Tom Stafford, Andreas Vlachos | DeliData: A dataset for deliberation in multi-party problem solving | null | null | null | null | cs.CL cs.AI cs.CY | http://creativecommons.org/licenses/by/4.0/ | Group deliberation enables people to collaborate and solve problems, however,
it is understudied due to a lack of resources. To this end, we introduce the
first publicly available dataset containing collaborative conversations on
solving a well-established cognitive task, consisting of 500 group dialogues
and 14k utterances. In 64% of these conversations, the group members are able
to find a better solution than they had identified individually, and in 43.8%
of the groups who had a correct answer as their final solution, none of the
participants had solved the task correctly by themselves. Furthermore, we
propose a novel annotation schema that captures deliberation cues and release
all 14k utterances annotated with it. Finally, we use the proposed dataset to
develop and evaluate two methods for generating deliberation utterances. The
data collection platform, dataset and annotated corpus are publicly available
at https://delibot.xyz.
| [
{
"version": "v1",
"created": "Wed, 11 Aug 2021 15:13:07 GMT"
},
{
"version": "v2",
"created": "Sat, 7 May 2022 18:18:00 GMT"
},
{
"version": "v3",
"created": "Sun, 16 Apr 2023 13:11:25 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Karadzhov",
"Georgi",
""
],
[
"Stafford",
"Tom",
""
],
[
"Vlachos",
"Andreas",
""
]
] | TITLE: DeliData: A dataset for deliberation in multi-party problem solving
ABSTRACT: Group deliberation enables people to collaborate and solve problems, however,
it is understudied due to a lack of resources. To this end, we introduce the
first publicly available dataset containing collaborative conversations on
solving a well-established cognitive task, consisting of 500 group dialogues
and 14k utterances. In 64% of these conversations, the group members are able
to find a better solution than they had identified individually, and in 43.8%
of the groups who had a correct answer as their final solution, none of the
participants had solved the task correctly by themselves. Furthermore, we
propose a novel annotation schema that captures deliberation cues and release
all 14k utterances annotated with it. Finally, we use the proposed dataset to
develop and evaluate two methods for generating deliberation utterances. The
data collection platform, dataset and annotated corpus are publicly available
at https://delibot.xyz.
| new_dataset | 0.957238 |
2110.00637 | Haoyue Dai | Haoyue Dai, Rui Ding, Yuanyuan Jiang, Shi Han, Dongmei Zhang | ML4C: Seeing Causality Through Latent Vicinity | causal discovery, supervised causal learning, vicinity,
identifiability, learnability | null | null | null | cs.LG stat.ML | http://creativecommons.org/licenses/by/4.0/ | Supervised Causal Learning (SCL) aims to learn causal relations from
observational data by accessing previously seen datasets associated with ground
truth causal relations. This paper presents a first attempt at addressing a
fundamental question: What are the benefits from supervision and how does it
benefit? Starting from seeing that SCL is not better than random guessing if
the learning target is non-identifiable a priori, we propose a two-phase
paradigm for SCL by explicitly considering structure identifiability. Following
this paradigm, we tackle the problem of SCL on discrete data and propose ML4C.
The core of ML4C is a binary classifier with a novel learning target: it
classifies whether an Unshielded Triple (UT) is a v-structure or not.
Specifically, starting from an input dataset with the corresponding skeleton
provided, ML4C orients each UT once it is classified as a v-structure. These
v-structures are together used to construct the final output. To address the
fundamental question of SCL, we propose a principled method for ML4C
featurization: we exploit the vicinity of a given UT (i.e., the neighbors of UT
in skeleton), and derive features by considering the conditional dependencies
and structural entanglement within the vicinity. We further prove that ML4C is
asymptotically correct. Last but foremost, thorough experiments conducted on
benchmark datasets demonstrate that ML4C remarkably outperforms other
state-of-the-art algorithms in terms of accuracy, reliability, robustness and
tolerance. In summary, ML4C shows promising results on validating the
effectiveness of supervision for causal learning. Our codes are publicly
available at https://github.com/microsoft/ML4C.
| [
{
"version": "v1",
"created": "Fri, 1 Oct 2021 20:13:07 GMT"
},
{
"version": "v2",
"created": "Thu, 20 Oct 2022 05:14:57 GMT"
},
{
"version": "v3",
"created": "Wed, 26 Oct 2022 00:05:12 GMT"
},
{
"version": "v4",
"created": "Sun, 16 Apr 2023 05:01:45 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Dai",
"Haoyue",
""
],
[
"Ding",
"Rui",
""
],
[
"Jiang",
"Yuanyuan",
""
],
[
"Han",
"Shi",
""
],
[
"Zhang",
"Dongmei",
""
]
] | TITLE: ML4C: Seeing Causality Through Latent Vicinity
ABSTRACT: Supervised Causal Learning (SCL) aims to learn causal relations from
observational data by accessing previously seen datasets associated with ground
truth causal relations. This paper presents a first attempt at addressing a
fundamental question: What are the benefits from supervision and how does it
benefit? Starting from seeing that SCL is not better than random guessing if
the learning target is non-identifiable a priori, we propose a two-phase
paradigm for SCL by explicitly considering structure identifiability. Following
this paradigm, we tackle the problem of SCL on discrete data and propose ML4C.
The core of ML4C is a binary classifier with a novel learning target: it
classifies whether an Unshielded Triple (UT) is a v-structure or not.
Specifically, starting from an input dataset with the corresponding skeleton
provided, ML4C orients each UT once it is classified as a v-structure. These
v-structures are together used to construct the final output. To address the
fundamental question of SCL, we propose a principled method for ML4C
featurization: we exploit the vicinity of a given UT (i.e., the neighbors of UT
in skeleton), and derive features by considering the conditional dependencies
and structural entanglement within the vicinity. We further prove that ML4C is
asymptotically correct. Last but foremost, thorough experiments conducted on
benchmark datasets demonstrate that ML4C remarkably outperforms other
state-of-the-art algorithms in terms of accuracy, reliability, robustness and
tolerance. In summary, ML4C shows promising results on validating the
effectiveness of supervision for causal learning. Our codes are publicly
available at https://github.com/microsoft/ML4C.
| no_new_dataset | 0.95275 |
2110.11073 | Kai Wang | Kai Wang, Zhene Zou, Minghao Zhao, Qilin Deng, Yue Shang, Yile Liang,
Runze Wu, Xudong Shen, Tangjie Lyu, Changjie Fan | RL4RS: A Real-World Dataset for Reinforcement Learning based Recommender
System | 4-th version, SIGIR2023 | null | null | null | cs.IR cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Reinforcement learning based recommender systems (RL-based RS) aim at
learning a good policy from a batch of collected data, by casting
recommendations to multi-step decision-making tasks. However, current RL-based
RS research commonly has a large reality gap. In this paper, we introduce the
first open-source real-world dataset, RL4RS, hoping to replace the artificial
datasets and semi-simulated RS datasets previous studies used due to the
resource limitation of the RL-based RS domain. Unlike academic RL research,
RL-based RS suffers from the difficulties of being well-validated before
deployment. We attempt to propose a new systematic evaluation framework,
including evaluation of environment simulation, evaluation on environments,
counterfactual policy evaluation, and evaluation on environments built from
test set. In summary, the RL4RS (Reinforcement Learning for Recommender
Systems), a new resource with special concerns on the reality gaps, contains
two real-world datasets, data understanding tools, tuned simulation
environments, related advanced RL baselines, batch RL baselines, and
counterfactual policy evaluation algorithms. The RL4RS suite can be found at
https://github.com/fuxiAIlab/RL4RS. In addition to the RL-based recommender
systems, we expect the resource to contribute to research in applied
reinforcement learning.
| [
{
"version": "v1",
"created": "Mon, 18 Oct 2021 12:48:02 GMT"
},
{
"version": "v2",
"created": "Tue, 15 Feb 2022 09:12:53 GMT"
},
{
"version": "v3",
"created": "Wed, 16 Feb 2022 03:31:15 GMT"
},
{
"version": "v4",
"created": "Sun, 20 Feb 2022 13:08:08 GMT"
},
{
"version": "v5",
"created": "Mon, 17 Apr 2023 10:37:38 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Wang",
"Kai",
""
],
[
"Zou",
"Zhene",
""
],
[
"Zhao",
"Minghao",
""
],
[
"Deng",
"Qilin",
""
],
[
"Shang",
"Yue",
""
],
[
"Liang",
"Yile",
""
],
[
"Wu",
"Runze",
""
],
[
"Shen",
"Xudong",
""
],
[
"Lyu",
"Tangjie",
""
],
[
"Fan",
"Changjie",
""
]
] | TITLE: RL4RS: A Real-World Dataset for Reinforcement Learning based Recommender
System
ABSTRACT: Reinforcement learning based recommender systems (RL-based RS) aim at
learning a good policy from a batch of collected data, by casting
recommendations to multi-step decision-making tasks. However, current RL-based
RS research commonly has a large reality gap. In this paper, we introduce the
first open-source real-world dataset, RL4RS, hoping to replace the artificial
datasets and semi-simulated RS datasets previous studies used due to the
resource limitation of the RL-based RS domain. Unlike academic RL research,
RL-based RS suffers from the difficulties of being well-validated before
deployment. We attempt to propose a new systematic evaluation framework,
including evaluation of environment simulation, evaluation on environments,
counterfactual policy evaluation, and evaluation on environments built from
test set. In summary, the RL4RS (Reinforcement Learning for Recommender
Systems), a new resource with special concerns on the reality gaps, contains
two real-world datasets, data understanding tools, tuned simulation
environments, related advanced RL baselines, batch RL baselines, and
counterfactual policy evaluation algorithms. The RL4RS suite can be found at
https://github.com/fuxiAIlab/RL4RS. In addition to the RL-based recommender
systems, we expect the resource to contribute to research in applied
reinforcement learning.
| new_dataset | 0.968141 |
2111.04178 | Fivos Kalogiannis | Fivos Kalogiannis, Ioannis Panageas, Emmanouil-Vasileios
Vlatakis-Gkaragkounis | Towards convergence to Nash equilibria in two-team zero-sum games | Paper accepted in ICLR 2023 | null | null | null | cs.GT cs.LG math.OC | http://creativecommons.org/licenses/by/4.0/ | Contemporary applications of machine learning in two-team e-sports and the
superior expressivity of multi-agent generative adversarial networks raise
important and overlooked theoretical questions regarding optimization in
two-team games. Formally, two-team zero-sum games are defined as multi-player
games where players are split into two competing sets of agents, each
experiencing a utility identical to that of their teammates and opposite to
that of the opposing team. We focus on the solution concept of Nash equilibria
(NE). We first show that computing NE for this class of games is
$\textit{hard}$ for the complexity class ${\mathrm{CLS}}$. To further examine
the capabilities of online learning algorithms in games with full-information
feedback, we propose a benchmark of a simple -- yet nontrivial -- family of
such games. These games do not enjoy the properties used to prove convergence
for relevant algorithms. In particular, we use a dynamical systems perspective
to demonstrate that gradient descent-ascent, its optimistic variant, optimistic
multiplicative weights update, and extra gradient fail to converge (even
locally) to a Nash equilibrium. On a brighter note, we propose a first-order
method that leverages control theory techniques and under some conditions
enjoys last-iterate local convergence to a Nash equilibrium. We also believe
our proposed method is of independent interest for general min-max
optimization.
| [
{
"version": "v1",
"created": "Sun, 7 Nov 2021 21:15:35 GMT"
},
{
"version": "v2",
"created": "Tue, 9 Nov 2021 11:07:16 GMT"
},
{
"version": "v3",
"created": "Mon, 29 Nov 2021 21:46:30 GMT"
},
{
"version": "v4",
"created": "Mon, 17 Apr 2023 01:57:55 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Kalogiannis",
"Fivos",
""
],
[
"Panageas",
"Ioannis",
""
],
[
"Vlatakis-Gkaragkounis",
"Emmanouil-Vasileios",
""
]
] | TITLE: Towards convergence to Nash equilibria in two-team zero-sum games
ABSTRACT: Contemporary applications of machine learning in two-team e-sports and the
superior expressivity of multi-agent generative adversarial networks raise
important and overlooked theoretical questions regarding optimization in
two-team games. Formally, two-team zero-sum games are defined as multi-player
games where players are split into two competing sets of agents, each
experiencing a utility identical to that of their teammates and opposite to
that of the opposing team. We focus on the solution concept of Nash equilibria
(NE). We first show that computing NE for this class of games is
$\textit{hard}$ for the complexity class ${\mathrm{CLS}}$. To further examine
the capabilities of online learning algorithms in games with full-information
feedback, we propose a benchmark of a simple -- yet nontrivial -- family of
such games. These games do not enjoy the properties used to prove convergence
for relevant algorithms. In particular, we use a dynamical systems perspective
to demonstrate that gradient descent-ascent, its optimistic variant, optimistic
multiplicative weights update, and extra gradient fail to converge (even
locally) to a Nash equilibrium. On a brighter note, we propose a first-order
method that leverages control theory techniques and under some conditions
enjoys last-iterate local convergence to a Nash equilibrium. We also believe
our proposed method is of independent interest for general min-max
optimization.
| no_new_dataset | 0.934634 |
2111.10756 | Keng Ji Chow | Keng Ji Chow, Samson Tan, Min-Yen Kan | TraVLR: Now You See It, Now You Don't! A Bimodal Dataset for Evaluating
Visio-Linguistic Reasoning | The first two authors contributed equally | null | null | null | cs.CL cs.CV cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Numerous visio-linguistic (V+L) representation learning methods have been
developed, yet existing datasets do not adequately evaluate the extent to which
they represent visual and linguistic concepts in a unified space. We propose
several novel evaluation settings for V+L models, including cross-modal
transfer. Furthermore, existing V+L benchmarks often report global accuracy
scores on the entire dataset, making it difficult to pinpoint the specific
reasoning tasks that models fail and succeed at. We present TraVLR, a synthetic
dataset comprising four V+L reasoning tasks. TraVLR's synthetic nature allows
us to constrain its training and testing distributions along task-relevant
dimensions, enabling the evaluation of out-of-distribution generalisation. Each
example in TraVLR redundantly encodes the scene in two modalities, allowing
either to be dropped or added during training or testing without losing
relevant information. We compare the performance of four state-of-the-art V+L
models, finding that while they perform well on test examples from the same
modality, they all fail at cross-modal transfer and have limited success
accommodating the addition or deletion of one modality. We release TraVLR as an
open challenge for the research community.
| [
{
"version": "v1",
"created": "Sun, 21 Nov 2021 07:22:44 GMT"
},
{
"version": "v2",
"created": "Sat, 4 Mar 2023 12:57:41 GMT"
},
{
"version": "v3",
"created": "Sat, 15 Apr 2023 09:48:44 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Chow",
"Keng Ji",
""
],
[
"Tan",
"Samson",
""
],
[
"Kan",
"Min-Yen",
""
]
] | TITLE: TraVLR: Now You See It, Now You Don't! A Bimodal Dataset for Evaluating
Visio-Linguistic Reasoning
ABSTRACT: Numerous visio-linguistic (V+L) representation learning methods have been
developed, yet existing datasets do not adequately evaluate the extent to which
they represent visual and linguistic concepts in a unified space. We propose
several novel evaluation settings for V+L models, including cross-modal
transfer. Furthermore, existing V+L benchmarks often report global accuracy
scores on the entire dataset, making it difficult to pinpoint the specific
reasoning tasks that models fail and succeed at. We present TraVLR, a synthetic
dataset comprising four V+L reasoning tasks. TraVLR's synthetic nature allows
us to constrain its training and testing distributions along task-relevant
dimensions, enabling the evaluation of out-of-distribution generalisation. Each
example in TraVLR redundantly encodes the scene in two modalities, allowing
either to be dropped or added during training or testing without losing
relevant information. We compare the performance of four state-of-the-art V+L
models, finding that while they perform well on test examples from the same
modality, they all fail at cross-modal transfer and have limited success
accommodating the addition or deletion of one modality. We release TraVLR as an
open challenge for the research community.
| new_dataset | 0.962673 |
2111.11969 | Qiang Nie | Qiang Nie, Ziwei Liu, Yunhui Liu | Lifting 2D Human Pose to 3D with Domain Adapted 3D Body Concept | 15 pages, a paper submitted to IJCV | Int J Comput Vis 131 (2023) 1250 - 1268 | 10.1007/s11263-023-01749-2 | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Lifting the 2D human pose to the 3D pose is an important yet challenging
task. Existing 3D pose estimation suffers from 1) the inherent ambiguity
between the 2D and 3D data, and 2) the lack of well labeled 2D-3D pose pairs in
the wild. Human beings are able to imagine the human 3D pose from a 2D image or
a set of 2D body key-points with the least ambiguity, which should be
attributed to the prior knowledge of the human body that we have acquired in
our mind. Inspired by this, we propose a new framework that leverages the
labeled 3D human poses to learn a 3D concept of the human body to reduce the
ambiguity. To have consensus on the body concept from 2D pose, our key insight
is to treat the 2D human pose and the 3D human pose as two different domains.
By adapting the two domains, the body knowledge learned from 3D poses is
applied to 2D poses and guides the 2D pose encoder to generate informative 3D
"imagination" as embedding in pose lifting. Benefiting from the domain
adaptation perspective, the proposed framework unifies the supervised and
semi-supervised 3D pose estimation in a principled framework. Extensive
experiments demonstrate that the proposed approach can achieve state-of-the-art
performance on standard benchmarks. More importantly, it is validated that the
explicitly learned 3D body concept effectively alleviates the 2D-3D ambiguity
in 2D pose lifting, improves the generalization, and enables the network to
exploit the abundant unlabeled 2D data.
| [
{
"version": "v1",
"created": "Tue, 23 Nov 2021 16:02:12 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Nie",
"Qiang",
""
],
[
"Liu",
"Ziwei",
""
],
[
"Liu",
"Yunhui",
""
]
] | TITLE: Lifting 2D Human Pose to 3D with Domain Adapted 3D Body Concept
ABSTRACT: Lifting the 2D human pose to the 3D pose is an important yet challenging
task. Existing 3D pose estimation suffers from 1) the inherent ambiguity
between the 2D and 3D data, and 2) the lack of well labeled 2D-3D pose pairs in
the wild. Human beings are able to imagine the human 3D pose from a 2D image or
a set of 2D body key-points with the least ambiguity, which should be
attributed to the prior knowledge of the human body that we have acquired in
our mind. Inspired by this, we propose a new framework that leverages the
labeled 3D human poses to learn a 3D concept of the human body to reduce the
ambiguity. To have consensus on the body concept from 2D pose, our key insight
is to treat the 2D human pose and the 3D human pose as two different domains.
By adapting the two domains, the body knowledge learned from 3D poses is
applied to 2D poses and guides the 2D pose encoder to generate informative 3D
"imagination" as embedding in pose lifting. Benefiting from the domain
adaptation perspective, the proposed framework unifies the supervised and
semi-supervised 3D pose estimation in a principled framework. Extensive
experiments demonstrate that the proposed approach can achieve state-of-the-art
performance on standard benchmarks. More importantly, it is validated that the
explicitly learned 3D body concept effectively alleviates the 2D-3D ambiguity
in 2D pose lifting, improves the generalization, and enables the network to
exploit the abundant unlabeled 2D data.
| no_new_dataset | 0.944125 |
2112.04079 | Li-Hsiang Shen | Li-Hsiang Shen, Yung-Ting Huang, Kai-Ten Feng | CoMP-Enhanced Flexible Functional Split for Mixed Services in Beyond 5G
Wireless Networks | null | null | null | null | cs.NI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | With explosively escalating service demands, beyond fifth generation (B5G)
aims to realize various requirements for multi-service networks, i.e., higher
performance of mixed enhanced mobile broadband (eMBB) and ultra-reliable
low-latency communication (URLLC) services than 5G. To flexibly serve diverse
traffic, various functional split options (FSOs) are specified by 5G protocols
enabling different network functions. In order to improve signal qualities for
edge users, we consider FSO-based coordinated multi-point (CoMP) transmission
as a prominent technique capable of supporting high traffic demands. However,
due to conventional confined hardware processing capability, a processor
sharing (PS) model is introduced to deal with high latency for multi-service
FSO-based networks. Therefore, it becomes essential to assign CoMP-enhanced
functional split modes under PS model. A more tractable FSO-based network in
terms of ergodic rate and reliability is derived by stochastic geometry
approach. Moreover, we have proposed CoMP-enhanced functional split mode
allocation (CFSMA) scheme to adaptively assign FSOs to provide enhanced mixed
throughput and latency-aware services. The simulation results have validated
analytical derivation and demonstrated that the proposed CFSMA scheme optimizes
system spectrum efficiency while guaranteeing stringent latency requirement.
The proposed CFSMA scheme with the designed PS FFS-CoMP system outperforms the
benchmarks of conventional FCFS scheduling, non-FSO network, fixed FSOs, and
limited available FSO selections in open literature.
| [
{
"version": "v1",
"created": "Wed, 8 Dec 2021 02:02:30 GMT"
},
{
"version": "v2",
"created": "Sun, 16 Apr 2023 21:25:21 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Shen",
"Li-Hsiang",
""
],
[
"Huang",
"Yung-Ting",
""
],
[
"Feng",
"Kai-Ten",
""
]
] | TITLE: CoMP-Enhanced Flexible Functional Split for Mixed Services in Beyond 5G
Wireless Networks
ABSTRACT: With explosively escalating service demands, beyond fifth generation (B5G)
aims to realize various requirements for multi-service networks, i.e., higher
performance of mixed enhanced mobile broadband (eMBB) and ultra-reliable
low-latency communication (URLLC) services than 5G. To flexibly serve diverse
traffic, various functional split options (FSOs) are specified by 5G protocols
enabling different network functions. In order to improve signal qualities for
edge users, we consider FSO-based coordinated multi-point (CoMP) transmission
as a prominent technique capable of supporting high traffic demands. However,
due to conventional confined hardware processing capability, a processor
sharing (PS) model is introduced to deal with high latency for multi-service
FSO-based networks. Therefore, it becomes essential to assign CoMP-enhanced
functional split modes under PS model. A more tractable FSO-based network in
terms of ergodic rate and reliability is derived by stochastic geometry
approach. Moreover, we have proposed CoMP-enhanced functional split mode
allocation (CFSMA) scheme to adaptively assign FSOs to provide enhanced mixed
throughput and latency-aware services. The simulation results have validated
analytical derivation and demonstrated that the proposed CFSMA scheme optimizes
system spectrum efficiency while guaranteeing stringent latency requirement.
The proposed CFSMA scheme with the designed PS FFS-CoMP system outperforms the
benchmarks of conventional FCFS scheduling, non-FSO network, fixed FSOs, and
limited available FSO selections in open literature.
| no_new_dataset | 0.944689 |
2112.06437 | Jiachen Xu | Jiachen Xu, Junlin Guo, James Zimmer-Dauphinee, Quan Liu, Yuxuan Shi,
Zuhayr Asad, D. Mitchell Wilkes, Parker VanValkenburgh, Steven A. Wernke,
Yuankai Huo | Semi-Supervised Contrastive Learning for Remote Sensing: Identifying
Ancient Urbanization in the South Central Andes | null | null | null | null | cs.CV cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Archaeology has long faced fundamental issues of sampling and scalar
representation. Traditionally, the local-to-regional-scale views of settlement
patterns are produced through systematic pedestrian surveys. Recently,
systematic manual survey of satellite and aerial imagery has enabled continuous
distributional views of archaeological phenomena at interregional scales.
However, such 'brute force' manual imagery survey methods are both time- and
labor-intensive, as well as prone to inter-observer differences in sensitivity
and specificity. The development of self-supervised learning methods offers a
scalable learning scheme for locating archaeological features using unlabeled
satellite and historical aerial images. However, archaeological features are
generally only visible in a very small proportion relative to the landscape,
while the modern contrastive-supervised learning approach typically yields an
inferior performance on highly imbalanced datasets. In this work, we propose a
framework to address this long-tail problem. As opposed to the existing
contrastive learning approaches that treat the labelled and unlabeled data
separately, our proposed method reforms the learning paradigm under a
semi-supervised setting in order to utilize the precious annotated data (<7% in
our setting). Specifically, the highly unbalanced nature of the data is
employed as the prior knowledge in order to form pseudo negative pairs by
ranking the similarities between unannotated image patches and annotated anchor
images. In this study, we used 95,358 unlabeled images and 5,830 labelled
images in order to solve the issues associated with detecting ancient buildings
from a long-tailed satellite image dataset. From the results, our
semi-supervised contrastive learning model achieved a promising testing
balanced accuracy of 79.0%, which is a 3.8% improvement as compared to other
state-of-the-art approaches.
| [
{
"version": "v1",
"created": "Mon, 13 Dec 2021 06:26:47 GMT"
},
{
"version": "v2",
"created": "Sat, 15 Apr 2023 13:40:14 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Xu",
"Jiachen",
""
],
[
"Guo",
"Junlin",
""
],
[
"Zimmer-Dauphinee",
"James",
""
],
[
"Liu",
"Quan",
""
],
[
"Shi",
"Yuxuan",
""
],
[
"Asad",
"Zuhayr",
""
],
[
"Wilkes",
"D. Mitchell",
""
],
[
"VanValkenburgh",
"Parker",
""
],
[
"Wernke",
"Steven A.",
""
],
[
"Huo",
"Yuankai",
""
]
] | TITLE: Semi-Supervised Contrastive Learning for Remote Sensing: Identifying
Ancient Urbanization in the South Central Andes
ABSTRACT: Archaeology has long faced fundamental issues of sampling and scalar
representation. Traditionally, the local-to-regional-scale views of settlement
patterns are produced through systematic pedestrian surveys. Recently,
systematic manual survey of satellite and aerial imagery has enabled continuous
distributional views of archaeological phenomena at interregional scales.
However, such 'brute force' manual imagery survey methods are both time- and
labor-intensive, as well as prone to inter-observer differences in sensitivity
and specificity. The development of self-supervised learning methods offers a
scalable learning scheme for locating archaeological features using unlabeled
satellite and historical aerial images. However, archaeological features are
generally only visible in a very small proportion relative to the landscape,
while the modern contrastive-supervised learning approach typically yields an
inferior performance on highly imbalanced datasets. In this work, we propose a
framework to address this long-tail problem. As opposed to the existing
contrastive learning approaches that treat the labelled and unlabeled data
separately, our proposed method reforms the learning paradigm under a
semi-supervised setting in order to utilize the precious annotated data (<7% in
our setting). Specifically, the highly unbalanced nature of the data is
employed as the prior knowledge in order to form pseudo negative pairs by
ranking the similarities between unannotated image patches and annotated anchor
images. In this study, we used 95,358 unlabeled images and 5,830 labelled
images in order to solve the issues associated with detecting ancient buildings
from a long-tailed satellite image dataset. From the results, our
semi-supervised contrastive learning model achieved a promising testing
balanced accuracy of 79.0%, which is a 3.8% improvement as compared to other
state-of-the-art approaches.
| no_new_dataset | 0.950457 |
2201.11460 | Yuren Cong | Yuren Cong, Michael Ying Yang, Bodo Rosenhahn | RelTR: Relation Transformer for Scene Graph Generation | accepted by IEEE Transactions on Pattern Analysis and Machine
Intelligence | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Different objects in the same scene are more or less related to each other,
but only a limited number of these relationships are noteworthy. Inspired by
DETR, which excels in object detection, we view scene graph generation as a set
prediction problem and propose an end-to-end scene graph generation model RelTR
which has an encoder-decoder architecture. The encoder reasons about the visual
feature context while the decoder infers a fixed-size set of triplets
subject-predicate-object using different types of attention mechanisms with
coupled subject and object queries. We design a set prediction loss performing
the matching between the ground truth and predicted triplets for the end-to-end
training. In contrast to most existing scene graph generation methods, RelTR is
a one-stage method that predicts a set of relationships directly only using
visual appearance without combining entities and labeling all possible
predicates. Extensive experiments on the Visual Genome and Open Images V6
datasets demonstrate the superior performance and fast inference of our model.
| [
{
"version": "v1",
"created": "Thu, 27 Jan 2022 11:53:41 GMT"
},
{
"version": "v2",
"created": "Thu, 11 Aug 2022 20:17:58 GMT"
},
{
"version": "v3",
"created": "Fri, 14 Apr 2023 21:44:13 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Cong",
"Yuren",
""
],
[
"Yang",
"Michael Ying",
""
],
[
"Rosenhahn",
"Bodo",
""
]
] | TITLE: RelTR: Relation Transformer for Scene Graph Generation
ABSTRACT: Different objects in the same scene are more or less related to each other,
but only a limited number of these relationships are noteworthy. Inspired by
DETR, which excels in object detection, we view scene graph generation as a set
prediction problem and propose an end-to-end scene graph generation model RelTR
which has an encoder-decoder architecture. The encoder reasons about the visual
feature context while the decoder infers a fixed-size set of triplets
subject-predicate-object using different types of attention mechanisms with
coupled subject and object queries. We design a set prediction loss performing
the matching between the ground truth and predicted triplets for the end-to-end
training. In contrast to most existing scene graph generation methods, RelTR is
a one-stage method that predicts a set of relationships directly only using
visual appearance without combining entities and labeling all possible
predicates. Extensive experiments on the Visual Genome and Open Images V6
datasets demonstrate the superior performance and fast inference of our model.
| no_new_dataset | 0.952042 |
2203.08810 | Tiantian Feng | Tiantian Feng and Shrikanth Narayanan | Semi-FedSER: Semi-supervised Learning for Speech Emotion Recognition On
Federated Learning using Multiview Pseudo-Labeling | This paper was submitted to Insterspeech 2022 for review | Proc. Interspeech 2022 | 10.21437/Interspeech.2022-141 | null | eess.AS cs.CR cs.LG cs.SD | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Speech Emotion Recognition (SER) application is frequently associated with
privacy concerns as it often acquires and transmits speech data at the
client-side to remote cloud platforms for further processing. These speech data
can reveal not only speech content and affective information but the speaker's
identity, demographic traits, and health status. Federated learning (FL) is a
distributed machine learning algorithm that coordinates clients to train a
model collaboratively without sharing local data. This algorithm shows enormous
potential for SER applications as sharing raw speech or speech features from a
user's device is vulnerable to privacy attacks. However, a major challenge in
FL is limited availability of high-quality labeled data samples. In this work,
we propose a semi-supervised federated learning framework, Semi-FedSER, that
utilizes both labeled and unlabeled data samples to address the challenge of
limited labeled data samples in FL. We show that our Semi-FedSER can generate
desired SER performance even when the local label rate l=20 using two SER
benchmark datasets: IEMOCAP and MSP-Improv.
| [
{
"version": "v1",
"created": "Tue, 15 Mar 2022 21:50:43 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Feng",
"Tiantian",
""
],
[
"Narayanan",
"Shrikanth",
""
]
] | TITLE: Semi-FedSER: Semi-supervised Learning for Speech Emotion Recognition On
Federated Learning using Multiview Pseudo-Labeling
ABSTRACT: Speech Emotion Recognition (SER) application is frequently associated with
privacy concerns as it often acquires and transmits speech data at the
client-side to remote cloud platforms for further processing. These speech data
can reveal not only speech content and affective information but the speaker's
identity, demographic traits, and health status. Federated learning (FL) is a
distributed machine learning algorithm that coordinates clients to train a
model collaboratively without sharing local data. This algorithm shows enormous
potential for SER applications as sharing raw speech or speech features from a
user's device is vulnerable to privacy attacks. However, a major challenge in
FL is limited availability of high-quality labeled data samples. In this work,
we propose a semi-supervised federated learning framework, Semi-FedSER, that
utilizes both labeled and unlabeled data samples to address the challenge of
limited labeled data samples in FL. We show that our Semi-FedSER can generate
desired SER performance even when the local label rate l=20 using two SER
benchmark datasets: IEMOCAP and MSP-Improv.
| no_new_dataset | 0.947721 |
2203.08897 | Swathikiran Sudhakaran | Swathikiran Sudhakaran, Sergio Escalera, Oswald Lanz | Gate-Shift-Fuse for Video Action Recognition | Accepted to TPAMI. arXiv admin note: text overlap with
arXiv:1912.00381 | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Convolutional Neural Networks are the de facto models for image recognition.
However 3D CNNs, the straight forward extension of 2D CNNs for video
recognition, have not achieved the same success on standard action recognition
benchmarks. One of the main reasons for this reduced performance of 3D CNNs is
the increased computational complexity requiring large scale annotated datasets
to train them in scale. 3D kernel factorization approaches have been proposed
to reduce the complexity of 3D CNNs. Existing kernel factorization approaches
follow hand-designed and hard-wired techniques. In this paper we propose
Gate-Shift-Fuse (GSF), a novel spatio-temporal feature extraction module which
controls interactions in spatio-temporal decomposition and learns to adaptively
route features through time and combine them in a data dependent manner. GSF
leverages grouped spatial gating to decompose input tensor and channel
weighting to fuse the decomposed tensors. GSF can be inserted into existing 2D
CNNs to convert them into an efficient and high performing spatio-temporal
feature extractor, with negligible parameter and compute overhead. We perform
an extensive analysis of GSF using two popular 2D CNN families and achieve
state-of-the-art or competitive performance on five standard action recognition
benchmarks.
| [
{
"version": "v1",
"created": "Wed, 16 Mar 2022 19:19:04 GMT"
},
{
"version": "v2",
"created": "Thu, 13 Apr 2023 17:27:02 GMT"
},
{
"version": "v3",
"created": "Sat, 15 Apr 2023 13:06:27 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Sudhakaran",
"Swathikiran",
""
],
[
"Escalera",
"Sergio",
""
],
[
"Lanz",
"Oswald",
""
]
] | TITLE: Gate-Shift-Fuse for Video Action Recognition
ABSTRACT: Convolutional Neural Networks are the de facto models for image recognition.
However 3D CNNs, the straight forward extension of 2D CNNs for video
recognition, have not achieved the same success on standard action recognition
benchmarks. One of the main reasons for this reduced performance of 3D CNNs is
the increased computational complexity requiring large scale annotated datasets
to train them in scale. 3D kernel factorization approaches have been proposed
to reduce the complexity of 3D CNNs. Existing kernel factorization approaches
follow hand-designed and hard-wired techniques. In this paper we propose
Gate-Shift-Fuse (GSF), a novel spatio-temporal feature extraction module which
controls interactions in spatio-temporal decomposition and learns to adaptively
route features through time and combine them in a data dependent manner. GSF
leverages grouped spatial gating to decompose input tensor and channel
weighting to fuse the decomposed tensors. GSF can be inserted into existing 2D
CNNs to convert them into an efficient and high performing spatio-temporal
feature extractor, with negligible parameter and compute overhead. We perform
an extensive analysis of GSF using two popular 2D CNN families and achieve
state-of-the-art or competitive performance on five standard action recognition
benchmarks.
| no_new_dataset | 0.944485 |
2203.10642 | Xuanyao Chen | Xuanyao Chen, Tianyuan Zhang, Yue Wang, Yilun Wang, Hang Zhao | FUTR3D: A Unified Sensor Fusion Framework for 3D Detection | null | CVPR 2023 workshop on autonomous driving | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Sensor fusion is an essential topic in many perception systems, such as
autonomous driving and robotics. Existing multi-modal 3D detection models
usually involve customized designs depending on the sensor combinations or
setups. In this work, we propose the first unified end-to-end sensor fusion
framework for 3D detection, named FUTR3D, which can be used in (almost) any
sensor configuration. FUTR3D employs a query-based Modality-Agnostic Feature
Sampler (MAFS), together with a transformer decoder with a set-to-set loss for
3D detection, thus avoiding using late fusion heuristics and post-processing
tricks. We validate the effectiveness of our framework on various combinations
of cameras, low-resolution LiDARs, high-resolution LiDARs, and Radars. On
NuScenes dataset, FUTR3D achieves better performance over specifically designed
methods across different sensor combinations. Moreover, FUTR3D achieves great
flexibility with different sensor configurations and enables low-cost
autonomous driving. For example, only using a 4-beam LiDAR with cameras, FUTR3D
(58.0 mAP) achieves on par performance with state-of-the-art 3D detection model
CenterPoint (56.6 mAP) using a 32-beam LiDAR.
| [
{
"version": "v1",
"created": "Sun, 20 Mar 2022 20:41:55 GMT"
},
{
"version": "v2",
"created": "Sat, 15 Apr 2023 13:05:44 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Chen",
"Xuanyao",
""
],
[
"Zhang",
"Tianyuan",
""
],
[
"Wang",
"Yue",
""
],
[
"Wang",
"Yilun",
""
],
[
"Zhao",
"Hang",
""
]
] | TITLE: FUTR3D: A Unified Sensor Fusion Framework for 3D Detection
ABSTRACT: Sensor fusion is an essential topic in many perception systems, such as
autonomous driving and robotics. Existing multi-modal 3D detection models
usually involve customized designs depending on the sensor combinations or
setups. In this work, we propose the first unified end-to-end sensor fusion
framework for 3D detection, named FUTR3D, which can be used in (almost) any
sensor configuration. FUTR3D employs a query-based Modality-Agnostic Feature
Sampler (MAFS), together with a transformer decoder with a set-to-set loss for
3D detection, thus avoiding using late fusion heuristics and post-processing
tricks. We validate the effectiveness of our framework on various combinations
of cameras, low-resolution LiDARs, high-resolution LiDARs, and Radars. On
NuScenes dataset, FUTR3D achieves better performance over specifically designed
methods across different sensor combinations. Moreover, FUTR3D achieves great
flexibility with different sensor configurations and enables low-cost
autonomous driving. For example, only using a 4-beam LiDAR with cameras, FUTR3D
(58.0 mAP) achieves on par performance with state-of-the-art 3D detection model
CenterPoint (56.6 mAP) using a 32-beam LiDAR.
| no_new_dataset | 0.948202 |
2203.11200 | Jie Chen | Jie Chen, Shouzhen Chen, Junbin Gao, Zengfeng Huang, Junping Zhang and
Jian Pu | Exploiting Neighbor Effect: Conv-Agnostic GNNs Framework for Graphs with
Heterophily | accepted by TNNLS 2023 | null | null | null | cs.LG cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Due to the homophily assumption in graph convolution networks (GNNs), a
common consensus in the graph node classification task is that GNNs perform
well on homophilic graphs but may fail on heterophilic graphs with many
inter-class edges. However, the previous inter-class edges perspective and
related homo-ratio metrics cannot well explain the GNNs performance under some
heterophilic datasets, which implies that not all the inter-class edges are
harmful to GNNs. In this work, we propose a new metric based on von Neumann
entropy to re-examine the heterophily problem of GNNs and investigate the
feature aggregation of inter-class edges from an entire neighbor identifiable
perspective. Moreover, we propose a simple yet effective Conv-Agnostic GNN
framework (CAGNNs) to enhance the performance of most GNNs on heterophily
datasets by learning the neighbor effect for each node. Specifically, we first
decouple the feature of each node into the discriminative feature for
downstream tasks and the aggregation feature for graph convolution. Then, we
propose a shared mixer module to adaptively evaluate the neighbor effect of
each node to incorporate the neighbor information. The proposed framework can
be regarded as a plug-in component and is compatible with most GNNs. The
experimental results over nine well-known benchmark datasets indicate that our
framework can significantly improve performance, especially for the heterophily
graphs. The average performance gain is 9.81%, 25.81%, and 20.61% compared with
GIN, GAT, and GCN, respectively. Extensive ablation studies and robustness
analysis further verify the effectiveness, robustness, and interpretability of
our framework. Code is available at https://github.com/JC-202/CAGNN.
| [
{
"version": "v1",
"created": "Sat, 19 Mar 2022 14:26:43 GMT"
},
{
"version": "v2",
"created": "Sat, 9 Apr 2022 03:30:44 GMT"
},
{
"version": "v3",
"created": "Sun, 16 Apr 2023 04:21:34 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Chen",
"Jie",
""
],
[
"Chen",
"Shouzhen",
""
],
[
"Gao",
"Junbin",
""
],
[
"Huang",
"Zengfeng",
""
],
[
"Zhang",
"Junping",
""
],
[
"Pu",
"Jian",
""
]
] | TITLE: Exploiting Neighbor Effect: Conv-Agnostic GNNs Framework for Graphs with
Heterophily
ABSTRACT: Due to the homophily assumption in graph convolution networks (GNNs), a
common consensus in the graph node classification task is that GNNs perform
well on homophilic graphs but may fail on heterophilic graphs with many
inter-class edges. However, the previous inter-class edges perspective and
related homo-ratio metrics cannot well explain the GNNs performance under some
heterophilic datasets, which implies that not all the inter-class edges are
harmful to GNNs. In this work, we propose a new metric based on von Neumann
entropy to re-examine the heterophily problem of GNNs and investigate the
feature aggregation of inter-class edges from an entire neighbor identifiable
perspective. Moreover, we propose a simple yet effective Conv-Agnostic GNN
framework (CAGNNs) to enhance the performance of most GNNs on heterophily
datasets by learning the neighbor effect for each node. Specifically, we first
decouple the feature of each node into the discriminative feature for
downstream tasks and the aggregation feature for graph convolution. Then, we
propose a shared mixer module to adaptively evaluate the neighbor effect of
each node to incorporate the neighbor information. The proposed framework can
be regarded as a plug-in component and is compatible with most GNNs. The
experimental results over nine well-known benchmark datasets indicate that our
framework can significantly improve performance, especially for the heterophily
graphs. The average performance gain is 9.81%, 25.81%, and 20.61% compared with
GIN, GAT, and GCN, respectively. Extensive ablation studies and robustness
analysis further verify the effectiveness, robustness, and interpretability of
our framework. Code is available at https://github.com/JC-202/CAGNN.
| no_new_dataset | 0.948585 |
2203.16828 | Sihan Ma | Sihan Ma, Jizhizi Li, Jing Zhang, He Zhang, Dacheng Tao | Rethinking Portrait Matting with Privacy Preserving | Accepted to the International Journal of Computer Vision (IJCV). The
code, dataset, and models are available at
https://github.com/ViTAE-Transformer/P3M-Net. arXiv admin note: substantial
text overlap with arXiv:2104.14222 | null | null | null | cs.CV cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Recently, there has been an increasing concern about the privacy issue raised
by identifiable information in machine learning. However, previous portrait
matting methods were all based on identifiable images. To fill the gap, we
present P3M-10k, which is the first large-scale anonymized benchmark for
Privacy-Preserving Portrait Matting (P3M). P3M-10k consists of 10,421 high
resolution face-blurred portrait images along with high-quality alpha mattes,
which enables us to systematically evaluate both trimap-free and trimap-based
matting methods and obtain some useful findings about model generalization
ability under the privacy preserving training (PPT) setting. We also present a
unified matting model dubbed P3M-Net that is compatible with both CNN and
transformer backbones. To further mitigate the cross-domain performance gap
issue under the PPT setting, we devise a simple yet effective Copy and Paste
strategy (P3M-CP), which borrows facial information from public celebrity
images and directs the network to reacquire the face context at both data and
feature level. Extensive experiments on P3M-10k and public benchmarks
demonstrate the superiority of P3M-Net over state-of-the-art methods and the
effectiveness of P3M-CP in improving the cross-domain generalization ability,
implying a great significance of P3M for future research and real-world
applications.
| [
{
"version": "v1",
"created": "Thu, 31 Mar 2022 06:26:07 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 00:19:30 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Ma",
"Sihan",
""
],
[
"Li",
"Jizhizi",
""
],
[
"Zhang",
"Jing",
""
],
[
"Zhang",
"He",
""
],
[
"Tao",
"Dacheng",
""
]
] | TITLE: Rethinking Portrait Matting with Privacy Preserving
ABSTRACT: Recently, there has been an increasing concern about the privacy issue raised
by identifiable information in machine learning. However, previous portrait
matting methods were all based on identifiable images. To fill the gap, we
present P3M-10k, which is the first large-scale anonymized benchmark for
Privacy-Preserving Portrait Matting (P3M). P3M-10k consists of 10,421 high
resolution face-blurred portrait images along with high-quality alpha mattes,
which enables us to systematically evaluate both trimap-free and trimap-based
matting methods and obtain some useful findings about model generalization
ability under the privacy preserving training (PPT) setting. We also present a
unified matting model dubbed P3M-Net that is compatible with both CNN and
transformer backbones. To further mitigate the cross-domain performance gap
issue under the PPT setting, we devise a simple yet effective Copy and Paste
strategy (P3M-CP), which borrows facial information from public celebrity
images and directs the network to reacquire the face context at both data and
feature level. Extensive experiments on P3M-10k and public benchmarks
demonstrate the superiority of P3M-Net over state-of-the-art methods and the
effectiveness of P3M-CP in improving the cross-domain generalization ability,
implying a great significance of P3M for future research and real-world
applications.
| no_new_dataset | 0.941922 |
2204.12825 | Jihed Khiari | Jihed Khiari, Cristina Olaverri-Monreal | Uncertainty-Aware Prediction of Battery Energy Consumption for Hybrid
Electric Vehicles | null | null | 10.1109/IV51971.2022.9827458 | null | cs.LG cs.SY eess.SY | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The usability of vehicles is highly dependent on their energy consumption. In
particular, one of the main factors hindering the mass adoption of electric
(EV), hybrid (HEV), and plug-in hybrid (PHEV) vehicles is range anxiety, which
occurs when a driver is uncertain about the availability of energy for a given
trip. To tackle this problem, we propose a machine learning approach for
modeling the battery energy consumption. By reducing predictive uncertainty,
this method can help increase trust in the vehicle's performance and thus boost
its usability. Most related work focuses on physical and/or chemical models of
the battery that affect the energy consumption. We propose a data-driven
approach which relies on real-world datasets including battery related
attributes. Our approach showed an improvement in terms of predictive
uncertainty as well as in accuracy compared to traditional methods.
| [
{
"version": "v1",
"created": "Wed, 27 Apr 2022 10:29:38 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 10:20:18 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Khiari",
"Jihed",
""
],
[
"Olaverri-Monreal",
"Cristina",
""
]
] | TITLE: Uncertainty-Aware Prediction of Battery Energy Consumption for Hybrid
Electric Vehicles
ABSTRACT: The usability of vehicles is highly dependent on their energy consumption. In
particular, one of the main factors hindering the mass adoption of electric
(EV), hybrid (HEV), and plug-in hybrid (PHEV) vehicles is range anxiety, which
occurs when a driver is uncertain about the availability of energy for a given
trip. To tackle this problem, we propose a machine learning approach for
modeling the battery energy consumption. By reducing predictive uncertainty,
this method can help increase trust in the vehicle's performance and thus boost
its usability. Most related work focuses on physical and/or chemical models of
the battery that affect the energy consumption. We propose a data-driven
approach which relies on real-world datasets including battery related
attributes. Our approach showed an improvement in terms of predictive
uncertainty as well as in accuracy compared to traditional methods.
| no_new_dataset | 0.944587 |
2204.12834 | Simon Weber | Simon Weber and Nikolaus Demmel and Tin Chon Chan and Daniel Cremers | Power Bundle Adjustment for Large-Scale 3D Reconstruction | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | We introduce Power Bundle Adjustment as an expansion type algorithm for
solving large-scale bundle adjustment problems. It is based on the power series
expansion of the inverse Schur complement and constitutes a new family of
solvers that we call inverse expansion methods. We theoretically justify the
use of power series and we prove the convergence of our approach. Using the
real-world BAL dataset we show that the proposed solver challenges the
state-of-the-art iterative methods and significantly accelerates the solution
of the normal equation, even for reaching a very high accuracy. This
easy-to-implement solver can also complement a recently presented distributed
bundle adjustment framework. We demonstrate that employing the proposed Power
Bundle Adjustment as a sub-problem solver significantly improves speed and
accuracy of the distributed optimization.
| [
{
"version": "v1",
"created": "Wed, 27 Apr 2022 10:38:33 GMT"
},
{
"version": "v2",
"created": "Tue, 3 May 2022 06:24:32 GMT"
},
{
"version": "v3",
"created": "Thu, 8 Dec 2022 16:07:55 GMT"
},
{
"version": "v4",
"created": "Mon, 17 Apr 2023 13:52:06 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Weber",
"Simon",
""
],
[
"Demmel",
"Nikolaus",
""
],
[
"Chan",
"Tin Chon",
""
],
[
"Cremers",
"Daniel",
""
]
] | TITLE: Power Bundle Adjustment for Large-Scale 3D Reconstruction
ABSTRACT: We introduce Power Bundle Adjustment as an expansion type algorithm for
solving large-scale bundle adjustment problems. It is based on the power series
expansion of the inverse Schur complement and constitutes a new family of
solvers that we call inverse expansion methods. We theoretically justify the
use of power series and we prove the convergence of our approach. Using the
real-world BAL dataset we show that the proposed solver challenges the
state-of-the-art iterative methods and significantly accelerates the solution
of the normal equation, even for reaching a very high accuracy. This
easy-to-implement solver can also complement a recently presented distributed
bundle adjustment framework. We demonstrate that employing the proposed Power
Bundle Adjustment as a sub-problem solver significantly improves speed and
accuracy of the distributed optimization.
| no_new_dataset | 0.946892 |
2204.13686 | Zhongang Cai | Zhongang Cai, Daxuan Ren, Ailing Zeng, Zhengyu Lin, Tao Yu, Wenjia
Wang, Xiangyu Fan, Yang Gao, Yifan Yu, Liang Pan, Fangzhou Hong, Mingyuan
Zhang, Chen Change Loy, Lei Yang, Ziwei Liu | HuMMan: Multi-Modal 4D Human Dataset for Versatile Sensing and Modeling | Homepage: https://caizhongang.github.io/projects/HuMMan/ | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | 4D human sensing and modeling are fundamental tasks in vision and graphics
with numerous applications. With the advances of new sensors and algorithms,
there is an increasing demand for more versatile datasets. In this work, we
contribute HuMMan, a large-scale multi-modal 4D human dataset with 1000 human
subjects, 400k sequences and 60M frames. HuMMan has several appealing
properties: 1) multi-modal data and annotations including color images, point
clouds, keypoints, SMPL parameters, and textured meshes; 2) popular mobile
device is included in the sensor suite; 3) a set of 500 actions, designed to
cover fundamental movements; 4) multiple tasks such as action recognition, pose
estimation, parametric human recovery, and textured mesh reconstruction are
supported and evaluated. Extensive experiments on HuMMan voice the need for
further study on challenges such as fine-grained action recognition, dynamic
human mesh reconstruction, point cloud-based parametric human recovery, and
cross-device domain gaps.
| [
{
"version": "v1",
"created": "Thu, 28 Apr 2022 17:54:25 GMT"
},
{
"version": "v2",
"created": "Sun, 16 Apr 2023 12:26:14 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Cai",
"Zhongang",
""
],
[
"Ren",
"Daxuan",
""
],
[
"Zeng",
"Ailing",
""
],
[
"Lin",
"Zhengyu",
""
],
[
"Yu",
"Tao",
""
],
[
"Wang",
"Wenjia",
""
],
[
"Fan",
"Xiangyu",
""
],
[
"Gao",
"Yang",
""
],
[
"Yu",
"Yifan",
""
],
[
"Pan",
"Liang",
""
],
[
"Hong",
"Fangzhou",
""
],
[
"Zhang",
"Mingyuan",
""
],
[
"Loy",
"Chen Change",
""
],
[
"Yang",
"Lei",
""
],
[
"Liu",
"Ziwei",
""
]
] | TITLE: HuMMan: Multi-Modal 4D Human Dataset for Versatile Sensing and Modeling
ABSTRACT: 4D human sensing and modeling are fundamental tasks in vision and graphics
with numerous applications. With the advances of new sensors and algorithms,
there is an increasing demand for more versatile datasets. In this work, we
contribute HuMMan, a large-scale multi-modal 4D human dataset with 1000 human
subjects, 400k sequences and 60M frames. HuMMan has several appealing
properties: 1) multi-modal data and annotations including color images, point
clouds, keypoints, SMPL parameters, and textured meshes; 2) popular mobile
device is included in the sensor suite; 3) a set of 500 actions, designed to
cover fundamental movements; 4) multiple tasks such as action recognition, pose
estimation, parametric human recovery, and textured mesh reconstruction are
supported and evaluated. Extensive experiments on HuMMan voice the need for
further study on challenges such as fine-grained action recognition, dynamic
human mesh reconstruction, point cloud-based parametric human recovery, and
cross-device domain gaps.
| new_dataset | 0.959497 |
2205.03805 | Yunqing Zhao | Yunqing Zhao, Henghui Ding, Houjing Huang, Ngai-Man Cheung | A Closer Look at Few-shot Image Generation | 12 figures, 4 tables, The IEEE / CVF Computer Vision and Pattern
Recognition Conference (CVPR) 2022 | null | null | null | cs.CV eess.IV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Modern GANs excel at generating high quality and diverse images. However,
when transferring the pretrained GANs on small target data (e.g., 10-shot), the
generator tends to replicate the training samples. Several methods have been
proposed to address this few-shot image generation task, but there is a lack of
effort to analyze them under a unified framework. As our first contribution, we
propose a framework to analyze existing methods during the adaptation. Our
analysis discovers that while some methods have disproportionate focus on
diversity preserving which impede quality improvement, all methods achieve
similar quality after convergence. Therefore, the better methods are those that
can slow down diversity degradation. Furthermore, our analysis reveals that
there is still plenty of room to further slow down diversity degradation.
Informed by our analysis and to slow down the diversity degradation of the
target generator during adaptation, our second contribution proposes to apply
mutual information (MI) maximization to retain the source domain's rich
multi-level diversity information in the target domain generator. We propose to
perform MI maximization by contrastive loss (CL), leverage the generator and
discriminator as two feature encoders to extract different multi-level features
for computing CL. We refer to our method as Dual Contrastive Learning (DCL).
Extensive experiments on several public datasets show that, while leading to a
slower diversity-degrading generator during adaptation, our proposed DCL brings
visually pleasant quality and state-of-the-art quantitative performance.
Project Page: yunqing-me.github.io/A-Closer-Look-at-FSIG.
| [
{
"version": "v1",
"created": "Sun, 8 May 2022 07:46:26 GMT"
},
{
"version": "v2",
"created": "Sat, 15 Apr 2023 14:51:43 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Zhao",
"Yunqing",
""
],
[
"Ding",
"Henghui",
""
],
[
"Huang",
"Houjing",
""
],
[
"Cheung",
"Ngai-Man",
""
]
] | TITLE: A Closer Look at Few-shot Image Generation
ABSTRACT: Modern GANs excel at generating high quality and diverse images. However,
when transferring the pretrained GANs on small target data (e.g., 10-shot), the
generator tends to replicate the training samples. Several methods have been
proposed to address this few-shot image generation task, but there is a lack of
effort to analyze them under a unified framework. As our first contribution, we
propose a framework to analyze existing methods during the adaptation. Our
analysis discovers that while some methods have disproportionate focus on
diversity preserving which impede quality improvement, all methods achieve
similar quality after convergence. Therefore, the better methods are those that
can slow down diversity degradation. Furthermore, our analysis reveals that
there is still plenty of room to further slow down diversity degradation.
Informed by our analysis and to slow down the diversity degradation of the
target generator during adaptation, our second contribution proposes to apply
mutual information (MI) maximization to retain the source domain's rich
multi-level diversity information in the target domain generator. We propose to
perform MI maximization by contrastive loss (CL), leverage the generator and
discriminator as two feature encoders to extract different multi-level features
for computing CL. We refer to our method as Dual Contrastive Learning (DCL).
Extensive experiments on several public datasets show that, while leading to a
slower diversity-degrading generator during adaptation, our proposed DCL brings
visually pleasant quality and state-of-the-art quantitative performance.
Project Page: yunqing-me.github.io/A-Closer-Look-at-FSIG.
| no_new_dataset | 0.945801 |
2205.10625 | Denny Zhou | Denny Zhou, Nathanael Sch\"arli, Le Hou, Jason Wei, Nathan Scales,
Xuezhi Wang, Dale Schuurmans, Claire Cui, Olivier Bousquet, Quoc Le, Ed Chi | Least-to-Most Prompting Enables Complex Reasoning in Large Language
Models | ICLR 2023 | null | null | null | cs.AI cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Chain-of-thought prompting has demonstrated remarkable performance on various
natural language reasoning tasks. However, it tends to perform poorly on tasks
which requires solving problems harder than the exemplars shown in the prompts.
To overcome this challenge of easy-to-hard generalization, we propose a novel
prompting strategy, least-to-most prompting. The key idea in this strategy is
to break down a complex problem into a series of simpler subproblems and then
solve them in sequence. Solving each subproblem is facilitated by the answers
to previously solved subproblems. Our experimental results on tasks related to
symbolic manipulation, compositional generalization, and math reasoning reveal
that least-to-most prompting is capable of generalizing to more difficult
problems than those seen in the prompts. A notable finding is that when the
GPT-3 code-davinci-002 model is used with least-to-most prompting, it can solve
the compositional generalization benchmark SCAN in any split (including length
split) with an accuracy of at least 99% using just 14 exemplars, compared to
only 16% accuracy with chain-of-thought prompting. This is particularly
noteworthy because neural-symbolic models in the literature that specialize in
solving SCAN are trained on the entire training set containing over 15,000
examples. We have included prompts for all the tasks in the Appendix.
| [
{
"version": "v1",
"created": "Sat, 21 May 2022 15:34:53 GMT"
},
{
"version": "v2",
"created": "Thu, 6 Oct 2022 14:49:26 GMT"
},
{
"version": "v3",
"created": "Sun, 16 Apr 2023 22:08:08 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Zhou",
"Denny",
""
],
[
"Schärli",
"Nathanael",
""
],
[
"Hou",
"Le",
""
],
[
"Wei",
"Jason",
""
],
[
"Scales",
"Nathan",
""
],
[
"Wang",
"Xuezhi",
""
],
[
"Schuurmans",
"Dale",
""
],
[
"Cui",
"Claire",
""
],
[
"Bousquet",
"Olivier",
""
],
[
"Le",
"Quoc",
""
],
[
"Chi",
"Ed",
""
]
] | TITLE: Least-to-Most Prompting Enables Complex Reasoning in Large Language
Models
ABSTRACT: Chain-of-thought prompting has demonstrated remarkable performance on various
natural language reasoning tasks. However, it tends to perform poorly on tasks
which requires solving problems harder than the exemplars shown in the prompts.
To overcome this challenge of easy-to-hard generalization, we propose a novel
prompting strategy, least-to-most prompting. The key idea in this strategy is
to break down a complex problem into a series of simpler subproblems and then
solve them in sequence. Solving each subproblem is facilitated by the answers
to previously solved subproblems. Our experimental results on tasks related to
symbolic manipulation, compositional generalization, and math reasoning reveal
that least-to-most prompting is capable of generalizing to more difficult
problems than those seen in the prompts. A notable finding is that when the
GPT-3 code-davinci-002 model is used with least-to-most prompting, it can solve
the compositional generalization benchmark SCAN in any split (including length
split) with an accuracy of at least 99% using just 14 exemplars, compared to
only 16% accuracy with chain-of-thought prompting. This is particularly
noteworthy because neural-symbolic models in the literature that specialize in
solving SCAN are trained on the entire training set containing over 15,000
examples. We have included prompts for all the tasks in the Appendix.
| no_new_dataset | 0.949106 |
2205.15360 | Stavros Nousias PhD | Nikos D. Fakotakis, Stavros Nousias, Gerasimos Arvanitis, Evangelia I.
Zacharaki, Konstantinos Moustakas | AI-enabled Sound Pattern Recognition on Asthma Medication Adherence:
Evaluation with the RDA Benchmark Suite | null | null | 10.1109/ACCESS.2023.3243547 | null | cs.SD cs.CV cs.CY cs.GL eess.AS | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Asthma is a common, usually long-term respiratory disease with negative
impact on global society and economy. Treatment involves using medical devices
(inhalers) that distribute medication to the airways and its efficiency depends
on the precision of the inhalation technique. There is a clinical need for
objective methods to assess the inhalation technique, during clinical
consultation. Integrated health monitoring systems, equipped with sensors,
enable the recognition of drug actuation, embedded with sound signal detection,
analysis and identification, from intelligent structures, that could provide
powerful tools for reliable content management. Health monitoring systems
equipped with sensors, embedded with sound signal detection, enable the
recognition of drug actuation and could be used for effective audio content
analysis. This paper revisits sound pattern recognition with machine learning
techniques for asthma medication adherence assessment and presents the
Respiratory and Drug Actuation (RDA) Suite
(https://gitlab.com/vvr/monitoring-medication-adherence/rda-benchmark) for
benchmarking and further research. The RDA Suite includes a set of tools for
audio processing, feature extraction and classification procedures and is
provided along with a dataset, consisting of respiratory and drug actuation
sounds. The classification models in RDA are implemented based on conventional
and advanced machine learning and deep networks' architectures. This study
provides a comparative evaluation of the implemented approaches, examines
potential improvements and discusses on challenges and future tendencies.
| [
{
"version": "v1",
"created": "Mon, 30 May 2022 18:08:28 GMT"
},
{
"version": "v2",
"created": "Wed, 1 Jun 2022 11:46:47 GMT"
},
{
"version": "v3",
"created": "Sun, 16 Apr 2023 17:32:06 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Fakotakis",
"Nikos D.",
""
],
[
"Nousias",
"Stavros",
""
],
[
"Arvanitis",
"Gerasimos",
""
],
[
"Zacharaki",
"Evangelia I.",
""
],
[
"Moustakas",
"Konstantinos",
""
]
] | TITLE: AI-enabled Sound Pattern Recognition on Asthma Medication Adherence:
Evaluation with the RDA Benchmark Suite
ABSTRACT: Asthma is a common, usually long-term respiratory disease with negative
impact on global society and economy. Treatment involves using medical devices
(inhalers) that distribute medication to the airways and its efficiency depends
on the precision of the inhalation technique. There is a clinical need for
objective methods to assess the inhalation technique, during clinical
consultation. Integrated health monitoring systems, equipped with sensors,
enable the recognition of drug actuation, embedded with sound signal detection,
analysis and identification, from intelligent structures, that could provide
powerful tools for reliable content management. Health monitoring systems
equipped with sensors, embedded with sound signal detection, enable the
recognition of drug actuation and could be used for effective audio content
analysis. This paper revisits sound pattern recognition with machine learning
techniques for asthma medication adherence assessment and presents the
Respiratory and Drug Actuation (RDA) Suite
(https://gitlab.com/vvr/monitoring-medication-adherence/rda-benchmark) for
benchmarking and further research. The RDA Suite includes a set of tools for
audio processing, feature extraction and classification procedures and is
provided along with a dataset, consisting of respiratory and drug actuation
sounds. The classification models in RDA are implemented based on conventional
and advanced machine learning and deep networks' architectures. This study
provides a comparative evaluation of the implemented approaches, examines
potential improvements and discusses on challenges and future tendencies.
| no_new_dataset | 0.920074 |
2206.10210 | Gregory Gay | Afonso Fontes and Gregory Gay | The Integration of Machine Learning into Automated Test Generation: A
Systematic Mapping Study | Accepted for Software Testing, Verification, and Reliability journal.
(arXiv admin note: text overlap with arXiv:2107.00906 - This is an earlier
study that this study extends) | null | null | null | cs.SE cs.LG | http://creativecommons.org/licenses/by/4.0/ | Context: Machine learning (ML) may enable effective automated test
generation.
Objective: We characterize emerging research, examining testing practices,
researcher goals, ML techniques applied, evaluation, and challenges.
Methods: We perform a systematic mapping on a sample of 124 publications.
Results: ML generates input for system, GUI, unit, performance, and
combinatorial testing or improves the performance of existing generation
methods. ML is also used to generate test verdicts, property-based, and
expected output oracles. Supervised learning - often based on neural networks -
and reinforcement learning - often based on Q-learning - are common, and some
publications also employ unsupervised or semi-supervised learning.
(Semi-/Un-)Supervised approaches are evaluated using both traditional testing
metrics and ML-related metrics (e.g., accuracy), while reinforcement learning
is often evaluated using testing metrics tied to the reward function.
Conclusion: Work-to-date shows great promise, but there are open challenges
regarding training data, retraining, scalability, evaluation complexity, ML
algorithms employed - and how they are applied - benchmarks, and replicability.
Our findings can serve as a roadmap and inspiration for researchers in this
field.
| [
{
"version": "v1",
"created": "Tue, 21 Jun 2022 09:26:25 GMT"
},
{
"version": "v2",
"created": "Thu, 23 Jun 2022 13:42:02 GMT"
},
{
"version": "v3",
"created": "Fri, 9 Dec 2022 07:09:38 GMT"
},
{
"version": "v4",
"created": "Fri, 24 Mar 2023 07:45:50 GMT"
},
{
"version": "v5",
"created": "Sun, 16 Apr 2023 03:43:15 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Fontes",
"Afonso",
""
],
[
"Gay",
"Gregory",
""
]
] | TITLE: The Integration of Machine Learning into Automated Test Generation: A
Systematic Mapping Study
ABSTRACT: Context: Machine learning (ML) may enable effective automated test
generation.
Objective: We characterize emerging research, examining testing practices,
researcher goals, ML techniques applied, evaluation, and challenges.
Methods: We perform a systematic mapping on a sample of 124 publications.
Results: ML generates input for system, GUI, unit, performance, and
combinatorial testing or improves the performance of existing generation
methods. ML is also used to generate test verdicts, property-based, and
expected output oracles. Supervised learning - often based on neural networks -
and reinforcement learning - often based on Q-learning - are common, and some
publications also employ unsupervised or semi-supervised learning.
(Semi-/Un-)Supervised approaches are evaluated using both traditional testing
metrics and ML-related metrics (e.g., accuracy), while reinforcement learning
is often evaluated using testing metrics tied to the reward function.
Conclusion: Work-to-date shows great promise, but there are open challenges
regarding training data, retraining, scalability, evaluation complexity, ML
algorithms employed - and how they are applied - benchmarks, and replicability.
Our findings can serve as a roadmap and inspiration for researchers in this
field.
| no_new_dataset | 0.942135 |
2206.15331 | Arghavan Moradi Dakhel | Arghavan Moradi Dakhel, Vahid Majdinasab, Amin Nikanjam, Foutse Khomh,
Michel C. Desmarais, Zhen Ming (Jack) Jiang | GitHub Copilot AI pair programmer: Asset or Liability? | 27 pages, 8 figures | null | null | null | cs.SE cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Automatic program synthesis is a long-lasting dream in software engineering.
Recently, a promising Deep Learning (DL) based solution, called Copilot, has
been proposed by OpenAI and Microsoft as an industrial product. Although some
studies evaluate the correctness of Copilot solutions and report its issues,
more empirical evaluations are necessary to understand how developers can
benefit from it effectively. In this paper, we study the capabilities of
Copilot in two different programming tasks: (i) generating (and reproducing)
correct and efficient solutions for fundamental algorithmic problems, and (ii)
comparing Copilot's proposed solutions with those of human programmers on a set
of programming tasks. For the former, we assess the performance and
functionality of Copilot in solving selected fundamental problems in computer
science, like sorting and implementing data structures. In the latter, a
dataset of programming problems with human-provided solutions is used. The
results show that Copilot is capable of providing solutions for almost all
fundamental algorithmic problems, however, some solutions are buggy and
non-reproducible. Moreover, Copilot has some difficulties in combining multiple
methods to generate a solution. Comparing Copilot to humans, our results show
that the correct ratio of humans' solutions is greater than Copilot's
suggestions, while the buggy solutions generated by Copilot require less effort
to be repaired.
| [
{
"version": "v1",
"created": "Thu, 30 Jun 2022 15:00:03 GMT"
},
{
"version": "v2",
"created": "Fri, 14 Apr 2023 20:52:00 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Dakhel",
"Arghavan Moradi",
"",
"Jack"
],
[
"Majdinasab",
"Vahid",
"",
"Jack"
],
[
"Nikanjam",
"Amin",
"",
"Jack"
],
[
"Khomh",
"Foutse",
"",
"Jack"
],
[
"Desmarais",
"Michel C.",
"",
"Jack"
],
[
"Ming",
"Zhen",
"",
"Jack"
],
[
"Jiang",
"",
""
]
] | TITLE: GitHub Copilot AI pair programmer: Asset or Liability?
ABSTRACT: Automatic program synthesis is a long-lasting dream in software engineering.
Recently, a promising Deep Learning (DL) based solution, called Copilot, has
been proposed by OpenAI and Microsoft as an industrial product. Although some
studies evaluate the correctness of Copilot solutions and report its issues,
more empirical evaluations are necessary to understand how developers can
benefit from it effectively. In this paper, we study the capabilities of
Copilot in two different programming tasks: (i) generating (and reproducing)
correct and efficient solutions for fundamental algorithmic problems, and (ii)
comparing Copilot's proposed solutions with those of human programmers on a set
of programming tasks. For the former, we assess the performance and
functionality of Copilot in solving selected fundamental problems in computer
science, like sorting and implementing data structures. In the latter, a
dataset of programming problems with human-provided solutions is used. The
results show that Copilot is capable of providing solutions for almost all
fundamental algorithmic problems, however, some solutions are buggy and
non-reproducible. Moreover, Copilot has some difficulties in combining multiple
methods to generate a solution. Comparing Copilot to humans, our results show
that the correct ratio of humans' solutions is greater than Copilot's
suggestions, while the buggy solutions generated by Copilot require less effort
to be repaired.
| no_new_dataset | 0.936692 |
2207.01472 | Rui Wang | Rui Wang, Chongwei Liu, Xudong Mou, Kai Gao, Xiaohui Guo, Pin Liu,
Tianyu Wo, Xudong Liu | Deep Contrastive One-Class Time Series Anomaly Detection | null | null | null | null | cs.LG cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The accumulation of time-series data and the absence of labels make
time-series Anomaly Detection (AD) a self-supervised deep learning task.
Single-normality-assumption-based methods, which reveal only a certain aspect
of the whole normality, are incapable of tasks involved with a large number of
anomalies. Specifically, Contrastive Learning (CL) methods distance negative
pairs, many of which consist of both normal samples, thus reducing the AD
performance. Existing multi-normality-assumption-based methods are usually
two-staged, firstly pre-training through certain tasks whose target may differ
from AD, limiting their performance. To overcome the shortcomings, a deep
Contrastive One-Class Anomaly detection method of time series (COCA) is
proposed by authors, following the normality assumptions of CL and one-class
classification. It treats the original and reconstructed representations as the
positive pair of negative-sample-free CL, namely "sequence contrast". Next,
invariance terms and variance terms compose a contrastive one-class loss
function in which the loss of the assumptions is optimized by invariance terms
simultaneously and the "hypersphere collapse" is prevented by variance terms.
In addition, extensive experiments on two real-world time-series datasets show
the superior performance of the proposed method achieves state-of-the-art.
| [
{
"version": "v1",
"created": "Mon, 4 Jul 2022 15:08:06 GMT"
},
{
"version": "v2",
"created": "Sat, 8 Oct 2022 06:58:32 GMT"
},
{
"version": "v3",
"created": "Sun, 16 Apr 2023 08:57:57 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Wang",
"Rui",
""
],
[
"Liu",
"Chongwei",
""
],
[
"Mou",
"Xudong",
""
],
[
"Gao",
"Kai",
""
],
[
"Guo",
"Xiaohui",
""
],
[
"Liu",
"Pin",
""
],
[
"Wo",
"Tianyu",
""
],
[
"Liu",
"Xudong",
""
]
] | TITLE: Deep Contrastive One-Class Time Series Anomaly Detection
ABSTRACT: The accumulation of time-series data and the absence of labels make
time-series Anomaly Detection (AD) a self-supervised deep learning task.
Single-normality-assumption-based methods, which reveal only a certain aspect
of the whole normality, are incapable of tasks involved with a large number of
anomalies. Specifically, Contrastive Learning (CL) methods distance negative
pairs, many of which consist of both normal samples, thus reducing the AD
performance. Existing multi-normality-assumption-based methods are usually
two-staged, firstly pre-training through certain tasks whose target may differ
from AD, limiting their performance. To overcome the shortcomings, a deep
Contrastive One-Class Anomaly detection method of time series (COCA) is
proposed by authors, following the normality assumptions of CL and one-class
classification. It treats the original and reconstructed representations as the
positive pair of negative-sample-free CL, namely "sequence contrast". Next,
invariance terms and variance terms compose a contrastive one-class loss
function in which the loss of the assumptions is optimized by invariance terms
simultaneously and the "hypersphere collapse" is prevented by variance terms.
In addition, extensive experiments on two real-world time-series datasets show
the superior performance of the proposed method achieves state-of-the-art.
| no_new_dataset | 0.951684 |
2207.05378 | Zhewei Huang | Zuzeng Lin, Ailin Huang, Zhewei Huang | Collaborative Neural Rendering using Anime Character Sheets | The three authors contribute equally. In the Arts and Creativity
Track of IJCAI2023 | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Drawing images of characters with desired poses is an essential but laborious
task in anime production. Assisting artists to create is a research hotspot in
recent years. In this paper, we present the Collaborative Neural Rendering
(CoNR) method, which creates new images for specified poses from a few
reference images (AKA Character Sheets). In general, the diverse hairstyles and
garments of anime characters defies the employment of universal body models
like SMPL, which fits in most nude human shapes. To overcome this, CoNR uses a
compact and easy-to-obtain landmark encoding to avoid creating a unified UV
mapping in the pipeline. In addition, the performance of CoNR can be
significantly improved when referring to multiple reference images, thanks to
feature space cross-view warping in a carefully designed neural network.
Moreover, we have collected a character sheet dataset containing over 700,000
hand-drawn and synthesized images of diverse poses to facilitate research in
this area. Our code and demo are available at
https://github.com/megvii-research/IJCAI2023-CoNR.
| [
{
"version": "v1",
"created": "Tue, 12 Jul 2022 08:21:35 GMT"
},
{
"version": "v2",
"created": "Sat, 13 Aug 2022 10:48:20 GMT"
},
{
"version": "v3",
"created": "Tue, 16 Aug 2022 16:49:40 GMT"
},
{
"version": "v4",
"created": "Mon, 10 Apr 2023 15:28:35 GMT"
},
{
"version": "v5",
"created": "Fri, 14 Apr 2023 18:28:33 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Lin",
"Zuzeng",
""
],
[
"Huang",
"Ailin",
""
],
[
"Huang",
"Zhewei",
""
]
] | TITLE: Collaborative Neural Rendering using Anime Character Sheets
ABSTRACT: Drawing images of characters with desired poses is an essential but laborious
task in anime production. Assisting artists to create is a research hotspot in
recent years. In this paper, we present the Collaborative Neural Rendering
(CoNR) method, which creates new images for specified poses from a few
reference images (AKA Character Sheets). In general, the diverse hairstyles and
garments of anime characters defies the employment of universal body models
like SMPL, which fits in most nude human shapes. To overcome this, CoNR uses a
compact and easy-to-obtain landmark encoding to avoid creating a unified UV
mapping in the pipeline. In addition, the performance of CoNR can be
significantly improved when referring to multiple reference images, thanks to
feature space cross-view warping in a carefully designed neural network.
Moreover, we have collected a character sheet dataset containing over 700,000
hand-drawn and synthesized images of diverse poses to facilitate research in
this area. Our code and demo are available at
https://github.com/megvii-research/IJCAI2023-CoNR.
| new_dataset | 0.956957 |
2207.06551 | Kaiwen Xu | Kaiwen Xu, Thomas Li, Mirza S. Khan, Riqiang Gao, Sanja L. Antic,
Yuankai Huo, Kim L. Sandler, Fabien Maldonado, Bennett A. Landman | Body Composition Assessment with Limited Field-of-view Computed
Tomography: A Semantic Image Extension Perspective | Updated with additional evaluation and clarification | null | null | null | eess.IV cs.CV | http://creativecommons.org/licenses/by/4.0/ | Field-of-view (FOV) tissue truncation beyond the lungs is common in routine
lung screening computed tomography (CT). This poses limitations for
opportunistic CT- based body composition (BC) assessment as key anatomical
structures are missing. Traditionally, extending the FOV of CT is considered as
a CT reconstruction problem using limited data. However, this approach relies
on the projection domain data which might not be available in application. In
this work, we formulate the problem from the semantic image extension
perspective which only requires image data as inputs. The proposed two-stage
method identifies a new FOV border based on the estimated extent of the
complete body and imputes missing tissues in the truncated region. The training
samples are simulated using CT slices with complete body in FOV, making the
model development self-supervised. We evaluate the validity of the proposed
method in automatic BC assessment using lung screening CT with limited FOV. The
proposed method effectively restores the missing tissues and reduces BC
assessment error introduced by FOV tissue truncation. In the BC assessment for
a large-scale lung screening CT dataset, this correction improves both the
intra-subject consistency and the correlation with anthropometric
approximations. The developed method is available at
https://github.com/MASILab/S-EFOV.
| [
{
"version": "v1",
"created": "Wed, 13 Jul 2022 23:19:22 GMT"
},
{
"version": "v2",
"created": "Sun, 16 Apr 2023 00:40:40 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Xu",
"Kaiwen",
""
],
[
"Li",
"Thomas",
""
],
[
"Khan",
"Mirza S.",
""
],
[
"Gao",
"Riqiang",
""
],
[
"Antic",
"Sanja L.",
""
],
[
"Huo",
"Yuankai",
""
],
[
"Sandler",
"Kim L.",
""
],
[
"Maldonado",
"Fabien",
""
],
[
"Landman",
"Bennett A.",
""
]
] | TITLE: Body Composition Assessment with Limited Field-of-view Computed
Tomography: A Semantic Image Extension Perspective
ABSTRACT: Field-of-view (FOV) tissue truncation beyond the lungs is common in routine
lung screening computed tomography (CT). This poses limitations for
opportunistic CT- based body composition (BC) assessment as key anatomical
structures are missing. Traditionally, extending the FOV of CT is considered as
a CT reconstruction problem using limited data. However, this approach relies
on the projection domain data which might not be available in application. In
this work, we formulate the problem from the semantic image extension
perspective which only requires image data as inputs. The proposed two-stage
method identifies a new FOV border based on the estimated extent of the
complete body and imputes missing tissues in the truncated region. The training
samples are simulated using CT slices with complete body in FOV, making the
model development self-supervised. We evaluate the validity of the proposed
method in automatic BC assessment using lung screening CT with limited FOV. The
proposed method effectively restores the missing tissues and reduces BC
assessment error introduced by FOV tissue truncation. In the BC assessment for
a large-scale lung screening CT dataset, this correction improves both the
intra-subject consistency and the correlation with anthropometric
approximations. The developed method is available at
https://github.com/MASILab/S-EFOV.
| no_new_dataset | 0.955693 |
2208.00812 | Shahnawaz Ahmed | Shahnawaz Ahmed, Fernando Quijandr\'ia, Anton Frisk Kockum | Gradient-descent quantum process tomography by learning Kraus operators | 10 pages, 5 figures, Code and data available at
https://github.com/quantshah/gd-qpt | Physical Review Letters 130, 150402 (2023) | 10.1103/PhysRevLett.130.150402 | null | quant-ph cs.LG physics.data-an | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We perform quantum process tomography (QPT) for both discrete- and
continuous-variable quantum systems by learning a process representation using
Kraus operators. The Kraus form ensures that the reconstructed process is
completely positive. To make the process trace-preserving, we use a constrained
gradient-descent (GD) approach on the so-called Stiefel manifold during
optimization to obtain the Kraus operators. Our ansatz uses a few Kraus
operators to avoid direct estimation of large process matrices, e.g., the Choi
matrix, for low-rank quantum processes. The GD-QPT matches the performance of
both compressed-sensing (CS) and projected least-squares (PLS) QPT in
benchmarks with two-qubit random processes, but shines by combining the best
features of these two methods. Similar to CS (but unlike PLS), GD-QPT can
reconstruct a process from just a small number of random measurements, and
similar to PLS (but unlike CS) it also works for larger system sizes, up to at
least five qubits. We envisage that the data-driven approach of GD-QPT can
become a practical tool that greatly reduces the cost and computational effort
for QPT in intermediate-scale quantum systems.
| [
{
"version": "v1",
"created": "Mon, 1 Aug 2022 12:48:48 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Ahmed",
"Shahnawaz",
""
],
[
"Quijandría",
"Fernando",
""
],
[
"Kockum",
"Anton Frisk",
""
]
] | TITLE: Gradient-descent quantum process tomography by learning Kraus operators
ABSTRACT: We perform quantum process tomography (QPT) for both discrete- and
continuous-variable quantum systems by learning a process representation using
Kraus operators. The Kraus form ensures that the reconstructed process is
completely positive. To make the process trace-preserving, we use a constrained
gradient-descent (GD) approach on the so-called Stiefel manifold during
optimization to obtain the Kraus operators. Our ansatz uses a few Kraus
operators to avoid direct estimation of large process matrices, e.g., the Choi
matrix, for low-rank quantum processes. The GD-QPT matches the performance of
both compressed-sensing (CS) and projected least-squares (PLS) QPT in
benchmarks with two-qubit random processes, but shines by combining the best
features of these two methods. Similar to CS (but unlike PLS), GD-QPT can
reconstruct a process from just a small number of random measurements, and
similar to PLS (but unlike CS) it also works for larger system sizes, up to at
least five qubits. We envisage that the data-driven approach of GD-QPT can
become a practical tool that greatly reduces the cost and computational effort
for QPT in intermediate-scale quantum systems.
| no_new_dataset | 0.947624 |
2208.11148 | Xiao Guo | Xiao Guo, Yaojie Liu, Anil Jain, and Xiaoming Liu | Multi-domain Learning for Updating Face Anti-spoofing Models | To appear at ECCV 2022 as an oral presentation. The SiW-Mv2 dataset
is detailed in the Appendix | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | In this work, we study multi-domain learning for face anti-spoofing(MD-FAS),
where a pre-trained FAS model needs to be updated to perform equally well on
both source and target domains while only using target domain data for
updating. We present a new model for MD-FAS, which addresses the forgetting
issue when learning new domain data, while possessing a high level of
adaptability. First, we devise a simple yet effective module, called spoof
region estimator(SRE), to identify spoof traces in the spoof image. Such spoof
traces reflect the source pre-trained model's responses that help upgraded
models combat catastrophic forgetting during updating. Unlike prior works that
estimate spoof traces which generate multiple outputs or a low-resolution
binary mask, SRE produces one single, detailed pixel-wise estimate in an
unsupervised manner. Secondly, we propose a novel framework, named FAS-wrapper,
which transfers knowledge from the pre-trained models and seamlessly integrates
with different FAS models. Lastly, to help the community further advance
MD-FAS, we construct a new benchmark based on SIW, SIW-Mv2 and Oulu-NPU, and
introduce four distinct protocols for evaluation, where source and target
domains are different in terms of spoof type, age, ethnicity, and illumination.
Our proposed method achieves superior performance on the MD-FAS benchmark than
previous methods. Our code and newly curated SIW-Mv2 are publicly available.
| [
{
"version": "v1",
"created": "Tue, 23 Aug 2022 18:28:34 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 03:47:27 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Guo",
"Xiao",
""
],
[
"Liu",
"Yaojie",
""
],
[
"Jain",
"Anil",
""
],
[
"Liu",
"Xiaoming",
""
]
] | TITLE: Multi-domain Learning for Updating Face Anti-spoofing Models
ABSTRACT: In this work, we study multi-domain learning for face anti-spoofing(MD-FAS),
where a pre-trained FAS model needs to be updated to perform equally well on
both source and target domains while only using target domain data for
updating. We present a new model for MD-FAS, which addresses the forgetting
issue when learning new domain data, while possessing a high level of
adaptability. First, we devise a simple yet effective module, called spoof
region estimator(SRE), to identify spoof traces in the spoof image. Such spoof
traces reflect the source pre-trained model's responses that help upgraded
models combat catastrophic forgetting during updating. Unlike prior works that
estimate spoof traces which generate multiple outputs or a low-resolution
binary mask, SRE produces one single, detailed pixel-wise estimate in an
unsupervised manner. Secondly, we propose a novel framework, named FAS-wrapper,
which transfers knowledge from the pre-trained models and seamlessly integrates
with different FAS models. Lastly, to help the community further advance
MD-FAS, we construct a new benchmark based on SIW, SIW-Mv2 and Oulu-NPU, and
introduce four distinct protocols for evaluation, where source and target
domains are different in terms of spoof type, age, ethnicity, and illumination.
Our proposed method achieves superior performance on the MD-FAS benchmark than
previous methods. Our code and newly curated SIW-Mv2 are publicly available.
| no_new_dataset | 0.939748 |
2208.13404 | Junjie Hu | Junjie Hu and Chenyou Fan and Mete Ozay and Hua Feng and Yuan Gao and
Tin Lun Lam | Progressive Self-Distillation for Ground-to-Aerial Perception Knowledge
Transfer | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | We study a practical yet hasn't been explored problem: how a drone can
perceive in an environment from different flight heights. Unlike autonomous
driving, where the perception is always conducted from a ground viewpoint, a
flying drone may flexibly change its flight height due to specific tasks,
requiring the capability for viewpoint invariant perception. Tackling the such
problem with supervised learning will incur tremendous costs for data
annotation of different flying heights. On the other hand, current
semi-supervised learning methods are not effective under viewpoint differences.
In this paper, we introduce the ground-to-aerial perception knowledge transfer
and propose a progressive semi-supervised learning framework that enables drone
perception using only labeled data of ground viewpoint and unlabeled data of
flying viewpoints. Our framework has four core components: i) a dense viewpoint
sampling strategy that splits the range of vertical flight height into a set of
small pieces with evenly-distributed intervals, ii) nearest neighbor
pseudo-labeling that infers labels of the nearest neighbor viewpoint with a
model learned on the preceding viewpoint, iii) MixView that generates augmented
images among different viewpoints to alleviate viewpoint differences, and iv) a
progressive distillation strategy to gradually learn until reaching the maximum
flying height. We collect a synthesized and a real-world dataset, and we
perform extensive experimental analyses to show that our method yields 22.2%
and 16.9% accuracy improvement for the synthesized dataset and the real world.
Code and datasets are available on
https://github.com/FreeformRobotics/Progressive-Self-Distillation-for-Ground-to-Aerial-Perception-Knowledge-Transfer.
| [
{
"version": "v1",
"created": "Mon, 29 Aug 2022 07:30:35 GMT"
},
{
"version": "v2",
"created": "Tue, 17 Jan 2023 10:23:09 GMT"
},
{
"version": "v3",
"created": "Sun, 16 Apr 2023 06:31:23 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Hu",
"Junjie",
""
],
[
"Fan",
"Chenyou",
""
],
[
"Ozay",
"Mete",
""
],
[
"Feng",
"Hua",
""
],
[
"Gao",
"Yuan",
""
],
[
"Lam",
"Tin Lun",
""
]
] | TITLE: Progressive Self-Distillation for Ground-to-Aerial Perception Knowledge
Transfer
ABSTRACT: We study a practical yet hasn't been explored problem: how a drone can
perceive in an environment from different flight heights. Unlike autonomous
driving, where the perception is always conducted from a ground viewpoint, a
flying drone may flexibly change its flight height due to specific tasks,
requiring the capability for viewpoint invariant perception. Tackling the such
problem with supervised learning will incur tremendous costs for data
annotation of different flying heights. On the other hand, current
semi-supervised learning methods are not effective under viewpoint differences.
In this paper, we introduce the ground-to-aerial perception knowledge transfer
and propose a progressive semi-supervised learning framework that enables drone
perception using only labeled data of ground viewpoint and unlabeled data of
flying viewpoints. Our framework has four core components: i) a dense viewpoint
sampling strategy that splits the range of vertical flight height into a set of
small pieces with evenly-distributed intervals, ii) nearest neighbor
pseudo-labeling that infers labels of the nearest neighbor viewpoint with a
model learned on the preceding viewpoint, iii) MixView that generates augmented
images among different viewpoints to alleviate viewpoint differences, and iv) a
progressive distillation strategy to gradually learn until reaching the maximum
flying height. We collect a synthesized and a real-world dataset, and we
perform extensive experimental analyses to show that our method yields 22.2%
and 16.9% accuracy improvement for the synthesized dataset and the real world.
Code and datasets are available on
https://github.com/FreeformRobotics/Progressive-Self-Distillation-for-Ground-to-Aerial-Perception-Knowledge-Transfer.
| no_new_dataset | 0.918407 |
2209.12157 | Chuyan Zhang | Chuyan Zhang and Yun Gu | Dive into Self-Supervised Learning for Medical Image Analysis: Data,
Models and Tasks | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Self-supervised learning (SSL) has achieved remarkable performance in various
medical imaging tasks by dint of priors from massive unlabelled data. However,
regarding a specific downstream task, there is still a lack of an instruction
book on how to select suitable pretext tasks and implementation details
throughout the standard ``pretrain-then-finetune'' workflow. In this work, we
focus on exploiting the capacity of SSL in terms of four realistic and
significant issues: (1) the impact of SSL on imbalanced datasets, (2) the
network architecture, (3) the applicability of upstream tasks to downstream
tasks and (4) the stacking effect of SSL and common policies for deep learning.
We provide a large-scale, in-depth and fine-grained study through extensive
experiments on predictive, contrastive, generative and multi-SSL algorithms.
Based on the results, we have uncovered several insights. Positively, SSL
advances class-imbalanced learning mainly by boosting the performance of the
rare class, which is of interest to clinical diagnosis. Unfortunately, SSL
offers marginal or even negative returns in some cases, including severely
imbalanced and relatively balanced data regimes, as well as combinations with
common training policies. Our intriguing findings provide practical guidelines
for the usage of SSL in the medical context and highlight the need for
developing universal pretext tasks to accommodate diverse application
scenarios.
| [
{
"version": "v1",
"created": "Sun, 25 Sep 2022 06:04:11 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 03:16:02 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Zhang",
"Chuyan",
""
],
[
"Gu",
"Yun",
""
]
] | TITLE: Dive into Self-Supervised Learning for Medical Image Analysis: Data,
Models and Tasks
ABSTRACT: Self-supervised learning (SSL) has achieved remarkable performance in various
medical imaging tasks by dint of priors from massive unlabelled data. However,
regarding a specific downstream task, there is still a lack of an instruction
book on how to select suitable pretext tasks and implementation details
throughout the standard ``pretrain-then-finetune'' workflow. In this work, we
focus on exploiting the capacity of SSL in terms of four realistic and
significant issues: (1) the impact of SSL on imbalanced datasets, (2) the
network architecture, (3) the applicability of upstream tasks to downstream
tasks and (4) the stacking effect of SSL and common policies for deep learning.
We provide a large-scale, in-depth and fine-grained study through extensive
experiments on predictive, contrastive, generative and multi-SSL algorithms.
Based on the results, we have uncovered several insights. Positively, SSL
advances class-imbalanced learning mainly by boosting the performance of the
rare class, which is of interest to clinical diagnosis. Unfortunately, SSL
offers marginal or even negative returns in some cases, including severely
imbalanced and relatively balanced data regimes, as well as combinations with
common training policies. Our intriguing findings provide practical guidelines
for the usage of SSL in the medical context and highlight the need for
developing universal pretext tasks to accommodate diverse application
scenarios.
| no_new_dataset | 0.945298 |
2209.12195 | Ehsan Nowroozi | Ehsan Nowroozi, Mohammadreza Mohammadi, Erkay Savas, Mauro Conti,
Yassine Mekdad | Employing Deep Ensemble Learning for Improving the Security of Computer
Networks against Adversarial Attacks | null | null | null | null | cs.CR cs.AI cs.LG cs.NI | http://creativecommons.org/licenses/by/4.0/ | In the past few years, Convolutional Neural Networks (CNN) have demonstrated
promising performance in various real-world cybersecurity applications, such as
network and multimedia security. However, the underlying fragility of CNN
structures poses major security problems, making them inappropriate for use in
security-oriented applications including such computer networks. Protecting
these architectures from adversarial attacks necessitates using security-wise
architectures that are challenging to attack.
In this study, we present a novel architecture based on an ensemble
classifier that combines the enhanced security of 1-Class classification (known
as 1C) with the high performance of conventional 2-Class classification (known
as 2C) in the absence of attacks.Our architecture is referred to as the
1.5-Class (SPRITZ-1.5C) classifier and constructed using a final dense
classifier, one 2C classifier (i.e., CNNs), and two parallel 1C classifiers
(i.e., auto-encoders). In our experiments, we evaluated the robustness of our
proposed architecture by considering eight possible adversarial attacks in
various scenarios. We performed these attacks on the 2C and SPRITZ-1.5C
architectures separately. The experimental results of our study showed that the
Attack Success Rate (ASR) of the I-FGSM attack against a 2C classifier trained
with the N-BaIoT dataset is 0.9900. In contrast, the ASR is 0.0000 for the
SPRITZ-1.5C classifier.
| [
{
"version": "v1",
"created": "Sun, 25 Sep 2022 10:25:59 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 13:40:38 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Nowroozi",
"Ehsan",
""
],
[
"Mohammadi",
"Mohammadreza",
""
],
[
"Savas",
"Erkay",
""
],
[
"Conti",
"Mauro",
""
],
[
"Mekdad",
"Yassine",
""
]
] | TITLE: Employing Deep Ensemble Learning for Improving the Security of Computer
Networks against Adversarial Attacks
ABSTRACT: In the past few years, Convolutional Neural Networks (CNN) have demonstrated
promising performance in various real-world cybersecurity applications, such as
network and multimedia security. However, the underlying fragility of CNN
structures poses major security problems, making them inappropriate for use in
security-oriented applications including such computer networks. Protecting
these architectures from adversarial attacks necessitates using security-wise
architectures that are challenging to attack.
In this study, we present a novel architecture based on an ensemble
classifier that combines the enhanced security of 1-Class classification (known
as 1C) with the high performance of conventional 2-Class classification (known
as 2C) in the absence of attacks.Our architecture is referred to as the
1.5-Class (SPRITZ-1.5C) classifier and constructed using a final dense
classifier, one 2C classifier (i.e., CNNs), and two parallel 1C classifiers
(i.e., auto-encoders). In our experiments, we evaluated the robustness of our
proposed architecture by considering eight possible adversarial attacks in
various scenarios. We performed these attacks on the 2C and SPRITZ-1.5C
architectures separately. The experimental results of our study showed that the
Attack Success Rate (ASR) of the I-FGSM attack against a 2C classifier trained
with the N-BaIoT dataset is 0.9900. In contrast, the ASR is 0.0000 for the
SPRITZ-1.5C classifier.
| no_new_dataset | 0.941547 |
2209.15137 | Gideon Vos | Gideon Vos, Kelly Trinh, Zoltan Sarnyai, Mostafa Rahimi Azghadi | Generalizable machine learning for stress monitoring from wearable
devices: A systematic literature review | https://www.sciencedirect.com/science/article/pii/S1386505623000436 | International Journal of Medical Informatics Volume 173, May 2023,
105026 | 10.1016/j.ijmedinf.2023.105026 | null | cs.AI | http://creativecommons.org/licenses/by/4.0/ | Introduction. The stress response has both subjective, psychological and
objectively measurable, biological components. Both of them can be expressed
differently from person to person, complicating the development of a generic
stress measurement model. This is further compounded by the lack of large,
labeled datasets that can be utilized to build machine learning models for
accurately detecting periods and levels of stress. The aim of this review is to
provide an overview of the current state of stress detection and monitoring
using wearable devices, and where applicable, machine learning techniques
utilized.
Methods. This study reviewed published works contributing and/or using
datasets designed for detecting stress and their associated machine learning
methods, with a systematic review and meta-analysis of those that utilized
wearable sensor data as stress biomarkers. The electronic databases of Google
Scholar, Crossref, DOAJ and PubMed were searched for relevant articles and a
total of 24 articles were identified and included in the final analysis. The
reviewed works were synthesized into three categories of publicly available
stress datasets, machine learning, and future research directions.
Results. A wide variety of study-specific test and measurement protocols were
noted in the literature. A number of public datasets were identified that are
labeled for stress detection. In addition, we discuss that previous works show
shortcomings in areas such as their labeling protocols, lack of statistical
power, validity of stress biomarkers, and generalization ability.
Conclusion. Generalization of existing machine learning models still require
further study, and research in this area will continue to provide improvements
as newer and more substantial datasets become available for study.
| [
{
"version": "v1",
"created": "Thu, 29 Sep 2022 23:40:38 GMT"
},
{
"version": "v2",
"created": "Fri, 3 Mar 2023 02:44:04 GMT"
},
{
"version": "v3",
"created": "Thu, 9 Mar 2023 07:47:11 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Vos",
"Gideon",
""
],
[
"Trinh",
"Kelly",
""
],
[
"Sarnyai",
"Zoltan",
""
],
[
"Azghadi",
"Mostafa Rahimi",
""
]
] | TITLE: Generalizable machine learning for stress monitoring from wearable
devices: A systematic literature review
ABSTRACT: Introduction. The stress response has both subjective, psychological and
objectively measurable, biological components. Both of them can be expressed
differently from person to person, complicating the development of a generic
stress measurement model. This is further compounded by the lack of large,
labeled datasets that can be utilized to build machine learning models for
accurately detecting periods and levels of stress. The aim of this review is to
provide an overview of the current state of stress detection and monitoring
using wearable devices, and where applicable, machine learning techniques
utilized.
Methods. This study reviewed published works contributing and/or using
datasets designed for detecting stress and their associated machine learning
methods, with a systematic review and meta-analysis of those that utilized
wearable sensor data as stress biomarkers. The electronic databases of Google
Scholar, Crossref, DOAJ and PubMed were searched for relevant articles and a
total of 24 articles were identified and included in the final analysis. The
reviewed works were synthesized into three categories of publicly available
stress datasets, machine learning, and future research directions.
Results. A wide variety of study-specific test and measurement protocols were
noted in the literature. A number of public datasets were identified that are
labeled for stress detection. In addition, we discuss that previous works show
shortcomings in areas such as their labeling protocols, lack of statistical
power, validity of stress biomarkers, and generalization ability.
Conclusion. Generalization of existing machine learning models still require
further study, and research in this area will continue to provide improvements
as newer and more substantial datasets become available for study.
| no_new_dataset | 0.945045 |
2210.00063 | Donghan Yu | Donghan Yu, Sheng Zhang, Patrick Ng, Henghui Zhu, Alexander Hanbo Li,
Jun Wang, Yiqun Hu, William Wang, Zhiguo Wang, Bing Xiang | DecAF: Joint Decoding of Answers and Logical Forms for Question
Answering over Knowledge Bases | ICLR 2023. Code link:
https://github.com/awslabs/decode-answer-logical-form | null | null | null | cs.CL cs.AI cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Question answering over knowledge bases (KBs) aims to answer natural language
questions with factual information such as entities and relations in KBs.
Previous methods either generate logical forms that can be executed over KBs to
obtain final answers or predict answers directly. Empirical results show that
the former often produces more accurate answers, but it suffers from
non-execution issues due to potential syntactic and semantic errors in the
generated logical forms. In this work, we propose a novel framework DecAF that
jointly generates both logical forms and direct answers, and then combines the
merits of them to get the final answers. Moreover, different from most of the
previous methods, DecAF is based on simple free-text retrieval without relying
on any entity linking tools -- this simplification eases its adaptation to
different datasets. DecAF achieves new state-of-the-art accuracy on WebQSP,
FreebaseQA, and GrailQA benchmarks, while getting competitive results on the
ComplexWebQuestions benchmark.
| [
{
"version": "v1",
"created": "Fri, 30 Sep 2022 19:51:52 GMT"
},
{
"version": "v2",
"created": "Fri, 14 Apr 2023 22:34:26 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Yu",
"Donghan",
""
],
[
"Zhang",
"Sheng",
""
],
[
"Ng",
"Patrick",
""
],
[
"Zhu",
"Henghui",
""
],
[
"Li",
"Alexander Hanbo",
""
],
[
"Wang",
"Jun",
""
],
[
"Hu",
"Yiqun",
""
],
[
"Wang",
"William",
""
],
[
"Wang",
"Zhiguo",
""
],
[
"Xiang",
"Bing",
""
]
] | TITLE: DecAF: Joint Decoding of Answers and Logical Forms for Question
Answering over Knowledge Bases
ABSTRACT: Question answering over knowledge bases (KBs) aims to answer natural language
questions with factual information such as entities and relations in KBs.
Previous methods either generate logical forms that can be executed over KBs to
obtain final answers or predict answers directly. Empirical results show that
the former often produces more accurate answers, but it suffers from
non-execution issues due to potential syntactic and semantic errors in the
generated logical forms. In this work, we propose a novel framework DecAF that
jointly generates both logical forms and direct answers, and then combines the
merits of them to get the final answers. Moreover, different from most of the
previous methods, DecAF is based on simple free-text retrieval without relying
on any entity linking tools -- this simplification eases its adaptation to
different datasets. DecAF achieves new state-of-the-art accuracy on WebQSP,
FreebaseQA, and GrailQA benchmarks, while getting competitive results on the
ComplexWebQuestions benchmark.
| no_new_dataset | 0.948058 |
2210.03112 | Aishwarya Kamath | Aishwarya Kamath, Peter Anderson, Su Wang, Jing Yu Koh, Alexander Ku,
Austin Waters, Yinfei Yang, Jason Baldridge and Zarana Parekh | A New Path: Scaling Vision-and-Language Navigation with Synthetic
Instructions and Imitation Learning | CVPR 2023 | null | null | null | cs.LG cs.CL cs.CV cs.RO | http://creativecommons.org/licenses/by/4.0/ | Recent studies in Vision-and-Language Navigation (VLN) train RL agents to
execute natural-language navigation instructions in photorealistic
environments, as a step towards robots that can follow human instructions.
However, given the scarcity of human instruction data and limited diversity in
the training environments, these agents still struggle with complex language
grounding and spatial language understanding. Pretraining on large text and
image-text datasets from the web has been extensively explored but the
improvements are limited. We investigate large-scale augmentation with
synthetic instructions. We take 500+ indoor environments captured in
densely-sampled 360 degree panoramas, construct navigation trajectories through
these panoramas, and generate a visually-grounded instruction for each
trajectory using Marky, a high-quality multilingual navigation instruction
generator. We also synthesize image observations from novel viewpoints using an
image-to-image GAN. The resulting dataset of 4.2M instruction-trajectory pairs
is two orders of magnitude larger than existing human-annotated datasets, and
contains a wider variety of environments and viewpoints. To efficiently
leverage data at this scale, we train a simple transformer agent with imitation
learning. On the challenging RxR dataset, our approach outperforms all existing
RL agents, improving the state-of-the-art NDTW from 71.1 to 79.1 in seen
environments, and from 64.6 to 66.8 in unseen test environments. Our work
points to a new path to improving instruction-following agents, emphasizing
large-scale imitation learning and the development of synthetic instruction
generation capabilities.
| [
{
"version": "v1",
"created": "Thu, 6 Oct 2022 17:59:08 GMT"
},
{
"version": "v2",
"created": "Wed, 7 Dec 2022 00:57:11 GMT"
},
{
"version": "v3",
"created": "Mon, 17 Apr 2023 11:17:35 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Kamath",
"Aishwarya",
""
],
[
"Anderson",
"Peter",
""
],
[
"Wang",
"Su",
""
],
[
"Koh",
"Jing Yu",
""
],
[
"Ku",
"Alexander",
""
],
[
"Waters",
"Austin",
""
],
[
"Yang",
"Yinfei",
""
],
[
"Baldridge",
"Jason",
""
],
[
"Parekh",
"Zarana",
""
]
] | TITLE: A New Path: Scaling Vision-and-Language Navigation with Synthetic
Instructions and Imitation Learning
ABSTRACT: Recent studies in Vision-and-Language Navigation (VLN) train RL agents to
execute natural-language navigation instructions in photorealistic
environments, as a step towards robots that can follow human instructions.
However, given the scarcity of human instruction data and limited diversity in
the training environments, these agents still struggle with complex language
grounding and spatial language understanding. Pretraining on large text and
image-text datasets from the web has been extensively explored but the
improvements are limited. We investigate large-scale augmentation with
synthetic instructions. We take 500+ indoor environments captured in
densely-sampled 360 degree panoramas, construct navigation trajectories through
these panoramas, and generate a visually-grounded instruction for each
trajectory using Marky, a high-quality multilingual navigation instruction
generator. We also synthesize image observations from novel viewpoints using an
image-to-image GAN. The resulting dataset of 4.2M instruction-trajectory pairs
is two orders of magnitude larger than existing human-annotated datasets, and
contains a wider variety of environments and viewpoints. To efficiently
leverage data at this scale, we train a simple transformer agent with imitation
learning. On the challenging RxR dataset, our approach outperforms all existing
RL agents, improving the state-of-the-art NDTW from 71.1 to 79.1 in seen
environments, and from 64.6 to 66.8 in unseen test environments. Our work
points to a new path to improving instruction-following agents, emphasizing
large-scale imitation learning and the development of synthetic instruction
generation capabilities.
| new_dataset | 0.706849 |
2210.05301 | Maximilian Stubbemann | Maximilian Stubbemann, Tom Hanika, Friedrich Martin Schneider | Intrinsic Dimension for Large-Scale Geometric Learning | 18 pages, 4 tables, 3 figures. This is the version accepted to TMLR,
see: https://openreview.net/forum?id=85BfDdYMBY | Transactions on Machine Learning Research, 2023 | null | null | cs.LG cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The concept of dimension is essential to grasp the complexity of data. A
naive approach to determine the dimension of a dataset is based on the number
of attributes. More sophisticated methods derive a notion of intrinsic
dimension (ID) that employs more complex feature functions, e.g., distances
between data points. Yet, many of these approaches are based on empirical
observations, cannot cope with the geometric character of contemporary
datasets, and do lack an axiomatic foundation. A different approach was
proposed by V. Pestov, who links the intrinsic dimension axiomatically to the
mathematical concentration of measure phenomenon. First methods to compute this
and related notions for ID were computationally intractable for large-scale
real-world datasets. In the present work, we derive a computationally feasible
method for determining said axiomatic ID functions. Moreover, we demonstrate
how the geometric properties of complex data are accounted for in our modeling.
In particular, we propose a principle way to incorporate neighborhood
information, as in graph data, into the ID. This allows for new insights into
common graph learning procedures, which we illustrate by experiments on the
Open Graph Benchmark.
| [
{
"version": "v1",
"created": "Tue, 11 Oct 2022 09:50:50 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 11:08:46 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Stubbemann",
"Maximilian",
""
],
[
"Hanika",
"Tom",
""
],
[
"Schneider",
"Friedrich Martin",
""
]
] | TITLE: Intrinsic Dimension for Large-Scale Geometric Learning
ABSTRACT: The concept of dimension is essential to grasp the complexity of data. A
naive approach to determine the dimension of a dataset is based on the number
of attributes. More sophisticated methods derive a notion of intrinsic
dimension (ID) that employs more complex feature functions, e.g., distances
between data points. Yet, many of these approaches are based on empirical
observations, cannot cope with the geometric character of contemporary
datasets, and do lack an axiomatic foundation. A different approach was
proposed by V. Pestov, who links the intrinsic dimension axiomatically to the
mathematical concentration of measure phenomenon. First methods to compute this
and related notions for ID were computationally intractable for large-scale
real-world datasets. In the present work, we derive a computationally feasible
method for determining said axiomatic ID functions. Moreover, we demonstrate
how the geometric properties of complex data are accounted for in our modeling.
In particular, we propose a principle way to incorporate neighborhood
information, as in graph data, into the ID. This allows for new insights into
common graph learning procedures, which we illustrate by experiments on the
Open Graph Benchmark.
| no_new_dataset | 0.944944 |
2210.12922 | Wenhui Chen | Wenhui Chen and Zhijiang Zhang and Liang Yu and Yichun Tai | BARS: A Benchmark for Airport Runway Segmentation | Applied Intelligence 2023 | null | null | null | cs.CV cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Airport runway segmentation can effectively reduce the accident rate during
the landing phase, which has the largest risk of flight accidents. With the
rapid development of deep learning (DL), related methods achieve good
performance on segmentation tasks and can be well adapted to complex scenes.
However, the lack of large-scale, publicly available datasets in this field
makes the development of methods based on DL difficult. Therefore, we propose a
benchmark for airport runway segmentation, named BARS. Additionally, a
semiautomatic annotation pipeline is designed to reduce the annotation
workload. BARS has the largest dataset with the richest categories and the only
instance annotation in the field. The dataset, which was collected using the
X-Plane simulation platform, contains 10,256 images and 30,201 instances with
three categories. We evaluate eleven representative instance segmentation
methods on BARS and analyze their performance. Based on the characteristic of
an airport runway with a regular shape, we propose a plug-and-play smoothing
postprocessing module (SPM) and a contour point constraint loss (CPCL) function
to smooth segmentation results for mask-based and contour-based methods,
respectively. Furthermore, a novel evaluation metric named average smoothness
(AS) is developed to measure smoothness. The experiments show that existing
instance segmentation methods can achieve prediction results with good
performance on BARS. SPM and CPCL can effectively enhance the AS metric while
modestly improving accuracy. Our work will be available at
https://github.com/c-wenhui/BARS.
| [
{
"version": "v1",
"created": "Mon, 24 Oct 2022 02:26:05 GMT"
},
{
"version": "v2",
"created": "Fri, 11 Nov 2022 02:19:44 GMT"
},
{
"version": "v3",
"created": "Mon, 17 Apr 2023 16:00:19 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Chen",
"Wenhui",
""
],
[
"Zhang",
"Zhijiang",
""
],
[
"Yu",
"Liang",
""
],
[
"Tai",
"Yichun",
""
]
] | TITLE: BARS: A Benchmark for Airport Runway Segmentation
ABSTRACT: Airport runway segmentation can effectively reduce the accident rate during
the landing phase, which has the largest risk of flight accidents. With the
rapid development of deep learning (DL), related methods achieve good
performance on segmentation tasks and can be well adapted to complex scenes.
However, the lack of large-scale, publicly available datasets in this field
makes the development of methods based on DL difficult. Therefore, we propose a
benchmark for airport runway segmentation, named BARS. Additionally, a
semiautomatic annotation pipeline is designed to reduce the annotation
workload. BARS has the largest dataset with the richest categories and the only
instance annotation in the field. The dataset, which was collected using the
X-Plane simulation platform, contains 10,256 images and 30,201 instances with
three categories. We evaluate eleven representative instance segmentation
methods on BARS and analyze their performance. Based on the characteristic of
an airport runway with a regular shape, we propose a plug-and-play smoothing
postprocessing module (SPM) and a contour point constraint loss (CPCL) function
to smooth segmentation results for mask-based and contour-based methods,
respectively. Furthermore, a novel evaluation metric named average smoothness
(AS) is developed to measure smoothness. The experiments show that existing
instance segmentation methods can achieve prediction results with good
performance on BARS. SPM and CPCL can effectively enhance the AS metric while
modestly improving accuracy. Our work will be available at
https://github.com/c-wenhui/BARS.
| no_new_dataset | 0.907435 |
2210.15997 | Farzan Farnia | Ching Lam Choi, Farzan Farnia | Universal Adversarial Directions | null | null | null | null | cs.LG cs.AI cs.CR stat.ML | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Despite their great success in image recognition tasks, deep neural networks
(DNNs) have been observed to be susceptible to universal adversarial
perturbations (UAPs) which perturb all input samples with a single perturbation
vector. However, UAPs often struggle in transferring across DNN architectures
and lead to challenging optimization problems. In this work, we study the
transferability of UAPs by analyzing equilibrium in the universal adversarial
example game between the classifier and UAP adversary players. We show that
under mild assumptions the universal adversarial example game lacks a pure Nash
equilibrium, indicating UAPs' suboptimal transferability across DNN
classifiers. To address this issue, we propose Universal Adversarial Directions
(UADs) which only fix a universal direction for adversarial perturbations and
allow the perturbations' magnitude to be chosen freely across samples. We prove
that the UAD adversarial example game can possess a Nash equilibrium with a
pure UAD strategy, implying the potential transferability of UADs. We also
connect the UAD optimization problem to the well-known principal component
analysis (PCA) and develop an efficient PCA-based algorithm for optimizing
UADs. We evaluate UADs over multiple benchmark image datasets. Our numerical
results show the superior transferability of UADs over standard gradient-based
UAPs.
| [
{
"version": "v1",
"created": "Fri, 28 Oct 2022 09:03:45 GMT"
},
{
"version": "v2",
"created": "Sun, 16 Apr 2023 16:10:24 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Choi",
"Ching Lam",
""
],
[
"Farnia",
"Farzan",
""
]
] | TITLE: Universal Adversarial Directions
ABSTRACT: Despite their great success in image recognition tasks, deep neural networks
(DNNs) have been observed to be susceptible to universal adversarial
perturbations (UAPs) which perturb all input samples with a single perturbation
vector. However, UAPs often struggle in transferring across DNN architectures
and lead to challenging optimization problems. In this work, we study the
transferability of UAPs by analyzing equilibrium in the universal adversarial
example game between the classifier and UAP adversary players. We show that
under mild assumptions the universal adversarial example game lacks a pure Nash
equilibrium, indicating UAPs' suboptimal transferability across DNN
classifiers. To address this issue, we propose Universal Adversarial Directions
(UADs) which only fix a universal direction for adversarial perturbations and
allow the perturbations' magnitude to be chosen freely across samples. We prove
that the UAD adversarial example game can possess a Nash equilibrium with a
pure UAD strategy, implying the potential transferability of UADs. We also
connect the UAD optimization problem to the well-known principal component
analysis (PCA) and develop an efficient PCA-based algorithm for optimizing
UADs. We evaluate UADs over multiple benchmark image datasets. Our numerical
results show the superior transferability of UADs over standard gradient-based
UAPs.
| no_new_dataset | 0.944842 |
2211.05778 | Wenhai Wang | Wenhai Wang, Jifeng Dai, Zhe Chen, Zhenhang Huang, Zhiqi Li, Xizhou
Zhu, Xiaowei Hu, Tong Lu, Lewei Lu, Hongsheng Li, Xiaogang Wang, Yu Qiao | InternImage: Exploring Large-Scale Vision Foundation Models with
Deformable Convolutions | Accepted to CVPR 2023 | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Compared to the great progress of large-scale vision transformers (ViTs) in
recent years, large-scale models based on convolutional neural networks (CNNs)
are still in an early state. This work presents a new large-scale CNN-based
foundation model, termed InternImage, which can obtain the gain from increasing
parameters and training data like ViTs. Different from the recent CNNs that
focus on large dense kernels, InternImage takes deformable convolution as the
core operator, so that our model not only has the large effective receptive
field required for downstream tasks such as detection and segmentation, but
also has the adaptive spatial aggregation conditioned by input and task
information. As a result, the proposed InternImage reduces the strict inductive
bias of traditional CNNs and makes it possible to learn stronger and more
robust patterns with large-scale parameters from massive data like ViTs. The
effectiveness of our model is proven on challenging benchmarks including
ImageNet, COCO, and ADE20K. It is worth mentioning that InternImage-H achieved
a new record 65.4 mAP on COCO test-dev and 62.9 mIoU on ADE20K, outperforming
current leading CNNs and ViTs. The code will be released at
https://github.com/OpenGVLab/InternImage.
| [
{
"version": "v1",
"created": "Thu, 10 Nov 2022 18:59:04 GMT"
},
{
"version": "v2",
"created": "Sun, 13 Nov 2022 09:46:48 GMT"
},
{
"version": "v3",
"created": "Thu, 2 Mar 2023 18:13:33 GMT"
},
{
"version": "v4",
"created": "Mon, 17 Apr 2023 11:51:12 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Wang",
"Wenhai",
""
],
[
"Dai",
"Jifeng",
""
],
[
"Chen",
"Zhe",
""
],
[
"Huang",
"Zhenhang",
""
],
[
"Li",
"Zhiqi",
""
],
[
"Zhu",
"Xizhou",
""
],
[
"Hu",
"Xiaowei",
""
],
[
"Lu",
"Tong",
""
],
[
"Lu",
"Lewei",
""
],
[
"Li",
"Hongsheng",
""
],
[
"Wang",
"Xiaogang",
""
],
[
"Qiao",
"Yu",
""
]
] | TITLE: InternImage: Exploring Large-Scale Vision Foundation Models with
Deformable Convolutions
ABSTRACT: Compared to the great progress of large-scale vision transformers (ViTs) in
recent years, large-scale models based on convolutional neural networks (CNNs)
are still in an early state. This work presents a new large-scale CNN-based
foundation model, termed InternImage, which can obtain the gain from increasing
parameters and training data like ViTs. Different from the recent CNNs that
focus on large dense kernels, InternImage takes deformable convolution as the
core operator, so that our model not only has the large effective receptive
field required for downstream tasks such as detection and segmentation, but
also has the adaptive spatial aggregation conditioned by input and task
information. As a result, the proposed InternImage reduces the strict inductive
bias of traditional CNNs and makes it possible to learn stronger and more
robust patterns with large-scale parameters from massive data like ViTs. The
effectiveness of our model is proven on challenging benchmarks including
ImageNet, COCO, and ADE20K. It is worth mentioning that InternImage-H achieved
a new record 65.4 mAP on COCO test-dev and 62.9 mIoU on ADE20K, outperforming
current leading CNNs and ViTs. The code will be released at
https://github.com/OpenGVLab/InternImage.
| no_new_dataset | 0.94868 |
2211.08367 | Magdalena Fuentes | Rajsuryan Singh, Pablo Zinemanas, Xavier Serra, Juan Pablo Bello,
Magdalena Fuentes | FlowGrad: Using Motion for Visual Sound Source Localization | Accepted in ICASSP 2023 | null | null | null | cs.SD cs.CV cs.MM eess.AS | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Most recent work in visual sound source localization relies on semantic
audio-visual representations learned in a self-supervised manner, and by design
excludes temporal information present in videos. While it proves to be
effective for widely used benchmark datasets, the method falls short for
challenging scenarios like urban traffic. This work introduces temporal context
into the state-of-the-art methods for sound source localization in urban scenes
using optical flow as a means to encode motion information. An analysis of the
strengths and weaknesses of our methods helps us better understand the problem
of visual sound source localization and sheds light on open challenges for
audio-visual scene understanding.
| [
{
"version": "v1",
"created": "Tue, 15 Nov 2022 18:12:10 GMT"
},
{
"version": "v2",
"created": "Fri, 14 Apr 2023 18:14:19 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Singh",
"Rajsuryan",
""
],
[
"Zinemanas",
"Pablo",
""
],
[
"Serra",
"Xavier",
""
],
[
"Bello",
"Juan Pablo",
""
],
[
"Fuentes",
"Magdalena",
""
]
] | TITLE: FlowGrad: Using Motion for Visual Sound Source Localization
ABSTRACT: Most recent work in visual sound source localization relies on semantic
audio-visual representations learned in a self-supervised manner, and by design
excludes temporal information present in videos. While it proves to be
effective for widely used benchmark datasets, the method falls short for
challenging scenarios like urban traffic. This work introduces temporal context
into the state-of-the-art methods for sound source localization in urban scenes
using optical flow as a means to encode motion information. An analysis of the
strengths and weaknesses of our methods helps us better understand the problem
of visual sound source localization and sheds light on open challenges for
audio-visual scene understanding.
| no_new_dataset | 0.956634 |
2211.12703 | Joshua Gardner | Josh Gardner, Zoran Popovi\'c, Ludwig Schmidt | Subgroup Robustness Grows On Trees: An Empirical Baseline Investigation | To appear at Neural Information Processing Systems (NeurIPS) 2022.
Code at https://github.com/jpgard/subgroup-robustness-grows-on-trees | null | null | null | cs.LG cs.CY | http://creativecommons.org/licenses/by/4.0/ | Researchers have proposed many methods for fair and robust machine learning,
but comprehensive empirical evaluation of their subgroup robustness is lacking.
In this work, we address this gap in the context of tabular data, where
sensitive subgroups are clearly-defined, real-world fairness problems abound,
and prior works often do not compare to state-of-the-art tree-based models as
baselines. We conduct an empirical comparison of several previously-proposed
methods for fair and robust learning alongside state-of-the-art tree-based
methods and other baselines. Via experiments with more than $340{,}000$ model
configurations on eight datasets, we show that tree-based methods have strong
subgroup robustness, even when compared to robustness- and fairness-enhancing
methods. Moreover, the best tree-based models tend to show good performance
over a range of metrics, while robust or group-fair models can show
brittleness, with significant performance differences across different metrics
for a fixed model. We also demonstrate that tree-based models show less
sensitivity to hyperparameter configurations, and are less costly to train. Our
work suggests that tree-based ensemble models make an effective baseline for
tabular data, and are a sensible default when subgroup robustness is desired.
For associated code and detailed results, see
https://github.com/jpgard/subgroup-robustness-grows-on-trees .
| [
{
"version": "v1",
"created": "Wed, 23 Nov 2022 04:49:18 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 15:54:03 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Gardner",
"Josh",
""
],
[
"Popović",
"Zoran",
""
],
[
"Schmidt",
"Ludwig",
""
]
] | TITLE: Subgroup Robustness Grows On Trees: An Empirical Baseline Investigation
ABSTRACT: Researchers have proposed many methods for fair and robust machine learning,
but comprehensive empirical evaluation of their subgroup robustness is lacking.
In this work, we address this gap in the context of tabular data, where
sensitive subgroups are clearly-defined, real-world fairness problems abound,
and prior works often do not compare to state-of-the-art tree-based models as
baselines. We conduct an empirical comparison of several previously-proposed
methods for fair and robust learning alongside state-of-the-art tree-based
methods and other baselines. Via experiments with more than $340{,}000$ model
configurations on eight datasets, we show that tree-based methods have strong
subgroup robustness, even when compared to robustness- and fairness-enhancing
methods. Moreover, the best tree-based models tend to show good performance
over a range of metrics, while robust or group-fair models can show
brittleness, with significant performance differences across different metrics
for a fixed model. We also demonstrate that tree-based models show less
sensitivity to hyperparameter configurations, and are less costly to train. Our
work suggests that tree-based ensemble models make an effective baseline for
tabular data, and are a sensible default when subgroup robustness is desired.
For associated code and detailed results, see
https://github.com/jpgard/subgroup-robustness-grows-on-trees .
| no_new_dataset | 0.947332 |
2212.06152 | Zhang Lei | Lei Zhang, Jie Zhang, Bowen Lei, Subhabrata Mukherjee, Xiang Pan, Bo
Zhao, Caiwen Ding, Yao Li, Dongkuan Xu | Accelerating Dataset Distillation via Model Augmentation | null | null | null | null | cs.LG cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Dataset Distillation (DD), a newly emerging field, aims at generating much
smaller but efficient synthetic training datasets from large ones. Existing DD
methods based on gradient matching achieve leading performance; however, they
are extremely computationally intensive as they require continuously optimizing
a dataset among thousands of randomly initialized models. In this paper, we
assume that training the synthetic data with diverse models leads to better
generalization performance. Thus we propose two model augmentation techniques,
i.e. using early-stage models and parameter perturbation to learn an
informative synthetic set with significantly reduced training cost. Extensive
experiments demonstrate that our method achieves up to 20x speedup and
comparable performance on par with state-of-the-art methods.
| [
{
"version": "v1",
"created": "Mon, 12 Dec 2022 07:36:05 GMT"
},
{
"version": "v2",
"created": "Sat, 15 Apr 2023 15:58:53 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Zhang",
"Lei",
""
],
[
"Zhang",
"Jie",
""
],
[
"Lei",
"Bowen",
""
],
[
"Mukherjee",
"Subhabrata",
""
],
[
"Pan",
"Xiang",
""
],
[
"Zhao",
"Bo",
""
],
[
"Ding",
"Caiwen",
""
],
[
"Li",
"Yao",
""
],
[
"Xu",
"Dongkuan",
""
]
] | TITLE: Accelerating Dataset Distillation via Model Augmentation
ABSTRACT: Dataset Distillation (DD), a newly emerging field, aims at generating much
smaller but efficient synthetic training datasets from large ones. Existing DD
methods based on gradient matching achieve leading performance; however, they
are extremely computationally intensive as they require continuously optimizing
a dataset among thousands of randomly initialized models. In this paper, we
assume that training the synthetic data with diverse models leads to better
generalization performance. Thus we propose two model augmentation techniques,
i.e. using early-stage models and parameter perturbation to learn an
informative synthetic set with significantly reduced training cost. Extensive
experiments demonstrate that our method achieves up to 20x speedup and
comparable performance on par with state-of-the-art methods.
| no_new_dataset | 0.948489 |
2212.08356 | Junha Song | Junha Song, Kwanyong Park, InKyu Shin, Sanghyun Woo, Chaoning Zhang,
and In So Kweon | Test-time Adaptation in the Dynamic World with Compound Domain Knowledge
Management | 8 pages | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Prior to the deployment of robotic systems, pre-training the deep-recognition
models on all potential visual cases is infeasible in practice. Hence,
test-time adaptation (TTA) allows the model to adapt itself to novel
environments and improve its performance during test time (i.e., lifelong
adaptation). Several works for TTA have shown promising adaptation performances
in continuously changing environments. However, our investigation reveals that
existing methods are vulnerable to dynamic distributional changes and often
lead to overfitting of TTA models. To address this problem, this paper first
presents a robust TTA framework with compound domain knowledge management. Our
framework helps the TTA model to harvest the knowledge of multiple
representative domains (i.e., compound domain) and conduct the TTA based on the
compound domain knowledge. In addition, to prevent overfitting of the TTA
model, we devise novel regularization which modulates the adaptation rates
using domain-similarity between the source and the current target domain. With
the synergy of the proposed framework and regularization, we achieve consistent
performance improvements in diverse TTA scenarios, especially on dynamic domain
shifts. We demonstrate the generality of proposals via extensive experiments
including image classification on ImageNet-C and semantic segmentation on GTA5,
C-driving, and corrupted Cityscapes datasets.
| [
{
"version": "v1",
"created": "Fri, 16 Dec 2022 09:02:01 GMT"
},
{
"version": "v2",
"created": "Thu, 23 Mar 2023 15:07:46 GMT"
},
{
"version": "v3",
"created": "Sat, 15 Apr 2023 04:03:04 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Song",
"Junha",
""
],
[
"Park",
"Kwanyong",
""
],
[
"Shin",
"InKyu",
""
],
[
"Woo",
"Sanghyun",
""
],
[
"Zhang",
"Chaoning",
""
],
[
"Kweon",
"In So",
""
]
] | TITLE: Test-time Adaptation in the Dynamic World with Compound Domain Knowledge
Management
ABSTRACT: Prior to the deployment of robotic systems, pre-training the deep-recognition
models on all potential visual cases is infeasible in practice. Hence,
test-time adaptation (TTA) allows the model to adapt itself to novel
environments and improve its performance during test time (i.e., lifelong
adaptation). Several works for TTA have shown promising adaptation performances
in continuously changing environments. However, our investigation reveals that
existing methods are vulnerable to dynamic distributional changes and often
lead to overfitting of TTA models. To address this problem, this paper first
presents a robust TTA framework with compound domain knowledge management. Our
framework helps the TTA model to harvest the knowledge of multiple
representative domains (i.e., compound domain) and conduct the TTA based on the
compound domain knowledge. In addition, to prevent overfitting of the TTA
model, we devise novel regularization which modulates the adaptation rates
using domain-similarity between the source and the current target domain. With
the synergy of the proposed framework and regularization, we achieve consistent
performance improvements in diverse TTA scenarios, especially on dynamic domain
shifts. We demonstrate the generality of proposals via extensive experiments
including image classification on ImageNet-C and semantic segmentation on GTA5,
C-driving, and corrupted Cityscapes datasets.
| no_new_dataset | 0.946892 |
2212.10108 | Philipp Hofer | Philipp Hofer, Michael Roland, Philipp Schwarz, Ren\'e Mayrhofer | Efficient aggregation of face embeddings for decentralized face
recognition deployments (extended version) | null | Advances in Artificial Intelligence and Machine Learning 3(1), pp.
693-711, 2023 | 10.54364/AAIML.2023.1146 | null | cs.CR cs.AI cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Biometrics are one of the most privacy-sensitive data. Ubiquitous
authentication systems with a focus on privacy favor decentralized approaches
as they reduce potential attack vectors, both on a technical and organizational
level. The gold standard is to let the user be in control of where their own
data is stored, which consequently leads to a high variety of devices used.
Moreover, in comparison with a centralized system, designs with higher end-user
freedom often incur additional network overhead. Therefore, when using face
recognition for biometric authentication, an efficient way to compare faces is
important in practical deployments, because it reduces both network and
hardware requirements that are essential to encourage device diversity. This
paper proposes an efficient way to aggregate embeddings used for face
recognition based on an extensive analysis on different datasets and the use of
different aggregation strategies. As part of this analysis, a new dataset has
been collected, which is available for research purposes. Our proposed method
supports the construction of massively scalable, decentralized face recognition
systems with a focus on both privacy and long-term usability.
| [
{
"version": "v1",
"created": "Tue, 20 Dec 2022 09:28:25 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 13:16:50 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Hofer",
"Philipp",
""
],
[
"Roland",
"Michael",
""
],
[
"Schwarz",
"Philipp",
""
],
[
"Mayrhofer",
"René",
""
]
] | TITLE: Efficient aggregation of face embeddings for decentralized face
recognition deployments (extended version)
ABSTRACT: Biometrics are one of the most privacy-sensitive data. Ubiquitous
authentication systems with a focus on privacy favor decentralized approaches
as they reduce potential attack vectors, both on a technical and organizational
level. The gold standard is to let the user be in control of where their own
data is stored, which consequently leads to a high variety of devices used.
Moreover, in comparison with a centralized system, designs with higher end-user
freedom often incur additional network overhead. Therefore, when using face
recognition for biometric authentication, an efficient way to compare faces is
important in practical deployments, because it reduces both network and
hardware requirements that are essential to encourage device diversity. This
paper proposes an efficient way to aggregate embeddings used for face
recognition based on an extensive analysis on different datasets and the use of
different aggregation strategies. As part of this analysis, a new dataset has
been collected, which is available for research purposes. Our proposed method
supports the construction of massively scalable, decentralized face recognition
systems with a focus on both privacy and long-term usability.
| new_dataset | 0.956756 |
2212.13326 | Andrew Melnik | Federico Malato, Florian Leopold, Amogh Raut, Ville Hautam\"aki,
Andrew Melnik | Behavioral Cloning via Search in Video PreTraining Latent Space | null | null | null | null | cs.LG cs.AI cs.CV | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Our aim is to build autonomous agents that can solve tasks in environments
like Minecraft. To do so, we used an imitation learning-based approach. We
formulate our control problem as a search problem over a dataset of experts'
demonstrations, where the agent copies actions from a similar demonstration
trajectory of image-action pairs. We perform a proximity search over the BASALT
MineRL-dataset in the latent representation of a Video PreTraining model. The
agent copies the actions from the expert trajectory as long as the distance
between the state representations of the agent and the selected expert
trajectory from the dataset do not diverge. Then the proximity search is
repeated. Our approach can effectively recover meaningful demonstration
trajectories and show human-like behavior of an agent in the Minecraft
environment.
| [
{
"version": "v1",
"created": "Tue, 27 Dec 2022 00:20:37 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 05:38:15 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Malato",
"Federico",
""
],
[
"Leopold",
"Florian",
""
],
[
"Raut",
"Amogh",
""
],
[
"Hautamäki",
"Ville",
""
],
[
"Melnik",
"Andrew",
""
]
] | TITLE: Behavioral Cloning via Search in Video PreTraining Latent Space
ABSTRACT: Our aim is to build autonomous agents that can solve tasks in environments
like Minecraft. To do so, we used an imitation learning-based approach. We
formulate our control problem as a search problem over a dataset of experts'
demonstrations, where the agent copies actions from a similar demonstration
trajectory of image-action pairs. We perform a proximity search over the BASALT
MineRL-dataset in the latent representation of a Video PreTraining model. The
agent copies the actions from the expert trajectory as long as the distance
between the state representations of the agent and the selected expert
trajectory from the dataset do not diverge. Then the proximity search is
repeated. Our approach can effectively recover meaningful demonstration
trajectories and show human-like behavior of an agent in the Minecraft
environment.
| no_new_dataset | 0.95096 |
2301.01405 | Cuong Nguyen | Cuong Nguyen, Thanh-Toan Do, Gustavo Carneiro | Towards the Identifiability in Noisy Label Learning: A Multinomial
Mixture Approach | Clarify further the motivation, finding results and the method
proposed | null | null | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | Learning from noisy labels (LNL) plays a crucial role in deep learning. The
most promising LNL methods rely on identifying clean-label samples from a
dataset with noisy annotations. Such an identification is challenging because
the conventional LNL problem, which assumes a single noisy label per instance,
is non-identifiable, i.e., clean labels cannot be estimated theoretically
without additional heuristics. In this paper, we aim to formally investigate
this identifiability issue using multinomial mixture models to determine the
constraints that make the problem identifiable. Specifically, we discover that
the LNL problem becomes identifiable if there are at least $2C - 1$ noisy
labels per instance, where $C$ is the number of classes. To meet this
requirement without relying on additional $2C - 2$ manual annotations per
instance, we propose a method that automatically generates additional noisy
labels by estimating the noisy label distribution based on nearest neighbours.
These additional noisy labels enable us to apply the Expectation-Maximisation
algorithm to estimate the posterior probabilities of clean labels, which are
then used to train the model of interest. We empirically demonstrate that our
proposed method is capable of estimating clean labels without any heuristics in
several label noise benchmarks, including synthetic, web-controlled, and
real-world label noises. Furthermore, our method performs competitively with
many state-of-the-art methods.
| [
{
"version": "v1",
"created": "Wed, 4 Jan 2023 01:54:33 GMT"
},
{
"version": "v2",
"created": "Sun, 16 Apr 2023 07:48:11 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Nguyen",
"Cuong",
""
],
[
"Do",
"Thanh-Toan",
""
],
[
"Carneiro",
"Gustavo",
""
]
] | TITLE: Towards the Identifiability in Noisy Label Learning: A Multinomial
Mixture Approach
ABSTRACT: Learning from noisy labels (LNL) plays a crucial role in deep learning. The
most promising LNL methods rely on identifying clean-label samples from a
dataset with noisy annotations. Such an identification is challenging because
the conventional LNL problem, which assumes a single noisy label per instance,
is non-identifiable, i.e., clean labels cannot be estimated theoretically
without additional heuristics. In this paper, we aim to formally investigate
this identifiability issue using multinomial mixture models to determine the
constraints that make the problem identifiable. Specifically, we discover that
the LNL problem becomes identifiable if there are at least $2C - 1$ noisy
labels per instance, where $C$ is the number of classes. To meet this
requirement without relying on additional $2C - 2$ manual annotations per
instance, we propose a method that automatically generates additional noisy
labels by estimating the noisy label distribution based on nearest neighbours.
These additional noisy labels enable us to apply the Expectation-Maximisation
algorithm to estimate the posterior probabilities of clean labels, which are
then used to train the model of interest. We empirically demonstrate that our
proposed method is capable of estimating clean labels without any heuristics in
several label noise benchmarks, including synthetic, web-controlled, and
real-world label noises. Furthermore, our method performs competitively with
many state-of-the-art methods.
| no_new_dataset | 0.939137 |
2301.03663 | Tuomas Takko M.Sc. | Tuomas Takko, Kunal Bhattacharya and Kimmo Kaski | Modelling exposure between populations using networks of mobility during
Covid-19 | Supplementary information appended to manuscript. Contents: 15+3
pages, 5+3 figures, 2+1 tables. Submitted to Frontiers in Physics, Social
Physics | null | null | null | physics.soc-ph cs.SI | http://creativecommons.org/licenses/by/4.0/ | The use of mobile phone call detail records and device location data for the
calling patterns, movements, and social contacts of individuals, has proven to
be valuable for devising models and understanding of their mobility and
behaviour patterns. In this study we investigate weighted exposure-networks of
human daily activities in the capital region of Finland as a proxy for contacts
between postal code areas during the pre-pandemic year 2019 and pandemic years
2020, 2021 and early 2022. We investigate the suitability of gravity and
radiation type models for reconstructing the exposure-networks based on
geo-spatial and population mobility information. For this we use a mobile phone
dataset of aggregated daily visits from a postal code area to cellphone grid
locations, and treat it as a bipartite network to create weighted one mode
projections using a weighted co-occurrence function. We fit a gravitation model
and a radiation model to the averaged weekly and yearly projection networks
with geo-spatial and socioeconomic variables of the postal code areas and their
populations. We also consider an extended gravity type model comprising of
additional postal area information such as distance via public transportation
and population density. The results show that the co-occurrence of human
activities, or exposure, between postal code areas follows both the gravity and
radiation type interactions, once fitted to the empirical network. The effects
of the pandemic beginning in 2020 can be observed as a decrease of the overall
activity as well as of the exposure of the projected networks. In general, the
results show that the postal code level networks changed to be more proximity
weighted after the pandemic began, following the government imposed
non-pharmaceutical interventions, with differences based on the geo-spatial and
socioeconomic structure of the areas.
| [
{
"version": "v1",
"created": "Mon, 9 Jan 2023 20:15:54 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 08:32:47 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Takko",
"Tuomas",
""
],
[
"Bhattacharya",
"Kunal",
""
],
[
"Kaski",
"Kimmo",
""
]
] | TITLE: Modelling exposure between populations using networks of mobility during
Covid-19
ABSTRACT: The use of mobile phone call detail records and device location data for the
calling patterns, movements, and social contacts of individuals, has proven to
be valuable for devising models and understanding of their mobility and
behaviour patterns. In this study we investigate weighted exposure-networks of
human daily activities in the capital region of Finland as a proxy for contacts
between postal code areas during the pre-pandemic year 2019 and pandemic years
2020, 2021 and early 2022. We investigate the suitability of gravity and
radiation type models for reconstructing the exposure-networks based on
geo-spatial and population mobility information. For this we use a mobile phone
dataset of aggregated daily visits from a postal code area to cellphone grid
locations, and treat it as a bipartite network to create weighted one mode
projections using a weighted co-occurrence function. We fit a gravitation model
and a radiation model to the averaged weekly and yearly projection networks
with geo-spatial and socioeconomic variables of the postal code areas and their
populations. We also consider an extended gravity type model comprising of
additional postal area information such as distance via public transportation
and population density. The results show that the co-occurrence of human
activities, or exposure, between postal code areas follows both the gravity and
radiation type interactions, once fitted to the empirical network. The effects
of the pandemic beginning in 2020 can be observed as a decrease of the overall
activity as well as of the exposure of the projected networks. In general, the
results show that the postal code level networks changed to be more proximity
weighted after the pandemic began, following the government imposed
non-pharmaceutical interventions, with differences based on the geo-spatial and
socioeconomic structure of the areas.
| no_new_dataset | 0.947866 |
2301.06660 | Yida Mu | Yida Mu, Mali Jin, Charlie Grimshaw, Carolina Scarton, Kalina
Bontcheva, Xingyi Song | VaxxHesitancy: A Dataset for Studying Hesitancy towards COVID-19
Vaccination on Twitter | Accepted at ICWSM 2023 | null | null | null | cs.CL | http://creativecommons.org/publicdomain/zero/1.0/ | Vaccine hesitancy has been a common concern, probably since vaccines were
created and, with the popularisation of social media, people started to express
their concerns about vaccines online alongside those posting pro- and
anti-vaccine content. Predictably, since the first mentions of a COVID-19
vaccine, social media users posted about their fears and concerns or about
their support and belief into the effectiveness of these rapidly developing
vaccines. Identifying and understanding the reasons behind public hesitancy
towards COVID-19 vaccines is important for policy markers that need to develop
actions to better inform the population with the aim of increasing vaccine
take-up. In the case of COVID-19, where the fast development of the vaccines
was mirrored closely by growth in anti-vaxx disinformation, automatic means of
detecting citizen attitudes towards vaccination became necessary. This is an
important computational social sciences task that requires data analysis in
order to gain in-depth understanding of the phenomena at hand. Annotated data
is also necessary for training data-driven models for more nuanced analysis of
attitudes towards vaccination. To this end, we created a new collection of over
3,101 tweets annotated with users' attitudes towards COVID-19 vaccination
(stance). Besides, we also develop a domain-specific language model (VaxxBERT)
that achieves the best predictive performance (73.0 accuracy and 69.3 F1-score)
as compared to a robust set of baselines. To the best of our knowledge, these
are the first dataset and model that model vaccine hesitancy as a category
distinct from pro- and anti-vaccine stance.
| [
{
"version": "v1",
"created": "Tue, 17 Jan 2023 02:00:31 GMT"
},
{
"version": "v2",
"created": "Fri, 3 Feb 2023 03:28:03 GMT"
},
{
"version": "v3",
"created": "Mon, 10 Apr 2023 18:58:33 GMT"
},
{
"version": "v4",
"created": "Sat, 15 Apr 2023 15:32:43 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Mu",
"Yida",
""
],
[
"Jin",
"Mali",
""
],
[
"Grimshaw",
"Charlie",
""
],
[
"Scarton",
"Carolina",
""
],
[
"Bontcheva",
"Kalina",
""
],
[
"Song",
"Xingyi",
""
]
] | TITLE: VaxxHesitancy: A Dataset for Studying Hesitancy towards COVID-19
Vaccination on Twitter
ABSTRACT: Vaccine hesitancy has been a common concern, probably since vaccines were
created and, with the popularisation of social media, people started to express
their concerns about vaccines online alongside those posting pro- and
anti-vaccine content. Predictably, since the first mentions of a COVID-19
vaccine, social media users posted about their fears and concerns or about
their support and belief into the effectiveness of these rapidly developing
vaccines. Identifying and understanding the reasons behind public hesitancy
towards COVID-19 vaccines is important for policy markers that need to develop
actions to better inform the population with the aim of increasing vaccine
take-up. In the case of COVID-19, where the fast development of the vaccines
was mirrored closely by growth in anti-vaxx disinformation, automatic means of
detecting citizen attitudes towards vaccination became necessary. This is an
important computational social sciences task that requires data analysis in
order to gain in-depth understanding of the phenomena at hand. Annotated data
is also necessary for training data-driven models for more nuanced analysis of
attitudes towards vaccination. To this end, we created a new collection of over
3,101 tweets annotated with users' attitudes towards COVID-19 vaccination
(stance). Besides, we also develop a domain-specific language model (VaxxBERT)
that achieves the best predictive performance (73.0 accuracy and 69.3 F1-score)
as compared to a robust set of baselines. To the best of our knowledge, these
are the first dataset and model that model vaccine hesitancy as a category
distinct from pro- and anti-vaccine stance.
| no_new_dataset | 0.569091 |
2301.10872 | Abu Reyan Ahmed | Reyan Ahmed, Patrizio Angelini, Michael A. Bekos, Giuseppe Di
Battista, Michael Kaufmann, Philipp Kindermann, Stephen Kobourov, Martin
N\"ollenburg, Antonios Symvonis, Ana\"is Villedieu, Markus Wallinger | Splitting Vertices in 2-Layer Graph Drawings | null | null | null | null | cs.CG | http://creativecommons.org/licenses/by/4.0/ | Bipartite graphs model the relationships between two disjoint sets of
entities in several applications and are naturally drawn as 2-layer graph
drawings. In such drawings, the two sets of entities (vertices) are placed on
two parallel lines (layers), and their relationships (edges) are represented by
segments connecting vertices. Methods for constructing 2-layer drawings often
try to minimize the number of edge crossings. We use vertex splitting to reduce
the number of crossings, by replacing selected vertices on one layer by two (or
more) copies and suitably distributing their incident edges among these copies.
We study several optimization problems related to vertex splitting, either
minimizing the number of crossings or removing all crossings with fewest
splits. While we prove that some variants are \NP-complete, we obtain
polynomial-time algorithms for others. We run our algorithms on a benchmark set
of bipartite graphs representing the relationships between human anatomical
structures and cell types.
| [
{
"version": "v1",
"created": "Wed, 25 Jan 2023 23:36:28 GMT"
},
{
"version": "v2",
"created": "Sat, 15 Apr 2023 14:26:19 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Ahmed",
"Reyan",
""
],
[
"Angelini",
"Patrizio",
""
],
[
"Bekos",
"Michael A.",
""
],
[
"Di Battista",
"Giuseppe",
""
],
[
"Kaufmann",
"Michael",
""
],
[
"Kindermann",
"Philipp",
""
],
[
"Kobourov",
"Stephen",
""
],
[
"Nöllenburg",
"Martin",
""
],
[
"Symvonis",
"Antonios",
""
],
[
"Villedieu",
"Anaïs",
""
],
[
"Wallinger",
"Markus",
""
]
] | TITLE: Splitting Vertices in 2-Layer Graph Drawings
ABSTRACT: Bipartite graphs model the relationships between two disjoint sets of
entities in several applications and are naturally drawn as 2-layer graph
drawings. In such drawings, the two sets of entities (vertices) are placed on
two parallel lines (layers), and their relationships (edges) are represented by
segments connecting vertices. Methods for constructing 2-layer drawings often
try to minimize the number of edge crossings. We use vertex splitting to reduce
the number of crossings, by replacing selected vertices on one layer by two (or
more) copies and suitably distributing their incident edges among these copies.
We study several optimization problems related to vertex splitting, either
minimizing the number of crossings or removing all crossings with fewest
splits. While we prove that some variants are \NP-complete, we obtain
polynomial-time algorithms for others. We run our algorithms on a benchmark set
of bipartite graphs representing the relationships between human anatomical
structures and cell types.
| no_new_dataset | 0.949389 |
2302.00947 | Bowen Tang | Bowen Tang, Chenggang Wu, Pen-Chung Yew, Yinqian Zhang, Mengyao Xie,
Yuanming Lai, Yan Kang, Wei Wang, Qiang Wei, Zhe Wang | SPECWANDS: An Efficient Priority-based Scheduler Against Speculation
Contention Attacks | null | null | null | null | cs.CR cs.AR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Transient Execution Attacks (TEAs) have gradually become a major security
threat to modern high-performance processors. They exploit the vulnerability of
speculative execution to illegally access private data, and transmit them
through timing-based covert channels. While new vulnerabilities are discovered
continuously, the covert channels can be categorised to two types: 1)
Persistent Type, in which covert channels are based on the layout changes of
buffering, e.g. through caches or TLBs; 2) Volatile Type, in which covert
channels are based on the contention of sharing resources, e.g. through
execution units or issuing ports. The defenses against the persistent-type
covert channels have been well addressed, while those for the volatile-type are
still rather inadequate. Existing mitigation schemes for the volatile type such
as Speculative Compression and Time-Division-Multiplexing will introduce
significant overhead due to the need to stall the pipeline or to disallow
resource sharing. In this paper, we look into such attacks and defenses with a
new perspective, and propose a scheduling-based mitigation scheme, called
SPECWANDS. It consists of three priority-based scheduling policies to prevent
an attacker from transmitting the secret in different contention situations.
SPECWANDS not only can defend against both inter-thread and intra-thread based
attacks, but also can keep most of the performance benefit from speculative
execution and resource-sharing. We evaluate its runtime overhead on SPEC 2017
benchmarks and realistic programs. The experimental results show that SPECWANDS
has a significant performance advantage over the other two representative
schemes.
| [
{
"version": "v1",
"created": "Thu, 2 Feb 2023 08:37:32 GMT"
},
{
"version": "v2",
"created": "Sun, 16 Apr 2023 09:13:12 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Tang",
"Bowen",
""
],
[
"Wu",
"Chenggang",
""
],
[
"Yew",
"Pen-Chung",
""
],
[
"Zhang",
"Yinqian",
""
],
[
"Xie",
"Mengyao",
""
],
[
"Lai",
"Yuanming",
""
],
[
"Kang",
"Yan",
""
],
[
"Wang",
"Wei",
""
],
[
"Wei",
"Qiang",
""
],
[
"Wang",
"Zhe",
""
]
] | TITLE: SPECWANDS: An Efficient Priority-based Scheduler Against Speculation
Contention Attacks
ABSTRACT: Transient Execution Attacks (TEAs) have gradually become a major security
threat to modern high-performance processors. They exploit the vulnerability of
speculative execution to illegally access private data, and transmit them
through timing-based covert channels. While new vulnerabilities are discovered
continuously, the covert channels can be categorised to two types: 1)
Persistent Type, in which covert channels are based on the layout changes of
buffering, e.g. through caches or TLBs; 2) Volatile Type, in which covert
channels are based on the contention of sharing resources, e.g. through
execution units or issuing ports. The defenses against the persistent-type
covert channels have been well addressed, while those for the volatile-type are
still rather inadequate. Existing mitigation schemes for the volatile type such
as Speculative Compression and Time-Division-Multiplexing will introduce
significant overhead due to the need to stall the pipeline or to disallow
resource sharing. In this paper, we look into such attacks and defenses with a
new perspective, and propose a scheduling-based mitigation scheme, called
SPECWANDS. It consists of three priority-based scheduling policies to prevent
an attacker from transmitting the secret in different contention situations.
SPECWANDS not only can defend against both inter-thread and intra-thread based
attacks, but also can keep most of the performance benefit from speculative
execution and resource-sharing. We evaluate its runtime overhead on SPEC 2017
benchmarks and realistic programs. The experimental results show that SPECWANDS
has a significant performance advantage over the other two representative
schemes.
| no_new_dataset | 0.935582 |
2302.01857 | Nan Jiang | Nan Jiang, Thibaud Lutellier, Yiling Lou, Lin Tan, Dan Goldwasser, and
Xiangyu Zhang | KNOD: Domain Knowledge Distilled Tree Decoder for Automated Program
Repair | This paper is accepted by 2023 IEEE/ACM 45th International Conference
on Software Engineering (ICSE) | null | null | null | cs.SE cs.AI | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Automated Program Repair (APR) improves software reliability by generating
patches for a buggy program automatically. Recent APR techniques leverage deep
learning (DL) to build models to learn to generate patches from existing
patches and code corpora. While promising, DL-based APR techniques suffer from
the abundant syntactically or semantically incorrect patches in the patch
space. These patches often disobey the syntactic and semantic domain knowledge
of source code and thus cannot be the correct patches to fix a bug.
We propose a DL-based APR approach KNOD, which incorporates domain knowledge
to guide patch generation in a direct and comprehensive way. KNOD has two major
novelties, including (1) a novel three-stage tree decoder, which directly
generates Abstract Syntax Trees of patched code according to the inherent tree
structure, and (2) a novel domain-rule distillation, which leverages syntactic
and semantic rules and teacher-student distributions to explicitly inject the
domain knowledge into the decoding procedure during both the training and
inference phases.
We evaluate KNOD on three widely-used benchmarks. KNOD fixes 72 bugs on the
Defects4J v1.2, 25 bugs on the QuixBugs, and 50 bugs on the additional
Defects4J v2.0 benchmarks, outperforming all existing APR tools.
| [
{
"version": "v1",
"created": "Fri, 3 Feb 2023 17:02:56 GMT"
},
{
"version": "v2",
"created": "Mon, 27 Feb 2023 07:43:51 GMT"
},
{
"version": "v3",
"created": "Sun, 16 Apr 2023 20:29:38 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Jiang",
"Nan",
""
],
[
"Lutellier",
"Thibaud",
""
],
[
"Lou",
"Yiling",
""
],
[
"Tan",
"Lin",
""
],
[
"Goldwasser",
"Dan",
""
],
[
"Zhang",
"Xiangyu",
""
]
] | TITLE: KNOD: Domain Knowledge Distilled Tree Decoder for Automated Program
Repair
ABSTRACT: Automated Program Repair (APR) improves software reliability by generating
patches for a buggy program automatically. Recent APR techniques leverage deep
learning (DL) to build models to learn to generate patches from existing
patches and code corpora. While promising, DL-based APR techniques suffer from
the abundant syntactically or semantically incorrect patches in the patch
space. These patches often disobey the syntactic and semantic domain knowledge
of source code and thus cannot be the correct patches to fix a bug.
We propose a DL-based APR approach KNOD, which incorporates domain knowledge
to guide patch generation in a direct and comprehensive way. KNOD has two major
novelties, including (1) a novel three-stage tree decoder, which directly
generates Abstract Syntax Trees of patched code according to the inherent tree
structure, and (2) a novel domain-rule distillation, which leverages syntactic
and semantic rules and teacher-student distributions to explicitly inject the
domain knowledge into the decoding procedure during both the training and
inference phases.
We evaluate KNOD on three widely-used benchmarks. KNOD fixes 72 bugs on the
Defects4J v1.2, 25 bugs on the QuixBugs, and 50 bugs on the additional
Defects4J v2.0 benchmarks, outperforming all existing APR tools.
| no_new_dataset | 0.946941 |
2302.03015 | Yuancheng Xu | Yuancheng Xu, Yanchao Sun, Micah Goldblum, Tom Goldstein, Furong Huang | Exploring and Exploiting Decision Boundary Dynamics for Adversarial
Robustness | Published at International Conference on Learning Representations
(ICLR) 2023 | null | null | null | cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The robustness of a deep classifier can be characterized by its margins: the
decision boundary's distances to natural data points. However, it is unclear
whether existing robust training methods effectively increase the margin for
each vulnerable point during training. To understand this, we propose a
continuous-time framework for quantifying the relative speed of the decision
boundary with respect to each individual point. Through visualizing the moving
speed of the decision boundary under Adversarial Training, one of the most
effective robust training algorithms, a surprising moving-behavior is revealed:
the decision boundary moves away from some vulnerable points but simultaneously
moves closer to others, decreasing their margins. To alleviate these
conflicting dynamics of the decision boundary, we propose Dynamics-aware Robust
Training (DyART), which encourages the decision boundary to engage in movement
that prioritizes increasing smaller margins. In contrast to prior works, DyART
directly operates on the margins rather than their indirect approximations,
allowing for more targeted and effective robustness improvement. Experiments on
the CIFAR-10 and Tiny-ImageNet datasets verify that DyART alleviates the
conflicting dynamics of the decision boundary and obtains improved robustness
under various perturbation sizes compared to the state-of-the-art defenses. Our
code is available at
https://github.com/Yuancheng-Xu/Dynamics-Aware-Robust-Training.
| [
{
"version": "v1",
"created": "Mon, 6 Feb 2023 18:54:58 GMT"
},
{
"version": "v2",
"created": "Sat, 15 Apr 2023 21:18:41 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Xu",
"Yuancheng",
""
],
[
"Sun",
"Yanchao",
""
],
[
"Goldblum",
"Micah",
""
],
[
"Goldstein",
"Tom",
""
],
[
"Huang",
"Furong",
""
]
] | TITLE: Exploring and Exploiting Decision Boundary Dynamics for Adversarial
Robustness
ABSTRACT: The robustness of a deep classifier can be characterized by its margins: the
decision boundary's distances to natural data points. However, it is unclear
whether existing robust training methods effectively increase the margin for
each vulnerable point during training. To understand this, we propose a
continuous-time framework for quantifying the relative speed of the decision
boundary with respect to each individual point. Through visualizing the moving
speed of the decision boundary under Adversarial Training, one of the most
effective robust training algorithms, a surprising moving-behavior is revealed:
the decision boundary moves away from some vulnerable points but simultaneously
moves closer to others, decreasing their margins. To alleviate these
conflicting dynamics of the decision boundary, we propose Dynamics-aware Robust
Training (DyART), which encourages the decision boundary to engage in movement
that prioritizes increasing smaller margins. In contrast to prior works, DyART
directly operates on the margins rather than their indirect approximations,
allowing for more targeted and effective robustness improvement. Experiments on
the CIFAR-10 and Tiny-ImageNet datasets verify that DyART alleviates the
conflicting dynamics of the decision boundary and obtains improved robustness
under various perturbation sizes compared to the state-of-the-art defenses. Our
code is available at
https://github.com/Yuancheng-Xu/Dynamics-Aware-Robust-Training.
| no_new_dataset | 0.949995 |
2302.03221 | Jinyu Zhang | Jinyu Zhang, Huichuan Duan, Lei Guo, Liancheng Xu and Xinhua Wang | Towards Lightweight Cross-domain Sequential Recommendation via External
Attention-enhanced Graph Convolution Network | 16 pages, 4 figures, conference paper, accepted by DASFAA 2023 | null | 10.1007/978-3-031-30672-3_14 | null | cs.IR cs.AI cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Cross-domain Sequential Recommendation (CSR) is an emerging yet challenging
task that depicts the evolution of behavior patterns for overlapped users by
modeling their interactions from multiple domains. Existing studies on CSR
mainly focus on using composite or in-depth structures that achieve significant
improvement in accuracy but bring a huge burden to the model training.
Moreover, to learn the user-specific sequence representations, existing works
usually adopt the global relevance weighting strategy (e.g., self-attention
mechanism), which has quadratic computational complexity. In this work, we
introduce a lightweight external attention-enhanced GCN-based framework to
solve the above challenges, namely LEA-GCN. Specifically, by only keeping the
neighborhood aggregation component and using the Single-Layer Aggregating
Protocol (SLAP), our lightweight GCN encoder performs more efficiently to
capture the collaborative filtering signals of the items from both domains. To
further alleviate the framework structure and aggregate the user-specific
sequential pattern, we devise a novel dual-channel External Attention (EA)
component, which calculates the correlation among all items via a lightweight
linear structure. Extensive experiments are conducted on two real-world
datasets, demonstrating that LEA-GCN requires a smaller volume and less
training time without affecting the accuracy compared with several
state-of-the-art methods.
| [
{
"version": "v1",
"created": "Tue, 7 Feb 2023 03:06:29 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Zhang",
"Jinyu",
""
],
[
"Duan",
"Huichuan",
""
],
[
"Guo",
"Lei",
""
],
[
"Xu",
"Liancheng",
""
],
[
"Wang",
"Xinhua",
""
]
] | TITLE: Towards Lightweight Cross-domain Sequential Recommendation via External
Attention-enhanced Graph Convolution Network
ABSTRACT: Cross-domain Sequential Recommendation (CSR) is an emerging yet challenging
task that depicts the evolution of behavior patterns for overlapped users by
modeling their interactions from multiple domains. Existing studies on CSR
mainly focus on using composite or in-depth structures that achieve significant
improvement in accuracy but bring a huge burden to the model training.
Moreover, to learn the user-specific sequence representations, existing works
usually adopt the global relevance weighting strategy (e.g., self-attention
mechanism), which has quadratic computational complexity. In this work, we
introduce a lightweight external attention-enhanced GCN-based framework to
solve the above challenges, namely LEA-GCN. Specifically, by only keeping the
neighborhood aggregation component and using the Single-Layer Aggregating
Protocol (SLAP), our lightweight GCN encoder performs more efficiently to
capture the collaborative filtering signals of the items from both domains. To
further alleviate the framework structure and aggregate the user-specific
sequential pattern, we devise a novel dual-channel External Attention (EA)
component, which calculates the correlation among all items via a lightweight
linear structure. Extensive experiments are conducted on two real-world
datasets, demonstrating that LEA-GCN requires a smaller volume and less
training time without affecting the accuracy compared with several
state-of-the-art methods.
| no_new_dataset | 0.947332 |
2302.03298 | Jordan Shipard | Jordan Shipard, Arnold Wiliem, Kien Nguyen Thanh, Wei Xiang, Clinton
Fookes | Diversity is Definitely Needed: Improving Model-Agnostic Zero-shot
Classification via Stable Diffusion | (10 pages, 6 figures, 3 tables, preprint) | null | null | null | cs.CV cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this work, we investigate the problem of Model-Agnostic Zero-Shot
Classification (MA-ZSC), which refers to training non-specific classification
architectures (downstream models) to classify real images without using any
real images during training. Recent research has demonstrated that generating
synthetic training images using diffusion models provides a potential solution
to address MA-ZSC. However, the performance of this approach currently falls
short of that achieved by large-scale vision-language models. One possible
explanation is a potential significant domain gap between synthetic and real
images. Our work offers a fresh perspective on the problem by providing initial
insights that MA-ZSC performance can be improved by improving the diversity of
images in the generated dataset. We propose a set of modifications to the
text-to-image generation process using a pre-trained diffusion model to enhance
diversity, which we refer to as our $\textbf{bag of tricks}$. Our approach
shows notable improvements in various classification architectures, with
results comparable to state-of-the-art models such as CLIP. To validate our
approach, we conduct experiments on CIFAR10, CIFAR100, and EuroSAT, which is
particularly difficult for zero-shot classification due to its satellite image
domain. We evaluate our approach with five classification architectures,
including ResNet and ViT. Our findings provide initial insights into the
problem of MA-ZSC using diffusion models. All code will be available on GitHub.
| [
{
"version": "v1",
"created": "Tue, 7 Feb 2023 07:13:53 GMT"
},
{
"version": "v2",
"created": "Wed, 8 Feb 2023 04:11:17 GMT"
},
{
"version": "v3",
"created": "Fri, 24 Mar 2023 03:08:25 GMT"
},
{
"version": "v4",
"created": "Mon, 17 Apr 2023 01:00:24 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Shipard",
"Jordan",
""
],
[
"Wiliem",
"Arnold",
""
],
[
"Thanh",
"Kien Nguyen",
""
],
[
"Xiang",
"Wei",
""
],
[
"Fookes",
"Clinton",
""
]
] | TITLE: Diversity is Definitely Needed: Improving Model-Agnostic Zero-shot
Classification via Stable Diffusion
ABSTRACT: In this work, we investigate the problem of Model-Agnostic Zero-Shot
Classification (MA-ZSC), which refers to training non-specific classification
architectures (downstream models) to classify real images without using any
real images during training. Recent research has demonstrated that generating
synthetic training images using diffusion models provides a potential solution
to address MA-ZSC. However, the performance of this approach currently falls
short of that achieved by large-scale vision-language models. One possible
explanation is a potential significant domain gap between synthetic and real
images. Our work offers a fresh perspective on the problem by providing initial
insights that MA-ZSC performance can be improved by improving the diversity of
images in the generated dataset. We propose a set of modifications to the
text-to-image generation process using a pre-trained diffusion model to enhance
diversity, which we refer to as our $\textbf{bag of tricks}$. Our approach
shows notable improvements in various classification architectures, with
results comparable to state-of-the-art models such as CLIP. To validate our
approach, we conduct experiments on CIFAR10, CIFAR100, and EuroSAT, which is
particularly difficult for zero-shot classification due to its satellite image
domain. We evaluate our approach with five classification architectures,
including ResNet and ViT. Our findings provide initial insights into the
problem of MA-ZSC using diffusion models. All code will be available on GitHub.
| no_new_dataset | 0.94801 |
2302.05016 | Avinash Madasu | Avinash Madasu, Vasudev Lal | Is Multimodal Vision Supervision Beneficial to Language? | null | null | null | null | cs.CV cs.AI cs.CL | http://creativecommons.org/licenses/by/4.0/ | Vision (image and video) - Language (VL) pre-training is the recent popular
paradigm that achieved state-of-the-art results on multi-modal tasks like
image-retrieval, video-retrieval, visual question answering etc. These models
are trained in an unsupervised way and greatly benefit from the complementary
modality supervision. In this paper, we explore if the language representations
trained using vision supervision perform better than vanilla language
representations on Natural Language Understanding and commonsense reasoning
benchmarks. We experiment with a diverse set of image-text models such as
ALBEF, BLIP, METER and video-text models like ALPRO, Frozen-in-Time (FiT),
VIOLET. We compare the performance of language representations of stand-alone
text encoders of these models to the language representations of text encoders
learnt through vision supervision. Our experiments suggest that vanilla
language representations show superior performance on most of the tasks. These
results shed light on the current drawbacks of the vision-language models.
| [
{
"version": "v1",
"created": "Fri, 10 Feb 2023 02:22:44 GMT"
},
{
"version": "v2",
"created": "Sat, 15 Apr 2023 00:04:54 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Madasu",
"Avinash",
""
],
[
"Lal",
"Vasudev",
""
]
] | TITLE: Is Multimodal Vision Supervision Beneficial to Language?
ABSTRACT: Vision (image and video) - Language (VL) pre-training is the recent popular
paradigm that achieved state-of-the-art results on multi-modal tasks like
image-retrieval, video-retrieval, visual question answering etc. These models
are trained in an unsupervised way and greatly benefit from the complementary
modality supervision. In this paper, we explore if the language representations
trained using vision supervision perform better than vanilla language
representations on Natural Language Understanding and commonsense reasoning
benchmarks. We experiment with a diverse set of image-text models such as
ALBEF, BLIP, METER and video-text models like ALPRO, Frozen-in-Time (FiT),
VIOLET. We compare the performance of language representations of stand-alone
text encoders of these models to the language representations of text encoders
learnt through vision supervision. Our experiments suggest that vanilla
language representations show superior performance on most of the tasks. These
results shed light on the current drawbacks of the vision-language models.
| no_new_dataset | 0.9455 |
2302.05020 | Nan Jiang | Nan Jiang, Kevin Liu, Thibaud Lutellier and Lin Tan | Impact of Code Language Models on Automated Program Repair | This paper is accepted by 2023 IEEE/ACM 45th International Conference
on Software Engineering (ICSE) | null | null | null | cs.SE | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Automated program repair (APR) aims to help developers improve software
reliability by generating patches for buggy programs. Although many code
language models (CLM) are developed and effective in many software tasks such
as code completion, there has been little comprehensive, in-depth work to
evaluate CLMs' fixing capabilities and to fine-tune CLMs for the APR task.
Firstly, this work is the first to evaluate ten CLMs on four APR benchmarks,
which shows that surprisingly, the best CLM, as is, fixes 72% more bugs than
the state-of-the-art deep-learning (DL)-based APR techniques. Secondly, one of
the four APR benchmarks was created by us in this paper to avoid data leaking
for a fair evaluation. Thirdly, it is the first work to fine-tune CLMs with APR
training data, which shows that fine-tuning brings 31%-1,267% improvement to
CLMs and enables them to fix 46%-164% more bugs than existing DL-based APR
techniques. Fourthly, this work studies the impact of buggy lines, showing that
CLMs, as is, cannot make good use of the buggy lines to fix bugs, yet
fine-tuned CLMs could potentially over-rely on buggy lines. Lastly, this work
analyzes the size, time, and memory efficiency of different CLMs.
This work shows promising directions for the APR domain, such as fine-tuning
CLMs with APR-specific designs, and also raises awareness of fair and
comprehensive evaluations of CLMs and calls for more transparent reporting of
open-source repositories used in the pre-training data to address the data
leaking problem.
| [
{
"version": "v1",
"created": "Fri, 10 Feb 2023 02:29:37 GMT"
},
{
"version": "v2",
"created": "Mon, 27 Feb 2023 07:46:40 GMT"
},
{
"version": "v3",
"created": "Sun, 16 Apr 2023 20:32:27 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Jiang",
"Nan",
""
],
[
"Liu",
"Kevin",
""
],
[
"Lutellier",
"Thibaud",
""
],
[
"Tan",
"Lin",
""
]
] | TITLE: Impact of Code Language Models on Automated Program Repair
ABSTRACT: Automated program repair (APR) aims to help developers improve software
reliability by generating patches for buggy programs. Although many code
language models (CLM) are developed and effective in many software tasks such
as code completion, there has been little comprehensive, in-depth work to
evaluate CLMs' fixing capabilities and to fine-tune CLMs for the APR task.
Firstly, this work is the first to evaluate ten CLMs on four APR benchmarks,
which shows that surprisingly, the best CLM, as is, fixes 72% more bugs than
the state-of-the-art deep-learning (DL)-based APR techniques. Secondly, one of
the four APR benchmarks was created by us in this paper to avoid data leaking
for a fair evaluation. Thirdly, it is the first work to fine-tune CLMs with APR
training data, which shows that fine-tuning brings 31%-1,267% improvement to
CLMs and enables them to fix 46%-164% more bugs than existing DL-based APR
techniques. Fourthly, this work studies the impact of buggy lines, showing that
CLMs, as is, cannot make good use of the buggy lines to fix bugs, yet
fine-tuned CLMs could potentially over-rely on buggy lines. Lastly, this work
analyzes the size, time, and memory efficiency of different CLMs.
This work shows promising directions for the APR domain, such as fine-tuning
CLMs with APR-specific designs, and also raises awareness of fair and
comprehensive evaluations of CLMs and calls for more transparent reporting of
open-source repositories used in the pre-training data to address the data
leaking problem.
| no_new_dataset | 0.949153 |
2302.05630 | Shreshth Tuli | Shreshth Tuli and Giuliano Casale and Nicholas R. Jennings | CILP: Co-simulation based Imitation Learner for Dynamic Resource
Provisioning in Cloud Computing Environments | Accepted in IEEE Transactions on Network and Service Management | null | null | null | eess.SY cs.LG cs.SY | http://creativecommons.org/licenses/by/4.0/ | Intelligent Virtual Machine (VM) provisioning is central to cost and resource
efficient computation in cloud computing environments. As bootstrapping VMs is
time-consuming, a key challenge for latency-critical tasks is to predict future
workload demands to provision VMs proactively. However, existing AI-based
solutions tend to not holistically consider all crucial aspects such as
provisioning overheads, heterogeneous VM costs and Quality of Service (QoS) of
the cloud system. To address this, we propose a novel method, called CILP, that
formulates the VM provisioning problem as two sub-problems of prediction and
optimization, where the provisioning plan is optimized based on predicted
workload demands. CILP leverages a neural network as a surrogate model to
predict future workload demands with a co-simulated digital-twin of the
infrastructure to compute QoS scores. We extend the neural network to also act
as an imitation learner that dynamically decides the optimal VM provisioning
plan. A transformer based neural model reduces training and inference overheads
while our novel two-phase decision making loop facilitates in making informed
provisioning decisions. Crucially, we address limitations of prior work by
including resource utilization, deployment costs and provisioning overheads to
inform the provisioning decisions in our imitation learning framework.
Experiments with three public benchmarks demonstrate that CILP gives up to 22%
higher resource utilization, 14% higher QoS scores and 44% lower execution
costs compared to the current online and offline optimization based
state-of-the-art methods.
| [
{
"version": "v1",
"created": "Sat, 11 Feb 2023 09:15:34 GMT"
},
{
"version": "v2",
"created": "Sun, 16 Apr 2023 18:29:50 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Tuli",
"Shreshth",
""
],
[
"Casale",
"Giuliano",
""
],
[
"Jennings",
"Nicholas R.",
""
]
] | TITLE: CILP: Co-simulation based Imitation Learner for Dynamic Resource
Provisioning in Cloud Computing Environments
ABSTRACT: Intelligent Virtual Machine (VM) provisioning is central to cost and resource
efficient computation in cloud computing environments. As bootstrapping VMs is
time-consuming, a key challenge for latency-critical tasks is to predict future
workload demands to provision VMs proactively. However, existing AI-based
solutions tend to not holistically consider all crucial aspects such as
provisioning overheads, heterogeneous VM costs and Quality of Service (QoS) of
the cloud system. To address this, we propose a novel method, called CILP, that
formulates the VM provisioning problem as two sub-problems of prediction and
optimization, where the provisioning plan is optimized based on predicted
workload demands. CILP leverages a neural network as a surrogate model to
predict future workload demands with a co-simulated digital-twin of the
infrastructure to compute QoS scores. We extend the neural network to also act
as an imitation learner that dynamically decides the optimal VM provisioning
plan. A transformer based neural model reduces training and inference overheads
while our novel two-phase decision making loop facilitates in making informed
provisioning decisions. Crucially, we address limitations of prior work by
including resource utilization, deployment costs and provisioning overheads to
inform the provisioning decisions in our imitation learning framework.
Experiments with three public benchmarks demonstrate that CILP gives up to 22%
higher resource utilization, 14% higher QoS scores and 44% lower execution
costs compared to the current online and offline optimization based
state-of-the-art methods.
| no_new_dataset | 0.948489 |
2302.07727 | Bingyan Wang | Bingyan Wang, Rongpeng Li, Jianhang Zhu, Zhifeng Zhao, and Honggang
Zhang | Knowledge Enhanced Semantic Communication Receiver | null | null | null | null | cs.CL cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In recent years, with the rapid development of deep learning and natural
language processing technologies, semantic communication has become a topic of
great interest in the field of communication. Although existing deep
learning-based semantic communication approaches have shown many advantages,
they still do not make sufficient use of prior knowledge. Moreover, most
existing semantic communication methods focus on the semantic encoding at the
transmitter side, while we believe that the semantic decoding capability of the
receiver should also be concerned. In this paper, we propose a knowledge
enhanced semantic communication framework in which the receiver can more
actively utilize the facts in the knowledge base for semantic reasoning and
decoding, on the basis of only affecting the parameters rather than the
structure of the neural networks at the transmitter side. Specifically, we
design a transformer-based knowledge extractor to find relevant factual triples
for the received noisy signal. Extensive simulation results on the WebNLG
dataset demonstrate that the proposed receiver yields superior performance on
top of the knowledge graph enhanced decoding.
| [
{
"version": "v1",
"created": "Mon, 13 Feb 2023 01:49:51 GMT"
},
{
"version": "v2",
"created": "Sat, 15 Apr 2023 10:25:24 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Wang",
"Bingyan",
""
],
[
"Li",
"Rongpeng",
""
],
[
"Zhu",
"Jianhang",
""
],
[
"Zhao",
"Zhifeng",
""
],
[
"Zhang",
"Honggang",
""
]
] | TITLE: Knowledge Enhanced Semantic Communication Receiver
ABSTRACT: In recent years, with the rapid development of deep learning and natural
language processing technologies, semantic communication has become a topic of
great interest in the field of communication. Although existing deep
learning-based semantic communication approaches have shown many advantages,
they still do not make sufficient use of prior knowledge. Moreover, most
existing semantic communication methods focus on the semantic encoding at the
transmitter side, while we believe that the semantic decoding capability of the
receiver should also be concerned. In this paper, we propose a knowledge
enhanced semantic communication framework in which the receiver can more
actively utilize the facts in the knowledge base for semantic reasoning and
decoding, on the basis of only affecting the parameters rather than the
structure of the neural networks at the transmitter side. Specifically, we
design a transformer-based knowledge extractor to find relevant factual triples
for the received noisy signal. Extensive simulation results on the WebNLG
dataset demonstrate that the proposed receiver yields superior performance on
top of the knowledge graph enhanced decoding.
| no_new_dataset | 0.947137 |
2302.07769 | Abhiroop Bhattacharjee | Abhiroop Bhattacharjee, Abhishek Moitra, and Priyadarshini Panda | XploreNAS: Explore Adversarially Robust & Hardware-efficient Neural
Architectures for Non-ideal Xbars | Accepted to ACM Transactions on Embedded Computing Systems in April
2023 | ACM Transactions on Embedded Computing Systems (2023) | 10.1145/3593045 | null | cs.LG cs.ET | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Compute In-Memory platforms such as memristive crossbars are gaining focus as
they facilitate acceleration of Deep Neural Networks (DNNs) with high area and
compute-efficiencies. However, the intrinsic non-idealities associated with the
analog nature of computing in crossbars limits the performance of the deployed
DNNs. Furthermore, DNNs are shown to be vulnerable to adversarial attacks
leading to severe security threats in their large-scale deployment. Thus,
finding adversarially robust DNN architectures for non-ideal crossbars is
critical to the safe and secure deployment of DNNs on the edge. This work
proposes a two-phase algorithm-hardware co-optimization approach called
XploreNAS that searches for hardware-efficient & adversarially robust neural
architectures for non-ideal crossbar platforms. We use the one-shot Neural
Architecture Search (NAS) approach to train a large Supernet with
crossbar-awareness and sample adversarially robust Subnets therefrom,
maintaining competitive hardware-efficiency. Our experiments on crossbars with
benchmark datasets (SVHN, CIFAR10 & CIFAR100) show upto ~8-16% improvement in
the adversarial robustness of the searched Subnets against a baseline ResNet-18
model subjected to crossbar-aware adversarial training. We benchmark our robust
Subnets for Energy-Delay-Area-Products (EDAPs) using the Neurosim tool and find
that with additional hardware-efficiency driven optimizations, the Subnets
attain ~1.5-1.6x lower EDAPs than ResNet-18 baseline.
| [
{
"version": "v1",
"created": "Wed, 15 Feb 2023 16:44:18 GMT"
},
{
"version": "v2",
"created": "Sat, 15 Apr 2023 18:51:32 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Bhattacharjee",
"Abhiroop",
""
],
[
"Moitra",
"Abhishek",
""
],
[
"Panda",
"Priyadarshini",
""
]
] | TITLE: XploreNAS: Explore Adversarially Robust & Hardware-efficient Neural
Architectures for Non-ideal Xbars
ABSTRACT: Compute In-Memory platforms such as memristive crossbars are gaining focus as
they facilitate acceleration of Deep Neural Networks (DNNs) with high area and
compute-efficiencies. However, the intrinsic non-idealities associated with the
analog nature of computing in crossbars limits the performance of the deployed
DNNs. Furthermore, DNNs are shown to be vulnerable to adversarial attacks
leading to severe security threats in their large-scale deployment. Thus,
finding adversarially robust DNN architectures for non-ideal crossbars is
critical to the safe and secure deployment of DNNs on the edge. This work
proposes a two-phase algorithm-hardware co-optimization approach called
XploreNAS that searches for hardware-efficient & adversarially robust neural
architectures for non-ideal crossbar platforms. We use the one-shot Neural
Architecture Search (NAS) approach to train a large Supernet with
crossbar-awareness and sample adversarially robust Subnets therefrom,
maintaining competitive hardware-efficiency. Our experiments on crossbars with
benchmark datasets (SVHN, CIFAR10 & CIFAR100) show upto ~8-16% improvement in
the adversarial robustness of the searched Subnets against a baseline ResNet-18
model subjected to crossbar-aware adversarial training. We benchmark our robust
Subnets for Energy-Delay-Area-Products (EDAPs) using the Neurosim tool and find
that with additional hardware-efficiency driven optimizations, the Subnets
attain ~1.5-1.6x lower EDAPs than ResNet-18 baseline.
| no_new_dataset | 0.948155 |
2302.10413 | Huy Hieu Pham | Nang Hung Nguyen, Duc Long Nguyen, Trong Bang Nguyen, Thanh-Hung
Nguyen, Huy Hieu Pham, Truong Thao Nguyen, Phi Le Nguyen | CADIS: Handling Cluster-skewed Non-IID Data in Federated Learning with
Clustered Aggregation and Knowledge DIStilled Regularization | Accepted for presentation at the 23rd International Symposium on
Cluster, Cloud and Internet Computing (CCGrid 2023) | null | null | null | cs.LG cs.CV | http://creativecommons.org/licenses/by/4.0/ | Federated learning enables edge devices to train a global model
collaboratively without exposing their data. Despite achieving outstanding
advantages in computing efficiency and privacy protection, federated learning
faces a significant challenge when dealing with non-IID data, i.e., data
generated by clients that are typically not independent and identically
distributed. In this paper, we tackle a new type of Non-IID data, called
cluster-skewed non-IID, discovered in actual data sets. The cluster-skewed
non-IID is a phenomenon in which clients can be grouped into clusters with
similar data distributions. By performing an in-depth analysis of the behavior
of a classification model's penultimate layer, we introduce a metric that
quantifies the similarity between two clients' data distributions without
violating their privacy. We then propose an aggregation scheme that guarantees
equality between clusters. In addition, we offer a novel local training
regularization based on the knowledge-distillation technique that reduces the
overfitting problem at clients and dramatically boosts the training scheme's
performance. We theoretically prove the superiority of the proposed aggregation
over the benchmark FedAvg. Extensive experimental results on both standard
public datasets and our in-house real-world dataset demonstrate that the
proposed approach improves accuracy by up to 16% compared to the FedAvg
algorithm.
| [
{
"version": "v1",
"created": "Tue, 21 Feb 2023 02:53:37 GMT"
},
{
"version": "v2",
"created": "Thu, 16 Mar 2023 19:52:19 GMT"
},
{
"version": "v3",
"created": "Sat, 15 Apr 2023 04:06:52 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Nguyen",
"Nang Hung",
""
],
[
"Nguyen",
"Duc Long",
""
],
[
"Nguyen",
"Trong Bang",
""
],
[
"Nguyen",
"Thanh-Hung",
""
],
[
"Pham",
"Huy Hieu",
""
],
[
"Nguyen",
"Truong Thao",
""
],
[
"Nguyen",
"Phi Le",
""
]
] | TITLE: CADIS: Handling Cluster-skewed Non-IID Data in Federated Learning with
Clustered Aggregation and Knowledge DIStilled Regularization
ABSTRACT: Federated learning enables edge devices to train a global model
collaboratively without exposing their data. Despite achieving outstanding
advantages in computing efficiency and privacy protection, federated learning
faces a significant challenge when dealing with non-IID data, i.e., data
generated by clients that are typically not independent and identically
distributed. In this paper, we tackle a new type of Non-IID data, called
cluster-skewed non-IID, discovered in actual data sets. The cluster-skewed
non-IID is a phenomenon in which clients can be grouped into clusters with
similar data distributions. By performing an in-depth analysis of the behavior
of a classification model's penultimate layer, we introduce a metric that
quantifies the similarity between two clients' data distributions without
violating their privacy. We then propose an aggregation scheme that guarantees
equality between clusters. In addition, we offer a novel local training
regularization based on the knowledge-distillation technique that reduces the
overfitting problem at clients and dramatically boosts the training scheme's
performance. We theoretically prove the superiority of the proposed aggregation
over the benchmark FedAvg. Extensive experimental results on both standard
public datasets and our in-house real-world dataset demonstrate that the
proposed approach improves accuracy by up to 16% compared to the FedAvg
algorithm.
| no_new_dataset | 0.946794 |
2302.11102 | Haiyu Wu | Haiyu Wu, Grace Bezold, Aman Bhatta, Kevin W. Bowyer | Logical Consistency and Greater Descriptive Power for Facial Hair
Attribute Learning | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Face attribute research has so far used only simple binary attributes for
facial hair; e.g., beard / no beard. We have created a new, more descriptive
facial hair annotation scheme and applied it to create a new facial hair
attribute dataset, FH37K. Face attribute research also so far has not dealt
with logical consistency and completeness. For example, in prior research, an
image might be classified as both having no beard and also having a goatee (a
type of beard). We show that the test accuracy of previous classification
methods on facial hair attribute classification drops significantly if logical
consistency of classifications is enforced. We propose a logically consistent
prediction loss, LCPLoss, to aid learning of logical consistency across
attributes, and also a label compensation training strategy to eliminate the
problem of no positive prediction across a set of related attributes. Using an
attribute classifier trained on FH37K, we investigate how facial hair affects
face recognition accuracy, including variation across demographics. Results
show that similarity and difference in facial hairstyle have important effects
on the impostor and genuine score distributions in face recognition. The code
is at https:// github.com/ HaiyuWu/ LogicalConsistency.
| [
{
"version": "v1",
"created": "Wed, 22 Feb 2023 02:49:21 GMT"
},
{
"version": "v2",
"created": "Sun, 16 Apr 2023 14:04:19 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Wu",
"Haiyu",
""
],
[
"Bezold",
"Grace",
""
],
[
"Bhatta",
"Aman",
""
],
[
"Bowyer",
"Kevin W.",
""
]
] | TITLE: Logical Consistency and Greater Descriptive Power for Facial Hair
Attribute Learning
ABSTRACT: Face attribute research has so far used only simple binary attributes for
facial hair; e.g., beard / no beard. We have created a new, more descriptive
facial hair annotation scheme and applied it to create a new facial hair
attribute dataset, FH37K. Face attribute research also so far has not dealt
with logical consistency and completeness. For example, in prior research, an
image might be classified as both having no beard and also having a goatee (a
type of beard). We show that the test accuracy of previous classification
methods on facial hair attribute classification drops significantly if logical
consistency of classifications is enforced. We propose a logically consistent
prediction loss, LCPLoss, to aid learning of logical consistency across
attributes, and also a label compensation training strategy to eliminate the
problem of no positive prediction across a set of related attributes. Using an
attribute classifier trained on FH37K, we investigate how facial hair affects
face recognition accuracy, including variation across demographics. Results
show that similarity and difference in facial hairstyle have important effects
on the impostor and genuine score distributions in face recognition. The code
is at https:// github.com/ HaiyuWu/ LogicalConsistency.
| new_dataset | 0.953923 |
2302.11494 | J\'er\'emy Anger | Ngoc Long Nguyen, J\'er\'emy Anger, Lara Raad, Bruno Galerne, Gabriele
Facciolo | On The Role of Alias and Band-Shift for Sentinel-2 Super-Resolution | 4 pages, 3 figures | null | null | null | cs.CV eess.IV | http://creativecommons.org/licenses/by/4.0/ | In this work, we study the problem of single-image super-resolution (SISR) of
Sentinel-2 imagery. We show that thanks to its unique sensor specification,
namely the inter-band shift and alias, that deep-learning methods are able to
recover fine details. By training a model using a simple $L_1$ loss, results
are free of hallucinated details. For this study, we build a dataset of pairs
of images Sentinel-2/PlanetScope to train and evaluate our super-resolution
(SR) model.
| [
{
"version": "v1",
"created": "Wed, 22 Feb 2023 17:08:45 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 16:24:05 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Nguyen",
"Ngoc Long",
""
],
[
"Anger",
"Jérémy",
""
],
[
"Raad",
"Lara",
""
],
[
"Galerne",
"Bruno",
""
],
[
"Facciolo",
"Gabriele",
""
]
] | TITLE: On The Role of Alias and Band-Shift for Sentinel-2 Super-Resolution
ABSTRACT: In this work, we study the problem of single-image super-resolution (SISR) of
Sentinel-2 imagery. We show that thanks to its unique sensor specification,
namely the inter-band shift and alias, that deep-learning methods are able to
recover fine details. By training a model using a simple $L_1$ loss, results
are free of hallucinated details. For this study, we build a dataset of pairs
of images Sentinel-2/PlanetScope to train and evaluate our super-resolution
(SR) model.
| new_dataset | 0.954265 |
2302.14284 | Zhengzhuo Xu | Zhengzhuo Xu, Shuo Yang, Xingjun Wang, Chun Yuan | Rethink Long-tailed Recognition with Vision Transformers | Accepted by ICASSP 2023 | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | In the real world, data tends to follow long-tailed distributions w.r.t.
class or attribution, motivating the challenging Long-Tailed Recognition (LTR)
problem. In this paper, we revisit recent LTR methods with promising Vision
Transformers (ViT). We figure out that 1) ViT is hard to train with long-tailed
data. 2) ViT learns generalized features in an unsupervised manner, like mask
generative training, either on long-tailed or balanced datasets. Hence, we
propose to adopt unsupervised learning to utilize long-tailed data.
Furthermore, we propose the Predictive Distribution Calibration (PDC) as a
novel metric for LTR, where the model tends to simply classify inputs into
common classes. Our PDC can measure the model calibration of predictive
preferences quantitatively. On this basis, we find many LTR approaches
alleviate it slightly, despite the accuracy improvement. Extensive experiments
on benchmark datasets validate that PDC reflects the model's predictive
preference precisely, which is consistent with the visualization.
| [
{
"version": "v1",
"created": "Tue, 28 Feb 2023 03:36:48 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 08:35:02 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Xu",
"Zhengzhuo",
""
],
[
"Yang",
"Shuo",
""
],
[
"Wang",
"Xingjun",
""
],
[
"Yuan",
"Chun",
""
]
] | TITLE: Rethink Long-tailed Recognition with Vision Transformers
ABSTRACT: In the real world, data tends to follow long-tailed distributions w.r.t.
class or attribution, motivating the challenging Long-Tailed Recognition (LTR)
problem. In this paper, we revisit recent LTR methods with promising Vision
Transformers (ViT). We figure out that 1) ViT is hard to train with long-tailed
data. 2) ViT learns generalized features in an unsupervised manner, like mask
generative training, either on long-tailed or balanced datasets. Hence, we
propose to adopt unsupervised learning to utilize long-tailed data.
Furthermore, we propose the Predictive Distribution Calibration (PDC) as a
novel metric for LTR, where the model tends to simply classify inputs into
common classes. Our PDC can measure the model calibration of predictive
preferences quantitatively. On this basis, we find many LTR approaches
alleviate it slightly, despite the accuracy improvement. Extensive experiments
on benchmark datasets validate that PDC reflects the model's predictive
preference precisely, which is consistent with the visualization.
| no_new_dataset | 0.950319 |
2303.03599 | Yili Jin | Kaiyuan Hu, Yili Jin, Haowen Yang, Junhua Liu, Fangxin Wang | FSVVD: A Dataset of Full Scene Volumetric Video | Accepted by MMSys'23 Open Dataset and Software Track. The dataset and
additional tools can be accessed via
https://cuhksz-inml.github.io/full_scene_volumetric_video_dataset/ | null | null | null | cs.MM cs.CV eess.IV | http://creativecommons.org/licenses/by/4.0/ | Recent years have witnessed a rapid development of immersive multimedia which
bridges the gap between the real world and virtual space. Volumetric videos, as
an emerging representative 3D video paradigm that empowers extended reality,
stand out to provide unprecedented immersive and interactive video watching
experience. Despite the tremendous potential, the research towards 3D
volumetric video is still in its infancy, relying on sufficient and complete
datasets for further exploration. However, existing related volumetric video
datasets mostly only include a single object, lacking details about the scene
and the interaction between them. In this paper, we focus on the current most
widely used data format, point cloud, and for the first time release a
full-scene volumetric video dataset that includes multiple people and their
daily activities interacting with the external environments. Comprehensive
dataset description and analysis are conducted, with potential usage of this
dataset. The dataset and additional tools can be accessed via the following
website: https://cuhksz-inml.github.io/full_scene_volumetric_video_dataset/.
| [
{
"version": "v1",
"created": "Tue, 7 Mar 2023 02:31:08 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 08:50:55 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Hu",
"Kaiyuan",
""
],
[
"Jin",
"Yili",
""
],
[
"Yang",
"Haowen",
""
],
[
"Liu",
"Junhua",
""
],
[
"Wang",
"Fangxin",
""
]
] | TITLE: FSVVD: A Dataset of Full Scene Volumetric Video
ABSTRACT: Recent years have witnessed a rapid development of immersive multimedia which
bridges the gap between the real world and virtual space. Volumetric videos, as
an emerging representative 3D video paradigm that empowers extended reality,
stand out to provide unprecedented immersive and interactive video watching
experience. Despite the tremendous potential, the research towards 3D
volumetric video is still in its infancy, relying on sufficient and complete
datasets for further exploration. However, existing related volumetric video
datasets mostly only include a single object, lacking details about the scene
and the interaction between them. In this paper, we focus on the current most
widely used data format, point cloud, and for the first time release a
full-scene volumetric video dataset that includes multiple people and their
daily activities interacting with the external environments. Comprehensive
dataset description and analysis are conducted, with potential usage of this
dataset. The dataset and additional tools can be accessed via the following
website: https://cuhksz-inml.github.io/full_scene_volumetric_video_dataset/.
| new_dataset | 0.961534 |
2303.09830 | Shuai Wang | Shuai Wang, Zipei Yan, Daoan Zhang, Haining Wei, Zhongsen Li, Rui Li | Prototype Knowledge Distillation for Medical Segmentation with Missing
Modality | ICASSP 2023. v1:camera ready version; v2: fix typos and release code | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Multi-modality medical imaging is crucial in clinical treatment as it can
provide complementary information for medical image segmentation. However,
collecting multi-modal data in clinical is difficult due to the limitation of
the scan time and other clinical situations. As such, it is clinically
meaningful to develop an image segmentation paradigm to handle this missing
modality problem. In this paper, we propose a prototype knowledge distillation
(ProtoKD) method to tackle the challenging problem, especially for the toughest
scenario when only single modal data can be accessed. Specifically, our ProtoKD
can not only distillate the pixel-wise knowledge of multi-modality data to
single-modality data but also transfer intra-class and inter-class feature
variations, such that the student model could learn more robust feature
representation from the teacher model and inference with only one single
modality data. Our method achieves state-of-the-art performance on BraTS
benchmark. The code is available at
\url{https://github.com/SakurajimaMaiii/ProtoKD}.
| [
{
"version": "v1",
"created": "Fri, 17 Mar 2023 08:29:54 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 07:53:32 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Wang",
"Shuai",
""
],
[
"Yan",
"Zipei",
""
],
[
"Zhang",
"Daoan",
""
],
[
"Wei",
"Haining",
""
],
[
"Li",
"Zhongsen",
""
],
[
"Li",
"Rui",
""
]
] | TITLE: Prototype Knowledge Distillation for Medical Segmentation with Missing
Modality
ABSTRACT: Multi-modality medical imaging is crucial in clinical treatment as it can
provide complementary information for medical image segmentation. However,
collecting multi-modal data in clinical is difficult due to the limitation of
the scan time and other clinical situations. As such, it is clinically
meaningful to develop an image segmentation paradigm to handle this missing
modality problem. In this paper, we propose a prototype knowledge distillation
(ProtoKD) method to tackle the challenging problem, especially for the toughest
scenario when only single modal data can be accessed. Specifically, our ProtoKD
can not only distillate the pixel-wise knowledge of multi-modality data to
single-modality data but also transfer intra-class and inter-class feature
variations, such that the student model could learn more robust feature
representation from the teacher model and inference with only one single
modality data. Our method achieves state-of-the-art performance on BraTS
benchmark. The code is available at
\url{https://github.com/SakurajimaMaiii/ProtoKD}.
| no_new_dataset | 0.948251 |
2303.10404 | Zheng Qin | Zheng Qin and Sanping Zhou and Le Wang and Jinghai Duan and Gang Hua
and Wei Tang | MotionTrack: Learning Robust Short-term and Long-term Motions for
Multi-Object Tracking | Accepted by CVPR2023! | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The main challenge of Multi-Object Tracking~(MOT) lies in maintaining a
continuous trajectory for each target. Existing methods often learn reliable
motion patterns to match the same target between adjacent frames and
discriminative appearance features to re-identify the lost targets after a long
period. However, the reliability of motion prediction and the discriminability
of appearances can be easily hurt by dense crowds and extreme occlusions in the
tracking process. In this paper, we propose a simple yet effective multi-object
tracker, i.e., MotionTrack, which learns robust short-term and long-term
motions in a unified framework to associate trajectories from a short to long
range. For dense crowds, we design a novel Interaction Module to learn
interaction-aware motions from short-term trajectories, which can estimate the
complex movement of each target. For extreme occlusions, we build a novel
Refind Module to learn reliable long-term motions from the target's history
trajectory, which can link the interrupted trajectory with its corresponding
detection. Our Interaction Module and Refind Module are embedded in the
well-known tracking-by-detection paradigm, which can work in tandem to maintain
superior performance. Extensive experimental results on MOT17 and MOT20
datasets demonstrate the superiority of our approach in challenging scenarios,
and it achieves state-of-the-art performances at various MOT metrics.
| [
{
"version": "v1",
"created": "Sat, 18 Mar 2023 12:38:33 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 03:39:11 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Qin",
"Zheng",
""
],
[
"Zhou",
"Sanping",
""
],
[
"Wang",
"Le",
""
],
[
"Duan",
"Jinghai",
""
],
[
"Hua",
"Gang",
""
],
[
"Tang",
"Wei",
""
]
] | TITLE: MotionTrack: Learning Robust Short-term and Long-term Motions for
Multi-Object Tracking
ABSTRACT: The main challenge of Multi-Object Tracking~(MOT) lies in maintaining a
continuous trajectory for each target. Existing methods often learn reliable
motion patterns to match the same target between adjacent frames and
discriminative appearance features to re-identify the lost targets after a long
period. However, the reliability of motion prediction and the discriminability
of appearances can be easily hurt by dense crowds and extreme occlusions in the
tracking process. In this paper, we propose a simple yet effective multi-object
tracker, i.e., MotionTrack, which learns robust short-term and long-term
motions in a unified framework to associate trajectories from a short to long
range. For dense crowds, we design a novel Interaction Module to learn
interaction-aware motions from short-term trajectories, which can estimate the
complex movement of each target. For extreme occlusions, we build a novel
Refind Module to learn reliable long-term motions from the target's history
trajectory, which can link the interrupted trajectory with its corresponding
detection. Our Interaction Module and Refind Module are embedded in the
well-known tracking-by-detection paradigm, which can work in tandem to maintain
superior performance. Extensive experimental results on MOT17 and MOT20
datasets demonstrate the superiority of our approach in challenging scenarios,
and it achieves state-of-the-art performances at various MOT metrics.
| no_new_dataset | 0.9455 |
2303.15718 | Feida Zhu | Congyi Wang, Feida Zhu, Shilei Wen | MeMaHand: Exploiting Mesh-Mano Interaction for Single Image Two-Hand
Reconstruction | null | null | null | null | cs.CV cs.AI | http://creativecommons.org/licenses/by/4.0/ | Existing methods proposed for hand reconstruction tasks usually parameterize
a generic 3D hand model or predict hand mesh positions directly. The parametric
representations consisting of hand shapes and rotational poses are more stable,
while the non-parametric methods can predict more accurate mesh positions. In
this paper, we propose to reconstruct meshes and estimate MANO parameters of
two hands from a single RGB image simultaneously to utilize the merits of two
kinds of hand representations. To fulfill this target, we propose novel
Mesh-Mano interaction blocks (MMIBs), which take mesh vertices positions and
MANO parameters as two kinds of query tokens. MMIB consists of one graph
residual block to aggregate local information and two transformer encoders to
model long-range dependencies. The transformer encoders are equipped with
different asymmetric attention masks to model the intra-hand and inter-hand
attention, respectively. Moreover, we introduce the mesh alignment refinement
module to further enhance the mesh-image alignment. Extensive experiments on
the InterHand2.6M benchmark demonstrate promising results over the
state-of-the-art hand reconstruction methods.
| [
{
"version": "v1",
"created": "Tue, 28 Mar 2023 04:06:02 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 02:44:54 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Wang",
"Congyi",
""
],
[
"Zhu",
"Feida",
""
],
[
"Wen",
"Shilei",
""
]
] | TITLE: MeMaHand: Exploiting Mesh-Mano Interaction for Single Image Two-Hand
Reconstruction
ABSTRACT: Existing methods proposed for hand reconstruction tasks usually parameterize
a generic 3D hand model or predict hand mesh positions directly. The parametric
representations consisting of hand shapes and rotational poses are more stable,
while the non-parametric methods can predict more accurate mesh positions. In
this paper, we propose to reconstruct meshes and estimate MANO parameters of
two hands from a single RGB image simultaneously to utilize the merits of two
kinds of hand representations. To fulfill this target, we propose novel
Mesh-Mano interaction blocks (MMIBs), which take mesh vertices positions and
MANO parameters as two kinds of query tokens. MMIB consists of one graph
residual block to aggregate local information and two transformer encoders to
model long-range dependencies. The transformer encoders are equipped with
different asymmetric attention masks to model the intra-hand and inter-hand
attention, respectively. Moreover, we introduce the mesh alignment refinement
module to further enhance the mesh-image alignment. Extensive experiments on
the InterHand2.6M benchmark demonstrate promising results over the
state-of-the-art hand reconstruction methods.
| no_new_dataset | 0.948489 |
2303.15747 | Soma Onishi | Soma Onishi, Kenta Oono, and Kohei Hayashi | TabRet: Pre-training Transformer-based Tabular Models for Unseen Columns | Accepted at the Workshop on Understanding Foundation Models at ICLR
2023 | null | null | null | cs.LG cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We present \emph{TabRet}, a pre-trainable Transformer-based model for tabular
data. TabRet is designed to work on a downstream task that contains columns not
seen in pre-training. Unlike other methods, TabRet has an extra learning step
before fine-tuning called \emph{retokenizing}, which calibrates feature
embeddings based on the masked autoencoding loss. In experiments, we
pre-trained TabRet with a large collection of public health surveys and
fine-tuned it on classification tasks in healthcare, and TabRet achieved the
best AUC performance on four datasets. In addition, an ablation study shows
retokenizing and random shuffle augmentation of columns during pre-training
contributed to performance gains. The code is available at
https://github.com/pfnet-research/tabret .
| [
{
"version": "v1",
"created": "Tue, 28 Mar 2023 06:03:41 GMT"
},
{
"version": "v2",
"created": "Wed, 5 Apr 2023 07:08:49 GMT"
},
{
"version": "v3",
"created": "Sat, 8 Apr 2023 10:57:44 GMT"
},
{
"version": "v4",
"created": "Sun, 16 Apr 2023 03:42:52 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Onishi",
"Soma",
""
],
[
"Oono",
"Kenta",
""
],
[
"Hayashi",
"Kohei",
""
]
] | TITLE: TabRet: Pre-training Transformer-based Tabular Models for Unseen Columns
ABSTRACT: We present \emph{TabRet}, a pre-trainable Transformer-based model for tabular
data. TabRet is designed to work on a downstream task that contains columns not
seen in pre-training. Unlike other methods, TabRet has an extra learning step
before fine-tuning called \emph{retokenizing}, which calibrates feature
embeddings based on the masked autoencoding loss. In experiments, we
pre-trained TabRet with a large collection of public health surveys and
fine-tuned it on classification tasks in healthcare, and TabRet achieved the
best AUC performance on four datasets. In addition, an ablation study shows
retokenizing and random shuffle augmentation of columns during pre-training
contributed to performance gains. The code is available at
https://github.com/pfnet-research/tabret .
| no_new_dataset | 0.943919 |
2304.00276 | Bingxi Liu | Bingxi Liu, Yujie Fu, Feng Lu, Jinqiang Cui, Yihong Wu, Hong Zhang | NPR: Nocturnal Place Recognition in Streets | 10 pages, 6 figures | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Visual Place Recognition (VPR) is the task of retrieving database images
similar to a query photo by comparing it to a large database of known images.
In real-world applications, extreme illumination changes caused by query images
taken at night pose a significant obstacle that VPR needs to overcome. However,
a training set with day-night correspondence for city-scale, street-level VPR
does not exist. To address this challenge, we propose a novel pipeline that
divides VPR and conquers Nocturnal Place Recognition (NPR). Specifically, we
first established a street-level day-night dataset, NightStreet, and used it to
train an unpaired image-to-image translation model. Then we used this model to
process existing large-scale VPR datasets to generate the VPR-Night datasets
and demonstrated how to combine them with two popular VPR pipelines. Finally,
we proposed a divide-and-conquer VPR framework and provided explanations at the
theoretical, experimental, and application levels. Under our framework,
previous methods can significantly improve performance on two public datasets,
including the top-ranked method.
| [
{
"version": "v1",
"created": "Sat, 1 Apr 2023 09:43:58 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 16:28:47 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Liu",
"Bingxi",
""
],
[
"Fu",
"Yujie",
""
],
[
"Lu",
"Feng",
""
],
[
"Cui",
"Jinqiang",
""
],
[
"Wu",
"Yihong",
""
],
[
"Zhang",
"Hong",
""
]
] | TITLE: NPR: Nocturnal Place Recognition in Streets
ABSTRACT: Visual Place Recognition (VPR) is the task of retrieving database images
similar to a query photo by comparing it to a large database of known images.
In real-world applications, extreme illumination changes caused by query images
taken at night pose a significant obstacle that VPR needs to overcome. However,
a training set with day-night correspondence for city-scale, street-level VPR
does not exist. To address this challenge, we propose a novel pipeline that
divides VPR and conquers Nocturnal Place Recognition (NPR). Specifically, we
first established a street-level day-night dataset, NightStreet, and used it to
train an unpaired image-to-image translation model. Then we used this model to
process existing large-scale VPR datasets to generate the VPR-Night datasets
and demonstrated how to combine them with two popular VPR pipelines. Finally,
we proposed a divide-and-conquer VPR framework and provided explanations at the
theoretical, experimental, and application levels. Under our framework,
previous methods can significantly improve performance on two public datasets,
including the top-ranked method.
| new_dataset | 0.833223 |
2304.00879 | Pietro Totis | Pietro Totis, Angelika Kimmig, Luc De Raedt | smProbLog: Stable Model Semantics in ProbLog for Probabilistic
Argumentation | Under consideration in Theory and Practice of Logic Programming
(TPLP) | null | null | null | cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Argumentation problems are concerned with determining the acceptability of a
set of arguments from their relational structure. When the available
information is uncertain, probabilistic argumentation frameworks provide
modelling tools to account for it. The first contribution of this paper is a
novel interpretation of probabilistic argumentation frameworks as probabilistic
logic programs. Probabilistic logic programs are logic programs in which some
of the facts are annotated with probabilities. We show that the programs
representing probabilistic argumentation frameworks do not satisfy a common
assumption in probabilistic logic programming (PLP) semantics, which is, that
probabilistic facts fully capture the uncertainty in the domain under
investigation. The second contribution of this paper is then a novel PLP
semantics for programs where a choice of probabilistic facts does not uniquely
determine the truth assignment of the logical atoms. The third contribution of
this paper is the implementation of a PLP system supporting this semantics:
smProbLog. smProbLog is a novel PLP framework based on the probabilistic logic
programming language ProbLog. smProbLog supports many inference and learning
tasks typical of PLP, which, together with our first contribution, provide
novel reasoning tools for probabilistic argumentation. We evaluate our approach
with experiments analyzing the computational cost of the proposed algorithms
and their application to a dataset of argumentation problems.
| [
{
"version": "v1",
"created": "Mon, 3 Apr 2023 10:59:25 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 09:21:03 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Totis",
"Pietro",
""
],
[
"Kimmig",
"Angelika",
""
],
[
"De Raedt",
"Luc",
""
]
] | TITLE: smProbLog: Stable Model Semantics in ProbLog for Probabilistic
Argumentation
ABSTRACT: Argumentation problems are concerned with determining the acceptability of a
set of arguments from their relational structure. When the available
information is uncertain, probabilistic argumentation frameworks provide
modelling tools to account for it. The first contribution of this paper is a
novel interpretation of probabilistic argumentation frameworks as probabilistic
logic programs. Probabilistic logic programs are logic programs in which some
of the facts are annotated with probabilities. We show that the programs
representing probabilistic argumentation frameworks do not satisfy a common
assumption in probabilistic logic programming (PLP) semantics, which is, that
probabilistic facts fully capture the uncertainty in the domain under
investigation. The second contribution of this paper is then a novel PLP
semantics for programs where a choice of probabilistic facts does not uniquely
determine the truth assignment of the logical atoms. The third contribution of
this paper is the implementation of a PLP system supporting this semantics:
smProbLog. smProbLog is a novel PLP framework based on the probabilistic logic
programming language ProbLog. smProbLog supports many inference and learning
tasks typical of PLP, which, together with our first contribution, provide
novel reasoning tools for probabilistic argumentation. We evaluate our approach
with experiments analyzing the computational cost of the proposed algorithms
and their application to a dataset of argumentation problems.
| no_new_dataset | 0.945399 |
2304.02455 | Maximilian Stubbemann | Maximilian Stubbemann, Tobias Hille, Tom Hanika | Selecting Features by their Resilience to the Curse of Dimensionality | 16 pages, 1 figure, 2 tables | null | null | null | cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Real-world datasets are often of high dimension and effected by the curse of
dimensionality. This hinders their comprehensibility and interpretability. To
reduce the complexity feature selection aims to identify features that are
crucial to learn from said data. While measures of relevance and pairwise
similarities are commonly used, the curse of dimensionality is rarely
incorporated into the process of selecting features. Here we step in with a
novel method that identifies the features that allow to discriminate data
subsets of different sizes. By adapting recent work on computing intrinsic
dimensionalities, our method is able to select the features that can
discriminate data and thus weaken the curse of dimensionality. Our experiments
show that our method is competitive and commonly outperforms established
feature selection methods. Furthermore, we propose an approximation that allows
our method to scale to datasets consisting of millions of data points. Our
findings suggest that features that discriminate data and are connected to a
low intrinsic dimensionality are meaningful for learning procedures.
| [
{
"version": "v1",
"created": "Wed, 5 Apr 2023 14:26:23 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 11:56:50 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Stubbemann",
"Maximilian",
""
],
[
"Hille",
"Tobias",
""
],
[
"Hanika",
"Tom",
""
]
] | TITLE: Selecting Features by their Resilience to the Curse of Dimensionality
ABSTRACT: Real-world datasets are often of high dimension and effected by the curse of
dimensionality. This hinders their comprehensibility and interpretability. To
reduce the complexity feature selection aims to identify features that are
crucial to learn from said data. While measures of relevance and pairwise
similarities are commonly used, the curse of dimensionality is rarely
incorporated into the process of selecting features. Here we step in with a
novel method that identifies the features that allow to discriminate data
subsets of different sizes. By adapting recent work on computing intrinsic
dimensionalities, our method is able to select the features that can
discriminate data and thus weaken the curse of dimensionality. Our experiments
show that our method is competitive and commonly outperforms established
feature selection methods. Furthermore, we propose an approximation that allows
our method to scale to datasets consisting of millions of data points. Our
findings suggest that features that discriminate data and are connected to a
low intrinsic dimensionality are meaningful for learning procedures.
| no_new_dataset | 0.946448 |
2304.02531 | Heejong Kim | Heejong Kim and Mert R. Sabuncu | Learning to Compare Longitudinal Images | to be published in MIDL 2023 | null | null | null | eess.IV cs.CV cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Longitudinal studies, where a series of images from the same set of
individuals are acquired at different time-points, represent a popular
technique for studying and characterizing temporal dynamics in biomedical
applications. The classical approach for longitudinal comparison involves
normalizing for nuisance variations, such as image orientation or contrast
differences, via pre-processing. Statistical analysis is, in turn, conducted to
detect changes of interest, either at the individual or population level. This
classical approach can suffer from pre-processing issues and limitations of the
statistical modeling. For example, normalizing for nuisance variation might be
hard in settings where there are a lot of idiosyncratic changes. In this paper,
we present a simple machine learning-based approach that can alleviate these
issues. In our approach, we train a deep learning model (called PaIRNet, for
Pairwise Image Ranking Network) to compare pairs of longitudinal images, with
or without supervision. In the self-supervised setup, for instance, the model
is trained to temporally order the images, which requires learning to recognize
time-irreversible changes. Our results from four datasets demonstrate that
PaIRNet can be very effective in localizing and quantifying meaningful
longitudinal changes while discounting nuisance variation. Our code is
available at
\url{https://github.com/heejong-kim/learning-to-compare-longitudinal-images.git}
| [
{
"version": "v1",
"created": "Wed, 5 Apr 2023 15:52:07 GMT"
},
{
"version": "v2",
"created": "Sun, 16 Apr 2023 15:38:56 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Kim",
"Heejong",
""
],
[
"Sabuncu",
"Mert R.",
""
]
] | TITLE: Learning to Compare Longitudinal Images
ABSTRACT: Longitudinal studies, where a series of images from the same set of
individuals are acquired at different time-points, represent a popular
technique for studying and characterizing temporal dynamics in biomedical
applications. The classical approach for longitudinal comparison involves
normalizing for nuisance variations, such as image orientation or contrast
differences, via pre-processing. Statistical analysis is, in turn, conducted to
detect changes of interest, either at the individual or population level. This
classical approach can suffer from pre-processing issues and limitations of the
statistical modeling. For example, normalizing for nuisance variation might be
hard in settings where there are a lot of idiosyncratic changes. In this paper,
we present a simple machine learning-based approach that can alleviate these
issues. In our approach, we train a deep learning model (called PaIRNet, for
Pairwise Image Ranking Network) to compare pairs of longitudinal images, with
or without supervision. In the self-supervised setup, for instance, the model
is trained to temporally order the images, which requires learning to recognize
time-irreversible changes. Our results from four datasets demonstrate that
PaIRNet can be very effective in localizing and quantifying meaningful
longitudinal changes while discounting nuisance variation. Our code is
available at
\url{https://github.com/heejong-kim/learning-to-compare-longitudinal-images.git}
| no_new_dataset | 0.947624 |
2304.02971 | Dong Hengkui | Hengkui Dong, Xianzhong Long, Yun Li, Lei Chen | Synthetic Hard Negative Samples for Contrastive Learning | null | null | null | null | cs.CV cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Contrastive learning has emerged as an essential approach for self-supervised
learning in visual representation learning. The central objective of
contrastive learning is to maximize the similarities between two augmented
versions of an image (positive pairs), while minimizing the similarities
between different images (negative pairs). Recent studies have demonstrated
that harder negative samples, i.e., those that are more difficult to
differentiate from the anchor sample, perform a more crucial function in
contrastive learning. This paper proposes a novel feature-level method, namely
sampling synthetic hard negative samples for contrastive learning (SSCL), to
exploit harder negative samples more effectively. Specifically, 1) we generate
more and harder negative samples by mixing negative samples, and then sample
them by controlling the contrast of anchor sample with the other negative
samples; 2) considering the possibility of false negative samples, we further
debias the negative samples. Our proposed method improves the classification
performance on different image datasets and can be readily integrated into
existing methods.
| [
{
"version": "v1",
"created": "Thu, 6 Apr 2023 09:54:35 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 15:44:10 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Dong",
"Hengkui",
""
],
[
"Long",
"Xianzhong",
""
],
[
"Li",
"Yun",
""
],
[
"Chen",
"Lei",
""
]
] | TITLE: Synthetic Hard Negative Samples for Contrastive Learning
ABSTRACT: Contrastive learning has emerged as an essential approach for self-supervised
learning in visual representation learning. The central objective of
contrastive learning is to maximize the similarities between two augmented
versions of an image (positive pairs), while minimizing the similarities
between different images (negative pairs). Recent studies have demonstrated
that harder negative samples, i.e., those that are more difficult to
differentiate from the anchor sample, perform a more crucial function in
contrastive learning. This paper proposes a novel feature-level method, namely
sampling synthetic hard negative samples for contrastive learning (SSCL), to
exploit harder negative samples more effectively. Specifically, 1) we generate
more and harder negative samples by mixing negative samples, and then sample
them by controlling the contrast of anchor sample with the other negative
samples; 2) considering the possibility of false negative samples, we further
debias the negative samples. Our proposed method improves the classification
performance on different image datasets and can be readily integrated into
existing methods.
| no_new_dataset | 0.948728 |
2304.03054 | Wei Yuan | Wei Yuan, Quoc Viet Hung Nguyen, Tieke He, Liang Chen, Hongzhi Yin | Manipulating Federated Recommender Systems: Poisoning with Synthetic
Users and Its Countermeasures | This paper has been accepted by SIGIR2023 | null | null | null | cs.IR | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Federated Recommender Systems (FedRecs) are considered privacy-preserving
techniques to collaboratively learn a recommendation model without sharing user
data. Since all participants can directly influence the systems by uploading
gradients, FedRecs are vulnerable to poisoning attacks of malicious clients.
However, most existing poisoning attacks on FedRecs are either based on some
prior knowledge or with less effectiveness. To reveal the real vulnerability of
FedRecs, in this paper, we present a new poisoning attack method to manipulate
target items' ranks and exposure rates effectively in the top-$K$
recommendation without relying on any prior knowledge. Specifically, our attack
manipulates target items' exposure rate by a group of synthetic malicious users
who upload poisoned gradients considering target items' alternative products.
We conduct extensive experiments with two widely used FedRecs (Fed-NCF and
Fed-LightGCN) on two real-world recommendation datasets. The experimental
results show that our attack can significantly improve the exposure rate of
unpopular target items with extremely fewer malicious users and fewer global
epochs than state-of-the-art attacks. In addition to disclosing the security
hole, we design a novel countermeasure for poisoning attacks on FedRecs.
Specifically, we propose a hierarchical gradient clipping with sparsified
updating to defend against existing poisoning attacks. The empirical results
demonstrate that the proposed defending mechanism improves the robustness of
FedRecs.
| [
{
"version": "v1",
"created": "Thu, 6 Apr 2023 13:13:53 GMT"
},
{
"version": "v2",
"created": "Tue, 11 Apr 2023 01:34:31 GMT"
},
{
"version": "v3",
"created": "Sat, 15 Apr 2023 11:30:53 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Yuan",
"Wei",
""
],
[
"Nguyen",
"Quoc Viet Hung",
""
],
[
"He",
"Tieke",
""
],
[
"Chen",
"Liang",
""
],
[
"Yin",
"Hongzhi",
""
]
] | TITLE: Manipulating Federated Recommender Systems: Poisoning with Synthetic
Users and Its Countermeasures
ABSTRACT: Federated Recommender Systems (FedRecs) are considered privacy-preserving
techniques to collaboratively learn a recommendation model without sharing user
data. Since all participants can directly influence the systems by uploading
gradients, FedRecs are vulnerable to poisoning attacks of malicious clients.
However, most existing poisoning attacks on FedRecs are either based on some
prior knowledge or with less effectiveness. To reveal the real vulnerability of
FedRecs, in this paper, we present a new poisoning attack method to manipulate
target items' ranks and exposure rates effectively in the top-$K$
recommendation without relying on any prior knowledge. Specifically, our attack
manipulates target items' exposure rate by a group of synthetic malicious users
who upload poisoned gradients considering target items' alternative products.
We conduct extensive experiments with two widely used FedRecs (Fed-NCF and
Fed-LightGCN) on two real-world recommendation datasets. The experimental
results show that our attack can significantly improve the exposure rate of
unpopular target items with extremely fewer malicious users and fewer global
epochs than state-of-the-art attacks. In addition to disclosing the security
hole, we design a novel countermeasure for poisoning attacks on FedRecs.
Specifically, we propose a hierarchical gradient clipping with sparsified
updating to defend against existing poisoning attacks. The empirical results
demonstrate that the proposed defending mechanism improves the robustness of
FedRecs.
| no_new_dataset | 0.944944 |
2304.04494 | Liang Chen | Liang Chen, Yong Zhang, Yibing Song, Ying Shan, Lingqiao Liu | Improved Test-Time Adaptation for Domain Generalization | Accepted by CVPR 2023 | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The main challenge in domain generalization (DG) is to handle the
distribution shift problem that lies between the training and test data. Recent
studies suggest that test-time training (TTT), which adapts the learned model
with test data, might be a promising solution to the problem. Generally, a TTT
strategy hinges its performance on two main factors: selecting an appropriate
auxiliary TTT task for updating and identifying reliable parameters to update
during the test phase. Both previous arts and our experiments indicate that TTT
may not improve but be detrimental to the learned model if those two factors
are not properly considered. This work addresses those two factors by proposing
an Improved Test-Time Adaptation (ITTA) method. First, instead of heuristically
defining an auxiliary objective, we propose a learnable consistency loss for
the TTT task, which contains learnable parameters that can be adjusted toward
better alignment between our TTT task and the main prediction task. Second, we
introduce additional adaptive parameters for the trained model, and we suggest
only updating the adaptive parameters during the test phase. Through extensive
experiments, we show that the proposed two strategies are beneficial for the
learned model (see Figure 1), and ITTA could achieve superior performance to
the current state-of-the-art methods on several DG benchmarks. Code is
available at https://github.com/liangchen527/ITTA.
| [
{
"version": "v1",
"created": "Mon, 10 Apr 2023 10:12:38 GMT"
},
{
"version": "v2",
"created": "Sun, 16 Apr 2023 12:30:38 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Chen",
"Liang",
""
],
[
"Zhang",
"Yong",
""
],
[
"Song",
"Yibing",
""
],
[
"Shan",
"Ying",
""
],
[
"Liu",
"Lingqiao",
""
]
] | TITLE: Improved Test-Time Adaptation for Domain Generalization
ABSTRACT: The main challenge in domain generalization (DG) is to handle the
distribution shift problem that lies between the training and test data. Recent
studies suggest that test-time training (TTT), which adapts the learned model
with test data, might be a promising solution to the problem. Generally, a TTT
strategy hinges its performance on two main factors: selecting an appropriate
auxiliary TTT task for updating and identifying reliable parameters to update
during the test phase. Both previous arts and our experiments indicate that TTT
may not improve but be detrimental to the learned model if those two factors
are not properly considered. This work addresses those two factors by proposing
an Improved Test-Time Adaptation (ITTA) method. First, instead of heuristically
defining an auxiliary objective, we propose a learnable consistency loss for
the TTT task, which contains learnable parameters that can be adjusted toward
better alignment between our TTT task and the main prediction task. Second, we
introduce additional adaptive parameters for the trained model, and we suggest
only updating the adaptive parameters during the test phase. Through extensive
experiments, we show that the proposed two strategies are beneficial for the
learned model (see Figure 1), and ITTA could achieve superior performance to
the current state-of-the-art methods on several DG benchmarks. Code is
available at https://github.com/liangchen527/ITTA.
| no_new_dataset | 0.943556 |
2304.04579 | Cristiano Patr\'icio | Cristiano Patr\'icio, Jo\~ao C. Neves, Lu\'is F. Teixeira | Coherent Concept-based Explanations in Medical Image and Its Application
to Skin Lesion Diagnosis | Under IEEE Copyright. Accepted for publication at CVPR 2023 Workshop
Safe Artificial Intelligence for All Domains (SAIAD) | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Early detection of melanoma is crucial for preventing severe complications
and increasing the chances of successful treatment. Existing deep learning
approaches for melanoma skin lesion diagnosis are deemed black-box models, as
they omit the rationale behind the model prediction, compromising the
trustworthiness and acceptability of these diagnostic methods. Attempts to
provide concept-based explanations are based on post-hoc approaches, which
depend on an additional model to derive interpretations. In this paper, we
propose an inherently interpretable framework to improve the interpretability
of concept-based models by incorporating a hard attention mechanism and a
coherence loss term to assure the visual coherence of concept activations by
the concept encoder, without requiring the supervision of additional
annotations. The proposed framework explains its decision in terms of
human-interpretable concepts and their respective contribution to the final
prediction, as well as a visual interpretation of the locations where the
concept is present in the image. Experiments on skin image datasets demonstrate
that our method outperforms existing black-box and concept-based models for
skin lesion classification.
| [
{
"version": "v1",
"created": "Mon, 10 Apr 2023 13:32:04 GMT"
},
{
"version": "v2",
"created": "Mon, 17 Apr 2023 09:20:43 GMT"
}
] | 2023-04-18T00:00:00 | [
[
"Patrício",
"Cristiano",
""
],
[
"Neves",
"João C.",
""
],
[
"Teixeira",
"Luís F.",
""
]
] | TITLE: Coherent Concept-based Explanations in Medical Image and Its Application
to Skin Lesion Diagnosis
ABSTRACT: Early detection of melanoma is crucial for preventing severe complications
and increasing the chances of successful treatment. Existing deep learning
approaches for melanoma skin lesion diagnosis are deemed black-box models, as
they omit the rationale behind the model prediction, compromising the
trustworthiness and acceptability of these diagnostic methods. Attempts to
provide concept-based explanations are based on post-hoc approaches, which
depend on an additional model to derive interpretations. In this paper, we
propose an inherently interpretable framework to improve the interpretability
of concept-based models by incorporating a hard attention mechanism and a
coherence loss term to assure the visual coherence of concept activations by
the concept encoder, without requiring the supervision of additional
annotations. The proposed framework explains its decision in terms of
human-interpretable concepts and their respective contribution to the final
prediction, as well as a visual interpretation of the locations where the
concept is present in the image. Experiments on skin image datasets demonstrate
that our method outperforms existing black-box and concept-based models for
skin lesion classification.
| no_new_dataset | 0.946892 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.