id
large_stringlengths 9
16
| submitter
large_stringlengths 3
64
⌀ | authors
large_stringlengths 5
20.2k
| title
large_stringlengths 5
245
| comments
large_stringlengths 1
482
⌀ | journal-ref
large_stringlengths 4
382
⌀ | doi
large_stringlengths 9
151
⌀ | report-no
large_stringlengths 2
509
⌀ | categories
large_stringlengths 5
78
| license
large_stringclasses 9
values | abstract
large_stringlengths 83
3.55k
| versions
large listlengths 1
21
| update_date
timestamp[ms]date 2007-05-23 00:00:00
2025-05-30 00:00:00
| authors_parsed
large listlengths 1
1.35k
| prompt
large_stringlengths 166
3.64k
| label
stringclasses 2
values | prob
float64 0.5
0.73
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2112.03041 | Daniel Flam-Shepherd | Daniel Flam-Shepherd, Kevin Zhu and Al\'an Aspuru-Guzik | Keeping it Simple: Language Models can learn Complex Molecular
Distributions | null | Nat Commun 13, 3293 (2022) | 10.1038/s41467-022-30839-x | null | cs.LG cs.AI q-bio.QM | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Deep generative models of molecules have grown immensely in popularity,
trained on relevant datasets, these models are used to search through chemical
space. The downstream utility of generative models for the inverse design of
novel functional compounds depends on their ability to learn a training
distribution of molecules. The most simple example is a language model that
takes the form of a recurrent neural network and generates molecules using a
string representation. More sophisticated are graph generative models, which
sequentially construct molecular graphs and typically achieve state of the art
results. However, recent work has shown that language models are more capable
than once thought, particularly in the low data regime. In this work, we
investigate the capacity of simple language models to learn distributions of
molecules. For this purpose, we introduce several challenging generative
modeling tasks by compiling especially complex distributions of molecules. On
each task, we evaluate the ability of language models as compared with two
widely used graph generative models. The results demonstrate that language
models are powerful generative models, capable of adeptly learning complex
molecular distributions -- and yield better performance than the graph models.
Language models can accurately generate: distributions of the highest scoring
penalized LogP molecules in ZINC15, multi-modal molecular distributions as well
as the largest molecules in PubChem.
| [
{
"version": "v1",
"created": "Mon, 6 Dec 2021 13:40:58 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Flam-Shepherd",
"Daniel",
""
],
[
"Zhu",
"Kevin",
""
],
[
"Aspuru-Guzik",
"Alán",
""
]
] | TITLE: Keeping it Simple: Language Models can learn Complex Molecular
Distributions
ABSTRACT: Deep generative models of molecules have grown immensely in popularity,
trained on relevant datasets, these models are used to search through chemical
space. The downstream utility of generative models for the inverse design of
novel functional compounds depends on their ability to learn a training
distribution of molecules. The most simple example is a language model that
takes the form of a recurrent neural network and generates molecules using a
string representation. More sophisticated are graph generative models, which
sequentially construct molecular graphs and typically achieve state of the art
results. However, recent work has shown that language models are more capable
than once thought, particularly in the low data regime. In this work, we
investigate the capacity of simple language models to learn distributions of
molecules. For this purpose, we introduce several challenging generative
modeling tasks by compiling especially complex distributions of molecules. On
each task, we evaluate the ability of language models as compared with two
widely used graph generative models. The results demonstrate that language
models are powerful generative models, capable of adeptly learning complex
molecular distributions -- and yield better performance than the graph models.
Language models can accurately generate: distributions of the highest scoring
penalized LogP molecules in ZINC15, multi-modal molecular distributions as well
as the largest molecules in PubChem.
| no_new_dataset | 0.709667 |
2201.08810 | Junchen Zhao | Junchen Zhao, Yurun Song, Junlin Wang, Ian G. Harris | GAP-Gen: Guided Automatic Python Code Generation | Proceedings of the 17th Conference of the European Chapter of the
Association for Computational Linguistics: Student Research Workshop | null | null | null | cs.PL cs.CL cs.LG cs.SE | http://creativecommons.org/licenses/by-sa/4.0/ | Automatic code generation from natural language descriptions can be highly
beneficial during the process of software development. In this work, we propose
GAP-Gen, a Guided Automatic Python Code Generation method based on Python
syntactic constraints and semantic constraints. We first introduce Python
syntactic constraints in the form of Syntax-Flow, which is a simplified version
of Abstract Syntax Tree (AST) reducing the size and high complexity of Abstract
Syntax Tree but maintaining crucial syntactic information of Python code. In
addition to Syntax-Flow, we introduce Variable-Flow which abstracts variable
and function names consistently through out the code. In our work, rather than
pretraining, we focus on modifying the finetuning process which reduces
computational requirements but retains high generation performance on automatic
Python code generation task. GAP-Gen fine-tunes the transformer based language
models T5 and CodeT5 using the Code-to-Docstring datasets CodeSearchNet,
CodeSearchNet AdvTest and Code-Docstring Corpus from EdinburghNLP. Our
experiments show that GAP-Gen achieves better results on automatic Python code
generation task than previous works.
| [
{
"version": "v1",
"created": "Wed, 19 Jan 2022 06:32:47 GMT"
},
{
"version": "v2",
"created": "Wed, 10 May 2023 01:01:43 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Zhao",
"Junchen",
""
],
[
"Song",
"Yurun",
""
],
[
"Wang",
"Junlin",
""
],
[
"Harris",
"Ian G.",
""
]
] | TITLE: GAP-Gen: Guided Automatic Python Code Generation
ABSTRACT: Automatic code generation from natural language descriptions can be highly
beneficial during the process of software development. In this work, we propose
GAP-Gen, a Guided Automatic Python Code Generation method based on Python
syntactic constraints and semantic constraints. We first introduce Python
syntactic constraints in the form of Syntax-Flow, which is a simplified version
of Abstract Syntax Tree (AST) reducing the size and high complexity of Abstract
Syntax Tree but maintaining crucial syntactic information of Python code. In
addition to Syntax-Flow, we introduce Variable-Flow which abstracts variable
and function names consistently through out the code. In our work, rather than
pretraining, we focus on modifying the finetuning process which reduces
computational requirements but retains high generation performance on automatic
Python code generation task. GAP-Gen fine-tunes the transformer based language
models T5 and CodeT5 using the Code-to-Docstring datasets CodeSearchNet,
CodeSearchNet AdvTest and Code-Docstring Corpus from EdinburghNLP. Our
experiments show that GAP-Gen achieves better results on automatic Python code
generation task than previous works.
| no_new_dataset | 0.710603 |
2204.05044 | Maximilian Springenberg | Maximilian Springenberg, Annika Frommholz, Markus Wenzel, Eva Weicken,
Jackie Ma, and Nils Strodthoff | From Modern CNNs to Vision Transformers: Assessing the Performance,
Robustness, and Classification Strategies of Deep Learning Models in
Histopathology | 14 pages, 6 figures, v2: version accepted by Medical Image Analysis,
code available under https://github.com/hhi-aml/histobenchmark | null | 10.1016/j.media.2023.102809 | null | eess.IV cs.LG stat.ML | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | While machine learning is currently transforming the field of histopathology,
the domain lacks a comprehensive evaluation of state-of-the-art models based on
essential but complementary quality requirements beyond a mere classification
accuracy. In order to fill this gap, we developed a new methodology to
extensively evaluate a wide range of classification models, including recent
vision transformers, and convolutional neural networks such as: ConvNeXt,
ResNet (BiT), Inception, ViT and Swin transformer, with and without supervised
or self-supervised pretraining. We thoroughly tested the models on five widely
used histopathology datasets containing whole slide images of breast, gastric,
and colorectal cancer and developed a novel approach using an image-to-image
translation model to assess the robustness of a cancer classification model
against stain variations. Further, we extended existing interpretability
methods to previously unstudied models and systematically reveal insights of
the models' classifications strategies that can be transferred to future model
architectures.
| [
{
"version": "v1",
"created": "Mon, 11 Apr 2022 12:26:19 GMT"
},
{
"version": "v2",
"created": "Tue, 9 May 2023 15:05:49 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Springenberg",
"Maximilian",
""
],
[
"Frommholz",
"Annika",
""
],
[
"Wenzel",
"Markus",
""
],
[
"Weicken",
"Eva",
""
],
[
"Ma",
"Jackie",
""
],
[
"Strodthoff",
"Nils",
""
]
] | TITLE: From Modern CNNs to Vision Transformers: Assessing the Performance,
Robustness, and Classification Strategies of Deep Learning Models in
Histopathology
ABSTRACT: While machine learning is currently transforming the field of histopathology,
the domain lacks a comprehensive evaluation of state-of-the-art models based on
essential but complementary quality requirements beyond a mere classification
accuracy. In order to fill this gap, we developed a new methodology to
extensively evaluate a wide range of classification models, including recent
vision transformers, and convolutional neural networks such as: ConvNeXt,
ResNet (BiT), Inception, ViT and Swin transformer, with and without supervised
or self-supervised pretraining. We thoroughly tested the models on five widely
used histopathology datasets containing whole slide images of breast, gastric,
and colorectal cancer and developed a novel approach using an image-to-image
translation model to assess the robustness of a cancer classification model
against stain variations. Further, we extended existing interpretability
methods to previously unstudied models and systematically reveal insights of
the models' classifications strategies that can be transferred to future model
architectures.
| no_new_dataset | 0.708421 |
2205.06131 | Chainarong Amornbunchornvej | Chainarong Amornbunchornvej, Navaporn Surasvadi, Anon Plangprasopchok,
and Suttipong Thajchayapong | Framework for inferring empirical causal graphs from binary data to
support multidimensional poverty analysis | The accepted version by Heliyon. The latest version of R package can
be found at https://github.com/DarkEyes/BiCausality | Heliyon, Volume 9, Issue 5, 2023, e15947 | 10.1016/j.heliyon.2023.e15947 | null | stat.ME cs.CY cs.LG cs.SI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Poverty is one of the fundamental issues that mankind faces. To solve poverty
issues, one needs to know how severe the issue is. The Multidimensional Poverty
Index (MPI) is a well-known approach that is used to measure a degree of
poverty issues in a given area. To compute MPI, it requires information of MPI
indicators, which are \textbf{binary variables} collecting by surveys, that
represent different aspects of poverty such as lacking of education, health,
living conditions, etc. Inferring impacts of MPI indicators on MPI index can be
solved by using traditional regression methods. However, it is not obvious that
whether solving one MPI indicator might resolve or cause more issues in other
MPI indicators and there is no framework dedicating to infer empirical causal
relations among MPI indicators.
In this work, we propose a framework to infer causal relations on binary
variables in poverty surveys. Our approach performed better than baseline
methods in simulated datasets that we know ground truth as well as correctly
found a causal relation in the Twin births dataset. In Thailand poverty survey
dataset, the framework found a causal relation between smoking and alcohol
drinking issues. We provide R CRAN package `BiCausality' that can be used in
any binary variables beyond the poverty analysis context.
| [
{
"version": "v1",
"created": "Thu, 12 May 2022 14:50:11 GMT"
},
{
"version": "v2",
"created": "Wed, 1 Jun 2022 13:58:55 GMT"
},
{
"version": "v3",
"created": "Thu, 27 Apr 2023 15:46:38 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Amornbunchornvej",
"Chainarong",
""
],
[
"Surasvadi",
"Navaporn",
""
],
[
"Plangprasopchok",
"Anon",
""
],
[
"Thajchayapong",
"Suttipong",
""
]
] | TITLE: Framework for inferring empirical causal graphs from binary data to
support multidimensional poverty analysis
ABSTRACT: Poverty is one of the fundamental issues that mankind faces. To solve poverty
issues, one needs to know how severe the issue is. The Multidimensional Poverty
Index (MPI) is a well-known approach that is used to measure a degree of
poverty issues in a given area. To compute MPI, it requires information of MPI
indicators, which are \textbf{binary variables} collecting by surveys, that
represent different aspects of poverty such as lacking of education, health,
living conditions, etc. Inferring impacts of MPI indicators on MPI index can be
solved by using traditional regression methods. However, it is not obvious that
whether solving one MPI indicator might resolve or cause more issues in other
MPI indicators and there is no framework dedicating to infer empirical causal
relations among MPI indicators.
In this work, we propose a framework to infer causal relations on binary
variables in poverty surveys. Our approach performed better than baseline
methods in simulated datasets that we know ground truth as well as correctly
found a causal relation in the Twin births dataset. In Thailand poverty survey
dataset, the framework found a causal relation between smoking and alcohol
drinking issues. We provide R CRAN package `BiCausality' that can be used in
any binary variables beyond the poverty analysis context.
| no_new_dataset | 0.708389 |
2206.00830 | Ning Xu | Ning Xu, Biao Liu, Jiaqi Lv, Congyu Qiao, and Xin Geng | Progressive Purification for Instance-Dependent Partial Label Learning | Accepted to International Conference on Machine Learning 2023 (ICML
2023) | null | null | null | cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Partial label learning (PLL) aims to train multiclass classifiers from the
examples each annotated with a set of candidate labels where a fixed but
unknown candidate label is correct. In the last few years, the
instance-independent generation process of candidate labels has been
extensively studied, on the basis of which many theoretical advances have been
made in PLL. Nevertheless, the candidate labels are always instance-dependent
in practice and there is no theoretical guarantee that the model trained on the
instance-dependent PLL examples can converge to an ideal one. In this paper, a
theoretically grounded and practically effective approach named POP, i.e.
PrOgressive Purification for instance-dependent partial label learning, is
proposed. Specifically, POP updates the learning model and purifies each
candidate label set progressively in every epoch. Theoretically, we prove that
POP enlarges the region appropriately fast where the model is reliable, and
eventually approximates the Bayes optimal classifier with mild assumptions.
Technically, POP is flexible with arbitrary PLL losses and could improve the
performance of the previous PLL losses in the instance-dependent case.
Experiments on the benchmark datasets and the real-world datasets validate the
effectiveness of the proposed method.
| [
{
"version": "v1",
"created": "Thu, 2 Jun 2022 02:07:12 GMT"
},
{
"version": "v2",
"created": "Wed, 10 May 2023 02:38:00 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Xu",
"Ning",
""
],
[
"Liu",
"Biao",
""
],
[
"Lv",
"Jiaqi",
""
],
[
"Qiao",
"Congyu",
""
],
[
"Geng",
"Xin",
""
]
] | TITLE: Progressive Purification for Instance-Dependent Partial Label Learning
ABSTRACT: Partial label learning (PLL) aims to train multiclass classifiers from the
examples each annotated with a set of candidate labels where a fixed but
unknown candidate label is correct. In the last few years, the
instance-independent generation process of candidate labels has been
extensively studied, on the basis of which many theoretical advances have been
made in PLL. Nevertheless, the candidate labels are always instance-dependent
in practice and there is no theoretical guarantee that the model trained on the
instance-dependent PLL examples can converge to an ideal one. In this paper, a
theoretically grounded and practically effective approach named POP, i.e.
PrOgressive Purification for instance-dependent partial label learning, is
proposed. Specifically, POP updates the learning model and purifies each
candidate label set progressively in every epoch. Theoretically, we prove that
POP enlarges the region appropriately fast where the model is reliable, and
eventually approximates the Bayes optimal classifier with mild assumptions.
Technically, POP is flexible with arbitrary PLL losses and could improve the
performance of the previous PLL losses in the instance-dependent case.
Experiments on the benchmark datasets and the real-world datasets validate the
effectiveness of the proposed method.
| no_new_dataset | 0.710848 |
2207.05135 | Niccol\`o Cavagnero | Niccol\`o Cavagnero, Luca Robbiano, Barbara Caputo and Giuseppe Averta | FreeREA: Training-Free Evolution-based Architecture Search | 16 pages, 4 figures | 2023 IEEE/CVF Winter Conference on Applications of Computer Vision
(WACV) | 10.1109/WACV56688.2023.00154 | null | cs.NE cs.AI cs.CV cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In the last decade, most research in Machine Learning contributed to the
improvement of existing models, with the aim of increasing the performance of
neural networks for the solution of a variety of different tasks. However, such
advancements often come at the cost of an increase of model memory and
computational requirements. This represents a significant limitation for the
deployability of research output in realistic settings, where the cost, the
energy consumption, and the complexity of the framework play a crucial role. To
solve this issue, the designer should search for models that maximise the
performance while limiting its footprint. Typical approaches to reach this goal
rely either on manual procedures, which cannot guarantee the optimality of the
final design, or upon Neural Architecture Search algorithms to automatise the
process, at the expenses of extremely high computational time. This paper
provides a solution for the fast identification of a neural network that
maximises the model accuracy while preserving size and computational
constraints typical of tiny devices. Our approach, named FreeREA, is a custom
cell-based evolution NAS algorithm that exploits an optimised combination of
training-free metrics to rank architectures during the search, thus without
need of model training. Our experiments, carried out on the common benchmarks
NAS-Bench-101 and NATS-Bench, demonstrate that i) FreeREA is a fast, efficient,
and effective search method for models automatic design; ii) it outperforms
State of the Art training-based and training-free techniques in all the
datasets and benchmarks considered, and iii) it can easily generalise to
constrained scenarios, representing a competitive solution for fast Neural
Architecture Search in generic constrained applications. The code is available
at \url{https://github.com/NiccoloCavagnero/FreeREA}.
| [
{
"version": "v1",
"created": "Fri, 17 Jun 2022 11:16:28 GMT"
},
{
"version": "v2",
"created": "Wed, 10 May 2023 10:04:17 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Cavagnero",
"Niccolò",
""
],
[
"Robbiano",
"Luca",
""
],
[
"Caputo",
"Barbara",
""
],
[
"Averta",
"Giuseppe",
""
]
] | TITLE: FreeREA: Training-Free Evolution-based Architecture Search
ABSTRACT: In the last decade, most research in Machine Learning contributed to the
improvement of existing models, with the aim of increasing the performance of
neural networks for the solution of a variety of different tasks. However, such
advancements often come at the cost of an increase of model memory and
computational requirements. This represents a significant limitation for the
deployability of research output in realistic settings, where the cost, the
energy consumption, and the complexity of the framework play a crucial role. To
solve this issue, the designer should search for models that maximise the
performance while limiting its footprint. Typical approaches to reach this goal
rely either on manual procedures, which cannot guarantee the optimality of the
final design, or upon Neural Architecture Search algorithms to automatise the
process, at the expenses of extremely high computational time. This paper
provides a solution for the fast identification of a neural network that
maximises the model accuracy while preserving size and computational
constraints typical of tiny devices. Our approach, named FreeREA, is a custom
cell-based evolution NAS algorithm that exploits an optimised combination of
training-free metrics to rank architectures during the search, thus without
need of model training. Our experiments, carried out on the common benchmarks
NAS-Bench-101 and NATS-Bench, demonstrate that i) FreeREA is a fast, efficient,
and effective search method for models automatic design; ii) it outperforms
State of the Art training-based and training-free techniques in all the
datasets and benchmarks considered, and iii) it can easily generalise to
constrained scenarios, representing a competitive solution for fast Neural
Architecture Search in generic constrained applications. The code is available
at \url{https://github.com/NiccoloCavagnero/FreeREA}.
| no_new_dataset | 0.710434 |
2208.03133 | Egor Bogomolov | Mikhail Evtikhiev, Egor Bogomolov, Yaroslav Sokolov, Timofey Bryksin | Out of the BLEU: how should we assess quality of the Code Generation
models? | null | null | 10.1016/j.jss.2023.111741 | null | cs.SE cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In recent years, researchers have created and introduced a significant number
of various code generation models. As human evaluation of every new model
version is unfeasible, the community adopted automatic evaluation metrics such
as BLEU to approximate the results of human judgement. These metrics originate
from the machine translation domain and it is unclear whether they are
applicable for the code generation tasks and how well they agree with the human
evaluation on this task. There are also other metrics, CodeBLEU and RUBY,
developed to estimate the similarity of code, that take into account the
properties of source code. However, for these metrics there are hardly any
studies on their agreement with the human evaluation. Despite all that, minimal
differences in the metric scores have been used in recent papers to claim
superiority of some code generation models over the others.
In this paper, we present a study on the applicability of six metrics --
BLEU, ROUGE-L, METEOR, ChrF, CodeBLEU, and RUBY -- for evaluation of code
generation models. We conduct a study on two different code generation datasets
and use human annotators to assess the quality of all models run on these
datasets. The results indicate that for the CoNaLa dataset of Python
one-liners, none of the metrics can correctly emulate human judgement on which
model is better with >95% certainty if the difference in model scores is less
than 5 points. For the HearthStone dataset, which consists of classes of a
particular structure, a difference in model scores of at least 2 points is
enough to claim the superiority of one model over the other. Our findings
suggest that the ChrF metric is a better fit for the evaluation of code
generation models than the commonly used BLEU and CodeBLEU. Yet, finding a
metric for code generation that closely agrees with humans requires additional
work.
| [
{
"version": "v1",
"created": "Fri, 5 Aug 2022 13:00:16 GMT"
},
{
"version": "v2",
"created": "Wed, 10 May 2023 11:14:17 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Evtikhiev",
"Mikhail",
""
],
[
"Bogomolov",
"Egor",
""
],
[
"Sokolov",
"Yaroslav",
""
],
[
"Bryksin",
"Timofey",
""
]
] | TITLE: Out of the BLEU: how should we assess quality of the Code Generation
models?
ABSTRACT: In recent years, researchers have created and introduced a significant number
of various code generation models. As human evaluation of every new model
version is unfeasible, the community adopted automatic evaluation metrics such
as BLEU to approximate the results of human judgement. These metrics originate
from the machine translation domain and it is unclear whether they are
applicable for the code generation tasks and how well they agree with the human
evaluation on this task. There are also other metrics, CodeBLEU and RUBY,
developed to estimate the similarity of code, that take into account the
properties of source code. However, for these metrics there are hardly any
studies on their agreement with the human evaluation. Despite all that, minimal
differences in the metric scores have been used in recent papers to claim
superiority of some code generation models over the others.
In this paper, we present a study on the applicability of six metrics --
BLEU, ROUGE-L, METEOR, ChrF, CodeBLEU, and RUBY -- for evaluation of code
generation models. We conduct a study on two different code generation datasets
and use human annotators to assess the quality of all models run on these
datasets. The results indicate that for the CoNaLa dataset of Python
one-liners, none of the metrics can correctly emulate human judgement on which
model is better with >95% certainty if the difference in model scores is less
than 5 points. For the HearthStone dataset, which consists of classes of a
particular structure, a difference in model scores of at least 2 points is
enough to claim the superiority of one model over the other. Our findings
suggest that the ChrF metric is a better fit for the evaluation of code
generation models than the commonly used BLEU and CodeBLEU. Yet, finding a
metric for code generation that closely agrees with humans requires additional
work.
| new_dataset | 0.710415 |
2210.03625 | Andrew Rouditchenko | Andrew Rouditchenko, Yung-Sung Chuang, Nina Shvetsova, Samuel Thomas,
Rogerio Feris, Brian Kingsbury, Leonid Karlinsky, David Harwath, Hilde
Kuehne, James Glass | C2KD: Cross-Lingual Cross-Modal Knowledge Distillation for Multilingual
Text-Video Retrieval | Accepted at ICASSP 2023. The code, models, and dataset are available
at https://github.com/roudimit/c2kd | null | null | null | cs.CL cs.CV cs.MM | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Multilingual text-video retrieval methods have improved significantly in
recent years, but the performance for other languages lags behind English. We
propose a Cross-Lingual Cross-Modal Knowledge Distillation method to improve
multilingual text-video retrieval. Inspired by the fact that English text-video
retrieval outperforms other languages, we train a student model using input
text in different languages to match the cross-modal predictions from teacher
models using input text in English. We propose a cross entropy based objective
which forces the distribution over the student's text-video similarity scores
to be similar to those of the teacher models. We introduce a new multilingual
video dataset, Multi-YouCook2, by translating the English captions in the
YouCook2 video dataset to 8 other languages. Our method improves multilingual
text-video retrieval performance on Multi-YouCook2 and several other datasets
such as Multi-MSRVTT and VATEX. We also conducted an analysis on the
effectiveness of different multilingual text models as teachers. The code,
models, and dataset are available at https://github.com/roudimit/c2kd.
| [
{
"version": "v1",
"created": "Fri, 7 Oct 2022 15:30:24 GMT"
},
{
"version": "v2",
"created": "Tue, 9 May 2023 19:58:59 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Rouditchenko",
"Andrew",
""
],
[
"Chuang",
"Yung-Sung",
""
],
[
"Shvetsova",
"Nina",
""
],
[
"Thomas",
"Samuel",
""
],
[
"Feris",
"Rogerio",
""
],
[
"Kingsbury",
"Brian",
""
],
[
"Karlinsky",
"Leonid",
""
],
[
"Harwath",
"David",
""
],
[
"Kuehne",
"Hilde",
""
],
[
"Glass",
"James",
""
]
] | TITLE: C2KD: Cross-Lingual Cross-Modal Knowledge Distillation for Multilingual
Text-Video Retrieval
ABSTRACT: Multilingual text-video retrieval methods have improved significantly in
recent years, but the performance for other languages lags behind English. We
propose a Cross-Lingual Cross-Modal Knowledge Distillation method to improve
multilingual text-video retrieval. Inspired by the fact that English text-video
retrieval outperforms other languages, we train a student model using input
text in different languages to match the cross-modal predictions from teacher
models using input text in English. We propose a cross entropy based objective
which forces the distribution over the student's text-video similarity scores
to be similar to those of the teacher models. We introduce a new multilingual
video dataset, Multi-YouCook2, by translating the English captions in the
YouCook2 video dataset to 8 other languages. Our method improves multilingual
text-video retrieval performance on Multi-YouCook2 and several other datasets
such as Multi-MSRVTT and VATEX. We also conducted an analysis on the
effectiveness of different multilingual text models as teachers. The code,
models, and dataset are available at https://github.com/roudimit/c2kd.
| new_dataset | 0.716194 |
2210.17114 | Shira Guskin | Shira Guskin, Moshe Wasserblat, Chang Wang, Haihao Shen | QuaLA-MiniLM: a Quantized Length Adaptive MiniLM | In this version we updated the reference to the source code in the
abstract. arXiv admin note: text overlap with arXiv:2111.09645 | null | null | null | cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Limited computational budgets often prevent transformers from being used in
production and from having their high accuracy utilized. A knowledge
distillation approach addresses the computational efficiency by self-distilling
BERT into a smaller transformer representation having fewer layers and smaller
internal embedding. However, the performance of these models drops as we reduce
the number of layers, notably in advanced NLP tasks such as span question
answering. In addition, a separate model must be trained for each inference
scenario with its distinct computational budget. Dynamic-TinyBERT tackles both
limitations by partially implementing the Length Adaptive Transformer (LAT)
technique onto TinyBERT, achieving x3 speedup over BERT-base with minimal
accuracy loss. In this work, we expand the Dynamic-TinyBERT approach to
generate a much more highly efficient model. We use MiniLM distillation jointly
with the LAT method, and we further enhance the efficiency by applying low-bit
quantization. Our quantized length-adaptive MiniLM model (QuaLA-MiniLM) is
trained only once, dynamically fits any inference scenario, and achieves an
accuracy-efficiency trade-off superior to any other efficient approaches per
any computational budget on the SQuAD1.1 dataset (up to x8.8 speedup with <1%
accuracy loss). The code to reproduce this work is publicly available on
Github.
| [
{
"version": "v1",
"created": "Mon, 31 Oct 2022 07:42:52 GMT"
},
{
"version": "v2",
"created": "Tue, 27 Dec 2022 11:24:03 GMT"
},
{
"version": "v3",
"created": "Wed, 10 May 2023 12:57:33 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Guskin",
"Shira",
""
],
[
"Wasserblat",
"Moshe",
""
],
[
"Wang",
"Chang",
""
],
[
"Shen",
"Haihao",
""
]
] | TITLE: QuaLA-MiniLM: a Quantized Length Adaptive MiniLM
ABSTRACT: Limited computational budgets often prevent transformers from being used in
production and from having their high accuracy utilized. A knowledge
distillation approach addresses the computational efficiency by self-distilling
BERT into a smaller transformer representation having fewer layers and smaller
internal embedding. However, the performance of these models drops as we reduce
the number of layers, notably in advanced NLP tasks such as span question
answering. In addition, a separate model must be trained for each inference
scenario with its distinct computational budget. Dynamic-TinyBERT tackles both
limitations by partially implementing the Length Adaptive Transformer (LAT)
technique onto TinyBERT, achieving x3 speedup over BERT-base with minimal
accuracy loss. In this work, we expand the Dynamic-TinyBERT approach to
generate a much more highly efficient model. We use MiniLM distillation jointly
with the LAT method, and we further enhance the efficiency by applying low-bit
quantization. Our quantized length-adaptive MiniLM model (QuaLA-MiniLM) is
trained only once, dynamically fits any inference scenario, and achieves an
accuracy-efficiency trade-off superior to any other efficient approaches per
any computational budget on the SQuAD1.1 dataset (up to x8.8 speedup with <1%
accuracy loss). The code to reproduce this work is publicly available on
Github.
| no_new_dataset | 0.71022 |
2211.02477 | Wolfgang Kircheis | Janek Bevendorff, Philipp Sauer, Lukas Gienapp, Wolfgang Kircheis,
Erik K\"orner, Benno Stein, Martin Potthast | SMAuC -- The Scientific Multi-Authorship Corpus | null | null | null | null | cs.CL cs.DL | http://creativecommons.org/licenses/by/4.0/ | The rapidly growing volume of scientific publications offers an interesting
challenge for research on methods for analyzing the authorship of documents
with one or more authors. However, most existing datasets lack scientific
documents or the necessary metadata for constructing new experiments and test
cases. We introduce SMAuC, a comprehensive, metadata-rich corpus tailored to
scientific authorship analysis. Comprising over 3 million publications across
various disciplines from over 5 million authors, SMAuC is the largest openly
accessible corpus for this purpose. It encompasses scientific texts from
humanities and natural sciences, accompanied by extensive, curated metadata,
including unambiguous author IDs. SMAuC aims to significantly advance the
domain of authorship analysis in scientific texts.
| [
{
"version": "v1",
"created": "Fri, 4 Nov 2022 14:07:17 GMT"
},
{
"version": "v2",
"created": "Wed, 10 May 2023 12:21:38 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Bevendorff",
"Janek",
""
],
[
"Sauer",
"Philipp",
""
],
[
"Gienapp",
"Lukas",
""
],
[
"Kircheis",
"Wolfgang",
""
],
[
"Körner",
"Erik",
""
],
[
"Stein",
"Benno",
""
],
[
"Potthast",
"Martin",
""
]
] | TITLE: SMAuC -- The Scientific Multi-Authorship Corpus
ABSTRACT: The rapidly growing volume of scientific publications offers an interesting
challenge for research on methods for analyzing the authorship of documents
with one or more authors. However, most existing datasets lack scientific
documents or the necessary metadata for constructing new experiments and test
cases. We introduce SMAuC, a comprehensive, metadata-rich corpus tailored to
scientific authorship analysis. Comprising over 3 million publications across
various disciplines from over 5 million authors, SMAuC is the largest openly
accessible corpus for this purpose. It encompasses scientific texts from
humanities and natural sciences, accompanied by extensive, curated metadata,
including unambiguous author IDs. SMAuC aims to significantly advance the
domain of authorship analysis in scientific texts.
| new_dataset | 0.671093 |
2211.06578 | Tianyi Shi | Tianyi Shi, Xiaohuan Ding, Wei Zhou, Feng Pan, Zengqiang Yan, Xiang
Bai and Xin Yang | Affinity Feature Strengthening for Accurate, Complete and Robust Vessel
Segmentation | Accepted by JBHI | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Vessel segmentation is crucial in many medical image applications, such as
detecting coronary stenoses, retinal vessel diseases and brain aneurysms.
However, achieving high pixel-wise accuracy, complete topology structure and
robustness to various contrast variations are critical and challenging, and
most existing methods focus only on achieving one or two of these aspects. In
this paper, we present a novel approach, the affinity feature strengthening
network (AFN), which jointly models geometry and refines pixel-wise
segmentation features using a contrast-insensitive, multiscale affinity
approach. Specifically, we compute a multiscale affinity field for each pixel,
capturing its semantic relationships with neighboring pixels in the predicted
mask image. This field represents the local geometry of vessel segments of
different sizes, allowing us to learn spatial- and scale-aware adaptive weights
to strengthen vessel features. We evaluate our AFN on four different types of
vascular datasets: X-ray angiography coronary vessel dataset (XCAD), portal
vein dataset (PV), digital subtraction angiography cerebrovascular vessel
dataset (DSA) and retinal vessel dataset (DRIVE). Extensive experimental
results demonstrate that our AFN outperforms the state-of-the-art methods in
terms of both higher accuracy and topological metrics, while also being more
robust to various contrast changes. The source code of this work is available
at https://github.com/TY-Shi/AFN.
| [
{
"version": "v1",
"created": "Sat, 12 Nov 2022 05:39:17 GMT"
},
{
"version": "v2",
"created": "Wed, 10 May 2023 10:23:37 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Shi",
"Tianyi",
""
],
[
"Ding",
"Xiaohuan",
""
],
[
"Zhou",
"Wei",
""
],
[
"Pan",
"Feng",
""
],
[
"Yan",
"Zengqiang",
""
],
[
"Bai",
"Xiang",
""
],
[
"Yang",
"Xin",
""
]
] | TITLE: Affinity Feature Strengthening for Accurate, Complete and Robust Vessel
Segmentation
ABSTRACT: Vessel segmentation is crucial in many medical image applications, such as
detecting coronary stenoses, retinal vessel diseases and brain aneurysms.
However, achieving high pixel-wise accuracy, complete topology structure and
robustness to various contrast variations are critical and challenging, and
most existing methods focus only on achieving one or two of these aspects. In
this paper, we present a novel approach, the affinity feature strengthening
network (AFN), which jointly models geometry and refines pixel-wise
segmentation features using a contrast-insensitive, multiscale affinity
approach. Specifically, we compute a multiscale affinity field for each pixel,
capturing its semantic relationships with neighboring pixels in the predicted
mask image. This field represents the local geometry of vessel segments of
different sizes, allowing us to learn spatial- and scale-aware adaptive weights
to strengthen vessel features. We evaluate our AFN on four different types of
vascular datasets: X-ray angiography coronary vessel dataset (XCAD), portal
vein dataset (PV), digital subtraction angiography cerebrovascular vessel
dataset (DSA) and retinal vessel dataset (DRIVE). Extensive experimental
results demonstrate that our AFN outperforms the state-of-the-art methods in
terms of both higher accuracy and topological metrics, while also being more
robust to various contrast changes. The source code of this work is available
at https://github.com/TY-Shi/AFN.
| no_new_dataset | 0.706981 |
2211.10933 | Wenli Sun | Wenli Sun, Xinyang Jiang, Shuguang Dou, Dongsheng Li, Duoqian Miao,
Cheng Deng, Cairong Zhao | Invisible Backdoor Attack with Dynamic Triggers against Person
Re-identification | null | null | null | null | cs.CV cs.CR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In recent years, person Re-identification (ReID) has rapidly progressed with
wide real-world applications, but also poses significant risks of adversarial
attacks. In this paper, we focus on the backdoor attack on deep ReID models.
Existing backdoor attack methods follow an all-to-one or all-to-all attack
scenario, where all the target classes in the test set have already been seen
in the training set. However, ReID is a much more complex fine-grained open-set
recognition problem, where the identities in the test set are not contained in
the training set. Thus, previous backdoor attack methods for classification are
not applicable for ReID. To ameliorate this issue, we propose a novel backdoor
attack on deep ReID under a new all-to-unknown scenario, called Dynamic
Triggers Invisible Backdoor Attack (DT-IBA). Instead of learning fixed triggers
for the target classes from the training set, DT-IBA can dynamically generate
new triggers for any unknown identities. Specifically, an identity hashing
network is proposed to first extract target identity information from a
reference image, which is then injected into the benign images by image
steganography. We extensively validate the effectiveness and stealthiness of
the proposed attack on benchmark datasets, and evaluate the effectiveness of
several defense methods against our attack.
| [
{
"version": "v1",
"created": "Sun, 20 Nov 2022 10:08:28 GMT"
},
{
"version": "v2",
"created": "Wed, 10 May 2023 14:19:15 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Sun",
"Wenli",
""
],
[
"Jiang",
"Xinyang",
""
],
[
"Dou",
"Shuguang",
""
],
[
"Li",
"Dongsheng",
""
],
[
"Miao",
"Duoqian",
""
],
[
"Deng",
"Cheng",
""
],
[
"Zhao",
"Cairong",
""
]
] | TITLE: Invisible Backdoor Attack with Dynamic Triggers against Person
Re-identification
ABSTRACT: In recent years, person Re-identification (ReID) has rapidly progressed with
wide real-world applications, but also poses significant risks of adversarial
attacks. In this paper, we focus on the backdoor attack on deep ReID models.
Existing backdoor attack methods follow an all-to-one or all-to-all attack
scenario, where all the target classes in the test set have already been seen
in the training set. However, ReID is a much more complex fine-grained open-set
recognition problem, where the identities in the test set are not contained in
the training set. Thus, previous backdoor attack methods for classification are
not applicable for ReID. To ameliorate this issue, we propose a novel backdoor
attack on deep ReID under a new all-to-unknown scenario, called Dynamic
Triggers Invisible Backdoor Attack (DT-IBA). Instead of learning fixed triggers
for the target classes from the training set, DT-IBA can dynamically generate
new triggers for any unknown identities. Specifically, an identity hashing
network is proposed to first extract target identity information from a
reference image, which is then injected into the benign images by image
steganography. We extensively validate the effectiveness and stealthiness of
the proposed attack on benchmark datasets, and evaluate the effectiveness of
several defense methods against our attack.
| no_new_dataset | 0.709233 |
2211.17264 | Kieran Murphy | Kieran A. Murphy, Dani S. Bassett | Interpretability with full complexity by constraining feature
information | project page: https://distributed-information-bottleneck.github.io | ICLR 2023 | null | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | Interpretability is a pressing issue for machine learning. Common approaches
to interpretable machine learning constrain interactions between features of
the input, rendering the effects of those features on a model's output
comprehensible but at the expense of model complexity. We approach
interpretability from a new angle: constrain the information about the features
without restricting the complexity of the model. Borrowing from information
theory, we use the Distributed Information Bottleneck to find optimal
compressions of each feature that maximally preserve information about the
output. The learned information allocation, by feature and by feature value,
provides rich opportunities for interpretation, particularly in problems with
many features and complex feature interactions. The central object of analysis
is not a single trained model, but rather a spectrum of models serving as
approximations that leverage variable amounts of information about the inputs.
Information is allocated to features by their relevance to the output, thereby
solving the problem of feature selection by constructing a learned continuum of
feature inclusion-to-exclusion. The optimal compression of each feature -- at
every stage of approximation -- allows fine-grained inspection of the
distinctions among feature values that are most impactful for prediction. We
develop a framework for extracting insight from the spectrum of approximate
models and demonstrate its utility on a range of tabular datasets.
| [
{
"version": "v1",
"created": "Wed, 30 Nov 2022 18:59:01 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Murphy",
"Kieran A.",
""
],
[
"Bassett",
"Dani S.",
""
]
] | TITLE: Interpretability with full complexity by constraining feature
information
ABSTRACT: Interpretability is a pressing issue for machine learning. Common approaches
to interpretable machine learning constrain interactions between features of
the input, rendering the effects of those features on a model's output
comprehensible but at the expense of model complexity. We approach
interpretability from a new angle: constrain the information about the features
without restricting the complexity of the model. Borrowing from information
theory, we use the Distributed Information Bottleneck to find optimal
compressions of each feature that maximally preserve information about the
output. The learned information allocation, by feature and by feature value,
provides rich opportunities for interpretation, particularly in problems with
many features and complex feature interactions. The central object of analysis
is not a single trained model, but rather a spectrum of models serving as
approximations that leverage variable amounts of information about the inputs.
Information is allocated to features by their relevance to the output, thereby
solving the problem of feature selection by constructing a learned continuum of
feature inclusion-to-exclusion. The optimal compression of each feature -- at
every stage of approximation -- allows fine-grained inspection of the
distinctions among feature values that are most impactful for prediction. We
develop a framework for extracting insight from the spectrum of approximate
models and demonstrate its utility on a range of tabular datasets.
| no_new_dataset | 0.708629 |
2212.02842 | Vajira Thambawita | Vajira Thambawita, Steven A. Hicks, Andrea M. Stor{\aa}s, Thu Nguyen,
Jorunn M. Andersen, Oliwia Witczak, Trine B. Haugen, Hugo L. Hammer, P{\aa}l
Halvorsen, Michael A. Riegler | VISEM-Tracking, a human spermatozoa tracking dataset | null | Sci Data 10, 260 (2023) | 10.1038/s41597-023-02173-4 | Scientific Data volume 10 | cs.CV cs.AI cs.LG | http://creativecommons.org/licenses/by/4.0/ | A manual assessment of sperm motility requires microscopy observation, which
is challenging due to the fast-moving spermatozoa in the field of view. To
obtain correct results, manual evaluation requires extensive training.
Therefore, computer-assisted sperm analysis (CASA) has become increasingly used
in clinics. Despite this, more data is needed to train supervised machine
learning approaches in order to improve accuracy and reliability in the
assessment of sperm motility and kinematics. In this regard, we provide a
dataset called VISEM-Tracking with 20 video recordings of 30 seconds
(comprising 29,196 frames) of wet sperm preparations with manually annotated
bounding-box coordinates and a set of sperm characteristics analyzed by experts
in the domain. In addition to the annotated data, we provide unlabeled video
clips for easy-to-use access and analysis of the data via methods such as self-
or unsupervised learning. As part of this paper, we present baseline sperm
detection performances using the YOLOv5 deep learning (DL) model trained on the
VISEM-Tracking dataset. As a result, we show that the dataset can be used to
train complex DL models to analyze spermatozoa.
| [
{
"version": "v1",
"created": "Tue, 6 Dec 2022 09:25:52 GMT"
},
{
"version": "v2",
"created": "Fri, 23 Dec 2022 08:56:13 GMT"
},
{
"version": "v3",
"created": "Tue, 25 Apr 2023 06:59:26 GMT"
},
{
"version": "v4",
"created": "Wed, 26 Apr 2023 06:03:46 GMT"
},
{
"version": "v5",
"created": "Wed, 10 May 2023 07:10:31 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Thambawita",
"Vajira",
""
],
[
"Hicks",
"Steven A.",
""
],
[
"Storås",
"Andrea M.",
""
],
[
"Nguyen",
"Thu",
""
],
[
"Andersen",
"Jorunn M.",
""
],
[
"Witczak",
"Oliwia",
""
],
[
"Haugen",
"Trine B.",
""
],
[
"Hammer",
"Hugo L.",
""
],
[
"Halvorsen",
"Pål",
""
],
[
"Riegler",
"Michael A.",
""
]
] | TITLE: VISEM-Tracking, a human spermatozoa tracking dataset
ABSTRACT: A manual assessment of sperm motility requires microscopy observation, which
is challenging due to the fast-moving spermatozoa in the field of view. To
obtain correct results, manual evaluation requires extensive training.
Therefore, computer-assisted sperm analysis (CASA) has become increasingly used
in clinics. Despite this, more data is needed to train supervised machine
learning approaches in order to improve accuracy and reliability in the
assessment of sperm motility and kinematics. In this regard, we provide a
dataset called VISEM-Tracking with 20 video recordings of 30 seconds
(comprising 29,196 frames) of wet sperm preparations with manually annotated
bounding-box coordinates and a set of sperm characteristics analyzed by experts
in the domain. In addition to the annotated data, we provide unlabeled video
clips for easy-to-use access and analysis of the data via methods such as self-
or unsupervised learning. As part of this paper, we present baseline sperm
detection performances using the YOLOv5 deep learning (DL) model trained on the
VISEM-Tracking dataset. As a result, we show that the dataset can be used to
train complex DL models to analyze spermatozoa.
| new_dataset | 0.717433 |
2212.05466 | Farhad Pakdaman | Farhad Pakdaman, Moncef Gabbouj | Comprehensive Complexity Assessment of Emerging Learned Image
Compression on CPU and GPU | null | IEEE International Conference on Acoustics, Speech and Signal
Processing (ICASSP) 2023 | 10.1109/ICASSP49357.2023.10096046 | null | cs.MM eess.IV | http://creativecommons.org/licenses/by/4.0/ | Learned Compression (LC) is the emerging technology for compressing image and
video content, using deep neural networks. Despite being new, LC methods have
already gained a compression efficiency comparable to state-of-the-art image
compression, such as HEVC or even VVC. However, the existing solutions often
require a huge computational complexity, which discourages their adoption in
international standards or products. This paper provides a comprehensive
complexity assessment of several notable methods, that shed light on the
matter, and guide the future development of this field by presenting key
findings. To do so, six existing methods have been evaluated for both encoding
and decoding, on CPU and GPU platforms. Various aspects of complexity such as
the overall complexity, share of each coding module, number of operations,
number of parameters, most demanding GPU kernels, and memory requirements have
been measured and compared on Kodak dataset. The reported results (1) quantify
the complexity of LC methods, (2) fairly compare different methods, and (3) a
major contribution of the work is identifying and quantifying the key factors
affecting the complexity.
| [
{
"version": "v1",
"created": "Sun, 11 Dec 2022 10:45:53 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Pakdaman",
"Farhad",
""
],
[
"Gabbouj",
"Moncef",
""
]
] | TITLE: Comprehensive Complexity Assessment of Emerging Learned Image
Compression on CPU and GPU
ABSTRACT: Learned Compression (LC) is the emerging technology for compressing image and
video content, using deep neural networks. Despite being new, LC methods have
already gained a compression efficiency comparable to state-of-the-art image
compression, such as HEVC or even VVC. However, the existing solutions often
require a huge computational complexity, which discourages their adoption in
international standards or products. This paper provides a comprehensive
complexity assessment of several notable methods, that shed light on the
matter, and guide the future development of this field by presenting key
findings. To do so, six existing methods have been evaluated for both encoding
and decoding, on CPU and GPU platforms. Various aspects of complexity such as
the overall complexity, share of each coding module, number of operations,
number of parameters, most demanding GPU kernels, and memory requirements have
been measured and compared on Kodak dataset. The reported results (1) quantify
the complexity of LC methods, (2) fairly compare different methods, and (3) a
major contribution of the work is identifying and quantifying the key factors
affecting the complexity.
| no_new_dataset | 0.710459 |
2212.07313 | Tobias Enders | Tobias Enders, James Harrison, Marco Pavone, Maximilian Schiffer | Hybrid Multi-agent Deep Reinforcement Learning for Autonomous Mobility
on Demand Systems | 20 pages, 7 figures, extended version of paper accepted at the 5th
Learning for Dynamics & Control Conference (L4DC 2023) | null | null | null | cs.LG cs.MA cs.SY eess.SY | http://creativecommons.org/licenses/by/4.0/ | We consider the sequential decision-making problem of making proactive
request assignment and rejection decisions for a profit-maximizing operator of
an autonomous mobility on demand system. We formalize this problem as a Markov
decision process and propose a novel combination of multi-agent Soft
Actor-Critic and weighted bipartite matching to obtain an anticipative control
policy. Thereby, we factorize the operator's otherwise intractable action
space, but still obtain a globally coordinated decision. Experiments based on
real-world taxi data show that our method outperforms state of the art
benchmarks with respect to performance, stability, and computational
tractability.
| [
{
"version": "v1",
"created": "Wed, 14 Dec 2022 16:19:51 GMT"
},
{
"version": "v2",
"created": "Wed, 10 May 2023 16:20:51 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Enders",
"Tobias",
""
],
[
"Harrison",
"James",
""
],
[
"Pavone",
"Marco",
""
],
[
"Schiffer",
"Maximilian",
""
]
] | TITLE: Hybrid Multi-agent Deep Reinforcement Learning for Autonomous Mobility
on Demand Systems
ABSTRACT: We consider the sequential decision-making problem of making proactive
request assignment and rejection decisions for a profit-maximizing operator of
an autonomous mobility on demand system. We formalize this problem as a Markov
decision process and propose a novel combination of multi-agent Soft
Actor-Critic and weighted bipartite matching to obtain an anticipative control
policy. Thereby, we factorize the operator's otherwise intractable action
space, but still obtain a globally coordinated decision. Experiments based on
real-world taxi data show that our method outperforms state of the art
benchmarks with respect to performance, stability, and computational
tractability.
| no_new_dataset | 0.708799 |
2301.02657 | Alexander Hermans | Ali Athar, Alexander Hermans, Jonathon Luiten, Deva Ramanan, Bastian
Leibe | TarViS: A Unified Approach for Target-based Video Segmentation | Accepted to CVPR'23 (Highlight). Code is available at:
https://github.com/Ali2500/TarViS | null | null | null | cs.CV cs.AI cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The general domain of video segmentation is currently fragmented into
different tasks spanning multiple benchmarks. Despite rapid progress in the
state-of-the-art, current methods are overwhelmingly task-specific and cannot
conceptually generalize to other tasks. Inspired by recent approaches with
multi-task capability, we propose TarViS: a novel, unified network architecture
that can be applied to any task that requires segmenting a set of arbitrarily
defined 'targets' in video. Our approach is flexible with respect to how tasks
define these targets, since it models the latter as abstract 'queries' which
are then used to predict pixel-precise target masks. A single TarViS model can
be trained jointly on a collection of datasets spanning different tasks, and
can hot-swap between tasks during inference without any task-specific
retraining. To demonstrate its effectiveness, we apply TarViS to four different
tasks, namely Video Instance Segmentation (VIS), Video Panoptic Segmentation
(VPS), Video Object Segmentation (VOS) and Point Exemplar-guided Tracking
(PET). Our unified, jointly trained model achieves state-of-the-art performance
on 5/7 benchmarks spanning these four tasks, and competitive performance on the
remaining two. Code and model weights are available at:
https://github.com/Ali2500/TarViS
| [
{
"version": "v1",
"created": "Fri, 6 Jan 2023 18:59:52 GMT"
},
{
"version": "v2",
"created": "Wed, 10 May 2023 16:40:04 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Athar",
"Ali",
""
],
[
"Hermans",
"Alexander",
""
],
[
"Luiten",
"Jonathon",
""
],
[
"Ramanan",
"Deva",
""
],
[
"Leibe",
"Bastian",
""
]
] | TITLE: TarViS: A Unified Approach for Target-based Video Segmentation
ABSTRACT: The general domain of video segmentation is currently fragmented into
different tasks spanning multiple benchmarks. Despite rapid progress in the
state-of-the-art, current methods are overwhelmingly task-specific and cannot
conceptually generalize to other tasks. Inspired by recent approaches with
multi-task capability, we propose TarViS: a novel, unified network architecture
that can be applied to any task that requires segmenting a set of arbitrarily
defined 'targets' in video. Our approach is flexible with respect to how tasks
define these targets, since it models the latter as abstract 'queries' which
are then used to predict pixel-precise target masks. A single TarViS model can
be trained jointly on a collection of datasets spanning different tasks, and
can hot-swap between tasks during inference without any task-specific
retraining. To demonstrate its effectiveness, we apply TarViS to four different
tasks, namely Video Instance Segmentation (VIS), Video Panoptic Segmentation
(VPS), Video Object Segmentation (VOS) and Point Exemplar-guided Tracking
(PET). Our unified, jointly trained model achieves state-of-the-art performance
on 5/7 benchmarks spanning these four tasks, and competitive performance on the
remaining two. Code and model weights are available at:
https://github.com/Ali2500/TarViS
| no_new_dataset | 0.708811 |
2301.02942 | Xiangxiong Zhang | Xinyu Liu and Jie Shen and Xiaongxiong Zhang | An efficient and robust SAV based algorithm for discrete gradient
systems arising from optimizations | null | null | null | null | math.NA cs.NA math.OC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We propose in this paper a new minimization algorithm based on a slightly
modified version of the scalar auxiliary variable (SAV) approach coupled with a
relaxation step and an adaptive strategy. It enjoys several distinct advantages
over popular gradient based methods: (i) it is unconditionally energy
diminishing with a modified energy which is intrinsically related to the
original energy, thus no parameter tuning is needed for stability; (ii) it
allows the use of large step-sizes which can effectively accelerate the
convergence rate. We also present a convergence analysis for some SAV based
algorithms, which include our new algorithm without the relaxation step as a
special case.
We apply our new algorithm to several illustrative and benchmark problems,
and compare its performance with several popular gradient based methods. The
numerical results indicate that the new algorithm is very robust, and its
adaptive version usually converges significantly faster than those popular
gradient descent based methods.
| [
{
"version": "v1",
"created": "Sat, 7 Jan 2023 22:26:37 GMT"
},
{
"version": "v2",
"created": "Wed, 10 May 2023 16:49:20 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Liu",
"Xinyu",
""
],
[
"Shen",
"Jie",
""
],
[
"Zhang",
"Xiaongxiong",
""
]
] | TITLE: An efficient and robust SAV based algorithm for discrete gradient
systems arising from optimizations
ABSTRACT: We propose in this paper a new minimization algorithm based on a slightly
modified version of the scalar auxiliary variable (SAV) approach coupled with a
relaxation step and an adaptive strategy. It enjoys several distinct advantages
over popular gradient based methods: (i) it is unconditionally energy
diminishing with a modified energy which is intrinsically related to the
original energy, thus no parameter tuning is needed for stability; (ii) it
allows the use of large step-sizes which can effectively accelerate the
convergence rate. We also present a convergence analysis for some SAV based
algorithms, which include our new algorithm without the relaxation step as a
special case.
We apply our new algorithm to several illustrative and benchmark problems,
and compare its performance with several popular gradient based methods. The
numerical results indicate that the new algorithm is very robust, and its
adaptive version usually converges significantly faster than those popular
gradient descent based methods.
| no_new_dataset | 0.709038 |
2301.04338 | Tianxun Zhou | Tianxun Zhou, Keng-Hwee Chiam | Synthetic data generation method for data-free knowledge distillation in
regression neural networks | 19 pages, 9 figures | Expert Systems with Applications, 227, 120327 (2023) | 10.1016/j.eswa.2023.120327 | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | Knowledge distillation is the technique of compressing a larger neural
network, known as the teacher, into a smaller neural network, known as the
student, while still trying to maintain the performance of the larger neural
network as much as possible. Existing methods of knowledge distillation are
mostly applicable for classification tasks. Many of them also require access to
the data used to train the teacher model. To address the problem of knowledge
distillation for regression tasks under the absence of original training data,
previous work has proposed a data-free knowledge distillation method where
synthetic data are generated using a generator model trained adversarially
against the student model. These synthetic data and their labels predicted by
the teacher model are then used to train the student model. In this study, we
investigate the behavior of various synthetic data generation methods and
propose a new synthetic data generation strategy that directly optimizes for a
large but bounded difference between the student and teacher model. Our results
on benchmark and case study experiments demonstrate that the proposed strategy
allows the student model to learn better and emulate the performance of the
teacher model more closely.
| [
{
"version": "v1",
"created": "Wed, 11 Jan 2023 07:26:00 GMT"
},
{
"version": "v2",
"created": "Wed, 10 May 2023 03:01:50 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Zhou",
"Tianxun",
""
],
[
"Chiam",
"Keng-Hwee",
""
]
] | TITLE: Synthetic data generation method for data-free knowledge distillation in
regression neural networks
ABSTRACT: Knowledge distillation is the technique of compressing a larger neural
network, known as the teacher, into a smaller neural network, known as the
student, while still trying to maintain the performance of the larger neural
network as much as possible. Existing methods of knowledge distillation are
mostly applicable for classification tasks. Many of them also require access to
the data used to train the teacher model. To address the problem of knowledge
distillation for regression tasks under the absence of original training data,
previous work has proposed a data-free knowledge distillation method where
synthetic data are generated using a generator model trained adversarially
against the student model. These synthetic data and their labels predicted by
the teacher model are then used to train the student model. In this study, we
investigate the behavior of various synthetic data generation methods and
propose a new synthetic data generation strategy that directly optimizes for a
large but bounded difference between the student and teacher model. Our results
on benchmark and case study experiments demonstrate that the proposed strategy
allows the student model to learn better and emulate the performance of the
teacher model more closely.
| no_new_dataset | 0.711418 |
2302.05745 | Guy Amir | Guy Amir, Osher Maayan, Tom Zelazny, Guy Katz and Michael Schapira | Verifying Generalization in Deep Learning | To appear in Proc. 35th Int. Conf. on Computer Aided Verification
(CAV) | null | null | null | cs.LG cs.LO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Deep neural networks (DNNs) are the workhorses of deep learning, which
constitutes the state of the art in numerous application domains. However,
DNN-based decision rules are notoriously prone to poor generalization, i.e.,
may prove inadequate on inputs not encountered during training. This limitation
poses a significant obstacle to employing deep learning for mission-critical
tasks, and also in real-world environments that exhibit high variability. We
propose a novel, verification-driven methodology for identifying DNN-based
decision rules that generalize well to new input domains. Our approach
quantifies generalization to an input domain by the extent to which decisions
reached by independently trained DNNs are in agreement for inputs in this
domain. We show how, by harnessing the power of DNN verification, our approach
can be efficiently and effectively realized. We evaluate our verification-based
approach on three deep reinforcement learning (DRL) benchmarks, including a
system for Internet congestion control. Our results establish the usefulness of
our approach. More broadly, our work puts forth a novel objective for formal
verification, with the potential for mitigating the risks associated with
deploying DNN-based systems in the wild.
| [
{
"version": "v1",
"created": "Sat, 11 Feb 2023 17:08:15 GMT"
},
{
"version": "v2",
"created": "Tue, 9 May 2023 23:14:22 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Amir",
"Guy",
""
],
[
"Maayan",
"Osher",
""
],
[
"Zelazny",
"Tom",
""
],
[
"Katz",
"Guy",
""
],
[
"Schapira",
"Michael",
""
]
] | TITLE: Verifying Generalization in Deep Learning
ABSTRACT: Deep neural networks (DNNs) are the workhorses of deep learning, which
constitutes the state of the art in numerous application domains. However,
DNN-based decision rules are notoriously prone to poor generalization, i.e.,
may prove inadequate on inputs not encountered during training. This limitation
poses a significant obstacle to employing deep learning for mission-critical
tasks, and also in real-world environments that exhibit high variability. We
propose a novel, verification-driven methodology for identifying DNN-based
decision rules that generalize well to new input domains. Our approach
quantifies generalization to an input domain by the extent to which decisions
reached by independently trained DNNs are in agreement for inputs in this
domain. We show how, by harnessing the power of DNN verification, our approach
can be efficiently and effectively realized. We evaluate our verification-based
approach on three deep reinforcement learning (DRL) benchmarks, including a
system for Internet congestion control. Our results establish the usefulness of
our approach. More broadly, our work puts forth a novel objective for formal
verification, with the potential for mitigating the risks associated with
deploying DNN-based systems in the wild.
| no_new_dataset | 0.709629 |
2302.06198 | Hanqi Yan | Hongjing Li, Hanqi Yan, Yanran Li, Li Qian, Yulan He, Lin Gui | Distinguishability Calibration to In-Context Learning | Accepted by EACL23-Findings | null | null | null | cs.CL | http://creativecommons.org/licenses/by/4.0/ | Recent years have witnessed increasing interests in prompt-based learning in
which models can be trained on only a few annotated instances, making them
suitable in low-resource settings. When using prompt-based learning for text
classification, the goal is to use a pre-trained language model (PLM) to
predict a missing token in a pre-defined template given an input text, which
can be mapped to a class label. However, PLMs built on the transformer
architecture tend to generate similar output embeddings, making it difficult to
discriminate between different class labels. The problem is further exacerbated
when dealing with classification tasks involving many fine-grained class
labels. In this work, we alleviate this information diffusion issue, i.e.,
different tokens share a large proportion of similar information after going
through stacked multiple self-attention layers in a transformer, by proposing a
calibration method built on feature transformations through rotation and
scaling to map a PLM-encoded embedding into a new metric space to guarantee the
distinguishability of the resulting embeddings. Furthermore, we take the
advantage of hyperbolic embeddings to capture the hierarchical relations among
fine-grained class-associated token embedding by a coarse-to-fine metric
learning strategy to enhance the distinguishability of the learned output
embeddings. Extensive experiments on the three datasets under various settings
demonstrate the effectiveness of our approach. Our code can be found at
https://github.com/donttal/TARA.
| [
{
"version": "v1",
"created": "Mon, 13 Feb 2023 09:15:00 GMT"
},
{
"version": "v2",
"created": "Tue, 9 May 2023 10:45:47 GMT"
},
{
"version": "v3",
"created": "Wed, 10 May 2023 09:16:53 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Li",
"Hongjing",
""
],
[
"Yan",
"Hanqi",
""
],
[
"Li",
"Yanran",
""
],
[
"Qian",
"Li",
""
],
[
"He",
"Yulan",
""
],
[
"Gui",
"Lin",
""
]
] | TITLE: Distinguishability Calibration to In-Context Learning
ABSTRACT: Recent years have witnessed increasing interests in prompt-based learning in
which models can be trained on only a few annotated instances, making them
suitable in low-resource settings. When using prompt-based learning for text
classification, the goal is to use a pre-trained language model (PLM) to
predict a missing token in a pre-defined template given an input text, which
can be mapped to a class label. However, PLMs built on the transformer
architecture tend to generate similar output embeddings, making it difficult to
discriminate between different class labels. The problem is further exacerbated
when dealing with classification tasks involving many fine-grained class
labels. In this work, we alleviate this information diffusion issue, i.e.,
different tokens share a large proportion of similar information after going
through stacked multiple self-attention layers in a transformer, by proposing a
calibration method built on feature transformations through rotation and
scaling to map a PLM-encoded embedding into a new metric space to guarantee the
distinguishability of the resulting embeddings. Furthermore, we take the
advantage of hyperbolic embeddings to capture the hierarchical relations among
fine-grained class-associated token embedding by a coarse-to-fine metric
learning strategy to enhance the distinguishability of the learned output
embeddings. Extensive experiments on the three datasets under various settings
demonstrate the effectiveness of our approach. Our code can be found at
https://github.com/donttal/TARA.
| no_new_dataset | 0.709988 |
2302.10426 | Hao Wang | Hao Wang, Zhiyu Wang, Yunlong Niu, Zhaoran Liu, Haozhe Li, Yilin Liao,
Yuxin Huang, Xinggao Liu | AttentionMixer: An Accurate and Interpretable Framework for Process
Monitoring | null | null | null | null | cs.AI cs.LG eess.SP stat.AP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | An accurate and explainable automatic monitoring system is critical for the
safety of high efficiency energy conversion plants that operate under extreme
working condition. Nonetheless, currently available data-driven monitoring
systems often fall short in meeting the requirements for either high-accuracy
or interpretability, which hinders their application in practice. To overcome
this limitation, a data-driven approach, AttentionMixer, is proposed under a
generalized message passing framework, with the goal of establishing an
accurate and interpretable radiation monitoring framework for energy conversion
plants. To improve the model accuracy, the first technical contribution
involves the development of spatial and temporal adaptive message passing
blocks, which enable the capture of spatial and temporal correlations,
respectively; the two blocks are cascaded through a mixing operator. To enhance
the model interpretability, the second technical contribution involves the
implementation of a sparse message passing regularizer, which eliminates
spurious and noisy message passing routes. The effectiveness of the
AttentionMixer approach is validated through extensive evaluations on a
monitoring benchmark collected from the national radiation monitoring network
for nuclear power plants, resulting in enhanced monitoring accuracy and
interpretability in practice.
| [
{
"version": "v1",
"created": "Tue, 21 Feb 2023 03:38:37 GMT"
},
{
"version": "v2",
"created": "Wed, 10 May 2023 13:42:09 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Wang",
"Hao",
""
],
[
"Wang",
"Zhiyu",
""
],
[
"Niu",
"Yunlong",
""
],
[
"Liu",
"Zhaoran",
""
],
[
"Li",
"Haozhe",
""
],
[
"Liao",
"Yilin",
""
],
[
"Huang",
"Yuxin",
""
],
[
"Liu",
"Xinggao",
""
]
] | TITLE: AttentionMixer: An Accurate and Interpretable Framework for Process
Monitoring
ABSTRACT: An accurate and explainable automatic monitoring system is critical for the
safety of high efficiency energy conversion plants that operate under extreme
working condition. Nonetheless, currently available data-driven monitoring
systems often fall short in meeting the requirements for either high-accuracy
or interpretability, which hinders their application in practice. To overcome
this limitation, a data-driven approach, AttentionMixer, is proposed under a
generalized message passing framework, with the goal of establishing an
accurate and interpretable radiation monitoring framework for energy conversion
plants. To improve the model accuracy, the first technical contribution
involves the development of spatial and temporal adaptive message passing
blocks, which enable the capture of spatial and temporal correlations,
respectively; the two blocks are cascaded through a mixing operator. To enhance
the model interpretability, the second technical contribution involves the
implementation of a sparse message passing regularizer, which eliminates
spurious and noisy message passing routes. The effectiveness of the
AttentionMixer approach is validated through extensive evaluations on a
monitoring benchmark collected from the national radiation monitoring network
for nuclear power plants, resulting in enhanced monitoring accuracy and
interpretability in practice.
| no_new_dataset | 0.710823 |
2302.11223 | Pierre-Alexandre Kamienny Mr | Pierre-Alexandre Kamienny, Guillaume Lample, Sylvain Lamprier, Marco
Virgolin | Deep Generative Symbolic Regression with Monte-Carlo-Tree-Search | null | null | null | null | cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Symbolic regression (SR) is the problem of learning a symbolic expression
from numerical data. Recently, deep neural models trained on
procedurally-generated synthetic datasets showed competitive performance
compared to more classical Genetic Programming (GP) algorithms. Unlike their GP
counterparts, these neural approaches are trained to generate expressions from
datasets given as context. This allows them to produce accurate expressions in
a single forward pass at test time. However, they usually do not benefit from
search abilities, which result in low performance compared to GP on
out-of-distribution datasets. In this paper, we propose a novel method which
provides the best of both worlds, based on a Monte-Carlo Tree Search procedure
using a context-aware neural mutation model, which is initially pre-trained to
learn promising mutations, and further refined from successful experiences in
an online fashion. The approach demonstrates state-of-the-art performance on
the well-known \texttt{SRBench} benchmark.
| [
{
"version": "v1",
"created": "Wed, 22 Feb 2023 09:10:20 GMT"
},
{
"version": "v2",
"created": "Wed, 10 May 2023 16:20:24 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Kamienny",
"Pierre-Alexandre",
""
],
[
"Lample",
"Guillaume",
""
],
[
"Lamprier",
"Sylvain",
""
],
[
"Virgolin",
"Marco",
""
]
] | TITLE: Deep Generative Symbolic Regression with Monte-Carlo-Tree-Search
ABSTRACT: Symbolic regression (SR) is the problem of learning a symbolic expression
from numerical data. Recently, deep neural models trained on
procedurally-generated synthetic datasets showed competitive performance
compared to more classical Genetic Programming (GP) algorithms. Unlike their GP
counterparts, these neural approaches are trained to generate expressions from
datasets given as context. This allows them to produce accurate expressions in
a single forward pass at test time. However, they usually do not benefit from
search abilities, which result in low performance compared to GP on
out-of-distribution datasets. In this paper, we propose a novel method which
provides the best of both worlds, based on a Monte-Carlo Tree Search procedure
using a context-aware neural mutation model, which is initially pre-trained to
learn promising mutations, and further refined from successful experiences in
an online fashion. The approach demonstrates state-of-the-art performance on
the well-known \texttt{SRBench} benchmark.
| no_new_dataset | 0.710804 |
2303.00645 | Hagen Wierstorf | Hagen Wierstorf, Johannes Wagner, Florian Eyben, Felix Burkhardt,
Bj\"orn W. Schuller | audb -- Sharing and Versioning of Audio and Annotation Data in Python | null | null | null | null | eess.AS cs.SD | http://creativecommons.org/licenses/by/4.0/ | Driven by the need for larger and more diverse datasets to pre-train and
fine-tune increasingly complex machine learning models, the number of datasets
is rapidly growing. audb is an open-source Python library that supports
versioning and documentation of audio datasets. It aims to provide a
standardized and simple user-interface to publish, maintain, and access the
annotations and audio files of a dataset. To efficiently store the data on a
server, audb automatically resolves dependencies between versions of a dataset
and only uploads newly added or altered files when a new version is published.
The library supports partial loading of a dataset and local caching for fast
access. audb is a lightweight library and can be interfaced from any machine
learning library. It supports the management of datasets on a single PC, within
a university or company, or within a whole research community.
| [
{
"version": "v1",
"created": "Wed, 1 Mar 2023 16:48:22 GMT"
},
{
"version": "v2",
"created": "Sat, 4 Mar 2023 19:44:27 GMT"
},
{
"version": "v3",
"created": "Wed, 10 May 2023 14:53:39 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Wierstorf",
"Hagen",
""
],
[
"Wagner",
"Johannes",
""
],
[
"Eyben",
"Florian",
""
],
[
"Burkhardt",
"Felix",
""
],
[
"Schuller",
"Björn W.",
""
]
] | TITLE: audb -- Sharing and Versioning of Audio and Annotation Data in Python
ABSTRACT: Driven by the need for larger and more diverse datasets to pre-train and
fine-tune increasingly complex machine learning models, the number of datasets
is rapidly growing. audb is an open-source Python library that supports
versioning and documentation of audio datasets. It aims to provide a
standardized and simple user-interface to publish, maintain, and access the
annotations and audio files of a dataset. To efficiently store the data on a
server, audb automatically resolves dependencies between versions of a dataset
and only uploads newly added or altered files when a new version is published.
The library supports partial loading of a dataset and local caching for fast
access. audb is a lightweight library and can be interfaced from any machine
learning library. It supports the management of datasets on a single PC, within
a university or company, or within a whole research community.
| no_new_dataset | 0.704364 |
2303.08134 | Renrui Zhang | Renrui Zhang, Liuhui Wang, Ziyu Guo, Yali Wang, Peng Gao, Hongsheng
Li, Jianbo Shi | Parameter is Not All You Need: Starting from Non-Parametric Networks for
3D Point Cloud Analysis | Accepted by CVPR 2023. Code is available at
https://github.com/ZrrSkywalker/Point-NN | null | null | null | cs.CV cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We present a Non-parametric Network for 3D point cloud analysis, Point-NN,
which consists of purely non-learnable components: farthest point sampling
(FPS), k-nearest neighbors (k-NN), and pooling operations, with trigonometric
functions. Surprisingly, it performs well on various 3D tasks, requiring no
parameters or training, and even surpasses existing fully trained models.
Starting from this basic non-parametric model, we propose two extensions.
First, Point-NN can serve as a base architectural framework to construct
Parametric Networks by simply inserting linear layers on top. Given the
superior non-parametric foundation, the derived Point-PN exhibits a high
performance-efficiency trade-off with only a few learnable parameters. Second,
Point-NN can be regarded as a plug-and-play module for the already trained 3D
models during inference. Point-NN captures the complementary geometric
knowledge and enhances existing methods for different 3D benchmarks without
re-training. We hope our work may cast a light on the community for
understanding 3D point clouds with non-parametric methods. Code is available at
https://github.com/ZrrSkywalker/Point-NN.
| [
{
"version": "v1",
"created": "Tue, 14 Mar 2023 17:59:02 GMT"
},
{
"version": "v2",
"created": "Wed, 10 May 2023 15:29:07 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Zhang",
"Renrui",
""
],
[
"Wang",
"Liuhui",
""
],
[
"Guo",
"Ziyu",
""
],
[
"Wang",
"Yali",
""
],
[
"Gao",
"Peng",
""
],
[
"Li",
"Hongsheng",
""
],
[
"Shi",
"Jianbo",
""
]
] | TITLE: Parameter is Not All You Need: Starting from Non-Parametric Networks for
3D Point Cloud Analysis
ABSTRACT: We present a Non-parametric Network for 3D point cloud analysis, Point-NN,
which consists of purely non-learnable components: farthest point sampling
(FPS), k-nearest neighbors (k-NN), and pooling operations, with trigonometric
functions. Surprisingly, it performs well on various 3D tasks, requiring no
parameters or training, and even surpasses existing fully trained models.
Starting from this basic non-parametric model, we propose two extensions.
First, Point-NN can serve as a base architectural framework to construct
Parametric Networks by simply inserting linear layers on top. Given the
superior non-parametric foundation, the derived Point-PN exhibits a high
performance-efficiency trade-off with only a few learnable parameters. Second,
Point-NN can be regarded as a plug-and-play module for the already trained 3D
models during inference. Point-NN captures the complementary geometric
knowledge and enhances existing methods for different 3D benchmarks without
re-training. We hope our work may cast a light on the community for
understanding 3D point clouds with non-parametric methods. Code is available at
https://github.com/ZrrSkywalker/Point-NN.
| no_new_dataset | 0.707367 |
2303.10758 | Peiyuan Zhang | Peiyuan Zhang, Jiaye Teng, Jingzhao Zhang | Lower Generalization Bounds for GD and SGD in Smooth Stochastic Convex
Optimization | 30 pages | null | null | null | cs.LG math.OC stat.ML | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This work studies the generalization error of gradient methods. More
specifically, we focus on how training steps $T$ and step-size $\eta$ might
affect generalization in smooth stochastic convex optimization (SCO) problems.
We first provide tight excess risk lower bounds for Gradient Descent (GD) and
Stochastic Gradient Descent (SGD) under the general non-realizable smooth SCO
setting, suggesting that existing stability analyses are tight in step-size and
iteration dependence, and that overfitting provably happens. Next, we study the
case when the loss is realizable, i.e. an optimal solution minimizes all the
data points. Recent works show better rates can be attained but the improvement
is reduced when training time is long. Our paper examines this observation by
providing excess risk lower bounds for GD and SGD in two realizable settings:
1) $\eta T = \bigO{n}$, and (2) $\eta T = \bigOmega{n}$, where $n$ is the size
of dataset. In the first case $\eta T = \bigOmega{n}$, our lower bounds tightly
match and certify the respective upper bounds. However, for the case $\eta T =
\bigOmega{n}$, our analysis indicates a gap between the lower and upper bounds.
A conjecture is proposed that the gap can be closed by improving upper bounds,
supported by analyses in two special scenarios.
| [
{
"version": "v1",
"created": "Sun, 19 Mar 2023 20:24:33 GMT"
},
{
"version": "v2",
"created": "Wed, 10 May 2023 15:16:59 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Zhang",
"Peiyuan",
""
],
[
"Teng",
"Jiaye",
""
],
[
"Zhang",
"Jingzhao",
""
]
] | TITLE: Lower Generalization Bounds for GD and SGD in Smooth Stochastic Convex
Optimization
ABSTRACT: This work studies the generalization error of gradient methods. More
specifically, we focus on how training steps $T$ and step-size $\eta$ might
affect generalization in smooth stochastic convex optimization (SCO) problems.
We first provide tight excess risk lower bounds for Gradient Descent (GD) and
Stochastic Gradient Descent (SGD) under the general non-realizable smooth SCO
setting, suggesting that existing stability analyses are tight in step-size and
iteration dependence, and that overfitting provably happens. Next, we study the
case when the loss is realizable, i.e. an optimal solution minimizes all the
data points. Recent works show better rates can be attained but the improvement
is reduced when training time is long. Our paper examines this observation by
providing excess risk lower bounds for GD and SGD in two realizable settings:
1) $\eta T = \bigO{n}$, and (2) $\eta T = \bigOmega{n}$, where $n$ is the size
of dataset. In the first case $\eta T = \bigOmega{n}$, our lower bounds tightly
match and certify the respective upper bounds. However, for the case $\eta T =
\bigOmega{n}$, our analysis indicates a gap between the lower and upper bounds.
A conjecture is proposed that the gap can be closed by improving upper bounds,
supported by analyses in two special scenarios.
| no_new_dataset | 0.708629 |
2303.11253 | Youssef Mansour | Youssef Mansour and Reinhard Heckel | Zero-Shot Noise2Noise: Efficient Image Denoising without any Data | null | Conference paper at CVPR 2023 | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Recently, self-supervised neural networks have shown excellent image
denoising performance. However, current dataset free methods are either
computationally expensive, require a noise model, or have inadequate image
quality. In this work we show that a simple 2-layer network, without any
training data or knowledge of the noise distribution, can enable high-quality
image denoising at low computational cost. Our approach is motivated by
Noise2Noise and Neighbor2Neighbor and works well for denoising pixel-wise
independent noise. Our experiments on artificial, real-world camera, and
microscope noise show that our method termed ZS-N2N (Zero Shot Noise2Noise)
often outperforms existing dataset-free methods at a reduced cost, making it
suitable for use cases with scarce data availability and limited computational
resources. A demo of our implementation including our code and hyperparameters
can be found in the following colab notebook:
https://colab.research.google.com/drive/1i82nyizTdszyHkaHBuKPbWnTzao8HF9b
| [
{
"version": "v1",
"created": "Mon, 20 Mar 2023 16:40:37 GMT"
},
{
"version": "v2",
"created": "Tue, 9 May 2023 09:16:16 GMT"
},
{
"version": "v3",
"created": "Wed, 10 May 2023 09:12:59 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Mansour",
"Youssef",
""
],
[
"Heckel",
"Reinhard",
""
]
] | TITLE: Zero-Shot Noise2Noise: Efficient Image Denoising without any Data
ABSTRACT: Recently, self-supervised neural networks have shown excellent image
denoising performance. However, current dataset free methods are either
computationally expensive, require a noise model, or have inadequate image
quality. In this work we show that a simple 2-layer network, without any
training data or knowledge of the noise distribution, can enable high-quality
image denoising at low computational cost. Our approach is motivated by
Noise2Noise and Neighbor2Neighbor and works well for denoising pixel-wise
independent noise. Our experiments on artificial, real-world camera, and
microscope noise show that our method termed ZS-N2N (Zero Shot Noise2Noise)
often outperforms existing dataset-free methods at a reduced cost, making it
suitable for use cases with scarce data availability and limited computational
resources. A demo of our implementation including our code and hyperparameters
can be found in the following colab notebook:
https://colab.research.google.com/drive/1i82nyizTdszyHkaHBuKPbWnTzao8HF9b
| no_new_dataset | 0.710189 |
2303.13817 | Zhe Jun Tang | Zhe Jun Tang, Tat-Jen Cham, Haiyu Zhao | ABLE-NeRF: Attention-Based Rendering with Learnable Embeddings for
Neural Radiance Field | IEEE / CVF Computer Vision and Pattern Recognition Conference (CVPR)
2023 | IEEE / CVF Computer Vision and Pattern Recognition Conference
(CVPR) 2023 | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Neural Radiance Field (NeRF) is a popular method in representing 3D scenes by
optimising a continuous volumetric scene function. Its large success which lies
in applying volumetric rendering (VR) is also its Achilles' heel in producing
view-dependent effects. As a consequence, glossy and transparent surfaces often
appear murky. A remedy to reduce these artefacts is to constrain this VR
equation by excluding volumes with back-facing normal. While this approach has
some success in rendering glossy surfaces, translucent objects are still poorly
represented. In this paper, we present an alternative to the physics-based VR
approach by introducing a self-attention-based framework on volumes along a
ray. In addition, inspired by modern game engines which utilise Light Probes to
store local lighting passing through the scene, we incorporate Learnable
Embeddings to capture view dependent effects within the scene. Our method,
which we call ABLE-NeRF, significantly reduces `blurry' glossy surfaces in
rendering and produces realistic translucent surfaces which lack in prior art.
In the Blender dataset, ABLE-NeRF achieves SOTA results and surpasses Ref-NeRF
in all 3 image quality metrics PSNR, SSIM, LPIPS.
| [
{
"version": "v1",
"created": "Fri, 24 Mar 2023 05:34:39 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Tang",
"Zhe Jun",
""
],
[
"Cham",
"Tat-Jen",
""
],
[
"Zhao",
"Haiyu",
""
]
] | TITLE: ABLE-NeRF: Attention-Based Rendering with Learnable Embeddings for
Neural Radiance Field
ABSTRACT: Neural Radiance Field (NeRF) is a popular method in representing 3D scenes by
optimising a continuous volumetric scene function. Its large success which lies
in applying volumetric rendering (VR) is also its Achilles' heel in producing
view-dependent effects. As a consequence, glossy and transparent surfaces often
appear murky. A remedy to reduce these artefacts is to constrain this VR
equation by excluding volumes with back-facing normal. While this approach has
some success in rendering glossy surfaces, translucent objects are still poorly
represented. In this paper, we present an alternative to the physics-based VR
approach by introducing a self-attention-based framework on volumes along a
ray. In addition, inspired by modern game engines which utilise Light Probes to
store local lighting passing through the scene, we incorporate Learnable
Embeddings to capture view dependent effects within the scene. Our method,
which we call ABLE-NeRF, significantly reduces `blurry' glossy surfaces in
rendering and produces realistic translucent surfaces which lack in prior art.
In the Blender dataset, ABLE-NeRF achieves SOTA results and surpasses Ref-NeRF
in all 3 image quality metrics PSNR, SSIM, LPIPS.
| no_new_dataset | 0.712201 |
2304.01228 | Nghi D. Q. Bui | Hung Quoc To, Nghi D. Q. Bui, Jin Guo, Tien N. Nguyen | Better Language Models of Code through Self-Improvement | Accepted to Findings, ACL 2023 | null | null | null | cs.CL cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Pre-trained language models for code (PLMCs) have gained attention in recent
research. These models are pre-trained on large-scale datasets using
multi-modal objectives. However, fine-tuning them requires extensive
supervision and is limited by the size of the dataset provided. We aim to
improve this issue by proposing a simple data augmentation framework. Our
framework utilizes knowledge gained during the pre-training and fine-tuning
stage to generate pseudo data, which is then used as training data for the next
step. We incorporate this framework into the state-of-the-art language models,
such as CodeT5, CodeBERT, and UnixCoder. The results show that our framework
significantly improves PLMCs' performance in code-related sequence generation
tasks, such as code summarization and code generation in the CodeXGLUE
benchmark.
| [
{
"version": "v1",
"created": "Sun, 2 Apr 2023 10:59:19 GMT"
},
{
"version": "v2",
"created": "Wed, 10 May 2023 02:36:40 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"To",
"Hung Quoc",
""
],
[
"Bui",
"Nghi D. Q.",
""
],
[
"Guo",
"Jin",
""
],
[
"Nguyen",
"Tien N.",
""
]
] | TITLE: Better Language Models of Code through Self-Improvement
ABSTRACT: Pre-trained language models for code (PLMCs) have gained attention in recent
research. These models are pre-trained on large-scale datasets using
multi-modal objectives. However, fine-tuning them requires extensive
supervision and is limited by the size of the dataset provided. We aim to
improve this issue by proposing a simple data augmentation framework. Our
framework utilizes knowledge gained during the pre-training and fine-tuning
stage to generate pseudo data, which is then used as training data for the next
step. We incorporate this framework into the state-of-the-art language models,
such as CodeT5, CodeBERT, and UnixCoder. The results show that our framework
significantly improves PLMCs' performance in code-related sequence generation
tasks, such as code summarization and code generation in the CodeXGLUE
benchmark.
| no_new_dataset | 0.70978 |
2304.02939 | Katja Ludwig | Katja Ludwig, Julian Lorenz, Robin Sch\"on, Rainer Lienhart | All Keypoints You Need: Detecting Arbitrary Keypoints on the Body of
Triple, High, and Long Jump Athletes | Accepted at CVSports23 (Workshop at CVPR 23) | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Performance analyses based on videos are commonly used by coaches of athletes
in various sports disciplines. In individual sports, these analyses mainly
comprise the body posture. This paper focuses on the disciplines of triple,
high, and long jump, which require fine-grained locations of the athlete's
body. Typical human pose estimation datasets provide only a very limited set of
keypoints, which is not sufficient in this case. Therefore, we propose a method
to detect arbitrary keypoints on the whole body of the athlete by leveraging
the limited set of annotated keypoints and auto-generated segmentation masks of
body parts. Evaluations show that our model is capable of detecting keypoints
on the head, torso, hands, feet, arms, and legs, including also bent elbows and
knees. We analyze and compare different techniques to encode desired keypoints
as the model's input and their embedding for the Transformer backbone.
| [
{
"version": "v1",
"created": "Thu, 6 Apr 2023 08:54:21 GMT"
},
{
"version": "v2",
"created": "Wed, 10 May 2023 08:15:17 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Ludwig",
"Katja",
""
],
[
"Lorenz",
"Julian",
""
],
[
"Schön",
"Robin",
""
],
[
"Lienhart",
"Rainer",
""
]
] | TITLE: All Keypoints You Need: Detecting Arbitrary Keypoints on the Body of
Triple, High, and Long Jump Athletes
ABSTRACT: Performance analyses based on videos are commonly used by coaches of athletes
in various sports disciplines. In individual sports, these analyses mainly
comprise the body posture. This paper focuses on the disciplines of triple,
high, and long jump, which require fine-grained locations of the athlete's
body. Typical human pose estimation datasets provide only a very limited set of
keypoints, which is not sufficient in this case. Therefore, we propose a method
to detect arbitrary keypoints on the whole body of the athlete by leveraging
the limited set of annotated keypoints and auto-generated segmentation masks of
body parts. Evaluations show that our model is capable of detecting keypoints
on the head, torso, hands, feet, arms, and legs, including also bent elbows and
knees. We analyze and compare different techniques to encode desired keypoints
as the model's input and their embedding for the Transformer backbone.
| no_new_dataset | 0.707152 |
2304.03771 | Brenda Elizabeth Olivas Padilla MSc | Brenda Elizabeth Olivas-Padilla, Alina Glushkova and Sotiris
Manitsaris | Motion Capture Benchmark of Real Industrial Tasks and Traditional Crafts
for Human Movement Analysis | null | null | 10.1109/ACCESS.2023.3269581 | null | cs.RO cs.AI cs.CV cs.LG | http://creativecommons.org/licenses/by/4.0/ | Human movement analysis is a key area of research in robotics, biomechanics,
and data science. It encompasses tracking, posture estimation, and movement
synthesis. While numerous methodologies have evolved over time, a systematic
and quantitative evaluation of these approaches using verifiable ground truth
data of three-dimensional human movement is still required to define the
current state of the art. This paper presents seven datasets recorded using
inertial-based motion capture. The datasets contain professional gestures
carried out by industrial operators and skilled craftsmen performed in real
conditions in-situ. The datasets were created with the intention of being used
for research in human motion modeling, analysis, and generation. The protocols
for data collection are described in detail, and a preliminary analysis of the
collected data is provided as a benchmark. The Gesture Operational Model, a
hybrid stochastic-biomechanical approach based on kinematic descriptors, is
utilized to model the dynamics of the experts' movements and create
mathematical representations of their motion trajectories for analysis and
quantifying their body dexterity. The models allowed accurate the generation of
human professional poses and an intuitive description of how body joints
cooperate and change over time through the performance of the task.
| [
{
"version": "v1",
"created": "Mon, 3 Apr 2023 10:29:24 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Olivas-Padilla",
"Brenda Elizabeth",
""
],
[
"Glushkova",
"Alina",
""
],
[
"Manitsaris",
"Sotiris",
""
]
] | TITLE: Motion Capture Benchmark of Real Industrial Tasks and Traditional Crafts
for Human Movement Analysis
ABSTRACT: Human movement analysis is a key area of research in robotics, biomechanics,
and data science. It encompasses tracking, posture estimation, and movement
synthesis. While numerous methodologies have evolved over time, a systematic
and quantitative evaluation of these approaches using verifiable ground truth
data of three-dimensional human movement is still required to define the
current state of the art. This paper presents seven datasets recorded using
inertial-based motion capture. The datasets contain professional gestures
carried out by industrial operators and skilled craftsmen performed in real
conditions in-situ. The datasets were created with the intention of being used
for research in human motion modeling, analysis, and generation. The protocols
for data collection are described in detail, and a preliminary analysis of the
collected data is provided as a benchmark. The Gesture Operational Model, a
hybrid stochastic-biomechanical approach based on kinematic descriptors, is
utilized to model the dynamics of the experts' movements and create
mathematical representations of their motion trajectories for analysis and
quantifying their body dexterity. The models allowed accurate the generation of
human professional poses and an intuitive description of how body joints
cooperate and change over time through the performance of the task.
| new_dataset | 0.718955 |
2304.08288 | Jiexin Wang | Jiexin Wang, Jiahao Chen, Bing Su | Toward Auto-evaluation with Confidence-based Category Relation-aware
Regression | null | 2023 IEEE International Conference on Acoustics, Speech and Signal
Processing (ICASSP), Rhodes Island, Greece, 2023, pp. 1-5 | 10.1109/ICASSP49357.2023.10095211 | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Auto-evaluation aims to automatically evaluate a trained model on any test
dataset without human annotations. Most existing methods utilize global
statistics of features extracted by the model as the representation of a
dataset. This ignores the influence of the classification head and loses
category-wise confusion information of the model. However, ratios of instances
assigned to different categories together with their confidence scores reflect
how many instances in which categories are difficult for the model to classify,
which contain significant indicators for both overall and category-wise
performances. In this paper, we propose a Confidence-based Category
Relation-aware Regression ($C^2R^2$) method. $C^2R^2$ divides all instances in
a meta-set into different categories according to their confidence scores and
extracts the global representation from them. For each category, $C^2R^2$
encodes its local confusion relations to other categories into a local
representation. The overall and category-wise performances are regressed from
global and local representations, respectively. Extensive experiments show the
effectiveness of our method.
| [
{
"version": "v1",
"created": "Mon, 17 Apr 2023 14:00:29 GMT"
},
{
"version": "v2",
"created": "Tue, 9 May 2023 08:58:51 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Wang",
"Jiexin",
""
],
[
"Chen",
"Jiahao",
""
],
[
"Su",
"Bing",
""
]
] | TITLE: Toward Auto-evaluation with Confidence-based Category Relation-aware
Regression
ABSTRACT: Auto-evaluation aims to automatically evaluate a trained model on any test
dataset without human annotations. Most existing methods utilize global
statistics of features extracted by the model as the representation of a
dataset. This ignores the influence of the classification head and loses
category-wise confusion information of the model. However, ratios of instances
assigned to different categories together with their confidence scores reflect
how many instances in which categories are difficult for the model to classify,
which contain significant indicators for both overall and category-wise
performances. In this paper, we propose a Confidence-based Category
Relation-aware Regression ($C^2R^2$) method. $C^2R^2$ divides all instances in
a meta-set into different categories according to their confidence scores and
extracts the global representation from them. For each category, $C^2R^2$
encodes its local confusion relations to other categories into a local
representation. The overall and category-wise performances are regressed from
global and local representations, respectively. Extensive experiments show the
effectiveness of our method.
| no_new_dataset | 0.710434 |
2304.12566 | Yi-Fan Zhang | Yi-Fan Zhang, Xue Wang, Kexin Jin, Kun Yuan, Zhang Zhang, Liang Wang,
Rong Jin, Tieniu Tan | AdaNPC: Exploring Non-Parametric Classifier for Test-Time Adaptation | 30 pages, 12 figures | The Fortieth International Conference on Machine Learning, ICML,
2023 | null | null | cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Many recent machine learning tasks focus to develop models that can
generalize to unseen distributions. Domain generalization (DG) has become one
of the key topics in various fields. Several literatures show that DG can be
arbitrarily hard without exploiting target domain information. To address this
issue, test-time adaptive (TTA) methods are proposed. Existing TTA methods
require offline target data or extra sophisticated optimization procedures
during the inference stage. In this work, we adopt Non-Parametric Classifier to
perform the test-time Adaptation (AdaNPC). In particular, we construct a memory
that contains the feature and label pairs from training domains. During
inference, given a test instance, AdaNPC first recalls K closed samples from
the memory to vote for the prediction, and then the test feature and predicted
label are added to the memory. In this way, the sample distribution in the
memory can be gradually changed from the training distribution towards the test
distribution with very little extra computation cost. We theoretically justify
the rationality behind the proposed method. Besides, we test our model on
extensive numerical experiments. AdaNPC significantly outperforms competitive
baselines on various DG benchmarks. In particular, when the adaptation target
is a series of domains, the adaptation accuracy of AdaNPC is 50% higher than
advanced TTA methods. The code is available at
https://github.com/yfzhang114/AdaNPC.
| [
{
"version": "v1",
"created": "Tue, 25 Apr 2023 04:23:13 GMT"
},
{
"version": "v2",
"created": "Wed, 10 May 2023 01:12:05 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Zhang",
"Yi-Fan",
""
],
[
"Wang",
"Xue",
""
],
[
"Jin",
"Kexin",
""
],
[
"Yuan",
"Kun",
""
],
[
"Zhang",
"Zhang",
""
],
[
"Wang",
"Liang",
""
],
[
"Jin",
"Rong",
""
],
[
"Tan",
"Tieniu",
""
]
] | TITLE: AdaNPC: Exploring Non-Parametric Classifier for Test-Time Adaptation
ABSTRACT: Many recent machine learning tasks focus to develop models that can
generalize to unseen distributions. Domain generalization (DG) has become one
of the key topics in various fields. Several literatures show that DG can be
arbitrarily hard without exploiting target domain information. To address this
issue, test-time adaptive (TTA) methods are proposed. Existing TTA methods
require offline target data or extra sophisticated optimization procedures
during the inference stage. In this work, we adopt Non-Parametric Classifier to
perform the test-time Adaptation (AdaNPC). In particular, we construct a memory
that contains the feature and label pairs from training domains. During
inference, given a test instance, AdaNPC first recalls K closed samples from
the memory to vote for the prediction, and then the test feature and predicted
label are added to the memory. In this way, the sample distribution in the
memory can be gradually changed from the training distribution towards the test
distribution with very little extra computation cost. We theoretically justify
the rationality behind the proposed method. Besides, we test our model on
extensive numerical experiments. AdaNPC significantly outperforms competitive
baselines on various DG benchmarks. In particular, when the adaptation target
is a series of domains, the adaptation accuracy of AdaNPC is 50% higher than
advanced TTA methods. The code is available at
https://github.com/yfzhang114/AdaNPC.
| no_new_dataset | 0.70779 |
2305.00595 | Ming-Chang Lee | Ming-Chang Lee and Jia-Chun Lin | Impact of Deep Learning Libraries on Online Adaptive Lightweight Time
Series Anomaly Detection | 11 pages, 7 figures, 17 tables, the 18th International Conference on
Software Technologies (ICSOFT 2023) | null | null | null | cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Providing online adaptive lightweight time series anomaly detection without
human intervention and domain knowledge is highly valuable. Several such
anomaly detection approaches have been introduced in the past years, but all of
them were only implemented in one deep learning library. With the development
of deep learning libraries, it is unclear how different deep learning libraries
impact these anomaly detection approaches since there is no such evaluation
available. Randomly choosing a deep learning library to implement an anomaly
detection approach might not be able to show the true performance of the
approach. It might also mislead users in believing one approach is better than
another. Therefore, in this paper, we investigate the impact of deep learning
libraries on online adaptive lightweight time series anomaly detection by
implementing two state-of-the-art anomaly detection approaches in three
well-known deep learning libraries and evaluating how these two approaches are
individually affected by the three deep learning libraries. A series of
experiments based on four real-world open-source time series datasets were
conducted. The results provide a good reference to select an appropriate deep
learning library for online adaptive lightweight anomaly detection.
| [
{
"version": "v1",
"created": "Sun, 30 Apr 2023 22:38:06 GMT"
},
{
"version": "v2",
"created": "Wed, 10 May 2023 08:53:32 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Lee",
"Ming-Chang",
""
],
[
"Lin",
"Jia-Chun",
""
]
] | TITLE: Impact of Deep Learning Libraries on Online Adaptive Lightweight Time
Series Anomaly Detection
ABSTRACT: Providing online adaptive lightweight time series anomaly detection without
human intervention and domain knowledge is highly valuable. Several such
anomaly detection approaches have been introduced in the past years, but all of
them were only implemented in one deep learning library. With the development
of deep learning libraries, it is unclear how different deep learning libraries
impact these anomaly detection approaches since there is no such evaluation
available. Randomly choosing a deep learning library to implement an anomaly
detection approach might not be able to show the true performance of the
approach. It might also mislead users in believing one approach is better than
another. Therefore, in this paper, we investigate the impact of deep learning
libraries on online adaptive lightweight time series anomaly detection by
implementing two state-of-the-art anomaly detection approaches in three
well-known deep learning libraries and evaluating how these two approaches are
individually affected by the three deep learning libraries. A series of
experiments based on four real-world open-source time series datasets were
conducted. The results provide a good reference to select an appropriate deep
learning library for online adaptive lightweight anomaly detection.
| no_new_dataset | 0.711387 |
2305.05166 | Cong Ma | Cong Ma, Yaping Zhang, Mei Tu, Yang Zhao, Yu Zhou, Chengqing Zong | E2TIMT: Efficient and Effective Modal Adapter for Text Image Machine
Translation | Accepted at The 17th International Conference on Document Analysis
and Recognition (ICDAR 2023) | null | null | null | cs.CL | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Text image machine translation (TIMT) aims to translate texts embedded in
images from one source language to another target language. Existing methods,
both two-stage cascade and one-stage end-to-end architectures, suffer from
different issues. The cascade models can benefit from the large-scale optical
character recognition (OCR) and MT datasets but the two-stage architecture is
redundant. The end-to-end models are efficient but suffer from training data
deficiency. To this end, in our paper, we propose an end-to-end TIMT model
fully making use of the knowledge from existing OCR and MT datasets to pursue
both an effective and efficient framework. More specifically, we build a novel
modal adapter effectively bridging the OCR encoder and MT decoder. End-to-end
TIMT loss and cross-modal contrastive loss are utilized jointly to align the
feature distribution of the OCR and MT tasks. Extensive experiments show that
the proposed method outperforms the existing two-stage cascade models and
one-stage end-to-end models with a lighter and faster architecture.
Furthermore, the ablation studies verify the generalization of our method,
where the proposed modal adapter is effective to bridge various OCR and MT
models.
| [
{
"version": "v1",
"created": "Tue, 9 May 2023 04:25:52 GMT"
},
{
"version": "v2",
"created": "Wed, 10 May 2023 02:37:32 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Ma",
"Cong",
""
],
[
"Zhang",
"Yaping",
""
],
[
"Tu",
"Mei",
""
],
[
"Zhao",
"Yang",
""
],
[
"Zhou",
"Yu",
""
],
[
"Zong",
"Chengqing",
""
]
] | TITLE: E2TIMT: Efficient and Effective Modal Adapter for Text Image Machine
Translation
ABSTRACT: Text image machine translation (TIMT) aims to translate texts embedded in
images from one source language to another target language. Existing methods,
both two-stage cascade and one-stage end-to-end architectures, suffer from
different issues. The cascade models can benefit from the large-scale optical
character recognition (OCR) and MT datasets but the two-stage architecture is
redundant. The end-to-end models are efficient but suffer from training data
deficiency. To this end, in our paper, we propose an end-to-end TIMT model
fully making use of the knowledge from existing OCR and MT datasets to pursue
both an effective and efficient framework. More specifically, we build a novel
modal adapter effectively bridging the OCR encoder and MT decoder. End-to-end
TIMT loss and cross-modal contrastive loss are utilized jointly to align the
feature distribution of the OCR and MT tasks. Extensive experiments show that
the proposed method outperforms the existing two-stage cascade models and
one-stage end-to-end models with a lighter and faster architecture.
Furthermore, the ablation studies verify the generalization of our method,
where the proposed modal adapter is effective to bridge various OCR and MT
models.
| no_new_dataset | 0.710208 |
2305.05410 | Yixuan Weng | Yixuan Weng, Bin Li, Fei Xia, Minjun Zhu, Bin Sun, Shizhu He, Kang
Liu, Jun Zhao | Large Language Models Need Holistically Thought in Medical
Conversational QA | null | null | null | null | cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The medical conversational question answering (CQA) system aims at providing
a series of professional medical services to improve the efficiency of medical
care. Despite the success of large language models (LLMs) in complex reasoning
tasks in various fields, such as mathematics, logic, and commonsense QA, they
still need to improve with the increased complexity and specialization of the
medical field. This is because medical CQA tasks require not only strong
medical reasoning, but also the ability to think broadly and deeply. In this
paper, to address these challenges in medical CQA tasks that need to be
considered and understood in many aspects, we propose the Holistically Thought
(HoT) method, which is designed to guide the LLMs to perform the diffused and
focused thinking for generating high-quality medical responses. The proposed
HoT method has been evaluated through automated and manual assessments in three
different medical CQA datasets containing the English and Chinese languages.
The extensive experimental results show that our method can produce more
correctness, professional, and considerate answers than several
state-of-the-art (SOTA) methods, manifesting its effectiveness. Our code in
https://github.com/WENGSYX/HoT.
| [
{
"version": "v1",
"created": "Tue, 9 May 2023 12:57:28 GMT"
},
{
"version": "v2",
"created": "Wed, 10 May 2023 13:40:11 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Weng",
"Yixuan",
""
],
[
"Li",
"Bin",
""
],
[
"Xia",
"Fei",
""
],
[
"Zhu",
"Minjun",
""
],
[
"Sun",
"Bin",
""
],
[
"He",
"Shizhu",
""
],
[
"Liu",
"Kang",
""
],
[
"Zhao",
"Jun",
""
]
] | TITLE: Large Language Models Need Holistically Thought in Medical
Conversational QA
ABSTRACT: The medical conversational question answering (CQA) system aims at providing
a series of professional medical services to improve the efficiency of medical
care. Despite the success of large language models (LLMs) in complex reasoning
tasks in various fields, such as mathematics, logic, and commonsense QA, they
still need to improve with the increased complexity and specialization of the
medical field. This is because medical CQA tasks require not only strong
medical reasoning, but also the ability to think broadly and deeply. In this
paper, to address these challenges in medical CQA tasks that need to be
considered and understood in many aspects, we propose the Holistically Thought
(HoT) method, which is designed to guide the LLMs to perform the diffused and
focused thinking for generating high-quality medical responses. The proposed
HoT method has been evaluated through automated and manual assessments in three
different medical CQA datasets containing the English and Chinese languages.
The extensive experimental results show that our method can produce more
correctness, professional, and considerate answers than several
state-of-the-art (SOTA) methods, manifesting its effectiveness. Our code in
https://github.com/WENGSYX/HoT.
| no_new_dataset | 0.709667 |
2305.05668 | Akshansh Mishra | Akshansh Mishra, Vijaykumar S Jatti | Neurosymbolic Artificial Intelligence (NSAI) based Algorithm for
predicting the Impact Strength of Additive Manufactured Polylactic Acid (PLA)
Specimens | null | null | null | null | cs.LG cs.AI | http://creativecommons.org/licenses/by/4.0/ | In this study, we introduce application of Neurosymbolic Artificial
Intelligence (NSAI) for predicting the impact strength of additive manufactured
polylactic acid (PLA) components, representing the first-ever use of NSAI in
the domain of additive manufacturing. The NSAI model amalgamates the advantages
of neural networks and symbolic AI, offering a more robust and accurate
prediction than traditional machine learning techniques. Experimental data was
collected and synthetically augmented to 1000 data points, enhancing the
model's precision. The Neurosymbolic model was developed using a neural network
architecture comprising input, two hidden layers, and an output layer, followed
by a decision tree regressor representing the symbolic component. The model's
performance was benchmarked against a Simple Artificial Neural Network (ANN)
model by assessing mean squared error (MSE) and R-squared (R2) values for both
training and validation datasets. The results reveal that the Neurosymbolic
model surpasses the Simple ANN model, attaining lower MSE and higher R2 values
for both training and validation sets. This innovative application of the
Neurosymbolic approach in estimating the impact strength of additive
manufactured PLA components underscores its potential for optimizing the
additive manufacturing process. Future research could investigate further
refinements to the Neurosymbolic model, extend its application to other
materials and additive manufacturing processes, and incorporate real-time
monitoring and control for enhanced process optimization.
| [
{
"version": "v1",
"created": "Sun, 7 May 2023 12:11:04 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Mishra",
"Akshansh",
""
],
[
"Jatti",
"Vijaykumar S",
""
]
] | TITLE: Neurosymbolic Artificial Intelligence (NSAI) based Algorithm for
predicting the Impact Strength of Additive Manufactured Polylactic Acid (PLA)
Specimens
ABSTRACT: In this study, we introduce application of Neurosymbolic Artificial
Intelligence (NSAI) for predicting the impact strength of additive manufactured
polylactic acid (PLA) components, representing the first-ever use of NSAI in
the domain of additive manufacturing. The NSAI model amalgamates the advantages
of neural networks and symbolic AI, offering a more robust and accurate
prediction than traditional machine learning techniques. Experimental data was
collected and synthetically augmented to 1000 data points, enhancing the
model's precision. The Neurosymbolic model was developed using a neural network
architecture comprising input, two hidden layers, and an output layer, followed
by a decision tree regressor representing the symbolic component. The model's
performance was benchmarked against a Simple Artificial Neural Network (ANN)
model by assessing mean squared error (MSE) and R-squared (R2) values for both
training and validation datasets. The results reveal that the Neurosymbolic
model surpasses the Simple ANN model, attaining lower MSE and higher R2 values
for both training and validation sets. This innovative application of the
Neurosymbolic approach in estimating the impact strength of additive
manufactured PLA components underscores its potential for optimizing the
additive manufacturing process. Future research could investigate further
refinements to the Neurosymbolic model, extend its application to other
materials and additive manufacturing processes, and incorporate real-time
monitoring and control for enhanced process optimization.
| no_new_dataset | 0.711212 |
2305.05671 | Ani Kristo | Ani Kristo, Tim Kraska | Parallel External Sorting of ASCII Records Using Learned Models | null | null | null | null | cs.DB cs.DS | http://creativecommons.org/licenses/by-nc-nd/4.0/ | External sorting is at the core of many operations in large-scale database
systems, such as ordering and aggregation queries for large result sets,
building indexes, sort-merge joins, duplicate removal, sharding, and record
clustering. Unlike in-memory sorting, these algorithms need to work together
with the OS and the filesystem to efficiently utilize system resources and
minimize disk I/O.
In this paper we describe ELSAR: a parallel external sorting algorithm that
uses an innovative paradigm based on a learned data distribution model. The
algorithm leverages the model to arrange the input records into mutually
exclusive, monotonic, and equi-depth partitions that, once sorted, can simply
be concatenated to form the output. This method completely eliminates the need
for multi-way file merging, which is typically used in external sorting.
We present thorough benchmarks for uniform and skewed datasets in various
storage media, where we measure the sorting rates, size scalability, and energy
efficiency of ELSAR and other sorting algorithms. We observed that ELSAR has up
to 1.65x higher sorting rates than the next-best external sort (Nsort) on SSD
drives and 5.31x higher than the GNU coreutils' sort utility on Intel Optane
non-volatile memory. In addition, ELSAR supersedes the current winner of the
SortBenchmark for the most energy-efficient external string sorting algorithm
by an impressive margin of 41%.
These results reinforce the premise that novel learning-enhanced algorithms
can provide remarkable performance benefits over traditional ones.
| [
{
"version": "v1",
"created": "Mon, 8 May 2023 21:57:40 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Kristo",
"Ani",
""
],
[
"Kraska",
"Tim",
""
]
] | TITLE: Parallel External Sorting of ASCII Records Using Learned Models
ABSTRACT: External sorting is at the core of many operations in large-scale database
systems, such as ordering and aggregation queries for large result sets,
building indexes, sort-merge joins, duplicate removal, sharding, and record
clustering. Unlike in-memory sorting, these algorithms need to work together
with the OS and the filesystem to efficiently utilize system resources and
minimize disk I/O.
In this paper we describe ELSAR: a parallel external sorting algorithm that
uses an innovative paradigm based on a learned data distribution model. The
algorithm leverages the model to arrange the input records into mutually
exclusive, monotonic, and equi-depth partitions that, once sorted, can simply
be concatenated to form the output. This method completely eliminates the need
for multi-way file merging, which is typically used in external sorting.
We present thorough benchmarks for uniform and skewed datasets in various
storage media, where we measure the sorting rates, size scalability, and energy
efficiency of ELSAR and other sorting algorithms. We observed that ELSAR has up
to 1.65x higher sorting rates than the next-best external sort (Nsort) on SSD
drives and 5.31x higher than the GNU coreutils' sort utility on Intel Optane
non-volatile memory. In addition, ELSAR supersedes the current winner of the
SortBenchmark for the most energy-efficient external string sorting algorithm
by an impressive margin of 41%.
These results reinforce the premise that novel learning-enhanced algorithms
can provide remarkable performance benefits over traditional ones.
| no_new_dataset | 0.709252 |
2305.05672 | Shafiuddin Rehan Ahmed | Shafiuddin Rehan Ahmed, Abhijnan Nath, James H. Martin, Nikhil
Krishnaswamy | $2 * n$ is better than $n^2$: Decomposing Event Coreference Resolution
into Two Tractable Problems | Findings of the Association of Computational Linguistics, ACL 2023.
13 pages, 7 figures, 6 tables | null | null | null | cs.CL | http://creativecommons.org/licenses/by/4.0/ | Event Coreference Resolution (ECR) is the task of linking mentions of the
same event either within or across documents. Most mention pairs are not
coreferent, yet many that are coreferent can be identified through simple
techniques such as lemma matching of the event triggers or the sentences in
which they appear. Existing methods for training coreference systems sample
from a largely skewed distribution, making it difficult for the algorithm to
learn coreference beyond surface matching. Additionally, these methods are
intractable because of the quadratic operations needed. To address these
challenges, we break the problem of ECR into two parts: a) a heuristic to
efficiently filter out a large number of non-coreferent pairs, and b) a
training approach on a balanced set of coreferent and non-coreferent mention
pairs. By following this approach, we show that we get comparable results to
the state of the art on two popular ECR datasets while significantly reducing
compute requirements. We also analyze the mention pairs that are "hard" to
accurately classify as coreferent or non-coreferent. Code at
https://github.com/ahmeshaf/lemma_ce_coref
| [
{
"version": "v1",
"created": "Tue, 9 May 2023 05:33:32 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Ahmed",
"Shafiuddin Rehan",
""
],
[
"Nath",
"Abhijnan",
""
],
[
"Martin",
"James H.",
""
],
[
"Krishnaswamy",
"Nikhil",
""
]
] | TITLE: $2 * n$ is better than $n^2$: Decomposing Event Coreference Resolution
into Two Tractable Problems
ABSTRACT: Event Coreference Resolution (ECR) is the task of linking mentions of the
same event either within or across documents. Most mention pairs are not
coreferent, yet many that are coreferent can be identified through simple
techniques such as lemma matching of the event triggers or the sentences in
which they appear. Existing methods for training coreference systems sample
from a largely skewed distribution, making it difficult for the algorithm to
learn coreference beyond surface matching. Additionally, these methods are
intractable because of the quadratic operations needed. To address these
challenges, we break the problem of ECR into two parts: a) a heuristic to
efficiently filter out a large number of non-coreferent pairs, and b) a
training approach on a balanced set of coreferent and non-coreferent mention
pairs. By following this approach, we show that we get comparable results to
the state of the art on two popular ECR datasets while significantly reducing
compute requirements. We also analyze the mention pairs that are "hard" to
accurately classify as coreferent or non-coreferent. Code at
https://github.com/ahmeshaf/lemma_ce_coref
| no_new_dataset | 0.709202 |
2305.05706 | Helin Xu | Chen Bao, Helin Xu, Yuzhe Qin, Xiaolong Wang | DexArt: Benchmarking Generalizable Dexterous Manipulation with
Articulated Objects | Accepted to CVPR 2023. Project page: https://www.chenbao.tech/dexart/
Equal contributors: Chen Bao, Helin Xu | null | null | null | cs.RO cs.CV cs.LG | http://creativecommons.org/licenses/by/4.0/ | To enable general-purpose robots, we will require the robot to operate daily
articulated objects as humans do. Current robot manipulation has heavily relied
on using a parallel gripper, which restricts the robot to a limited set of
objects. On the other hand, operating with a multi-finger robot hand will allow
better approximation to human behavior and enable the robot to operate on
diverse articulated objects. To this end, we propose a new benchmark called
DexArt, which involves Dexterous manipulation with Articulated objects in a
physical simulator. In our benchmark, we define multiple complex manipulation
tasks, and the robot hand will need to manipulate diverse articulated objects
within each task. Our main focus is to evaluate the generalizability of the
learned policy on unseen articulated objects. This is very challenging given
the high degrees of freedom of both hands and objects. We use Reinforcement
Learning with 3D representation learning to achieve generalization. Through
extensive studies, we provide new insights into how 3D representation learning
affects decision making in RL with 3D point cloud inputs. More details can be
found at https://www.chenbao.tech/dexart/.
| [
{
"version": "v1",
"created": "Tue, 9 May 2023 18:30:58 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Bao",
"Chen",
""
],
[
"Xu",
"Helin",
""
],
[
"Qin",
"Yuzhe",
""
],
[
"Wang",
"Xiaolong",
""
]
] | TITLE: DexArt: Benchmarking Generalizable Dexterous Manipulation with
Articulated Objects
ABSTRACT: To enable general-purpose robots, we will require the robot to operate daily
articulated objects as humans do. Current robot manipulation has heavily relied
on using a parallel gripper, which restricts the robot to a limited set of
objects. On the other hand, operating with a multi-finger robot hand will allow
better approximation to human behavior and enable the robot to operate on
diverse articulated objects. To this end, we propose a new benchmark called
DexArt, which involves Dexterous manipulation with Articulated objects in a
physical simulator. In our benchmark, we define multiple complex manipulation
tasks, and the robot hand will need to manipulate diverse articulated objects
within each task. Our main focus is to evaluate the generalizability of the
learned policy on unseen articulated objects. This is very challenging given
the high degrees of freedom of both hands and objects. We use Reinforcement
Learning with 3D representation learning to achieve generalization. Through
extensive studies, we provide new insights into how 3D representation learning
affects decision making in RL with 3D point cloud inputs. More details can be
found at https://www.chenbao.tech/dexart/.
| new_dataset | 0.654922 |
2305.05732 | Yuqi Wang | Yuqi Wang, Jacob A. Macdonald, Katelyn R. Morgan, Danielle Hom, Sarah
Cubberley, Kassi Sollace, Nicole Casasanto, Islam H. Zaki, Kyle J. Lafata,
Mustafa R. Bashir | Duke Spleen Data Set: A Publicly Available Spleen MRI and CT dataset for
Training Segmentation | null | null | null | null | eess.IV cs.CV cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Spleen volumetry is primarily associated with patients suffering from chronic
liver disease and portal hypertension, as they often have spleens with abnormal
shapes and sizes. However, manually segmenting the spleen to obtain its volume
is a time-consuming process. Deep learning algorithms have proven to be
effective in automating spleen segmentation, but a suitable dataset is
necessary for training such algorithms. To our knowledge, the few publicly
available datasets for spleen segmentation lack confounding features such as
ascites and abdominal varices. To address this issue, the Duke Spleen Data Set
(DSDS) has been developed, which includes 109 CT and MRI volumes from patients
with chronic liver disease and portal hypertension. The dataset includes a
diverse range of image types, vendors, planes, and contrasts, as well as
varying spleen shapes and sizes due to underlying disease states. The DSDS aims
to facilitate the creation of robust spleen segmentation models that can take
into account these variations and confounding factors.
| [
{
"version": "v1",
"created": "Tue, 9 May 2023 19:24:09 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Wang",
"Yuqi",
""
],
[
"Macdonald",
"Jacob A.",
""
],
[
"Morgan",
"Katelyn R.",
""
],
[
"Hom",
"Danielle",
""
],
[
"Cubberley",
"Sarah",
""
],
[
"Sollace",
"Kassi",
""
],
[
"Casasanto",
"Nicole",
""
],
[
"Zaki",
"Islam H.",
""
],
[
"Lafata",
"Kyle J.",
""
],
[
"Bashir",
"Mustafa R.",
""
]
] | TITLE: Duke Spleen Data Set: A Publicly Available Spleen MRI and CT dataset for
Training Segmentation
ABSTRACT: Spleen volumetry is primarily associated with patients suffering from chronic
liver disease and portal hypertension, as they often have spleens with abnormal
shapes and sizes. However, manually segmenting the spleen to obtain its volume
is a time-consuming process. Deep learning algorithms have proven to be
effective in automating spleen segmentation, but a suitable dataset is
necessary for training such algorithms. To our knowledge, the few publicly
available datasets for spleen segmentation lack confounding features such as
ascites and abdominal varices. To address this issue, the Duke Spleen Data Set
(DSDS) has been developed, which includes 109 CT and MRI volumes from patients
with chronic liver disease and portal hypertension. The dataset includes a
diverse range of image types, vendors, planes, and contrasts, as well as
varying spleen shapes and sizes due to underlying disease states. The DSDS aims
to facilitate the creation of robust spleen segmentation models that can take
into account these variations and confounding factors.
| new_dataset | 0.714466 |
2305.05748 | Paolo Tirotta | Paolo Tirotta, Akira Yuasa, Masashi Morita | Multilevel Sentence Embeddings for Personality Prediction | Copyright is owned by JSAI | JSAI 2023, Proceedings of the 37th Annual Conference of the
Japanese Society for Artificial Intelligence | null | null | cs.CL | http://creativecommons.org/licenses/by/4.0/ | Representing text into a multidimensional space can be done with sentence
embedding models such as Sentence-BERT (SBERT). However, training these models
when the data has a complex multilevel structure requires individually trained
class-specific models, which increases time and computing costs. We propose a
two step approach which enables us to map sentences according to their
hierarchical memberships and polarity. At first we teach the upper level
sentence space through an AdaCos loss function and then finetune with a novel
loss function mainly based on the cosine similarity of intra-level pairs. We
apply this method to three different datasets: two weakly supervised Big Five
personality dataset obtained from English and Japanese Twitter data and the
benchmark MNLI dataset. We show that our single model approach performs better
than multiple class-specific classification models.
| [
{
"version": "v1",
"created": "Tue, 9 May 2023 20:02:18 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Tirotta",
"Paolo",
""
],
[
"Yuasa",
"Akira",
""
],
[
"Morita",
"Masashi",
""
]
] | TITLE: Multilevel Sentence Embeddings for Personality Prediction
ABSTRACT: Representing text into a multidimensional space can be done with sentence
embedding models such as Sentence-BERT (SBERT). However, training these models
when the data has a complex multilevel structure requires individually trained
class-specific models, which increases time and computing costs. We propose a
two step approach which enables us to map sentences according to their
hierarchical memberships and polarity. At first we teach the upper level
sentence space through an AdaCos loss function and then finetune with a novel
loss function mainly based on the cosine similarity of intra-level pairs. We
apply this method to three different datasets: two weakly supervised Big Five
personality dataset obtained from English and Japanese Twitter data and the
benchmark MNLI dataset. We show that our single model approach performs better
than multiple class-specific classification models.
| no_new_dataset | 0.710459 |
2305.05759 | Paramveer Dhillon | Yachuan Liu, Bohan Zhang, Qiaozhu Mei and Paramveer Dhillon | Ranking & Reweighting Improves Group Distributional Robustness | null | null | null | null | cs.LG cs.AI cs.CL stat.ML | http://creativecommons.org/licenses/by/4.0/ | Recent work has shown that standard training via empirical risk minimization
(ERM) can produce models that achieve high accuracy on average but low accuracy
on underrepresented groups due to the prevalence of spurious features. A
predominant approach to tackle this group robustness problem minimizes the
worst group error (akin to a minimax strategy) on the training data, hoping it
will generalize well on the testing data. However, this is often suboptimal,
especially when the out-of-distribution (OOD) test data contains previously
unseen groups. Inspired by ideas from the information retrieval and
learning-to-rank literature, this paper first proposes to use Discounted
Cumulative Gain (DCG) as a metric of model quality for facilitating better
hyperparameter tuning and model selection. Being a ranking-based metric, DCG
weights multiple poorly-performing groups (instead of considering just the
group with the worst performance). As a natural next step, we build on our
results to propose a ranking-based training method called Discounted Rank
Upweighting (DRU), which differentially reweights a ranked list of
poorly-performing groups in the training data to learn models that exhibit
strong OOD performance on the test data. Results on several synthetic and
real-world datasets highlight the superior generalization ability of our
group-ranking-based (akin to soft-minimax) approach in selecting and learning
models that are robust to group distributional shifts.
| [
{
"version": "v1",
"created": "Tue, 9 May 2023 20:37:16 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Liu",
"Yachuan",
""
],
[
"Zhang",
"Bohan",
""
],
[
"Mei",
"Qiaozhu",
""
],
[
"Dhillon",
"Paramveer",
""
]
] | TITLE: Ranking & Reweighting Improves Group Distributional Robustness
ABSTRACT: Recent work has shown that standard training via empirical risk minimization
(ERM) can produce models that achieve high accuracy on average but low accuracy
on underrepresented groups due to the prevalence of spurious features. A
predominant approach to tackle this group robustness problem minimizes the
worst group error (akin to a minimax strategy) on the training data, hoping it
will generalize well on the testing data. However, this is often suboptimal,
especially when the out-of-distribution (OOD) test data contains previously
unseen groups. Inspired by ideas from the information retrieval and
learning-to-rank literature, this paper first proposes to use Discounted
Cumulative Gain (DCG) as a metric of model quality for facilitating better
hyperparameter tuning and model selection. Being a ranking-based metric, DCG
weights multiple poorly-performing groups (instead of considering just the
group with the worst performance). As a natural next step, we build on our
results to propose a ranking-based training method called Discounted Rank
Upweighting (DRU), which differentially reweights a ranked list of
poorly-performing groups in the training data to learn models that exhibit
strong OOD performance on the test data. Results on several synthetic and
real-world datasets highlight the superior generalization ability of our
group-ranking-based (akin to soft-minimax) approach in selecting and learning
models that are robust to group distributional shifts.
| no_new_dataset | 0.710998 |
2305.05766 | Yang Zhao | Yang Zhao, Shang Wu, Jingqun Zhang, Sixu Li, Chaojian Li, Yingyan Lin | Instant-NeRF: Instant On-Device Neural Radiance Field Training via
Algorithm-Accelerator Co-Designed Near-Memory Processing | Accepted by DAC 2023 | null | null | null | cs.CV cs.AR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Instant on-device Neural Radiance Fields (NeRFs) are in growing demand for
unleashing the promise of immersive AR/VR experiences, but are still limited by
their prohibitive training time. Our profiling analysis reveals a memory-bound
inefficiency in NeRF training. To tackle this inefficiency, near-memory
processing (NMP) promises to be an effective solution, but also faces
challenges due to the unique workloads of NeRFs, including the random hash
table lookup, random point processing sequence, and heterogeneous bottleneck
steps. Therefore, we propose the first NMP framework, Instant-NeRF, dedicated
to enabling instant on-device NeRF training. Experiments on eight datasets
consistently validate the effectiveness of Instant-NeRF.
| [
{
"version": "v1",
"created": "Tue, 9 May 2023 20:59:14 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Zhao",
"Yang",
""
],
[
"Wu",
"Shang",
""
],
[
"Zhang",
"Jingqun",
""
],
[
"Li",
"Sixu",
""
],
[
"Li",
"Chaojian",
""
],
[
"Lin",
"Yingyan",
""
]
] | TITLE: Instant-NeRF: Instant On-Device Neural Radiance Field Training via
Algorithm-Accelerator Co-Designed Near-Memory Processing
ABSTRACT: Instant on-device Neural Radiance Fields (NeRFs) are in growing demand for
unleashing the promise of immersive AR/VR experiences, but are still limited by
their prohibitive training time. Our profiling analysis reveals a memory-bound
inefficiency in NeRF training. To tackle this inefficiency, near-memory
processing (NMP) promises to be an effective solution, but also faces
challenges due to the unique workloads of NeRFs, including the random hash
table lookup, random point processing sequence, and heterogeneous bottleneck
steps. Therefore, we propose the first NMP framework, Instant-NeRF, dedicated
to enabling instant on-device NeRF training. Experiments on eight datasets
consistently validate the effectiveness of Instant-NeRF.
| no_new_dataset | 0.712063 |
2305.05768 | \v{Z}iga Babnik | \v{Z}iga Babnik, Peter Peer, Vitomir \v{S}truc | DifFIQA: Face Image Quality Assessment Using Denoising Diffusion
Probabilistic Models | null | null | null | null | cs.CV cs.LG | http://creativecommons.org/licenses/by/4.0/ | Modern face recognition (FR) models excel in constrained scenarios, but often
suffer from decreased performance when deployed in unconstrained (real-world)
environments due to uncertainties surrounding the quality of the captured
facial data. Face image quality assessment (FIQA) techniques aim to mitigate
these performance degradations by providing FR models with sample-quality
predictions that can be used to reject low-quality samples and reduce false
match errors. However, despite steady improvements, ensuring reliable quality
estimates across facial images with diverse characteristics remains
challenging. In this paper, we present a powerful new FIQA approach, named
DifFIQA, which relies on denoising diffusion probabilistic models (DDPM) and
ensures highly competitive results. The main idea behind the approach is to
utilize the forward and backward processes of DDPMs to perturb facial images
and quantify the impact of these perturbations on the corresponding image
embeddings for quality prediction. Because the diffusion-based perturbations
are computationally expensive, we also distill the knowledge encoded in DifFIQA
into a regression-based quality predictor, called DifFIQA(R), that balances
performance and execution time. We evaluate both models in comprehensive
experiments on 7 datasets, with 4 target FR models and against 10
state-of-the-art FIQA techniques with highly encouraging results. The source
code will be made publicly available.
| [
{
"version": "v1",
"created": "Tue, 9 May 2023 21:03:13 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Babnik",
"Žiga",
""
],
[
"Peer",
"Peter",
""
],
[
"Štruc",
"Vitomir",
""
]
] | TITLE: DifFIQA: Face Image Quality Assessment Using Denoising Diffusion
Probabilistic Models
ABSTRACT: Modern face recognition (FR) models excel in constrained scenarios, but often
suffer from decreased performance when deployed in unconstrained (real-world)
environments due to uncertainties surrounding the quality of the captured
facial data. Face image quality assessment (FIQA) techniques aim to mitigate
these performance degradations by providing FR models with sample-quality
predictions that can be used to reject low-quality samples and reduce false
match errors. However, despite steady improvements, ensuring reliable quality
estimates across facial images with diverse characteristics remains
challenging. In this paper, we present a powerful new FIQA approach, named
DifFIQA, which relies on denoising diffusion probabilistic models (DDPM) and
ensures highly competitive results. The main idea behind the approach is to
utilize the forward and backward processes of DDPMs to perturb facial images
and quantify the impact of these perturbations on the corresponding image
embeddings for quality prediction. Because the diffusion-based perturbations
are computationally expensive, we also distill the knowledge encoded in DifFIQA
into a regression-based quality predictor, called DifFIQA(R), that balances
performance and execution time. We evaluate both models in comprehensive
experiments on 7 datasets, with 4 target FR models and against 10
state-of-the-art FIQA techniques with highly encouraging results. The source
code will be made publicly available.
| no_new_dataset | 0.709025 |
2305.05778 | David Petri | Claudius Kienle and David Petri | Multi-Object Self-Supervised Depth Denoising | 8 Pages, 10 figures | null | null | null | cs.LG cs.RO | http://creativecommons.org/licenses/by/4.0/ | Depth cameras are frequently used in robotic manipulation, e.g. for visual
servoing. The quality of small and compact depth cameras is though often not
sufficient for depth reconstruction, which is required for precise tracking in
and perception of the robot's working space. Based on the work of Shabanov et
al. (2021), in this work, we present a self-supervised multi-object depth
denoising pipeline, that uses depth maps of higher-quality sensors as
close-to-ground-truth supervisory signals to denoise depth maps coming from a
lower-quality sensor. We display a computationally efficient way to align sets
of two frame pairs in space and retrieve a frame-based multi-object mask, in
order to receive a clean labeled dataset to train a denoising neural network
on. The implementation of our presented work can be found at
https://github.com/alr-internship/self-supervised-depth-denoising.
| [
{
"version": "v1",
"created": "Tue, 9 May 2023 21:48:44 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Kienle",
"Claudius",
""
],
[
"Petri",
"David",
""
]
] | TITLE: Multi-Object Self-Supervised Depth Denoising
ABSTRACT: Depth cameras are frequently used in robotic manipulation, e.g. for visual
servoing. The quality of small and compact depth cameras is though often not
sufficient for depth reconstruction, which is required for precise tracking in
and perception of the robot's working space. Based on the work of Shabanov et
al. (2021), in this work, we present a self-supervised multi-object depth
denoising pipeline, that uses depth maps of higher-quality sensors as
close-to-ground-truth supervisory signals to denoise depth maps coming from a
lower-quality sensor. We display a computationally efficient way to align sets
of two frame pairs in space and retrieve a frame-based multi-object mask, in
order to receive a clean labeled dataset to train a denoising neural network
on. The implementation of our presented work can be found at
https://github.com/alr-internship/self-supervised-depth-denoising.
| no_new_dataset | 0.711481 |
2305.05780 | Alan Smeaton | Deniss Strods and Alan F. Smeaton | Enhancing Gappy Speech Audio Signals with Generative Adversarial
Networks | 7 pages, 4 figures, 4 tables. 34th Irish Signals and Systems
Conferences, 13-14 June 2023 | null | null | null | cs.SD cs.LG eess.AS | http://creativecommons.org/licenses/by/4.0/ | Gaps, dropouts and short clips of corrupted audio are a common problem and
particularly annoying when they occur in speech. This paper uses machine
learning to regenerate gaps of up to 320ms in an audio speech signal. Audio
regeneration is translated into image regeneration by transforming audio into a
Mel-spectrogram and using image in-painting to regenerate the gaps. The full
Mel-spectrogram is then transferred back to audio using the Parallel-WaveGAN
vocoder and integrated into the audio stream. Using a sample of 1300 spoken
audio clips of between 1 and 10 seconds taken from the publicly-available
LJSpeech dataset our results show regeneration of audio gaps in close to real
time using GANs with a GPU equipped system. As expected, the smaller the gap in
the audio, the better the quality of the filled gaps. On a gap of 240ms the
average mean opinion score (MOS) for the best performing models was 3.737, on a
scale of 1 (worst) to 5 (best) which is sufficient for a human to perceive as
close to uninterrupted human speech.
| [
{
"version": "v1",
"created": "Tue, 9 May 2023 21:58:54 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Strods",
"Deniss",
""
],
[
"Smeaton",
"Alan F.",
""
]
] | TITLE: Enhancing Gappy Speech Audio Signals with Generative Adversarial
Networks
ABSTRACT: Gaps, dropouts and short clips of corrupted audio are a common problem and
particularly annoying when they occur in speech. This paper uses machine
learning to regenerate gaps of up to 320ms in an audio speech signal. Audio
regeneration is translated into image regeneration by transforming audio into a
Mel-spectrogram and using image in-painting to regenerate the gaps. The full
Mel-spectrogram is then transferred back to audio using the Parallel-WaveGAN
vocoder and integrated into the audio stream. Using a sample of 1300 spoken
audio clips of between 1 and 10 seconds taken from the publicly-available
LJSpeech dataset our results show regeneration of audio gaps in close to real
time using GANs with a GPU equipped system. As expected, the smaller the gap in
the audio, the better the quality of the filled gaps. On a gap of 240ms the
average mean opinion score (MOS) for the best performing models was 3.737, on a
scale of 1 (worst) to 5 (best) which is sufficient for a human to perceive as
close to uninterrupted human speech.
| no_new_dataset | 0.711425 |
2305.05784 | Kirill Trapeznikov | Brandon B. May, Kirill Trapeznikov, Shengbang Fang, Matthew C. Stamm | Comprehensive Dataset of Synthetic and Manipulated Overhead Imagery for
Development and Evaluation of Forensic Tools | null | null | null | null | cs.CV cs.CR | http://creativecommons.org/licenses/by-nc-sa/4.0/ | We present a first of its kind dataset of overhead imagery for development
and evaluation of forensic tools. Our dataset consists of real, fully synthetic
and partially manipulated overhead imagery generated from a custom diffusion
model trained on two sets of different zoom levels and on two sources of
pristine data. We developed our model to support controllable generation of
multiple manipulation categories including fully synthetic imagery conditioned
on real and generated base maps, and location. We also support partial
in-painted imagery with same conditioning options and with several types of
manipulated content. The data consist of raw images and ground truth
annotations describing the manipulation parameters. We also report benchmark
performance on several tasks supported by our dataset including detection of
fully and partially manipulated imagery, manipulation localization and
classification.
| [
{
"version": "v1",
"created": "Tue, 9 May 2023 22:09:35 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"May",
"Brandon B.",
""
],
[
"Trapeznikov",
"Kirill",
""
],
[
"Fang",
"Shengbang",
""
],
[
"Stamm",
"Matthew C.",
""
]
] | TITLE: Comprehensive Dataset of Synthetic and Manipulated Overhead Imagery for
Development and Evaluation of Forensic Tools
ABSTRACT: We present a first of its kind dataset of overhead imagery for development
and evaluation of forensic tools. Our dataset consists of real, fully synthetic
and partially manipulated overhead imagery generated from a custom diffusion
model trained on two sets of different zoom levels and on two sources of
pristine data. We developed our model to support controllable generation of
multiple manipulation categories including fully synthetic imagery conditioned
on real and generated base maps, and location. We also support partial
in-painted imagery with same conditioning options and with several types of
manipulated content. The data consist of raw images and ground truth
annotations describing the manipulation parameters. We also report benchmark
performance on several tasks supported by our dataset including detection of
fully and partially manipulated imagery, manipulation localization and
classification.
| new_dataset | 0.713999 |
2305.05813 | Guangliang Cheng | Guangliang Cheng, Yunmeng Huang, Xiangtai Li, Shuchang Lyu, Zhaoyang
Xu, Qi Zhao, Shiming Xiang | Change Detection Methods for Remote Sensing in the Last Decade: A
Comprehensive Review | 21 pages, 4 figures, 10 tables | null | null | null | cs.CV cs.LG eess.IV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Change detection is an essential and widely utilized task in remote sensing
that aims to detect and analyze changes occurring in the same geographical area
over time, which has broad applications in urban development, agricultural
surveys, and land cover monitoring. Detecting changes in remote sensing images
is a complex challenge due to various factors, including variations in image
quality, noise, registration errors, illumination changes, complex landscapes,
and spatial heterogeneity. In recent years, deep learning has emerged as a
powerful tool for feature extraction and addressing these challenges. Its
versatility has resulted in its widespread adoption for numerous
image-processing tasks. This paper presents a comprehensive survey of
significant advancements in change detection for remote sensing images over the
past decade. We first introduce some preliminary knowledge for the change
detection task, such as problem definition, datasets, evaluation metrics, and
transformer basics, as well as provide a detailed taxonomy of existing
algorithms from three different perspectives: algorithm granularity,
supervision modes, and learning frameworks in the methodology section. This
survey enables readers to gain systematic knowledge of change detection tasks
from various angles. We then summarize the state-of-the-art performance on
several dominant change detection datasets, providing insights into the
strengths and limitations of existing algorithms. Based on our survey, some
future research directions for change detection in remote sensing are well
identified. This survey paper will shed some light on the community and inspire
further research efforts in the change detection task.
| [
{
"version": "v1",
"created": "Tue, 9 May 2023 23:52:37 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Cheng",
"Guangliang",
""
],
[
"Huang",
"Yunmeng",
""
],
[
"Li",
"Xiangtai",
""
],
[
"Lyu",
"Shuchang",
""
],
[
"Xu",
"Zhaoyang",
""
],
[
"Zhao",
"Qi",
""
],
[
"Xiang",
"Shiming",
""
]
] | TITLE: Change Detection Methods for Remote Sensing in the Last Decade: A
Comprehensive Review
ABSTRACT: Change detection is an essential and widely utilized task in remote sensing
that aims to detect and analyze changes occurring in the same geographical area
over time, which has broad applications in urban development, agricultural
surveys, and land cover monitoring. Detecting changes in remote sensing images
is a complex challenge due to various factors, including variations in image
quality, noise, registration errors, illumination changes, complex landscapes,
and spatial heterogeneity. In recent years, deep learning has emerged as a
powerful tool for feature extraction and addressing these challenges. Its
versatility has resulted in its widespread adoption for numerous
image-processing tasks. This paper presents a comprehensive survey of
significant advancements in change detection for remote sensing images over the
past decade. We first introduce some preliminary knowledge for the change
detection task, such as problem definition, datasets, evaluation metrics, and
transformer basics, as well as provide a detailed taxonomy of existing
algorithms from three different perspectives: algorithm granularity,
supervision modes, and learning frameworks in the methodology section. This
survey enables readers to gain systematic knowledge of change detection tasks
from various angles. We then summarize the state-of-the-art performance on
several dominant change detection datasets, providing insights into the
strengths and limitations of existing algorithms. Based on our survey, some
future research directions for change detection in remote sensing are well
identified. This survey paper will shed some light on the community and inspire
further research efforts in the change detection task.
| no_new_dataset | 0.707859 |
2305.05839 | Xiaogang Xu Dr. | Xiaogang Xu, Ruixing Wang, Jiangbo Lu | Low-Light Image Enhancement via Structure Modeling and Guidance | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper proposes a new framework for low-light image enhancement by
simultaneously conducting the appearance as well as structure modeling. It
employs the structural feature to guide the appearance enhancement, leading to
sharp and realistic results. The structure modeling in our framework is
implemented as the edge detection in low-light images. It is achieved with a
modified generative model via designing a structure-aware feature extractor and
generator. The detected edge maps can accurately emphasize the essential
structural information, and the edge prediction is robust towards the noises in
dark areas. Moreover, to improve the appearance modeling, which is implemented
with a simple U-Net, a novel structure-guided enhancement module is proposed
with structure-guided feature synthesis layers. The appearance modeling, edge
detector, and enhancement module can be trained end-to-end. The experiments are
conducted on representative datasets (sRGB and RAW domains), showing that our
model consistently achieves SOTA performance on all datasets with the same
architecture.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 02:08:22 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Xu",
"Xiaogang",
""
],
[
"Wang",
"Ruixing",
""
],
[
"Lu",
"Jiangbo",
""
]
] | TITLE: Low-Light Image Enhancement via Structure Modeling and Guidance
ABSTRACT: This paper proposes a new framework for low-light image enhancement by
simultaneously conducting the appearance as well as structure modeling. It
employs the structural feature to guide the appearance enhancement, leading to
sharp and realistic results. The structure modeling in our framework is
implemented as the edge detection in low-light images. It is achieved with a
modified generative model via designing a structure-aware feature extractor and
generator. The detected edge maps can accurately emphasize the essential
structural information, and the edge prediction is robust towards the noises in
dark areas. Moreover, to improve the appearance modeling, which is implemented
with a simple U-Net, a novel structure-guided enhancement module is proposed
with structure-guided feature synthesis layers. The appearance modeling, edge
detector, and enhancement module can be trained end-to-end. The experiments are
conducted on representative datasets (sRGB and RAW domains), showing that our
model consistently achieves SOTA performance on all datasets with the same
architecture.
| no_new_dataset | 0.709453 |
2305.05842 | Xinhai Liu | Xinhai Liu, Zhizhong Han, Sanghuk Lee, Yan-Pei Cao, Yu-Shen Liu | D-Net: Learning for Distinctive Point Clouds by Self-Attentive Point
Searching and Learnable Feature Fusion | To be published in CAGD 2023 | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Learning and selecting important points on a point cloud is crucial for point
cloud understanding in various applications. Most of early methods selected the
important points on 3D shapes by analyzing the intrinsic geometric properties
of every single shape, which fails to capture the importance of points that
distinguishes a shape from objects of other classes, i.e., the distinction of
points. To address this problem, we propose D-Net (Distinctive Network) to
learn for distinctive point clouds based on a self-attentive point searching
and a learnable feature fusion. Specifically, in the self-attentive point
searching, we first learn the distinction score for each point to reveal the
distinction distribution of the point cloud. After ranking the learned
distinction scores, we group a point cloud into a high distinctive point set
and a low distinctive one to enrich the fine-grained point cloud structure. To
generate a compact feature representation for each distinctive point set, a
stacked self-gated convolution is proposed to extract the distinctive features.
Finally, we further introduce a learnable feature fusion mechanism to aggregate
multiple distinctive features into a global point cloud representation in a
channel-wise aggregation manner. The results also show that the learned
distinction distribution of a point cloud is highly consistent with objects of
the same class and different from objects of other classes. Extensive
experiments on public datasets, including ModelNet and ShapeNet part dataset,
demonstrate the ability to learn for distinctive point clouds, which helps to
achieve the state-of-the-art performance in some shape understanding
applications.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 02:19:00 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Liu",
"Xinhai",
""
],
[
"Han",
"Zhizhong",
""
],
[
"Lee",
"Sanghuk",
""
],
[
"Cao",
"Yan-Pei",
""
],
[
"Liu",
"Yu-Shen",
""
]
] | TITLE: D-Net: Learning for Distinctive Point Clouds by Self-Attentive Point
Searching and Learnable Feature Fusion
ABSTRACT: Learning and selecting important points on a point cloud is crucial for point
cloud understanding in various applications. Most of early methods selected the
important points on 3D shapes by analyzing the intrinsic geometric properties
of every single shape, which fails to capture the importance of points that
distinguishes a shape from objects of other classes, i.e., the distinction of
points. To address this problem, we propose D-Net (Distinctive Network) to
learn for distinctive point clouds based on a self-attentive point searching
and a learnable feature fusion. Specifically, in the self-attentive point
searching, we first learn the distinction score for each point to reveal the
distinction distribution of the point cloud. After ranking the learned
distinction scores, we group a point cloud into a high distinctive point set
and a low distinctive one to enrich the fine-grained point cloud structure. To
generate a compact feature representation for each distinctive point set, a
stacked self-gated convolution is proposed to extract the distinctive features.
Finally, we further introduce a learnable feature fusion mechanism to aggregate
multiple distinctive features into a global point cloud representation in a
channel-wise aggregation manner. The results also show that the learned
distinction distribution of a point cloud is highly consistent with objects of
the same class and different from objects of other classes. Extensive
experiments on public datasets, including ModelNet and ShapeNet part dataset,
demonstrate the ability to learn for distinctive point clouds, which helps to
achieve the state-of-the-art performance in some shape understanding
applications.
| no_new_dataset | 0.7118 |
2305.05848 | Luzhi Wang | Di Jin, Luzhi Wang, Yizhen Zheng, Guojie Song, Fei Jiang, Xiang Li,
Wei Lin, Shirui Pan | Dual Intent Enhanced Graph Neural Network for Session-based New Item
Recommendation | 10 Pages, 6 figures, WWW'2023 | null | null | null | cs.IR cs.AI | http://creativecommons.org/licenses/by/4.0/ | Recommender systems are essential to various fields, e.g., e-commerce,
e-learning, and streaming media. At present, graph neural networks (GNNs) for
session-based recommendations normally can only recommend items existing in
users' historical sessions. As a result, these GNNs have difficulty
recommending items that users have never interacted with (new items), which
leads to a phenomenon of information cocoon. Therefore, it is necessary to
recommend new items to users. As there is no interaction between new items and
users, we cannot include new items when building session graphs for GNN
session-based recommender systems. Thus, it is challenging to recommend new
items for users when using GNN-based methods. We regard this challenge as
'\textbf{G}NN \textbf{S}ession-based \textbf{N}ew \textbf{I}tem
\textbf{R}ecommendation (GSNIR)'. To solve this problem, we propose a
dual-intent enhanced graph neural network for it. Due to the fact that new
items are not tied to historical sessions, the users' intent is difficult to
predict. We design a dual-intent network to learn user intent from an attention
mechanism and the distribution of historical data respectively, which can
simulate users' decision-making process in interacting with a new item. To
solve the challenge that new items cannot be learned by GNNs, inspired by
zero-shot learning (ZSL), we infer the new item representation in GNN space by
using their attributes. By outputting new item probabilities, which contain
recommendation scores of the corresponding items, the new items with higher
scores are recommended to users. Experiments on two representative real-world
datasets show the superiority of our proposed method. The case study from the
real-world verifies interpretability benefits brought by the dual-intent module
and the new item reasoning module. The code is available at Github:
https://github.com/Ee1s/NirGNN
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 02:42:12 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Jin",
"Di",
""
],
[
"Wang",
"Luzhi",
""
],
[
"Zheng",
"Yizhen",
""
],
[
"Song",
"Guojie",
""
],
[
"Jiang",
"Fei",
""
],
[
"Li",
"Xiang",
""
],
[
"Lin",
"Wei",
""
],
[
"Pan",
"Shirui",
""
]
] | TITLE: Dual Intent Enhanced Graph Neural Network for Session-based New Item
Recommendation
ABSTRACT: Recommender systems are essential to various fields, e.g., e-commerce,
e-learning, and streaming media. At present, graph neural networks (GNNs) for
session-based recommendations normally can only recommend items existing in
users' historical sessions. As a result, these GNNs have difficulty
recommending items that users have never interacted with (new items), which
leads to a phenomenon of information cocoon. Therefore, it is necessary to
recommend new items to users. As there is no interaction between new items and
users, we cannot include new items when building session graphs for GNN
session-based recommender systems. Thus, it is challenging to recommend new
items for users when using GNN-based methods. We regard this challenge as
'\textbf{G}NN \textbf{S}ession-based \textbf{N}ew \textbf{I}tem
\textbf{R}ecommendation (GSNIR)'. To solve this problem, we propose a
dual-intent enhanced graph neural network for it. Due to the fact that new
items are not tied to historical sessions, the users' intent is difficult to
predict. We design a dual-intent network to learn user intent from an attention
mechanism and the distribution of historical data respectively, which can
simulate users' decision-making process in interacting with a new item. To
solve the challenge that new items cannot be learned by GNNs, inspired by
zero-shot learning (ZSL), we infer the new item representation in GNN space by
using their attributes. By outputting new item probabilities, which contain
recommendation scores of the corresponding items, the new items with higher
scores are recommended to users. Experiments on two representative real-world
datasets show the superiority of our proposed method. The case study from the
real-world verifies interpretability benefits brought by the dual-intent module
and the new item reasoning module. The code is available at Github:
https://github.com/Ee1s/NirGNN
| no_new_dataset | 0.710616 |
2305.05858 | Rahul Aralikatte | Rahul Aralikatte, Ziling Cheng, Sumanth Doddapaneni, Jackie Chi Kit
Cheung | V\=arta: A Large-Scale Headline-Generation Dataset for Indic Languages | Findings of ACL 2023 | null | null | null | cs.CL | http://creativecommons.org/licenses/by/4.0/ | We present V\=arta, a large-scale multilingual dataset for headline
generation in Indic languages. This dataset includes 41.8 million news articles
in 14 different Indic languages (and English), which come from a variety of
high-quality sources. To the best of our knowledge, this is the largest
collection of curated articles for Indic languages currently available. We use
the data collected in a series of experiments to answer important questions
related to Indic NLP and multilinguality research in general. We show that the
dataset is challenging even for state-of-the-art abstractive models and that
they perform only slightly better than extractive baselines. Owing to its size,
we also show that the dataset can be used to pretrain strong language models
that outperform competitive baselines in both NLU and NLG benchmarks.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 03:07:17 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Aralikatte",
"Rahul",
""
],
[
"Cheng",
"Ziling",
""
],
[
"Doddapaneni",
"Sumanth",
""
],
[
"Cheung",
"Jackie Chi Kit",
""
]
] | TITLE: V\=arta: A Large-Scale Headline-Generation Dataset for Indic Languages
ABSTRACT: We present V\=arta, a large-scale multilingual dataset for headline
generation in Indic languages. This dataset includes 41.8 million news articles
in 14 different Indic languages (and English), which come from a variety of
high-quality sources. To the best of our knowledge, this is the largest
collection of curated articles for Indic languages currently available. We use
the data collected in a series of experiments to answer important questions
related to Indic NLP and multilinguality research in general. We show that the
dataset is challenging even for state-of-the-art abstractive models and that
they perform only slightly better than extractive baselines. Owing to its size,
we also show that the dataset can be used to pretrain strong language models
that outperform competitive baselines in both NLU and NLG benchmarks.
| new_dataset | 0.714616 |
2305.05869 | Jiyi Zhang | Jiyi Zhang, Han Fang, Hwee Kuan Lee, Ee-Chien Chang | Finding Meaningful Distributions of ML Black-boxes under Forensic
Investigation | null | null | null | null | cs.LG cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Given a poorly documented neural network model, we take the perspective of a
forensic investigator who wants to find out the model's data domain (e.g.
whether on face images or traffic signs). Although existing methods such as
membership inference and model inversion can be used to uncover some
information about an unknown model, they still require knowledge of the data
domain to start with. In this paper, we propose solving this problem by
leveraging on comprehensive corpus such as ImageNet to select a meaningful
distribution that is close to the original training distribution and leads to
high performance in follow-up investigations. The corpus comprises two
components, a large dataset of samples and meta information such as
hierarchical structure and textual information on the samples. Our goal is to
select a set of samples from the corpus for the given model. The core of our
method is an objective function that considers two criteria on the selected
samples: the model functional properties (derived from the dataset), and
semantics (derived from the metadata). We also give an algorithm to efficiently
search the large space of all possible subsets w.r.t. the objective function.
Experimentation results show that the proposed method is effective. For
example, cloning a given model (originally trained with CIFAR-10) by using
Caltech 101 can achieve 45.5% accuracy. By using datasets selected by our
method, the accuracy is improved to 72.0%.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 03:25:23 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Zhang",
"Jiyi",
""
],
[
"Fang",
"Han",
""
],
[
"Lee",
"Hwee Kuan",
""
],
[
"Chang",
"Ee-Chien",
""
]
] | TITLE: Finding Meaningful Distributions of ML Black-boxes under Forensic
Investigation
ABSTRACT: Given a poorly documented neural network model, we take the perspective of a
forensic investigator who wants to find out the model's data domain (e.g.
whether on face images or traffic signs). Although existing methods such as
membership inference and model inversion can be used to uncover some
information about an unknown model, they still require knowledge of the data
domain to start with. In this paper, we propose solving this problem by
leveraging on comprehensive corpus such as ImageNet to select a meaningful
distribution that is close to the original training distribution and leads to
high performance in follow-up investigations. The corpus comprises two
components, a large dataset of samples and meta information such as
hierarchical structure and textual information on the samples. Our goal is to
select a set of samples from the corpus for the given model. The core of our
method is an objective function that considers two criteria on the selected
samples: the model functional properties (derived from the dataset), and
semantics (derived from the metadata). We also give an algorithm to efficiently
search the large space of all possible subsets w.r.t. the objective function.
Experimentation results show that the proposed method is effective. For
example, cloning a given model (originally trained with CIFAR-10) by using
Caltech 101 can achieve 45.5% accuracy. By using datasets selected by our
method, the accuracy is improved to 72.0%.
| no_new_dataset | 0.708591 |
2305.05871 | Yuanqi Chang | Jiawei Mao, Shujian Guo, Yuanqi Chang, Xuesong Yin and Binling Nie | Medical supervised masked autoencoders: Crafting a better masking
strategy and efficient fine-tuning schedule for medical image classification | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Masked autoencoders (MAEs) have displayed significant potential in the
classification and semantic segmentation of medical images in the last year.
Due to the high similarity of human tissues, even slight changes in medical
images may represent diseased tissues, necessitating fine-grained inspection to
pinpoint diseased tissues. The random masking strategy of MAEs is likely to
result in areas of lesions being overlooked by the model. At the same time,
inconsistencies between the pre-training and fine-tuning phases impede the
performance and efficiency of MAE in medical image classification. To address
these issues, we propose a medical supervised masked autoencoder (MSMAE) in
this paper. In the pre-training phase, MSMAE precisely masks medical images via
the attention maps obtained from supervised training, contributing to the
representation learning of human tissue in the lesion area. During the
fine-tuning phase, MSMAE is also driven by attention to the accurate masking of
medical images. This improves the computational efficiency of the MSMAE while
increasing the difficulty of fine-tuning, which indirectly improves the quality
of MSMAE medical diagnosis. Extensive experiments demonstrate that MSMAE
achieves state-of-the-art performance in case with three official medical
datasets for various diseases. Meanwhile, transfer learning for MSMAE also
demonstrates the great potential of our approach for medical semantic
segmentation tasks. Moreover, the MSMAE accelerates the inference time in the
fine-tuning phase by 11.2% and reduces the number of floating-point operations
(FLOPs) by 74.08% compared to a traditional MAE.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 03:39:24 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Mao",
"Jiawei",
""
],
[
"Guo",
"Shujian",
""
],
[
"Chang",
"Yuanqi",
""
],
[
"Yin",
"Xuesong",
""
],
[
"Nie",
"Binling",
""
]
] | TITLE: Medical supervised masked autoencoders: Crafting a better masking
strategy and efficient fine-tuning schedule for medical image classification
ABSTRACT: Masked autoencoders (MAEs) have displayed significant potential in the
classification and semantic segmentation of medical images in the last year.
Due to the high similarity of human tissues, even slight changes in medical
images may represent diseased tissues, necessitating fine-grained inspection to
pinpoint diseased tissues. The random masking strategy of MAEs is likely to
result in areas of lesions being overlooked by the model. At the same time,
inconsistencies between the pre-training and fine-tuning phases impede the
performance and efficiency of MAE in medical image classification. To address
these issues, we propose a medical supervised masked autoencoder (MSMAE) in
this paper. In the pre-training phase, MSMAE precisely masks medical images via
the attention maps obtained from supervised training, contributing to the
representation learning of human tissue in the lesion area. During the
fine-tuning phase, MSMAE is also driven by attention to the accurate masking of
medical images. This improves the computational efficiency of the MSMAE while
increasing the difficulty of fine-tuning, which indirectly improves the quality
of MSMAE medical diagnosis. Extensive experiments demonstrate that MSMAE
achieves state-of-the-art performance in case with three official medical
datasets for various diseases. Meanwhile, transfer learning for MSMAE also
demonstrates the great potential of our approach for medical semantic
segmentation tasks. Moreover, the MSMAE accelerates the inference time in the
fine-tuning phase by 11.2% and reduces the number of floating-point operations
(FLOPs) by 74.08% compared to a traditional MAE.
| no_new_dataset | 0.710622 |
2305.05882 | Haobo Wang | Haobo Wang, Shisong Yang, Gengyu Lyu, Weiwei Liu, Tianlei Hu, Ke Chen,
Songhe Feng, Gang Chen | Deep Partial Multi-Label Learning with Graph Disambiguation | IJCAI 2023 | null | null | null | cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In partial multi-label learning (PML), each data example is equipped with a
candidate label set, which consists of multiple ground-truth labels and other
false-positive labels. Recently, graph-based methods, which demonstrate a good
ability to estimate accurate confidence scores from candidate labels, have been
prevalent to deal with PML problems. However, we observe that existing
graph-based PML methods typically adopt linear multi-label classifiers and thus
fail to achieve superior performance. In this work, we attempt to remove
several obstacles for extending them to deep models and propose a novel deep
Partial multi-Label model with grAph-disambIguatioN (PLAIN). Specifically, we
introduce the instance-level and label-level similarities to recover label
confidences as well as exploit label dependencies. At each training epoch,
labels are propagated on the instance and label graphs to produce relatively
accurate pseudo-labels; then, we train the deep model to fit the numerical
labels. Moreover, we provide a careful analysis of the risk functions to
guarantee the robustness of the proposed model. Extensive experiments on
various synthetic datasets and three real-world PML datasets demonstrate that
PLAIN achieves significantly superior results to state-of-the-art methods.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 04:02:08 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Wang",
"Haobo",
""
],
[
"Yang",
"Shisong",
""
],
[
"Lyu",
"Gengyu",
""
],
[
"Liu",
"Weiwei",
""
],
[
"Hu",
"Tianlei",
""
],
[
"Chen",
"Ke",
""
],
[
"Feng",
"Songhe",
""
],
[
"Chen",
"Gang",
""
]
] | TITLE: Deep Partial Multi-Label Learning with Graph Disambiguation
ABSTRACT: In partial multi-label learning (PML), each data example is equipped with a
candidate label set, which consists of multiple ground-truth labels and other
false-positive labels. Recently, graph-based methods, which demonstrate a good
ability to estimate accurate confidence scores from candidate labels, have been
prevalent to deal with PML problems. However, we observe that existing
graph-based PML methods typically adopt linear multi-label classifiers and thus
fail to achieve superior performance. In this work, we attempt to remove
several obstacles for extending them to deep models and propose a novel deep
Partial multi-Label model with grAph-disambIguatioN (PLAIN). Specifically, we
introduce the instance-level and label-level similarities to recover label
confidences as well as exploit label dependencies. At each training epoch,
labels are propagated on the instance and label graphs to produce relatively
accurate pseudo-labels; then, we train the deep model to fit the numerical
labels. Moreover, we provide a careful analysis of the risk functions to
guarantee the robustness of the proposed model. Extensive experiments on
various synthetic datasets and three real-world PML datasets demonstrate that
PLAIN achieves significantly superior results to state-of-the-art methods.
| no_new_dataset | 0.706779 |
2305.05898 | Xiyun Li | Xiyun Li, Ziyi Ni, Jingqing Ruan, Linghui Meng, Jing Shi, Tielin Zhang
and Bo Xu | Mixture of personality improved Spiking actor network for efficient
multi-agent cooperation | 20 pages, 7 figures | null | null | null | cs.AI cs.MA cs.NE | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Adaptive human-agent and agent-agent cooperation are becoming more and more
critical in the research area of multi-agent reinforcement learning (MARL),
where remarked progress has been made with the help of deep neural networks.
However, many established algorithms can only perform well during the learning
paradigm but exhibit poor generalization during cooperation with other unseen
partners. The personality theory in cognitive psychology describes that humans
can well handle the above cooperation challenge by predicting others'
personalities first and then their complex actions. Inspired by this two-step
psychology theory, we propose a biologically plausible mixture of personality
(MoP) improved spiking actor network (SAN), whereby a determinantal point
process is used to simulate the complex formation and integration of different
types of personality in MoP, and dynamic and spiking neurons are incorporated
into the SAN for the efficient reinforcement learning. The benchmark Overcooked
task, containing a strong requirement for cooperative cooking, is selected to
test the proposed MoP-SAN. The experimental results show that the MoP-SAN can
achieve both high performances during not only the learning paradigm but also
the generalization test (i.e., cooperation with other unseen agents) paradigm
where most counterpart deep actor networks failed. Necessary ablation
experiments and visualization analyses were conducted to explain why MoP and
SAN are effective in multi-agent reinforcement learning scenarios while DNN
performs poorly in the generalization test.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 05:01:59 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Li",
"Xiyun",
""
],
[
"Ni",
"Ziyi",
""
],
[
"Ruan",
"Jingqing",
""
],
[
"Meng",
"Linghui",
""
],
[
"Shi",
"Jing",
""
],
[
"Zhang",
"Tielin",
""
],
[
"Xu",
"Bo",
""
]
] | TITLE: Mixture of personality improved Spiking actor network for efficient
multi-agent cooperation
ABSTRACT: Adaptive human-agent and agent-agent cooperation are becoming more and more
critical in the research area of multi-agent reinforcement learning (MARL),
where remarked progress has been made with the help of deep neural networks.
However, many established algorithms can only perform well during the learning
paradigm but exhibit poor generalization during cooperation with other unseen
partners. The personality theory in cognitive psychology describes that humans
can well handle the above cooperation challenge by predicting others'
personalities first and then their complex actions. Inspired by this two-step
psychology theory, we propose a biologically plausible mixture of personality
(MoP) improved spiking actor network (SAN), whereby a determinantal point
process is used to simulate the complex formation and integration of different
types of personality in MoP, and dynamic and spiking neurons are incorporated
into the SAN for the efficient reinforcement learning. The benchmark Overcooked
task, containing a strong requirement for cooperative cooking, is selected to
test the proposed MoP-SAN. The experimental results show that the MoP-SAN can
achieve both high performances during not only the learning paradigm but also
the generalization test (i.e., cooperation with other unseen agents) paradigm
where most counterpart deep actor networks failed. Necessary ablation
experiments and visualization analyses were conducted to explain why MoP and
SAN are effective in multi-agent reinforcement learning scenarios while DNN
performs poorly in the generalization test.
| no_new_dataset | 0.708648 |
2305.05907 | Xinyu Wang | Xinyu Wang, Jiayi Li, Eesha Srivatsavaya, and Sarah Rajtmajer | Evidence of Inter-state Coordination amongst State-backed Information
Operations | null | null | null | null | cs.SI | http://creativecommons.org/licenses/by/4.0/ | Since 2018, Twitter has steadily released into the public domain content
discovered on the platform and believed to be associated with information
operations originating from more than a dozen state-backed organizations.
Leveraging this dataset, we explore inter-state coordination amongst
state-backed information operations and find evidence of intentional, strategic
interaction amongst thirteen different states, separate and distinct from
within-state operations. We find that coordinated, inter-state information
operations attract greater engagement than baseline information operations and
appear to come online in service to specific aims. We explore these ideas in
depth through two case studies on the coordination between Cuba and Venezuela,
and between Russia and Iran.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 05:22:40 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Wang",
"Xinyu",
""
],
[
"Li",
"Jiayi",
""
],
[
"Srivatsavaya",
"Eesha",
""
],
[
"Rajtmajer",
"Sarah",
""
]
] | TITLE: Evidence of Inter-state Coordination amongst State-backed Information
Operations
ABSTRACT: Since 2018, Twitter has steadily released into the public domain content
discovered on the platform and believed to be associated with information
operations originating from more than a dozen state-backed organizations.
Leveraging this dataset, we explore inter-state coordination amongst
state-backed information operations and find evidence of intentional, strategic
interaction amongst thirteen different states, separate and distinct from
within-state operations. We find that coordinated, inter-state information
operations attract greater engagement than baseline information operations and
appear to come online in service to specific aims. We explore these ideas in
depth through two case studies on the coordination between Cuba and Venezuela,
and between Russia and Iran.
| no_new_dataset | 0.653956 |
2305.05911 | Yang Yu | Ziqian Zhang, Lei Yuan, Lihe Li, Ke Xue, Chengxing Jia, Cong Guan,
Chao Qian, Yang Yu | Fast Teammate Adaptation in the Presence of Sudden Policy Change | In: Proceedings of the 39th Conference on Uncertainty in Artificial
Intelligence (UAI'23), Pittsburgh, PA, 2023 | null | null | null | cs.MA | http://creativecommons.org/licenses/by-nc-nd/4.0/ | In cooperative multi-agent reinforcement learning (MARL), where an agent
coordinates with teammate(s) for a shared goal, it may sustain non-stationary
caused by the policy change of teammates. Prior works mainly concentrate on the
policy change during the training phase or teammates altering cross episodes,
ignoring the fact that teammates may suffer from policy change suddenly within
an episode, which might lead to miscoordination and poor performance as a
result. We formulate the problem as an open Dec-POMDP, where we control some
agents to coordinate with uncontrolled teammates, whose policies could be
changed within one episode. Then we develop a new framework, fast teammates
adaptation (Fastap), to address the problem. Concretely, we first train
versatile teammates' policies and assign them to different clusters via the
Chinese Restaurant Process (CRP). Then, we train the controlled agent(s) to
coordinate with the sampled uncontrolled teammates by capturing their
identifications as context for fast adaptation. Finally, each agent applies its
local information to anticipate the teammates' context for decision-making
accordingly. This process proceeds alternately, leading to a robust policy that
can adapt to any teammates during the decentralized execution phase. We show in
multiple multi-agent benchmarks that Fastap can achieve superior performance
than multiple baselines in stationary and non-stationary scenarios.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 05:42:47 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Zhang",
"Ziqian",
""
],
[
"Yuan",
"Lei",
""
],
[
"Li",
"Lihe",
""
],
[
"Xue",
"Ke",
""
],
[
"Jia",
"Chengxing",
""
],
[
"Guan",
"Cong",
""
],
[
"Qian",
"Chao",
""
],
[
"Yu",
"Yang",
""
]
] | TITLE: Fast Teammate Adaptation in the Presence of Sudden Policy Change
ABSTRACT: In cooperative multi-agent reinforcement learning (MARL), where an agent
coordinates with teammate(s) for a shared goal, it may sustain non-stationary
caused by the policy change of teammates. Prior works mainly concentrate on the
policy change during the training phase or teammates altering cross episodes,
ignoring the fact that teammates may suffer from policy change suddenly within
an episode, which might lead to miscoordination and poor performance as a
result. We formulate the problem as an open Dec-POMDP, where we control some
agents to coordinate with uncontrolled teammates, whose policies could be
changed within one episode. Then we develop a new framework, fast teammates
adaptation (Fastap), to address the problem. Concretely, we first train
versatile teammates' policies and assign them to different clusters via the
Chinese Restaurant Process (CRP). Then, we train the controlled agent(s) to
coordinate with the sampled uncontrolled teammates by capturing their
identifications as context for fast adaptation. Finally, each agent applies its
local information to anticipate the teammates' context for decision-making
accordingly. This process proceeds alternately, leading to a robust policy that
can adapt to any teammates during the decentralized execution phase. We show in
multiple multi-agent benchmarks that Fastap can achieve superior performance
than multiple baselines in stationary and non-stationary scenarios.
| no_new_dataset | 0.708792 |
2305.05917 | Allison Koenecke | Rock Yuren Pang, Jack Cenatempo, Franklyn Graham, Bridgette Kuehn,
Maddy Whisenant, Portia Botchway, Katie Stone Perez, Allison Koenecke | Auditing Cross-Cultural Consistency of Human-Annotated Labels for
Recommendation Systems | Accepted at FAccT 2023 | null | 10.1145/3593013.3594098 | null | cs.IR stat.AP | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Recommendation systems increasingly depend on massive human-labeled datasets;
however, the human annotators hired to generate these labels increasingly come
from homogeneous backgrounds. This poses an issue when downstream predictive
models -- based on these labels -- are applied globally to a heterogeneous set
of users. We study this disconnect with respect to the labels themselves,
asking whether they are ``consistently conceptualized'' across annotators of
different demographics. In a case study of video game labels, we conduct a
survey on 5,174 gamers, identify a subset of inconsistently conceptualized game
labels, perform causal analyses, and suggest both cultural and linguistic
reasons for cross-country differences in label annotation. We further
demonstrate that predictive models of game annotations perform better on global
train sets as opposed to homogeneous (single-country) train sets. Finally, we
provide a generalizable framework for practitioners to audit their own data
annotation processes for consistent label conceptualization, and encourage
practitioners to consider global inclusivity in recommendation systems starting
from the early stages of annotator recruitment and data-labeling.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 06:08:47 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Pang",
"Rock Yuren",
""
],
[
"Cenatempo",
"Jack",
""
],
[
"Graham",
"Franklyn",
""
],
[
"Kuehn",
"Bridgette",
""
],
[
"Whisenant",
"Maddy",
""
],
[
"Botchway",
"Portia",
""
],
[
"Perez",
"Katie Stone",
""
],
[
"Koenecke",
"Allison",
""
]
] | TITLE: Auditing Cross-Cultural Consistency of Human-Annotated Labels for
Recommendation Systems
ABSTRACT: Recommendation systems increasingly depend on massive human-labeled datasets;
however, the human annotators hired to generate these labels increasingly come
from homogeneous backgrounds. This poses an issue when downstream predictive
models -- based on these labels -- are applied globally to a heterogeneous set
of users. We study this disconnect with respect to the labels themselves,
asking whether they are ``consistently conceptualized'' across annotators of
different demographics. In a case study of video game labels, we conduct a
survey on 5,174 gamers, identify a subset of inconsistently conceptualized game
labels, perform causal analyses, and suggest both cultural and linguistic
reasons for cross-country differences in label annotation. We further
demonstrate that predictive models of game annotations perform better on global
train sets as opposed to homogeneous (single-country) train sets. Finally, we
provide a generalizable framework for practitioners to audit their own data
annotation processes for consistent label conceptualization, and encourage
practitioners to consider global inclusivity in recommendation systems starting
from the early stages of annotator recruitment and data-labeling.
| no_new_dataset | 0.709384 |
2305.05936 | Xin Guan | Xin Guan, Biwei Cao, Qingqing Gao, Zheng Yin, Bo Liu, Jiuxin Cao | Multi-hop Commonsense Knowledge Injection Framework for Zero-Shot
Commonsense Question Answering | null | null | null | null | cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Commonsense question answering (QA) research requires machines to answer
questions based on commonsense knowledge. However, this research requires
expensive labor costs to annotate data as the basis of research, and models
that rely on fine-tuning paradigms only apply to specific tasks, rather than
learn a general commonsense reasoning ability. As a more robust method,
zero-shot commonsense question answering shows a good prospect. The current
zero-shot framework tries to convert triples in commonsense knowledge graphs
(KGs) into QA-form samples as the pre-trained data source to incorporate
commonsense knowledge into the model. However, this method ignores the
multi-hop relationship in the KG, which is also an important central problem in
commonsense reasoning. In this paper, we propose a novel multi-hop commonsense
knowledge injection framework. Specifically, it explores multi-hop reasoning
paradigm in KGs that conform to linguistic logic, and we further propose two
multi-hop QA generation methods based on KGs. Then, we utilize contrastive
learning to pre-train the model with the synthetic QA dataset to inject
multi-hop commonsense knowledge. Extensive experiments on five commonsense
question answering benchmarks demonstrate that our framework achieves
state-of-art performance.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 07:13:47 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Guan",
"Xin",
""
],
[
"Cao",
"Biwei",
""
],
[
"Gao",
"Qingqing",
""
],
[
"Yin",
"Zheng",
""
],
[
"Liu",
"Bo",
""
],
[
"Cao",
"Jiuxin",
""
]
] | TITLE: Multi-hop Commonsense Knowledge Injection Framework for Zero-Shot
Commonsense Question Answering
ABSTRACT: Commonsense question answering (QA) research requires machines to answer
questions based on commonsense knowledge. However, this research requires
expensive labor costs to annotate data as the basis of research, and models
that rely on fine-tuning paradigms only apply to specific tasks, rather than
learn a general commonsense reasoning ability. As a more robust method,
zero-shot commonsense question answering shows a good prospect. The current
zero-shot framework tries to convert triples in commonsense knowledge graphs
(KGs) into QA-form samples as the pre-trained data source to incorporate
commonsense knowledge into the model. However, this method ignores the
multi-hop relationship in the KG, which is also an important central problem in
commonsense reasoning. In this paper, we propose a novel multi-hop commonsense
knowledge injection framework. Specifically, it explores multi-hop reasoning
paradigm in KGs that conform to linguistic logic, and we further propose two
multi-hop QA generation methods based on KGs. Then, we utilize contrastive
learning to pre-train the model with the synthetic QA dataset to inject
multi-hop commonsense knowledge. Extensive experiments on five commonsense
question answering benchmarks demonstrate that our framework achieves
state-of-art performance.
| no_new_dataset | 0.709019 |
2305.05938 | Haibao Yu | Haibao Yu, Wenxian Yang, Hongzhi Ruan, Zhenwei Yang, Yingjuan Tang, Xu
Gao, Xin Hao, Yifeng Shi, Yifeng Pan, Ning Sun, Juan Song, Jirui Yuan, Ping
Luo, Zaiqing Nie | V2X-Seq: A Large-Scale Sequential Dataset for Vehicle-Infrastructure
Cooperative Perception and Forecasting | CVPR2023 | null | null | null | cs.CV cs.AI | http://creativecommons.org/licenses/by/4.0/ | Utilizing infrastructure and vehicle-side information to track and forecast
the behaviors of surrounding traffic participants can significantly improve
decision-making and safety in autonomous driving. However, the lack of
real-world sequential datasets limits research in this area. To address this
issue, we introduce V2X-Seq, the first large-scale sequential V2X dataset,
which includes data frames, trajectories, vector maps, and traffic lights
captured from natural scenery. V2X-Seq comprises two parts: the sequential
perception dataset, which includes more than 15,000 frames captured from 95
scenarios, and the trajectory forecasting dataset, which contains about 80,000
infrastructure-view scenarios, 80,000 vehicle-view scenarios, and 50,000
cooperative-view scenarios captured from 28 intersections' areas, covering 672
hours of data. Based on V2X-Seq, we introduce three new tasks for
vehicle-infrastructure cooperative (VIC) autonomous driving: VIC3D Tracking,
Online-VIC Forecasting, and Offline-VIC Forecasting. We also provide benchmarks
for the introduced tasks. Find data, code, and more up-to-date information at
\href{https://github.com/AIR-THU/DAIR-V2X-Seq}{https://github.com/AIR-THU/DAIR-V2X-Seq}.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 07:20:51 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Yu",
"Haibao",
""
],
[
"Yang",
"Wenxian",
""
],
[
"Ruan",
"Hongzhi",
""
],
[
"Yang",
"Zhenwei",
""
],
[
"Tang",
"Yingjuan",
""
],
[
"Gao",
"Xu",
""
],
[
"Hao",
"Xin",
""
],
[
"Shi",
"Yifeng",
""
],
[
"Pan",
"Yifeng",
""
],
[
"Sun",
"Ning",
""
],
[
"Song",
"Juan",
""
],
[
"Yuan",
"Jirui",
""
],
[
"Luo",
"Ping",
""
],
[
"Nie",
"Zaiqing",
""
]
] | TITLE: V2X-Seq: A Large-Scale Sequential Dataset for Vehicle-Infrastructure
Cooperative Perception and Forecasting
ABSTRACT: Utilizing infrastructure and vehicle-side information to track and forecast
the behaviors of surrounding traffic participants can significantly improve
decision-making and safety in autonomous driving. However, the lack of
real-world sequential datasets limits research in this area. To address this
issue, we introduce V2X-Seq, the first large-scale sequential V2X dataset,
which includes data frames, trajectories, vector maps, and traffic lights
captured from natural scenery. V2X-Seq comprises two parts: the sequential
perception dataset, which includes more than 15,000 frames captured from 95
scenarios, and the trajectory forecasting dataset, which contains about 80,000
infrastructure-view scenarios, 80,000 vehicle-view scenarios, and 50,000
cooperative-view scenarios captured from 28 intersections' areas, covering 672
hours of data. Based on V2X-Seq, we introduce three new tasks for
vehicle-infrastructure cooperative (VIC) autonomous driving: VIC3D Tracking,
Online-VIC Forecasting, and Offline-VIC Forecasting. We also provide benchmarks
for the introduced tasks. Find data, code, and more up-to-date information at
\href{https://github.com/AIR-THU/DAIR-V2X-Seq}{https://github.com/AIR-THU/DAIR-V2X-Seq}.
| new_dataset | 0.719374 |
2305.05943 | Juan Hu | Juan Hu, Xin Liao, Difei Gao, Satoshi Tsutsui, Qian Wang, Zheng Qin,
Mike Zheng Shou | Mover: Mask and Recovery based Facial Part Consistency Aware Method for
Deepfake Video Detection | arXiv admin note: substantial text overlap with arXiv:2303.01740 | null | null | null | cs.MM | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Deepfake techniques have been widely used for malicious purposes, prompting
extensive research interest in developing Deepfake detection methods. Deepfake
manipulations typically involve tampering with facial parts, which can result
in inconsistencies across different parts of the face. For instance, Deepfake
techniques may change smiling lips to an upset lip, while the eyes remain
smiling. Existing detection methods depend on specific indicators of forgery,
which tend to disappear as the forgery patterns are improved. To address the
limitation, we propose Mover, a new Deepfake detection model that exploits
unspecific facial part inconsistencies, which are inevitable weaknesses of
Deepfake videos. Mover randomly masks regions of interest (ROIs) and recovers
faces to learn unspecific features, which makes it difficult for fake faces to
be recovered, while real faces can be easily recovered. Specifically, given a
real face image, we first pretrain a masked autoencoder to learn facial part
consistency by dividing faces into three parts and randomly masking ROIs, which
are then recovered based on the unmasked facial parts. Furthermore, to maximize
the discrepancy between real and fake videos, we propose a novel model with
dual networks that utilize the pretrained encoder and masked autoencoder,
respectively. 1) The pretrained encoder is finetuned for capturing the encoding
of inconsistent information in the given video. 2) The pretrained masked
autoencoder is utilized for mapping faces and distinguishing real and fake
videos. Our extensive experiments on standard benchmarks demonstrate that Mover
is highly effective.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 07:30:23 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Hu",
"Juan",
""
],
[
"Liao",
"Xin",
""
],
[
"Gao",
"Difei",
""
],
[
"Tsutsui",
"Satoshi",
""
],
[
"Wang",
"Qian",
""
],
[
"Qin",
"Zheng",
""
],
[
"Shou",
"Mike Zheng",
""
]
] | TITLE: Mover: Mask and Recovery based Facial Part Consistency Aware Method for
Deepfake Video Detection
ABSTRACT: Deepfake techniques have been widely used for malicious purposes, prompting
extensive research interest in developing Deepfake detection methods. Deepfake
manipulations typically involve tampering with facial parts, which can result
in inconsistencies across different parts of the face. For instance, Deepfake
techniques may change smiling lips to an upset lip, while the eyes remain
smiling. Existing detection methods depend on specific indicators of forgery,
which tend to disappear as the forgery patterns are improved. To address the
limitation, we propose Mover, a new Deepfake detection model that exploits
unspecific facial part inconsistencies, which are inevitable weaknesses of
Deepfake videos. Mover randomly masks regions of interest (ROIs) and recovers
faces to learn unspecific features, which makes it difficult for fake faces to
be recovered, while real faces can be easily recovered. Specifically, given a
real face image, we first pretrain a masked autoencoder to learn facial part
consistency by dividing faces into three parts and randomly masking ROIs, which
are then recovered based on the unmasked facial parts. Furthermore, to maximize
the discrepancy between real and fake videos, we propose a novel model with
dual networks that utilize the pretrained encoder and masked autoencoder,
respectively. 1) The pretrained encoder is finetuned for capturing the encoding
of inconsistent information in the given video. 2) The pretrained masked
autoencoder is utilized for mapping faces and distinguishing real and fake
videos. Our extensive experiments on standard benchmarks demonstrate that Mover
is highly effective.
| no_new_dataset | 0.711186 |
2305.05947 | Erhan Gundogdu | Rumeysa Bodur, Erhan Gundogdu, Binod Bhattarai, Tae-Kyun Kim, Michael
Donoser, Loris Bazzani | iEdit: Localised Text-guided Image Editing with Weak Supervision | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Diffusion models (DMs) can generate realistic images with text guidance using
large-scale datasets. However, they demonstrate limited controllability in the
output space of the generated images. We propose a novel learning method for
text-guided image editing, namely \texttt{iEdit}, that generates images
conditioned on a source image and a textual edit prompt. As a fully-annotated
dataset with target images does not exist, previous approaches perform
subject-specific fine-tuning at test time or adopt contrastive learning without
a target image, leading to issues on preserving the fidelity of the source
image. We propose to automatically construct a dataset derived from LAION-5B,
containing pseudo-target images with their descriptive edit prompts given input
image-caption pairs. This dataset gives us the flexibility of introducing a
weakly-supervised loss function to generate the pseudo-target image from the
latent noise of the source image conditioned on the edit prompt. To encourage
localised editing and preserve or modify spatial structures in the image, we
propose a loss function that uses segmentation masks to guide the editing
during training and optionally at inference. Our model is trained on the
constructed dataset with 200K samples and constrained GPU resources. It shows
favourable results against its counterparts in terms of image fidelity, CLIP
alignment score and qualitatively for editing both generated and real images.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 07:39:14 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Bodur",
"Rumeysa",
""
],
[
"Gundogdu",
"Erhan",
""
],
[
"Bhattarai",
"Binod",
""
],
[
"Kim",
"Tae-Kyun",
""
],
[
"Donoser",
"Michael",
""
],
[
"Bazzani",
"Loris",
""
]
] | TITLE: iEdit: Localised Text-guided Image Editing with Weak Supervision
ABSTRACT: Diffusion models (DMs) can generate realistic images with text guidance using
large-scale datasets. However, they demonstrate limited controllability in the
output space of the generated images. We propose a novel learning method for
text-guided image editing, namely \texttt{iEdit}, that generates images
conditioned on a source image and a textual edit prompt. As a fully-annotated
dataset with target images does not exist, previous approaches perform
subject-specific fine-tuning at test time or adopt contrastive learning without
a target image, leading to issues on preserving the fidelity of the source
image. We propose to automatically construct a dataset derived from LAION-5B,
containing pseudo-target images with their descriptive edit prompts given input
image-caption pairs. This dataset gives us the flexibility of introducing a
weakly-supervised loss function to generate the pseudo-target image from the
latent noise of the source image conditioned on the edit prompt. To encourage
localised editing and preserve or modify spatial structures in the image, we
propose a loss function that uses segmentation masks to guide the editing
during training and optionally at inference. Our model is trained on the
constructed dataset with 200K samples and constrained GPU resources. It shows
favourable results against its counterparts in terms of image fidelity, CLIP
alignment score and qualitatively for editing both generated and real images.
| new_dataset | 0.711644 |
2305.05952 | Seongwan Park | Seongwan Park, Woojin Jeong, Yunyoung Lee, Bumho Son, Huisu Jang,
Jaewook Lee | Unraveling the MEV Enigma: ABI-Free Detection Model using Graph Neural
Networks | null | null | null | null | cs.CR | http://creativecommons.org/licenses/by-nc-nd/4.0/ | The detection of Maximal Extractable Value (MEV) in blockchain is crucial for
enhancing blockchain security, as it enables the evaluation of potential
consensus layer risks, the effectiveness of anti-centralization solutions, and
the assessment of user exploitation. However, existing MEV detection methods
face limitations due to their low recall rate, reliance on pre-registered
Application Binary Interfaces (ABIs) and the need for continuous monitoring of
new DeFi services.
In this paper, we propose ArbiNet, a novel GNN-based detection model that
offers a low-overhead and accurate solution for MEV detection without requiring
knowledge of smart contract code or ABIs. We collected an extensive MEV
dataset, surpassing currently available public datasets, to train ArbiNet. Our
implemented model and open dataset enhance the understanding of the MEV
landscape, serving as a foundation for MEV quantification and improved
blockchain security.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 07:47:18 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Park",
"Seongwan",
""
],
[
"Jeong",
"Woojin",
""
],
[
"Lee",
"Yunyoung",
""
],
[
"Son",
"Bumho",
""
],
[
"Jang",
"Huisu",
""
],
[
"Lee",
"Jaewook",
""
]
] | TITLE: Unraveling the MEV Enigma: ABI-Free Detection Model using Graph Neural
Networks
ABSTRACT: The detection of Maximal Extractable Value (MEV) in blockchain is crucial for
enhancing blockchain security, as it enables the evaluation of potential
consensus layer risks, the effectiveness of anti-centralization solutions, and
the assessment of user exploitation. However, existing MEV detection methods
face limitations due to their low recall rate, reliance on pre-registered
Application Binary Interfaces (ABIs) and the need for continuous monitoring of
new DeFi services.
In this paper, we propose ArbiNet, a novel GNN-based detection model that
offers a low-overhead and accurate solution for MEV detection without requiring
knowledge of smart contract code or ABIs. We collected an extensive MEV
dataset, surpassing currently available public datasets, to train ArbiNet. Our
implemented model and open dataset enhance the understanding of the MEV
landscape, serving as a foundation for MEV quantification and improved
blockchain security.
| new_dataset | 0.713457 |
2305.05984 | Matin Hosseinzadeh | Matin Hosseinzadeh, Anindo Saha, Joeran Bosma, Henkjan Huisman | Uncertainty-Aware Semi-Supervised Learning for Prostate MRI Zonal
Segmentation | 9 pages | null | null | null | eess.IV cs.CV | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Quality of deep convolutional neural network predictions strongly depends on
the size of the training dataset and the quality of the annotations. Creating
annotations, especially for 3D medical image segmentation, is time-consuming
and requires expert knowledge. We propose a novel semi-supervised learning
(SSL) approach that requires only a relatively small number of annotations
while being able to use the remaining unlabeled data to improve model
performance. Our method uses a pseudo-labeling technique that employs recent
deep learning uncertainty estimation models. By using the estimated
uncertainty, we were able to rank pseudo-labels and automatically select the
best pseudo-annotations generated by the supervised model. We applied this to
prostate zonal segmentation in T2-weighted MRI scans. Our proposed model
outperformed the semi-supervised model in experiments with the ProstateX
dataset and an external test set, by leveraging only a subset of unlabeled data
rather than the full collection of 4953 cases, our proposed model demonstrated
improved performance. The segmentation dice similarity coefficient in the
transition zone and peripheral zone increased from 0.835 and 0.727 to 0.852 and
0.751, respectively, for fully supervised model and the uncertainty-aware
semi-supervised learning model (USSL). Our USSL model demonstrates the
potential to allow deep learning models to be trained on large datasets without
requiring full annotation. Our code is available at
https://github.com/DIAGNijmegen/prostateMR-USSL.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 08:50:04 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Hosseinzadeh",
"Matin",
""
],
[
"Saha",
"Anindo",
""
],
[
"Bosma",
"Joeran",
""
],
[
"Huisman",
"Henkjan",
""
]
] | TITLE: Uncertainty-Aware Semi-Supervised Learning for Prostate MRI Zonal
Segmentation
ABSTRACT: Quality of deep convolutional neural network predictions strongly depends on
the size of the training dataset and the quality of the annotations. Creating
annotations, especially for 3D medical image segmentation, is time-consuming
and requires expert knowledge. We propose a novel semi-supervised learning
(SSL) approach that requires only a relatively small number of annotations
while being able to use the remaining unlabeled data to improve model
performance. Our method uses a pseudo-labeling technique that employs recent
deep learning uncertainty estimation models. By using the estimated
uncertainty, we were able to rank pseudo-labels and automatically select the
best pseudo-annotations generated by the supervised model. We applied this to
prostate zonal segmentation in T2-weighted MRI scans. Our proposed model
outperformed the semi-supervised model in experiments with the ProstateX
dataset and an external test set, by leveraging only a subset of unlabeled data
rather than the full collection of 4953 cases, our proposed model demonstrated
improved performance. The segmentation dice similarity coefficient in the
transition zone and peripheral zone increased from 0.835 and 0.727 to 0.852 and
0.751, respectively, for fully supervised model and the uncertainty-aware
semi-supervised learning model (USSL). Our USSL model demonstrates the
potential to allow deep learning models to be trained on large datasets without
requiring full annotation. Our code is available at
https://github.com/DIAGNijmegen/prostateMR-USSL.
| no_new_dataset | 0.7116 |
2305.05991 | Chu Chen | Chu Chen, Yanqi Ma, Bingcheng Dong, Junjie Cao | DMNR: Unsupervised De-noising of Point Clouds Corrupted by Airborne
Particles | 8 pages, 6 figures, 15 references, submitted paper | null | null | null | cs.CV eess.IV | http://creativecommons.org/licenses/by/4.0/ | LiDAR sensors are critical for autonomous driving and robotics applications
due to their ability to provide accurate range measurements and their
robustness to lighting conditions. However, airborne particles, such as fog,
rain, snow, and dust, will degrade its performance and it is inevitable to
encounter these inclement environmental conditions outdoors. It would be a
straightforward approach to remove them by supervised semantic segmentation.
But annotating these particles point wisely is too laborious. To address this
problem and enhance the perception under inclement conditions, we develop two
dynamic filtering methods called Dynamic Multi-threshold Noise Removal (DMNR)
and DMNR-H by accurate analysis of the position distribution and intensity
characteristics of noisy points and clean points on publicly available WADS and
DENSE datasets. Both DMNR and DMNR-H outperform state-of-the-art unsupervised
methods by a significant margin on the two datasets and are slightly better
than supervised deep learning-based methods. Furthermore, our methods are more
robust to different LiDAR sensors and airborne particles, such as snow and fog.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 08:58:54 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Chen",
"Chu",
""
],
[
"Ma",
"Yanqi",
""
],
[
"Dong",
"Bingcheng",
""
],
[
"Cao",
"Junjie",
""
]
] | TITLE: DMNR: Unsupervised De-noising of Point Clouds Corrupted by Airborne
Particles
ABSTRACT: LiDAR sensors are critical for autonomous driving and robotics applications
due to their ability to provide accurate range measurements and their
robustness to lighting conditions. However, airborne particles, such as fog,
rain, snow, and dust, will degrade its performance and it is inevitable to
encounter these inclement environmental conditions outdoors. It would be a
straightforward approach to remove them by supervised semantic segmentation.
But annotating these particles point wisely is too laborious. To address this
problem and enhance the perception under inclement conditions, we develop two
dynamic filtering methods called Dynamic Multi-threshold Noise Removal (DMNR)
and DMNR-H by accurate analysis of the position distribution and intensity
characteristics of noisy points and clean points on publicly available WADS and
DENSE datasets. Both DMNR and DMNR-H outperform state-of-the-art unsupervised
methods by a significant margin on the two datasets and are slightly better
than supervised deep learning-based methods. Furthermore, our methods are more
robust to different LiDAR sensors and airborne particles, such as snow and fog.
| no_new_dataset | 0.712063 |
2305.06002 | Anwen Hu | Anwen Hu, Shizhe Chen, Liang Zhang, Qin Jin | InfoMetIC: An Informative Metric for Reference-free Image Caption
Evaluation | Accepted by ACL 2023 main conference | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Automatic image captioning evaluation is critical for benchmarking and
promoting advances in image captioning research. Existing metrics only provide
a single score to measure caption qualities, which are less explainable and
informative. Instead, we humans can easily identify the problems of captions in
details, e.g., which words are inaccurate and which salient objects are not
described, and then rate the caption quality. To support such informative
feedback, we propose an Informative Metric for Reference-free Image Caption
evaluation (InfoMetIC). Given an image and a caption, InfoMetIC is able to
report incorrect words and unmentioned image regions at fine-grained level, and
also provide a text precision score, a vision recall score and an overall
quality score at coarse-grained level. The coarse-grained score of InfoMetIC
achieves significantly better correlation with human judgements than existing
metrics on multiple benchmarks. We also construct a token-level evaluation
dataset and demonstrate the effectiveness of InfoMetIC in fine-grained
evaluation. Our code and datasets are publicly available at
https://github.com/HAWLYQ/InfoMetIC.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 09:22:44 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Hu",
"Anwen",
""
],
[
"Chen",
"Shizhe",
""
],
[
"Zhang",
"Liang",
""
],
[
"Jin",
"Qin",
""
]
] | TITLE: InfoMetIC: An Informative Metric for Reference-free Image Caption
Evaluation
ABSTRACT: Automatic image captioning evaluation is critical for benchmarking and
promoting advances in image captioning research. Existing metrics only provide
a single score to measure caption qualities, which are less explainable and
informative. Instead, we humans can easily identify the problems of captions in
details, e.g., which words are inaccurate and which salient objects are not
described, and then rate the caption quality. To support such informative
feedback, we propose an Informative Metric for Reference-free Image Caption
evaluation (InfoMetIC). Given an image and a caption, InfoMetIC is able to
report incorrect words and unmentioned image regions at fine-grained level, and
also provide a text precision score, a vision recall score and an overall
quality score at coarse-grained level. The coarse-grained score of InfoMetIC
achieves significantly better correlation with human judgements than existing
metrics on multiple benchmarks. We also construct a token-level evaluation
dataset and demonstrate the effectiveness of InfoMetIC in fine-grained
evaluation. Our code and datasets are publicly available at
https://github.com/HAWLYQ/InfoMetIC.
| new_dataset | 0.715032 |
2305.06036 | Zhuofei Huang | Zhuofei Huang, Jianlin Liu, Shang Xu, Ying Chen, Yong Liu | FusionDepth: Complement Self-Supervised Monocular Depth Estimation with
Cost Volume | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Multi-view stereo depth estimation based on cost volume usually works better
than self-supervised monocular depth estimation except for moving objects and
low-textured surfaces. So in this paper, we propose a multi-frame depth
estimation framework which monocular depth can be refined continuously by
multi-frame sequential constraints, leveraging a Bayesian fusion layer within
several iterations. Both monocular and multi-view networks can be trained with
no depth supervision. Our method also enhances the interpretability when
combining monocular estimation with multi-view cost volume. Detailed
experiments show that our method surpasses state-of-the-art unsupervised
methods utilizing single or multiple frames at test time on KITTI benchmark.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 10:38:38 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Huang",
"Zhuofei",
""
],
[
"Liu",
"Jianlin",
""
],
[
"Xu",
"Shang",
""
],
[
"Chen",
"Ying",
""
],
[
"Liu",
"Yong",
""
]
] | TITLE: FusionDepth: Complement Self-Supervised Monocular Depth Estimation with
Cost Volume
ABSTRACT: Multi-view stereo depth estimation based on cost volume usually works better
than self-supervised monocular depth estimation except for moving objects and
low-textured surfaces. So in this paper, we propose a multi-frame depth
estimation framework which monocular depth can be refined continuously by
multi-frame sequential constraints, leveraging a Bayesian fusion layer within
several iterations. Both monocular and multi-view networks can be trained with
no depth supervision. Our method also enhances the interpretability when
combining monocular estimation with multi-view cost volume. Detailed
experiments show that our method surpasses state-of-the-art unsupervised
methods utilizing single or multiple frames at test time on KITTI benchmark.
| no_new_dataset | 0.708648 |
2305.06052 | Adrian Boguszewski | Athanasios Masouris, Mansi Sharma, Adrian Boguszewski, Alexander
Kozlov, Zhuo Wu, Raymond Lo | Post-training Model Quantization Using GANs for Synthetic Data
Generation | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Quantization is a widely adopted technique for deep neural networks to reduce
the memory and computational resources required. However, when quantized, most
models would need a suitable calibration process to keep their performance
intact, which requires data from the target domain, such as a fraction of the
dataset used in model training and model validation (i.e. calibration dataset).
In this study, we investigate the use of synthetic data as a substitute for
the calibration with real data for the quantization method. We propose a data
generation method based on Generative Adversarial Networks that are trained
prior to the model quantization step. We compare the performance of models
quantized using data generated by StyleGAN2-ADA and our pre-trained DiStyleGAN,
with quantization using real data and an alternative data generation method
based on fractal images. Overall, the results of our experiments demonstrate
the potential of leveraging synthetic data for calibration during the
quantization process. In our experiments, the percentage of accuracy
degradation of the selected models was less than 0.6%, with our best
performance achieved on MobileNetV2 (0.05%). The code is available at:
https://github.com/ThanosM97/gsoc2022-openvino
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 11:10:09 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Masouris",
"Athanasios",
""
],
[
"Sharma",
"Mansi",
""
],
[
"Boguszewski",
"Adrian",
""
],
[
"Kozlov",
"Alexander",
""
],
[
"Wu",
"Zhuo",
""
],
[
"Lo",
"Raymond",
""
]
] | TITLE: Post-training Model Quantization Using GANs for Synthetic Data
Generation
ABSTRACT: Quantization is a widely adopted technique for deep neural networks to reduce
the memory and computational resources required. However, when quantized, most
models would need a suitable calibration process to keep their performance
intact, which requires data from the target domain, such as a fraction of the
dataset used in model training and model validation (i.e. calibration dataset).
In this study, we investigate the use of synthetic data as a substitute for
the calibration with real data for the quantization method. We propose a data
generation method based on Generative Adversarial Networks that are trained
prior to the model quantization step. We compare the performance of models
quantized using data generated by StyleGAN2-ADA and our pre-trained DiStyleGAN,
with quantization using real data and an alternative data generation method
based on fractal images. Overall, the results of our experiments demonstrate
the potential of leveraging synthetic data for calibration during the
quantization process. In our experiments, the percentage of accuracy
degradation of the selected models was less than 0.6%, with our best
performance achieved on MobileNetV2 (0.05%). The code is available at:
https://github.com/ThanosM97/gsoc2022-openvino
| no_new_dataset | 0.71086 |
2305.06074 | Nikolas Vitsakis | Nikolas Vitsakis, Amit Parekh, Tanvi Dinkar, Gavin Abercrombie,
Ioannis Konstas, Verena Rieser | iLab at SemEval-2023 Task 11 Le-Wi-Di: Modelling Disagreement or
Modelling Perspectives? | To appear in the Proceedings of the 17th International Workshop on
Semantic Evaluation (SemEval-2023). Association for Computational
Linguistics, 2023 | null | null | null | cs.CL cs.LG | http://creativecommons.org/licenses/by/4.0/ | There are two competing approaches for modelling annotator disagreement:
distributional soft-labelling approaches (which aim to capture the level of
disagreement) or modelling perspectives of individual annotators or groups
thereof. We adapt a multi-task architecture -- which has previously shown
success in modelling perspectives -- to evaluate its performance on the SEMEVAL
Task 11. We do so by combining both approaches, i.e. predicting individual
annotator perspectives as an interim step towards predicting annotator
disagreement. Despite its previous success, we found that a multi-task approach
performed poorly on datasets which contained distinct annotator opinions,
suggesting that this approach may not always be suitable when modelling
perspectives. Furthermore, our results explain that while strongly
perspectivist approaches might not achieve state-of-the-art performance
according to evaluation metrics used by distributional approaches, our approach
allows for a more nuanced understanding of individual perspectives present in
the data. We argue that perspectivist approaches are preferable because they
enable decision makers to amplify minority views, and that it is important to
re-evaluate metrics to reflect this goal.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 11:55:17 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Vitsakis",
"Nikolas",
""
],
[
"Parekh",
"Amit",
""
],
[
"Dinkar",
"Tanvi",
""
],
[
"Abercrombie",
"Gavin",
""
],
[
"Konstas",
"Ioannis",
""
],
[
"Rieser",
"Verena",
""
]
] | TITLE: iLab at SemEval-2023 Task 11 Le-Wi-Di: Modelling Disagreement or
Modelling Perspectives?
ABSTRACT: There are two competing approaches for modelling annotator disagreement:
distributional soft-labelling approaches (which aim to capture the level of
disagreement) or modelling perspectives of individual annotators or groups
thereof. We adapt a multi-task architecture -- which has previously shown
success in modelling perspectives -- to evaluate its performance on the SEMEVAL
Task 11. We do so by combining both approaches, i.e. predicting individual
annotator perspectives as an interim step towards predicting annotator
disagreement. Despite its previous success, we found that a multi-task approach
performed poorly on datasets which contained distinct annotator opinions,
suggesting that this approach may not always be suitable when modelling
perspectives. Furthermore, our results explain that while strongly
perspectivist approaches might not achieve state-of-the-art performance
according to evaluation metrics used by distributional approaches, our approach
allows for a more nuanced understanding of individual perspectives present in
the data. We argue that perspectivist approaches are preferable because they
enable decision makers to amplify minority views, and that it is important to
re-evaluate metrics to reflect this goal.
| no_new_dataset | 0.708389 |
2305.06090 | Bingzhao Zhu | Bingzhao Zhu, Xingjian Shi, Nick Erickson, Mu Li, George Karypis,
Mahsa Shoaran | XTab: Cross-table Pretraining for Tabular Transformers | null | null | null | null | cs.LG | http://creativecommons.org/licenses/by/4.0/ | The success of self-supervised learning in computer vision and natural
language processing has motivated pretraining methods on tabular data. However,
most existing tabular self-supervised learning models fail to leverage
information across multiple data tables and cannot generalize to new tables. In
this work, we introduce XTab, a framework for cross-table pretraining of
tabular transformers on datasets from various domains. We address the challenge
of inconsistent column types and quantities among tables by utilizing
independent featurizers and using federated learning to pretrain the shared
component. Tested on 84 tabular prediction tasks from the OpenML-AutoML
Benchmark (AMLB), we show that (1) XTab consistently boosts the
generalizability, learning speed, and performance of multiple tabular
transformers, (2) by pretraining FT-Transformer via XTab, we achieve superior
performance than other state-of-the-art tabular deep learning models on various
tasks such as regression, binary, and multiclass classification.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 12:17:52 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Zhu",
"Bingzhao",
""
],
[
"Shi",
"Xingjian",
""
],
[
"Erickson",
"Nick",
""
],
[
"Li",
"Mu",
""
],
[
"Karypis",
"George",
""
],
[
"Shoaran",
"Mahsa",
""
]
] | TITLE: XTab: Cross-table Pretraining for Tabular Transformers
ABSTRACT: The success of self-supervised learning in computer vision and natural
language processing has motivated pretraining methods on tabular data. However,
most existing tabular self-supervised learning models fail to leverage
information across multiple data tables and cannot generalize to new tables. In
this work, we introduce XTab, a framework for cross-table pretraining of
tabular transformers on datasets from various domains. We address the challenge
of inconsistent column types and quantities among tables by utilizing
independent featurizers and using federated learning to pretrain the shared
component. Tested on 84 tabular prediction tasks from the OpenML-AutoML
Benchmark (AMLB), we show that (1) XTab consistently boosts the
generalizability, learning speed, and performance of multiple tabular
transformers, (2) by pretraining FT-Transformer via XTab, we achieve superior
performance than other state-of-the-art tabular deep learning models on various
tasks such as regression, binary, and multiclass classification.
| no_new_dataset | 0.707834 |
2305.06114 | Huabin Liu | Huabin Liu, Weiyao Lin, Tieyuan Chen, Yuxi Li, Shuyuan Li, John See | Few-shot Action Recognition via Intra- and Inter-Video Information
Maximization | arXiv admin note: text overlap with arXiv:2207.09759 | null | null | null | cs.CV cs.AI cs.LG | http://creativecommons.org/licenses/by/4.0/ | Current few-shot action recognition involves two primary sources of
information for classification:(1) intra-video information, determined by frame
content within a single video clip, and (2) inter-video information, measured
by relationships (e.g., feature similarity) among videos. However, existing
methods inadequately exploit these two information sources. In terms of
intra-video information, current sampling operations for input videos may omit
critical action information, reducing the utilization efficiency of video data.
For the inter-video information, the action misalignment among videos makes it
challenging to calculate precise relationships. Moreover, how to jointly
consider both inter- and intra-video information remains under-explored for
few-shot action recognition. To this end, we propose a novel framework, Video
Information Maximization (VIM), for few-shot video action recognition. VIM is
equipped with an adaptive spatial-temporal video sampler and a spatiotemporal
action alignment model to maximize intra- and inter-video information,
respectively. The video sampler adaptively selects important frames and
amplifies critical spatial regions for each input video based on the task at
hand. This preserves and emphasizes informative parts of video clips while
eliminating interference at the data level. The alignment model performs
temporal and spatial action alignment sequentially at the feature level,
leading to more precise measurements of inter-video similarity. Finally, These
goals are facilitated by incorporating additional loss terms based on mutual
information measurement. Consequently, VIM acts to maximize the distinctiveness
of video information from limited video data. Extensive experimental results on
public datasets for few-shot action recognition demonstrate the effectiveness
and benefits of our framework.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 13:05:43 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Liu",
"Huabin",
""
],
[
"Lin",
"Weiyao",
""
],
[
"Chen",
"Tieyuan",
""
],
[
"Li",
"Yuxi",
""
],
[
"Li",
"Shuyuan",
""
],
[
"See",
"John",
""
]
] | TITLE: Few-shot Action Recognition via Intra- and Inter-Video Information
Maximization
ABSTRACT: Current few-shot action recognition involves two primary sources of
information for classification:(1) intra-video information, determined by frame
content within a single video clip, and (2) inter-video information, measured
by relationships (e.g., feature similarity) among videos. However, existing
methods inadequately exploit these two information sources. In terms of
intra-video information, current sampling operations for input videos may omit
critical action information, reducing the utilization efficiency of video data.
For the inter-video information, the action misalignment among videos makes it
challenging to calculate precise relationships. Moreover, how to jointly
consider both inter- and intra-video information remains under-explored for
few-shot action recognition. To this end, we propose a novel framework, Video
Information Maximization (VIM), for few-shot video action recognition. VIM is
equipped with an adaptive spatial-temporal video sampler and a spatiotemporal
action alignment model to maximize intra- and inter-video information,
respectively. The video sampler adaptively selects important frames and
amplifies critical spatial regions for each input video based on the task at
hand. This preserves and emphasizes informative parts of video clips while
eliminating interference at the data level. The alignment model performs
temporal and spatial action alignment sequentially at the feature level,
leading to more precise measurements of inter-video similarity. Finally, These
goals are facilitated by incorporating additional loss terms based on mutual
information measurement. Consequently, VIM acts to maximize the distinctiveness
of video information from limited video data. Extensive experimental results on
public datasets for few-shot action recognition demonstrate the effectiveness
and benefits of our framework.
| no_new_dataset | 0.710867 |
2305.06115 | Weiwei Jin | Wei Zhou, Weiwei Jin, Qian Wang, Yifan Wang, Dekui Wang, Xingxing Hao,
Yongxiang Yu | VTPNet for 3D deep learning on point cloud | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Recently, Transformer-based methods for point cloud learning have achieved
good results on various point cloud learning benchmarks. However, since the
attention mechanism needs to generate three feature vectors of query, key, and
value to calculate attention features, most of the existing Transformer-based
point cloud learning methods usually consume a large amount of computational
time and memory resources when calculating global attention. To address this
problem, we propose a Voxel-Transformer-Point (VTP) Block for extracting local
and global features of point clouds. VTP combines the advantages of
voxel-based, point-based and Transformer-based methods, which consists of
Voxel-Based Branch (V branch), Point-Based Transformer Branch (PT branch) and
Point-Based Branch (P branch). The V branch extracts the coarse-grained
features of the point cloud through low voxel resolution; the PT branch obtains
the fine-grained features of the point cloud by calculating the self-attention
in the local neighborhood and the inter-neighborhood cross-attention; the P
branch uses a simplified MLP network to generate the global location
information of the point cloud. In addition, to enrich the local features of
point clouds at different scales, we set the voxel scale in the V branch and
the neighborhood sphere scale in the PT branch to one large and one small
(large voxel scale \& small neighborhood sphere scale or small voxel scale \&
large neighborhood sphere scale). Finally, we use VTP as the feature extraction
network to construct a VTPNet for point cloud learning, and performs shape
classification, part segmentation, and semantic segmentation tasks on the
ModelNet40, ShapeNet Part, and S3DIS datasets. The experimental results
indicate that VTPNet has good performance in 3D point cloud learning.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 13:07:46 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Zhou",
"Wei",
""
],
[
"Jin",
"Weiwei",
""
],
[
"Wang",
"Qian",
""
],
[
"Wang",
"Yifan",
""
],
[
"Wang",
"Dekui",
""
],
[
"Hao",
"Xingxing",
""
],
[
"Yu",
"Yongxiang",
""
]
] | TITLE: VTPNet for 3D deep learning on point cloud
ABSTRACT: Recently, Transformer-based methods for point cloud learning have achieved
good results on various point cloud learning benchmarks. However, since the
attention mechanism needs to generate three feature vectors of query, key, and
value to calculate attention features, most of the existing Transformer-based
point cloud learning methods usually consume a large amount of computational
time and memory resources when calculating global attention. To address this
problem, we propose a Voxel-Transformer-Point (VTP) Block for extracting local
and global features of point clouds. VTP combines the advantages of
voxel-based, point-based and Transformer-based methods, which consists of
Voxel-Based Branch (V branch), Point-Based Transformer Branch (PT branch) and
Point-Based Branch (P branch). The V branch extracts the coarse-grained
features of the point cloud through low voxel resolution; the PT branch obtains
the fine-grained features of the point cloud by calculating the self-attention
in the local neighborhood and the inter-neighborhood cross-attention; the P
branch uses a simplified MLP network to generate the global location
information of the point cloud. In addition, to enrich the local features of
point clouds at different scales, we set the voxel scale in the V branch and
the neighborhood sphere scale in the PT branch to one large and one small
(large voxel scale \& small neighborhood sphere scale or small voxel scale \&
large neighborhood sphere scale). Finally, we use VTP as the feature extraction
network to construct a VTPNet for point cloud learning, and performs shape
classification, part segmentation, and semantic segmentation tasks on the
ModelNet40, ShapeNet Part, and S3DIS datasets. The experimental results
indicate that VTPNet has good performance in 3D point cloud learning.
| no_new_dataset | 0.711644 |
2305.06145 | Xulin Li | Xulin Li, Yan Lu, Bin Liu, Yuenan Hou, Yating Liu, Qi Chu, Wanli
Ouyang, Nenghai Yu | Clothes-Invariant Feature Learning by Causal Intervention for
Clothes-Changing Person Re-identification | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Clothes-invariant feature extraction is critical to the clothes-changing
person re-identification (CC-ReID). It can provide discriminative identity
features and eliminate the negative effects caused by the confounder--clothing
changes. But we argue that there exists a strong spurious correlation between
clothes and human identity, that restricts the common likelihood-based ReID
method P(Y|X) to extract clothes-irrelevant features. In this paper, we propose
a new Causal Clothes-Invariant Learning (CCIL) method to achieve
clothes-invariant feature learning by modeling causal intervention P(Y|do(X)).
This new causality-based model is inherently invariant to the confounder in the
causal view, which can achieve the clothes-invariant features and avoid the
barrier faced by the likelihood-based methods. Extensive experiments on three
CC-ReID benchmarks, including PRCC, LTCC, and VC-Clothes, demonstrate the
effectiveness of our approach, which achieves a new state of the art.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 13:48:24 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Li",
"Xulin",
""
],
[
"Lu",
"Yan",
""
],
[
"Liu",
"Bin",
""
],
[
"Hou",
"Yuenan",
""
],
[
"Liu",
"Yating",
""
],
[
"Chu",
"Qi",
""
],
[
"Ouyang",
"Wanli",
""
],
[
"Yu",
"Nenghai",
""
]
] | TITLE: Clothes-Invariant Feature Learning by Causal Intervention for
Clothes-Changing Person Re-identification
ABSTRACT: Clothes-invariant feature extraction is critical to the clothes-changing
person re-identification (CC-ReID). It can provide discriminative identity
features and eliminate the negative effects caused by the confounder--clothing
changes. But we argue that there exists a strong spurious correlation between
clothes and human identity, that restricts the common likelihood-based ReID
method P(Y|X) to extract clothes-irrelevant features. In this paper, we propose
a new Causal Clothes-Invariant Learning (CCIL) method to achieve
clothes-invariant feature learning by modeling causal intervention P(Y|do(X)).
This new causality-based model is inherently invariant to the confounder in the
causal view, which can achieve the clothes-invariant features and avoid the
barrier faced by the likelihood-based methods. Extensive experiments on three
CC-ReID benchmarks, including PRCC, LTCC, and VC-Clothes, demonstrate the
effectiveness of our approach, which achieves a new state of the art.
| no_new_dataset | 0.711387 |
2305.06147 | Md Tahmid Rahman Laskar | Md Tahmid Rahman Laskar, Mizanur Rahman, Israt Jahan, Enamul Hoque,
Jimmy Huang | CQSumDP: A ChatGPT-Annotated Resource for Query-Focused Abstractive
Summarization Based on Debatepedia | 10 Pages + References | null | null | null | cs.CL | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Debatepedia is a publicly available dataset consisting of arguments and
counter-arguments on controversial topics that has been widely used for the
single-document query-focused abstractive summarization task in recent years.
However, it has been recently found that this dataset is limited by noise and
even most queries in this dataset do not have any relevance to the respective
document. In this paper, we present a methodology for cleaning the Debatepedia
dataset by leveraging the generative power of large language models to make it
suitable for query-focused abstractive summarization. More specifically, we
harness the language generation capabilities of ChatGPT to regenerate its
queries. We evaluate the effectiveness of the proposed ChatGPT annotated
version of the Debatepedia dataset using several benchmark summarization models
and demonstrate that the newly annotated version of Debatepedia outperforms the
original dataset in terms of both query relevance as well as summary generation
quality. We will make this annotated and cleaned version of the dataset
publicly available.
| [
{
"version": "v1",
"created": "Fri, 31 Mar 2023 15:39:54 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Laskar",
"Md Tahmid Rahman",
""
],
[
"Rahman",
"Mizanur",
""
],
[
"Jahan",
"Israt",
""
],
[
"Hoque",
"Enamul",
""
],
[
"Huang",
"Jimmy",
""
]
] | TITLE: CQSumDP: A ChatGPT-Annotated Resource for Query-Focused Abstractive
Summarization Based on Debatepedia
ABSTRACT: Debatepedia is a publicly available dataset consisting of arguments and
counter-arguments on controversial topics that has been widely used for the
single-document query-focused abstractive summarization task in recent years.
However, it has been recently found that this dataset is limited by noise and
even most queries in this dataset do not have any relevance to the respective
document. In this paper, we present a methodology for cleaning the Debatepedia
dataset by leveraging the generative power of large language models to make it
suitable for query-focused abstractive summarization. More specifically, we
harness the language generation capabilities of ChatGPT to regenerate its
queries. We evaluate the effectiveness of the proposed ChatGPT annotated
version of the Debatepedia dataset using several benchmark summarization models
and demonstrate that the newly annotated version of Debatepedia outperforms the
original dataset in terms of both query relevance as well as summary generation
quality. We will make this annotated and cleaned version of the dataset
publicly available.
| no_new_dataset | 0.551815 |
2305.06154 | Nuo Chen | Nuo Chen, Linjun Shou, Ming Gong, Jian Pei, Bowen Cao, Jianhui Chang,
Daxin Jiang, Jia Li | Alleviating Over-smoothing for Unsupervised Sentence Representation | 13 pages | ACL 2023 | null | null | cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Currently, learning better unsupervised sentence representations is the
pursuit of many natural language processing communities. Lots of approaches
based on pre-trained language models (PLMs) and contrastive learning have
achieved promising results on this task. Experimentally, we observe that the
over-smoothing problem reduces the capacity of these powerful PLMs, leading to
sub-optimal sentence representations. In this paper, we present a Simple method
named Self-Contrastive Learning (SSCL) to alleviate this issue, which samples
negatives from PLMs intermediate layers, improving the quality of the sentence
representation. Our proposed method is quite simple and can be easily extended
to various state-of-the-art models for performance boosting, which can be seen
as a plug-and-play contrastive framework for learning unsupervised sentence
representation. Extensive results prove that SSCL brings the superior
performance improvements of different strong baselines (e.g., BERT and SimCSE)
on Semantic Textual Similarity and Transfer datasets. Our codes are available
at https://github.com/nuochenpku/SSCL.
| [
{
"version": "v1",
"created": "Tue, 9 May 2023 11:00:02 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Chen",
"Nuo",
""
],
[
"Shou",
"Linjun",
""
],
[
"Gong",
"Ming",
""
],
[
"Pei",
"Jian",
""
],
[
"Cao",
"Bowen",
""
],
[
"Chang",
"Jianhui",
""
],
[
"Jiang",
"Daxin",
""
],
[
"Li",
"Jia",
""
]
] | TITLE: Alleviating Over-smoothing for Unsupervised Sentence Representation
ABSTRACT: Currently, learning better unsupervised sentence representations is the
pursuit of many natural language processing communities. Lots of approaches
based on pre-trained language models (PLMs) and contrastive learning have
achieved promising results on this task. Experimentally, we observe that the
over-smoothing problem reduces the capacity of these powerful PLMs, leading to
sub-optimal sentence representations. In this paper, we present a Simple method
named Self-Contrastive Learning (SSCL) to alleviate this issue, which samples
negatives from PLMs intermediate layers, improving the quality of the sentence
representation. Our proposed method is quite simple and can be easily extended
to various state-of-the-art models for performance boosting, which can be seen
as a plug-and-play contrastive framework for learning unsupervised sentence
representation. Extensive results prove that SSCL brings the superior
performance improvements of different strong baselines (e.g., BERT and SimCSE)
on Semantic Textual Similarity and Transfer datasets. Our codes are available
at https://github.com/nuochenpku/SSCL.
| no_new_dataset | 0.707196 |
2305.06155 | Sarthak Mittal | Sarthak Mittal, Oleksii Hrinchuk, Oleksii Kuchaiev | Leveraging Synthetic Targets for Machine Translation | null | null | null | null | cs.CL cs.AI cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this work, we provide a recipe for training machine translation models in
a limited resource setting by leveraging synthetic target data generated using
a large pre-trained model. We show that consistently across different
benchmarks in bilingual, multilingual, and speech translation setups, training
models on synthetic targets outperforms training on the actual ground-truth
data. This performance gap grows bigger with increasing limits on the amount of
available resources in the form of the size of the dataset and the number of
parameters in the model. We also provide preliminary analysis into whether this
boost in performance is linked to ease of optimization or more deterministic
nature of the predictions, and whether this paradigm leads to better
out-of-distribution performance across different testing domains.
| [
{
"version": "v1",
"created": "Sun, 7 May 2023 07:42:22 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Mittal",
"Sarthak",
""
],
[
"Hrinchuk",
"Oleksii",
""
],
[
"Kuchaiev",
"Oleksii",
""
]
] | TITLE: Leveraging Synthetic Targets for Machine Translation
ABSTRACT: In this work, we provide a recipe for training machine translation models in
a limited resource setting by leveraging synthetic target data generated using
a large pre-trained model. We show that consistently across different
benchmarks in bilingual, multilingual, and speech translation setups, training
models on synthetic targets outperforms training on the actual ground-truth
data. This performance gap grows bigger with increasing limits on the amount of
available resources in the form of the size of the dataset and the number of
parameters in the model. We also provide preliminary analysis into whether this
boost in performance is linked to ease of optimization or more deterministic
nature of the predictions, and whether this paradigm leads to better
out-of-distribution performance across different testing domains.
| no_new_dataset | 0.712414 |
2305.06178 | Snehasis Banerjee | Nandiraju Gireesh, Ayush Agrawal, Ahana Datta, Snehasis Banerjee,
Mohan Sridharan, Brojeshwar Bhowmick, Madhava Krishna | Sequence-Agnostic Multi-Object Navigation | null | ICRA 2023 conference | null | null | cs.RO cs.AI cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The Multi-Object Navigation (MultiON) task requires a robot to localize an
instance (each) of multiple object classes. It is a fundamental task for an
assistive robot in a home or a factory. Existing methods for MultiON have
viewed this as a direct extension of Object Navigation (ON), the task of
localising an instance of one object class, and are pre-sequenced, i.e., the
sequence in which the object classes are to be explored is provided in advance.
This is a strong limitation in practical applications characterized by dynamic
changes. This paper describes a deep reinforcement learning framework for
sequence-agnostic MultiON based on an actor-critic architecture and a suitable
reward specification. Our framework leverages past experiences and seeks to
reward progress toward individual as well as multiple target object classes. We
use photo-realistic scenes from the Gibson benchmark dataset in the AI Habitat
3D simulation environment to experimentally show that our method performs
better than a pre-sequenced approach and a state of the art ON method extended
to MultiON.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 14:03:36 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Gireesh",
"Nandiraju",
""
],
[
"Agrawal",
"Ayush",
""
],
[
"Datta",
"Ahana",
""
],
[
"Banerjee",
"Snehasis",
""
],
[
"Sridharan",
"Mohan",
""
],
[
"Bhowmick",
"Brojeshwar",
""
],
[
"Krishna",
"Madhava",
""
]
] | TITLE: Sequence-Agnostic Multi-Object Navigation
ABSTRACT: The Multi-Object Navigation (MultiON) task requires a robot to localize an
instance (each) of multiple object classes. It is a fundamental task for an
assistive robot in a home or a factory. Existing methods for MultiON have
viewed this as a direct extension of Object Navigation (ON), the task of
localising an instance of one object class, and are pre-sequenced, i.e., the
sequence in which the object classes are to be explored is provided in advance.
This is a strong limitation in practical applications characterized by dynamic
changes. This paper describes a deep reinforcement learning framework for
sequence-agnostic MultiON based on an actor-critic architecture and a suitable
reward specification. Our framework leverages past experiences and seeks to
reward progress toward individual as well as multiple target object classes. We
use photo-realistic scenes from the Gibson benchmark dataset in the AI Habitat
3D simulation environment to experimentally show that our method performs
better than a pre-sequenced approach and a state of the art ON method extended
to MultiON.
| no_new_dataset | 0.709988 |
2305.06203 | Maryann Gitonga | Maryann M. Gitonga | Multiclass MRI Brain Tumor Segmentation using 3D Attention-based U-Net | 10 pages, 3 figures | null | null | null | eess.IV cs.CV | http://creativecommons.org/licenses/by-sa/4.0/ | This paper proposes a 3D attention-based U-Net architecture for multi-region
segmentation of brain tumors using a single stacked multi-modal volume created
by combining three non-native MRI volumes. The attention mechanism added to the
decoder side of the U-Net helps to improve segmentation accuracy by
de-emphasizing healthy tissues and accentuating malignant tissues, resulting in
better generalization power and reduced computational resources. The method is
trained and evaluated on the BraTS 2021 Task 1 dataset, and demonstrates
improvement of accuracy over other approaches. My findings suggest that the
proposed approach has potential to enhance brain tumor segmentation using
multi-modal MRI data, contributing to better understanding and diagnosis of
brain diseases. This work highlights the importance of combining multiple
imaging modalities and incorporating attention mechanisms for improved accuracy
in brain tumor segmentation.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 14:35:07 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Gitonga",
"Maryann M.",
""
]
] | TITLE: Multiclass MRI Brain Tumor Segmentation using 3D Attention-based U-Net
ABSTRACT: This paper proposes a 3D attention-based U-Net architecture for multi-region
segmentation of brain tumors using a single stacked multi-modal volume created
by combining three non-native MRI volumes. The attention mechanism added to the
decoder side of the U-Net helps to improve segmentation accuracy by
de-emphasizing healthy tissues and accentuating malignant tissues, resulting in
better generalization power and reduced computational resources. The method is
trained and evaluated on the BraTS 2021 Task 1 dataset, and demonstrates
improvement of accuracy over other approaches. My findings suggest that the
proposed approach has potential to enhance brain tumor segmentation using
multi-modal MRI data, contributing to better understanding and diagnosis of
brain diseases. This work highlights the importance of combining multiple
imaging modalities and incorporating attention mechanisms for improved accuracy
in brain tumor segmentation.
| no_new_dataset | 0.709573 |
2305.06218 | Naveen Ram | Naveen Ram, Dima Kuzmin, Ellie Ka In Chio, Moustafa Farid Alzantot,
Santiago Ontanon, Ambarish Jash, and Judith Yue Li | Multi-Task End-to-End Training Improves Conversational Recommendation | 10 pages, 4 tables, 1 figure | null | null | null | cs.CL cs.AI cs.IR | http://creativecommons.org/licenses/by/4.0/ | In this paper, we analyze the performance of a multitask end-to-end
transformer model on the task of conversational recommendations, which aim to
provide recommendations based on a user's explicit preferences expressed in
dialogue. While previous works in this area adopt complex multi-component
approaches where the dialogue management and entity recommendation tasks are
handled by separate components, we show that a unified transformer model, based
on the T5 text-to-text transformer model, can perform competitively in both
recommending relevant items and generating conversation dialogue. We fine-tune
our model on the ReDIAL conversational movie recommendation dataset, and create
additional training tasks derived from MovieLens (such as the prediction of
movie attributes and related movies based on an input movie), in a multitask
learning setting. Using a series of probe studies, we demonstrate that the
learned knowledge in the additional tasks is transferred to the conversational
setting, where each task leads to a 9%-52% increase in its related probe score.
| [
{
"version": "v1",
"created": "Mon, 8 May 2023 22:42:48 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Ram",
"Naveen",
""
],
[
"Kuzmin",
"Dima",
""
],
[
"Chio",
"Ellie Ka In",
""
],
[
"Alzantot",
"Moustafa Farid",
""
],
[
"Ontanon",
"Santiago",
""
],
[
"Jash",
"Ambarish",
""
],
[
"Li",
"Judith Yue",
""
]
] | TITLE: Multi-Task End-to-End Training Improves Conversational Recommendation
ABSTRACT: In this paper, we analyze the performance of a multitask end-to-end
transformer model on the task of conversational recommendations, which aim to
provide recommendations based on a user's explicit preferences expressed in
dialogue. While previous works in this area adopt complex multi-component
approaches where the dialogue management and entity recommendation tasks are
handled by separate components, we show that a unified transformer model, based
on the T5 text-to-text transformer model, can perform competitively in both
recommending relevant items and generating conversation dialogue. We fine-tune
our model on the ReDIAL conversational movie recommendation dataset, and create
additional training tasks derived from MovieLens (such as the prediction of
movie attributes and related movies based on an input movie), in a multitask
learning setting. Using a series of probe studies, we demonstrate that the
learned knowledge in the additional tasks is transferred to the conversational
setting, where each task leads to a 9%-52% increase in its related probe score.
| no_new_dataset | 0.709208 |
2305.06242 | Xiaosong Jia | Xiaosong Jia, Penghao Wu, Li Chen, Jiangwei Xie, Conghui He, Junchi
Yan, Hongyang Li | Think Twice before Driving: Towards Scalable Decoders for End-to-End
Autonomous Driving | Accepted by CVPR 2023 | null | null | null | cs.CV | http://creativecommons.org/licenses/by-nc-sa/4.0/ | End-to-end autonomous driving has made impressive progress in recent years.
Existing methods usually adopt the decoupled encoder-decoder paradigm, where
the encoder extracts hidden features from raw sensor data, and the decoder
outputs the ego-vehicle's future trajectories or actions. Under such a
paradigm, the encoder does not have access to the intended behavior of the ego
agent, leaving the burden of finding out safety-critical regions from the
massive receptive field and inferring about future situations to the decoder.
Even worse, the decoder is usually composed of several simple multi-layer
perceptrons (MLP) or GRUs while the encoder is delicately designed (e.g., a
combination of heavy ResNets or Transformer). Such an imbalanced resource-task
division hampers the learning process.
In this work, we aim to alleviate the aforementioned problem by two
principles: (1) fully utilizing the capacity of the encoder; (2) increasing the
capacity of the decoder. Concretely, we first predict a coarse-grained future
position and action based on the encoder features. Then, conditioned on the
position and action, the future scene is imagined to check the ramification if
we drive accordingly. We also retrieve the encoder features around the
predicted coordinate to obtain fine-grained information about the
safety-critical region. Finally, based on the predicted future and the
retrieved salient feature, we refine the coarse-grained position and action by
predicting its offset from ground-truth. The above refinement module could be
stacked in a cascaded fashion, which extends the capacity of the decoder with
spatial-temporal prior knowledge about the conditioned future. We conduct
experiments on the CARLA simulator and achieve state-of-the-art performance in
closed-loop benchmarks. Extensive ablation studies demonstrate the
effectiveness of each proposed module.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 15:22:02 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Jia",
"Xiaosong",
""
],
[
"Wu",
"Penghao",
""
],
[
"Chen",
"Li",
""
],
[
"Xie",
"Jiangwei",
""
],
[
"He",
"Conghui",
""
],
[
"Yan",
"Junchi",
""
],
[
"Li",
"Hongyang",
""
]
] | TITLE: Think Twice before Driving: Towards Scalable Decoders for End-to-End
Autonomous Driving
ABSTRACT: End-to-end autonomous driving has made impressive progress in recent years.
Existing methods usually adopt the decoupled encoder-decoder paradigm, where
the encoder extracts hidden features from raw sensor data, and the decoder
outputs the ego-vehicle's future trajectories or actions. Under such a
paradigm, the encoder does not have access to the intended behavior of the ego
agent, leaving the burden of finding out safety-critical regions from the
massive receptive field and inferring about future situations to the decoder.
Even worse, the decoder is usually composed of several simple multi-layer
perceptrons (MLP) or GRUs while the encoder is delicately designed (e.g., a
combination of heavy ResNets or Transformer). Such an imbalanced resource-task
division hampers the learning process.
In this work, we aim to alleviate the aforementioned problem by two
principles: (1) fully utilizing the capacity of the encoder; (2) increasing the
capacity of the decoder. Concretely, we first predict a coarse-grained future
position and action based on the encoder features. Then, conditioned on the
position and action, the future scene is imagined to check the ramification if
we drive accordingly. We also retrieve the encoder features around the
predicted coordinate to obtain fine-grained information about the
safety-critical region. Finally, based on the predicted future and the
retrieved salient feature, we refine the coarse-grained position and action by
predicting its offset from ground-truth. The above refinement module could be
stacked in a cascaded fashion, which extends the capacity of the decoder with
spatial-temporal prior knowledge about the conditioned future. We conduct
experiments on the CARLA simulator and achieve state-of-the-art performance in
closed-loop benchmarks. Extensive ablation studies demonstrate the
effectiveness of each proposed module.
| no_new_dataset | 0.709057 |
2305.06243 | Ladislau B\"ol\"oni | Samuel Matloob, Partha P. Datta, O. Patrick Kreidl, Ayan Dutta,
Swapnoneel Roy and Ladislau B\"ol\"oni | Waterberry Farms: A Novel Benchmark For Informative Path Planning | null | null | null | null | cs.RO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Recent developments in robotic and sensor hardware make data collection with
mobile robots (ground or aerial) feasible and affordable to a wide population
of users. The newly emergent applications, such as precision agriculture,
weather damage assessment, or personal home security often do not satisfy the
simplifying assumptions made by previous research: the explored areas have
complex shapes and obstacles, multiple phenomena need to be sensed and
estimated simultaneously and the measured quantities might change during
observations. The future progress of path planning and estimation algorithms
requires a new generation of benchmarks that provide representative
environments and scoring methods that capture the demands of these
applications.
This paper describes the Waterberry Farms benchmark (WBF) that models a
precision agriculture application at a Florida farm growing multiple crop
types. The benchmark captures the dynamic nature of the spread of plant
diseases and variations of soil humidity while the scoring system measures the
performance of a given combination of a movement policy and an information
model estimator. By benchmarking several examples of representative path
planning and estimator algorithms, we demonstrate WBF's ability to provide
insight into their properties and quantify future progress.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 15:24:25 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Matloob",
"Samuel",
""
],
[
"Datta",
"Partha P.",
""
],
[
"Kreidl",
"O. Patrick",
""
],
[
"Dutta",
"Ayan",
""
],
[
"Roy",
"Swapnoneel",
""
],
[
"Bölöni",
"Ladislau",
""
]
] | TITLE: Waterberry Farms: A Novel Benchmark For Informative Path Planning
ABSTRACT: Recent developments in robotic and sensor hardware make data collection with
mobile robots (ground or aerial) feasible and affordable to a wide population
of users. The newly emergent applications, such as precision agriculture,
weather damage assessment, or personal home security often do not satisfy the
simplifying assumptions made by previous research: the explored areas have
complex shapes and obstacles, multiple phenomena need to be sensed and
estimated simultaneously and the measured quantities might change during
observations. The future progress of path planning and estimation algorithms
requires a new generation of benchmarks that provide representative
environments and scoring methods that capture the demands of these
applications.
This paper describes the Waterberry Farms benchmark (WBF) that models a
precision agriculture application at a Florida farm growing multiple crop
types. The benchmark captures the dynamic nature of the spread of plant
diseases and variations of soil humidity while the scoring system measures the
performance of a given combination of a movement policy and an information
model estimator. By benchmarking several examples of representative path
planning and estimator algorithms, we demonstrate WBF's ability to provide
insight into their properties and quantify future progress.
| no_new_dataset | 0.696139 |
2305.06244 | Chakkrit Termritthikun | Chakkrit Termritthikun, Ayaz Umer, Suwichaya Suwanwimolkul, Feng Xia,
Ivan Lee | Explainable Knowledge Distillation for On-device Chest X-Ray
Classification | Published at IEEE/ACM TRANSACTIONS ON COMPUTATIONAL BIOLOGY AND
BIOINFORMATICS | null | 10.1109/TCBB.2023.3272333 | null | cs.CV cs.LG | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Automated multi-label chest X-rays (CXR) image classification has achieved
substantial progress in clinical diagnosis via utilizing sophisticated deep
learning approaches. However, most deep models have high computational demands,
which makes them less feasible for compact devices with low computational
requirements. To overcome this problem, we propose a knowledge distillation
(KD) strategy to create the compact deep learning model for the real-time
multi-label CXR image classification. We study different alternatives of CNNs
and Transforms as the teacher to distill the knowledge to a smaller student.
Then, we employed explainable artificial intelligence (XAI) to provide the
visual explanation for the model decision improved by the KD. Our results on
three benchmark CXR datasets show that our KD strategy provides the improved
performance on the compact student model, thus being the feasible choice for
many limited hardware platforms. For instance, when using DenseNet161 as the
teacher network, EEEA-Net-C2 achieved an AUC of 83.7%, 87.1%, and 88.7% on the
ChestX-ray14, CheXpert, and PadChest datasets, respectively, with fewer
parameters of 4.7 million and computational cost of 0.3 billion FLOPS.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 15:25:05 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Termritthikun",
"Chakkrit",
""
],
[
"Umer",
"Ayaz",
""
],
[
"Suwanwimolkul",
"Suwichaya",
""
],
[
"Xia",
"Feng",
""
],
[
"Lee",
"Ivan",
""
]
] | TITLE: Explainable Knowledge Distillation for On-device Chest X-Ray
Classification
ABSTRACT: Automated multi-label chest X-rays (CXR) image classification has achieved
substantial progress in clinical diagnosis via utilizing sophisticated deep
learning approaches. However, most deep models have high computational demands,
which makes them less feasible for compact devices with low computational
requirements. To overcome this problem, we propose a knowledge distillation
(KD) strategy to create the compact deep learning model for the real-time
multi-label CXR image classification. We study different alternatives of CNNs
and Transforms as the teacher to distill the knowledge to a smaller student.
Then, we employed explainable artificial intelligence (XAI) to provide the
visual explanation for the model decision improved by the KD. Our results on
three benchmark CXR datasets show that our KD strategy provides the improved
performance on the compact student model, thus being the feasible choice for
many limited hardware platforms. For instance, when using DenseNet161 as the
teacher network, EEEA-Net-C2 achieved an AUC of 83.7%, 87.1%, and 88.7% on the
ChestX-ray14, CheXpert, and PadChest datasets, respectively, with fewer
parameters of 4.7 million and computational cost of 0.3 billion FLOPS.
| no_new_dataset | 0.711663 |
2305.06278 | Can Pu | Can Pu, Chuanyu Yang, Jinnian Pu, Radim Tylecek, Robert B. Fisher | A Multi-modal Garden Dataset and Hybrid 3D Dense Reconstruction
Framework Based on Panoramic Stereo Images for a Trimming Robot | 32 pages | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Recovering an outdoor environment's surface mesh is vital for an agricultural
robot during task planning and remote visualization. Our proposed solution is
based on a newly-designed panoramic stereo camera along with a hybrid novel
software framework that consists of three fusion modules. The panoramic stereo
camera with a pentagon shape consists of 5 stereo vision camera pairs to stream
synchronized panoramic stereo images for the following three fusion modules. In
the disparity fusion module, rectified stereo images produce the initial
disparity maps using multiple stereo vision algorithms. Then, these initial
disparity maps, along with the intensity images, are input into a disparity
fusion network to produce refined disparity maps. Next, the refined disparity
maps are converted into full-view point clouds or single-view point clouds for
the pose fusion module. The pose fusion module adopts a two-stage
global-coarse-to-local-fine strategy. In the first stage, each pair of
full-view point clouds is registered by a global point cloud matching algorithm
to estimate the transformation for a global pose graph's edge, which
effectively implements loop closure. In the second stage, a local point cloud
matching algorithm is used to match single-view point clouds in different
nodes. Next, we locally refine the poses of all corresponding edges in the
global pose graph using three proposed rules, thus constructing a refined pose
graph. The refined pose graph is optimized to produce a global pose trajectory
for volumetric fusion. In the volumetric fusion module, the global poses of all
the nodes are used to integrate the single-view point clouds into the volume to
produce the mesh of the whole garden. The proposed framework and its three
fusion modules are tested on a real outdoor garden dataset to show the
superiority of the performance.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 16:15:16 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Pu",
"Can",
""
],
[
"Yang",
"Chuanyu",
""
],
[
"Pu",
"Jinnian",
""
],
[
"Tylecek",
"Radim",
""
],
[
"Fisher",
"Robert B.",
""
]
] | TITLE: A Multi-modal Garden Dataset and Hybrid 3D Dense Reconstruction
Framework Based on Panoramic Stereo Images for a Trimming Robot
ABSTRACT: Recovering an outdoor environment's surface mesh is vital for an agricultural
robot during task planning and remote visualization. Our proposed solution is
based on a newly-designed panoramic stereo camera along with a hybrid novel
software framework that consists of three fusion modules. The panoramic stereo
camera with a pentagon shape consists of 5 stereo vision camera pairs to stream
synchronized panoramic stereo images for the following three fusion modules. In
the disparity fusion module, rectified stereo images produce the initial
disparity maps using multiple stereo vision algorithms. Then, these initial
disparity maps, along with the intensity images, are input into a disparity
fusion network to produce refined disparity maps. Next, the refined disparity
maps are converted into full-view point clouds or single-view point clouds for
the pose fusion module. The pose fusion module adopts a two-stage
global-coarse-to-local-fine strategy. In the first stage, each pair of
full-view point clouds is registered by a global point cloud matching algorithm
to estimate the transformation for a global pose graph's edge, which
effectively implements loop closure. In the second stage, a local point cloud
matching algorithm is used to match single-view point clouds in different
nodes. Next, we locally refine the poses of all corresponding edges in the
global pose graph using three proposed rules, thus constructing a refined pose
graph. The refined pose graph is optimized to produce a global pose trajectory
for volumetric fusion. In the volumetric fusion module, the global poses of all
the nodes are used to integrate the single-view point clouds into the volume to
produce the mesh of the whole garden. The proposed framework and its three
fusion modules are tested on a real outdoor garden dataset to show the
superiority of the performance.
| no_new_dataset | 0.710842 |
2305.06279 | Shuhao Xia | Yuanming Shi, Shuhao Xia, Yong Zhou, Yijie Mao, Chunxiao Jiang, Meixia
Tao | Vertical Federated Learning over Cloud-RAN: Convergence Analysis and
System Optimization | 32 pages, 7 figures | null | null | null | cs.IT cs.LG eess.SP math.IT | http://creativecommons.org/licenses/by/4.0/ | Vertical federated learning (FL) is a collaborative machine learning
framework that enables devices to learn a global model from the
feature-partition datasets without sharing local raw data. However, as the
number of the local intermediate outputs is proportional to the training
samples, it is critical to develop communication-efficient techniques for
wireless vertical FL to support high-dimensional model aggregation with full
device participation. In this paper, we propose a novel cloud radio access
network (Cloud-RAN) based vertical FL system to enable fast and accurate model
aggregation by leveraging over-the-air computation (AirComp) and alleviating
communication straggler issue with cooperative model aggregation among
geographically distributed edge servers. However, the model aggregation error
caused by AirComp and quantization errors caused by the limited fronthaul
capacity degrade the learning performance for vertical FL. To address these
issues, we characterize the convergence behavior of the vertical FL algorithm
considering both uplink and downlink transmissions. To improve the learning
performance, we establish a system optimization framework by joint transceiver
and fronthaul quantization design, for which successive convex approximation
and alternate convex search based system optimization algorithms are developed.
We conduct extensive simulations to demonstrate the effectiveness of the
proposed system architecture and optimization framework for vertical FL.
| [
{
"version": "v1",
"created": "Thu, 4 May 2023 09:26:03 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Shi",
"Yuanming",
""
],
[
"Xia",
"Shuhao",
""
],
[
"Zhou",
"Yong",
""
],
[
"Mao",
"Yijie",
""
],
[
"Jiang",
"Chunxiao",
""
],
[
"Tao",
"Meixia",
""
]
] | TITLE: Vertical Federated Learning over Cloud-RAN: Convergence Analysis and
System Optimization
ABSTRACT: Vertical federated learning (FL) is a collaborative machine learning
framework that enables devices to learn a global model from the
feature-partition datasets without sharing local raw data. However, as the
number of the local intermediate outputs is proportional to the training
samples, it is critical to develop communication-efficient techniques for
wireless vertical FL to support high-dimensional model aggregation with full
device participation. In this paper, we propose a novel cloud radio access
network (Cloud-RAN) based vertical FL system to enable fast and accurate model
aggregation by leveraging over-the-air computation (AirComp) and alleviating
communication straggler issue with cooperative model aggregation among
geographically distributed edge servers. However, the model aggregation error
caused by AirComp and quantization errors caused by the limited fronthaul
capacity degrade the learning performance for vertical FL. To address these
issues, we characterize the convergence behavior of the vertical FL algorithm
considering both uplink and downlink transmissions. To improve the learning
performance, we establish a system optimization framework by joint transceiver
and fronthaul quantization design, for which successive convex approximation
and alternate convex search based system optimization algorithms are developed.
We conduct extensive simulations to demonstrate the effectiveness of the
proposed system architecture and optimization framework for vertical FL.
| no_new_dataset | 0.710986 |
2305.06314 | Olaf Wysocki | Olaf Wysocki, Yan Xia, Magdalena Wysocki, Eleonora Grilli, Ludwig
Hoegner, Daniel Cremers, Uwe Stilla | Scan2LoD3: Reconstructing semantic 3D building models at LoD3 using ray
casting and Bayesian networks | Accepted for Proceedings of the IEEE/CVF Conference on Computer
Vision and Pattern Recognition (CVPR) Workshops 2023 | null | null | null | cs.CV cs.AI cs.LG | http://creativecommons.org/licenses/by/4.0/ | Reconstructing semantic 3D building models at the level of detail (LoD) 3 is
a long-standing challenge. Unlike mesh-based models, they require watertight
geometry and object-wise semantics at the fa\c{c}ade level. The principal
challenge of such demanding semantic 3D reconstruction is reliable
fa\c{c}ade-level semantic segmentation of 3D input data. We present a novel
method, called Scan2LoD3, that accurately reconstructs semantic LoD3 building
models by improving fa\c{c}ade-level semantic 3D segmentation. To this end, we
leverage laser physics and 3D building model priors to probabilistically
identify model conflicts. These probabilistic physical conflicts propose
locations of model openings: Their final semantics and shapes are inferred in a
Bayesian network fusing multimodal probabilistic maps of conflicts, 3D point
clouds, and 2D images. To fulfill demanding LoD3 requirements, we use the
estimated shapes to cut openings in 3D building priors and fit semantic 3D
objects from a library of fa\c{c}ade objects. Extensive experiments on the TUM
city campus datasets demonstrate the superior performance of the proposed
Scan2LoD3 over the state-of-the-art methods in fa\c{c}ade-level detection,
semantic segmentation, and LoD3 building model reconstruction. We believe our
method can foster the development of probability-driven semantic 3D
reconstruction at LoD3 since not only the high-definition reconstruction but
also reconstruction confidence becomes pivotal for various applications such as
autonomous driving and urban simulations.
| [
{
"version": "v1",
"created": "Wed, 10 May 2023 17:01:18 GMT"
}
] | 2023-05-11T00:00:00 | [
[
"Wysocki",
"Olaf",
""
],
[
"Xia",
"Yan",
""
],
[
"Wysocki",
"Magdalena",
""
],
[
"Grilli",
"Eleonora",
""
],
[
"Hoegner",
"Ludwig",
""
],
[
"Cremers",
"Daniel",
""
],
[
"Stilla",
"Uwe",
""
]
] | TITLE: Scan2LoD3: Reconstructing semantic 3D building models at LoD3 using ray
casting and Bayesian networks
ABSTRACT: Reconstructing semantic 3D building models at the level of detail (LoD) 3 is
a long-standing challenge. Unlike mesh-based models, they require watertight
geometry and object-wise semantics at the fa\c{c}ade level. The principal
challenge of such demanding semantic 3D reconstruction is reliable
fa\c{c}ade-level semantic segmentation of 3D input data. We present a novel
method, called Scan2LoD3, that accurately reconstructs semantic LoD3 building
models by improving fa\c{c}ade-level semantic 3D segmentation. To this end, we
leverage laser physics and 3D building model priors to probabilistically
identify model conflicts. These probabilistic physical conflicts propose
locations of model openings: Their final semantics and shapes are inferred in a
Bayesian network fusing multimodal probabilistic maps of conflicts, 3D point
clouds, and 2D images. To fulfill demanding LoD3 requirements, we use the
estimated shapes to cut openings in 3D building priors and fit semantic 3D
objects from a library of fa\c{c}ade objects. Extensive experiments on the TUM
city campus datasets demonstrate the superior performance of the proposed
Scan2LoD3 over the state-of-the-art methods in fa\c{c}ade-level detection,
semantic segmentation, and LoD3 building model reconstruction. We believe our
method can foster the development of probability-driven semantic 3D
reconstruction at LoD3 since not only the high-definition reconstruction but
also reconstruction confidence becomes pivotal for various applications such as
autonomous driving and urban simulations.
| no_new_dataset | 0.711281 |
2108.11763 | Jing Xiong | Jing Xiong, Pengyang Zhou, Alan Chen and Yu Zhang | Attention-based Neural Load Forecasting: A Dynamic Feature Selection
Approach | null | null | 10.1109/PESGM46819.2021.9637992 | null | cs.LG eess.SP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Encoder-decoder-based recurrent neural network (RNN) has made significant
progress in sequence-to-sequence learning tasks such as machine translation and
conversational models. Recent works have shown the advantage of this type of
network in dealing with various time series forecasting tasks. The present
paper focuses on the problem of multi-horizon short-term load forecasting,
which plays a key role in the power system's planning and operation. Leveraging
the encoder-decoder RNN, we develop an attention model to select the relevant
features and similar temporal information adaptively. First, input features are
assigned with different weights by a feature selection attention layer, while
the updated historical features are encoded by a bi-directional long short-term
memory (BiLSTM) layer. Then, a decoder with hierarchical temporal attention
enables a similar day selection, which re-evaluates the importance of
historical information at each time step. Numerical results tested on the
dataset of the global energy forecasting competition 2014 show that our
proposed model significantly outperforms some existing forecasting schemes.
| [
{
"version": "v1",
"created": "Wed, 25 Aug 2021 02:22:10 GMT"
}
] | 2023-05-10T00:00:00 | [
[
"Xiong",
"Jing",
""
],
[
"Zhou",
"Pengyang",
""
],
[
"Chen",
"Alan",
""
],
[
"Zhang",
"Yu",
""
]
] | TITLE: Attention-based Neural Load Forecasting: A Dynamic Feature Selection
Approach
ABSTRACT: Encoder-decoder-based recurrent neural network (RNN) has made significant
progress in sequence-to-sequence learning tasks such as machine translation and
conversational models. Recent works have shown the advantage of this type of
network in dealing with various time series forecasting tasks. The present
paper focuses on the problem of multi-horizon short-term load forecasting,
which plays a key role in the power system's planning and operation. Leveraging
the encoder-decoder RNN, we develop an attention model to select the relevant
features and similar temporal information adaptively. First, input features are
assigned with different weights by a feature selection attention layer, while
the updated historical features are encoded by a bi-directional long short-term
memory (BiLSTM) layer. Then, a decoder with hierarchical temporal attention
enables a similar day selection, which re-evaluates the importance of
historical information at each time step. Numerical results tested on the
dataset of the global energy forecasting competition 2014 show that our
proposed model significantly outperforms some existing forecasting schemes.
| no_new_dataset | 0.707443 |
2111.00976 | Jazmin Vidal | Marcelo Sancinetti, Jazmin Vidal, Cyntia Bonomi, Luciana Ferrer | A transfer learning based approach for pronunciation scoring | ICASSP 2022 | null | null | null | cs.CL cs.SD eess.AS | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Phone-level pronunciation scoring is a challenging task, with performance far
from that of human annotators. Standard systems generate a score for each phone
in a phrase using models trained for automatic speech recognition (ASR) with
native data only. Better performance has been shown when using systems that are
trained specifically for the task using non-native data. Yet, such systems face
the challenge that datasets labelled for this task are scarce and usually
small. In this paper, we present a transfer learning-based approach that
leverages a model trained for ASR, adapting it for the task of pronunciation
scoring. We analyze the effect of several design choices and compare the
performance with a state-of-the-art goodness of pronunciation (GOP) system. Our
final system is 20% better than the GOP system on EpaDB, a database for
pronunciation scoring research, for a cost function that prioritizes low rates
of unnecessary corrections.
| [
{
"version": "v1",
"created": "Mon, 1 Nov 2021 14:37:06 GMT"
},
{
"version": "v2",
"created": "Tue, 9 May 2023 16:43:19 GMT"
}
] | 2023-05-10T00:00:00 | [
[
"Sancinetti",
"Marcelo",
""
],
[
"Vidal",
"Jazmin",
""
],
[
"Bonomi",
"Cyntia",
""
],
[
"Ferrer",
"Luciana",
""
]
] | TITLE: A transfer learning based approach for pronunciation scoring
ABSTRACT: Phone-level pronunciation scoring is a challenging task, with performance far
from that of human annotators. Standard systems generate a score for each phone
in a phrase using models trained for automatic speech recognition (ASR) with
native data only. Better performance has been shown when using systems that are
trained specifically for the task using non-native data. Yet, such systems face
the challenge that datasets labelled for this task are scarce and usually
small. In this paper, we present a transfer learning-based approach that
leverages a model trained for ASR, adapting it for the task of pronunciation
scoring. We analyze the effect of several design choices and compare the
performance with a state-of-the-art goodness of pronunciation (GOP) system. Our
final system is 20% better than the GOP system on EpaDB, a database for
pronunciation scoring research, for a cost function that prioritizes low rates
of unnecessary corrections.
| no_new_dataset | 0.709007 |
2112.06052 | Yi Li | Yi Li, Yang Sun, Syed Mohsen Naqvi | U-shaped Transformer with Frequency-Band Aware Attention for Speech
Enhancement | null | IEEE/ACM Transactions on Audio, Speech, and Language Processing (
Volume: 31), 2023 | 10.1109/TASLP.2023.3265839 | null | cs.SD eess.AS | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The state-of-the-art speech enhancement has limited performance in speech
estimation accuracy. Recently, in deep learning, the Transformer shows the
potential to exploit the long-range dependency in speech by self-attention.
Therefore, it is introduced in speech enhancement to improve the speech
estimation accuracy from a noise mixture. However, to address the computational
cost issue in Transformer with self-attention, the axial attention is the
option i.e., to split a 2D attention into two 1D attentions. Inspired by the
axial attention, in the proposed method we calculate the attention map along
both time- and frequency-axis to generate time and frequency sub-attention
maps. Moreover, different from the axial attention, the proposed method
provides two parallel multi-head attentions for time- and frequency-axis.
Furthermore, it is proven in the literature that the lower frequency-band in
speech, generally, contains more desired information than the higher
frequency-band, in a noise mixture. Therefore, the frequency-band aware
attention is proposed i.e., high frequency-band attention (HFA), and low
frequency-band attention (LFA). The U-shaped Transformer is also first time
introduced in the proposed method to further improve the speech estimation
accuracy. The extensive evaluations over four public datasets, confirm the
efficacy of the proposed method.
| [
{
"version": "v1",
"created": "Sat, 11 Dec 2021 19:18:34 GMT"
}
] | 2023-05-10T00:00:00 | [
[
"Li",
"Yi",
""
],
[
"Sun",
"Yang",
""
],
[
"Naqvi",
"Syed Mohsen",
""
]
] | TITLE: U-shaped Transformer with Frequency-Band Aware Attention for Speech
Enhancement
ABSTRACT: The state-of-the-art speech enhancement has limited performance in speech
estimation accuracy. Recently, in deep learning, the Transformer shows the
potential to exploit the long-range dependency in speech by self-attention.
Therefore, it is introduced in speech enhancement to improve the speech
estimation accuracy from a noise mixture. However, to address the computational
cost issue in Transformer with self-attention, the axial attention is the
option i.e., to split a 2D attention into two 1D attentions. Inspired by the
axial attention, in the proposed method we calculate the attention map along
both time- and frequency-axis to generate time and frequency sub-attention
maps. Moreover, different from the axial attention, the proposed method
provides two parallel multi-head attentions for time- and frequency-axis.
Furthermore, it is proven in the literature that the lower frequency-band in
speech, generally, contains more desired information than the higher
frequency-band, in a noise mixture. Therefore, the frequency-band aware
attention is proposed i.e., high frequency-band attention (HFA), and low
frequency-band attention (LFA). The U-shaped Transformer is also first time
introduced in the proposed method to further improve the speech estimation
accuracy. The extensive evaluations over four public datasets, confirm the
efficacy of the proposed method.
| no_new_dataset | 0.710584 |
2112.08713 | Xiangru Tang | Xiangru Tang, Arjun Nair, Borui Wang, Bingyao Wang, Jai Desai, Aaron
Wade, Haoran Li, Asli Celikyilmaz, Yashar Mehdad, Dragomir Radev | CONFIT: Toward Faithful Dialogue Summarization with
Linguistically-Informed Contrastive Fine-tuning | null | NAACL 2022 | 10.18653/v1/2022.naacl-main.415 | null | cs.CL | http://creativecommons.org/licenses/by/4.0/ | Factual inconsistencies in generated summaries severely limit the practical
applications of abstractive dialogue summarization. Although significant
progress has been achieved by using pre-trained models, substantial amounts of
hallucinated content are found during the human evaluation. Pre-trained models
are most commonly fine-tuned with cross-entropy loss for text summarization,
which may not be an optimal strategy. In this work, we provide a typology of
factual errors with annotation data to highlight the types of errors and move
away from a binary understanding of factuality. We further propose a training
strategy that improves the factual consistency and overall quality of summaries
via a novel contrastive fine-tuning, called ConFiT. Based on our
linguistically-informed typology of errors, we design different modular
objectives that each target a specific type. Specifically, we utilize hard
negative samples with errors to reduce the generation of factual inconsistency.
In order to capture the key information between speakers, we also design a
dialogue-specific loss. Using human evaluation and automatic faithfulness
metrics, we show that our model significantly reduces all kinds of factual
errors on the dialogue summarization, SAMSum corpus. Moreover, our model could
be generalized to the meeting summarization, AMI corpus, and it produces
significantly higher scores than most of the baselines on both datasets
regarding word-overlap metrics.
| [
{
"version": "v1",
"created": "Thu, 16 Dec 2021 09:08:40 GMT"
},
{
"version": "v2",
"created": "Sat, 9 Jul 2022 04:21:33 GMT"
}
] | 2023-05-10T00:00:00 | [
[
"Tang",
"Xiangru",
""
],
[
"Nair",
"Arjun",
""
],
[
"Wang",
"Borui",
""
],
[
"Wang",
"Bingyao",
""
],
[
"Desai",
"Jai",
""
],
[
"Wade",
"Aaron",
""
],
[
"Li",
"Haoran",
""
],
[
"Celikyilmaz",
"Asli",
""
],
[
"Mehdad",
"Yashar",
""
],
[
"Radev",
"Dragomir",
""
]
] | TITLE: CONFIT: Toward Faithful Dialogue Summarization with
Linguistically-Informed Contrastive Fine-tuning
ABSTRACT: Factual inconsistencies in generated summaries severely limit the practical
applications of abstractive dialogue summarization. Although significant
progress has been achieved by using pre-trained models, substantial amounts of
hallucinated content are found during the human evaluation. Pre-trained models
are most commonly fine-tuned with cross-entropy loss for text summarization,
which may not be an optimal strategy. In this work, we provide a typology of
factual errors with annotation data to highlight the types of errors and move
away from a binary understanding of factuality. We further propose a training
strategy that improves the factual consistency and overall quality of summaries
via a novel contrastive fine-tuning, called ConFiT. Based on our
linguistically-informed typology of errors, we design different modular
objectives that each target a specific type. Specifically, we utilize hard
negative samples with errors to reduce the generation of factual inconsistency.
In order to capture the key information between speakers, we also design a
dialogue-specific loss. Using human evaluation and automatic faithfulness
metrics, we show that our model significantly reduces all kinds of factual
errors on the dialogue summarization, SAMSum corpus. Moreover, our model could
be generalized to the meeting summarization, AMI corpus, and it produces
significantly higher scores than most of the baselines on both datasets
regarding word-overlap metrics.
| no_new_dataset | 0.710867 |
2112.10558 | Lukas Galke | Lukas Galke, Iacopo Vagliano, Benedikt Franke, Tobias Zielke, Marcel
Hoffmann, Ansgar Scherp | Lifelong Learning on Evolving Graphs Under the Constraints of Imbalanced
Classes and New Classes | Accepted manuscript (after peer review, before copy-editing).
Published article available at https://doi.org/10.1016/j.neunet.2023.04.022 | Neural Networks 164 (2023) 156-176 | 10.1016/j.neunet.2023.04.022 | null | cs.LG | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Lifelong graph learning deals with the problem of continually adapting graph
neural network (GNN) models to changes in evolving graphs. We address two
critical challenges of lifelong graph learning in this work: dealing with new
classes and tackling imbalanced class distributions. The combination of these
two challenges is particularly relevant since newly emerging classes typically
resemble only a tiny fraction of the data, adding to the already skewed class
distribution. We make several contributions: First, we show that the amount of
unlabeled data does not influence the results, which is an essential
prerequisite for lifelong learning on a sequence of tasks. Second, we
experiment with different label rates and show that our methods can perform
well with only a tiny fraction of annotated nodes. Third, we propose the gDOC
method to detect new classes under the constraint of having an imbalanced class
distribution. The critical ingredient is a weighted binary cross-entropy loss
function to account for the class imbalance. Moreover, we demonstrate
combinations of gDOC with various base GNN models such as GraphSAGE, Simplified
Graph Convolution, and Graph Attention Networks. Lastly, our k-neighborhood
time difference measure provably normalizes the temporal changes across
different graph datasets. With extensive experimentation, we find that the
proposed gDOC method is consistently better than a naive adaption of DOC to
graphs. Specifically, in experiments using the smallest history size, the
out-of-distribution detection score of gDOC is 0.09 compared to 0.01 for DOC.
Furthermore, gDOC achieves an Open-F1 score, a combined measure of
in-distribution classification and out-of-distribution detection, of 0.33
compared to 0.25 of DOC (32% increase).
| [
{
"version": "v1",
"created": "Mon, 20 Dec 2021 14:29:39 GMT"
},
{
"version": "v2",
"created": "Tue, 9 May 2023 16:43:54 GMT"
}
] | 2023-05-10T00:00:00 | [
[
"Galke",
"Lukas",
""
],
[
"Vagliano",
"Iacopo",
""
],
[
"Franke",
"Benedikt",
""
],
[
"Zielke",
"Tobias",
""
],
[
"Hoffmann",
"Marcel",
""
],
[
"Scherp",
"Ansgar",
""
]
] | TITLE: Lifelong Learning on Evolving Graphs Under the Constraints of Imbalanced
Classes and New Classes
ABSTRACT: Lifelong graph learning deals with the problem of continually adapting graph
neural network (GNN) models to changes in evolving graphs. We address two
critical challenges of lifelong graph learning in this work: dealing with new
classes and tackling imbalanced class distributions. The combination of these
two challenges is particularly relevant since newly emerging classes typically
resemble only a tiny fraction of the data, adding to the already skewed class
distribution. We make several contributions: First, we show that the amount of
unlabeled data does not influence the results, which is an essential
prerequisite for lifelong learning on a sequence of tasks. Second, we
experiment with different label rates and show that our methods can perform
well with only a tiny fraction of annotated nodes. Third, we propose the gDOC
method to detect new classes under the constraint of having an imbalanced class
distribution. The critical ingredient is a weighted binary cross-entropy loss
function to account for the class imbalance. Moreover, we demonstrate
combinations of gDOC with various base GNN models such as GraphSAGE, Simplified
Graph Convolution, and Graph Attention Networks. Lastly, our k-neighborhood
time difference measure provably normalizes the temporal changes across
different graph datasets. With extensive experimentation, we find that the
proposed gDOC method is consistently better than a naive adaption of DOC to
graphs. Specifically, in experiments using the smallest history size, the
out-of-distribution detection score of gDOC is 0.09 compared to 0.01 for DOC.
Furthermore, gDOC achieves an Open-F1 score, a combined measure of
in-distribution classification and out-of-distribution detection, of 0.33
compared to 0.25 of DOC (32% increase).
| no_new_dataset | 0.708395 |
2201.08448 | Richard Sutcliffe | Ephrem A. Retta, Richard Sutcliffe, Eiad Almekhlafi, Yosef K. Enku,
Eyob Alemu, Tigist D. Gemechu, Michael A. Berwo, Mustafa Mhamed, Jun Feng | Kinit Classification in Ethiopian Chants, Azmaris and Modern Music: A
New Dataset and CNN Benchmark | 11 pages, 4 tables, 3 figures | null | 10.1371/journal.pone.0284560 | null | cs.SD cs.LG eess.AS | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this paper, we create EMIR, the first-ever Music Information Retrieval
dataset for Ethiopian music. EMIR is freely available for research purposes and
contains 600 sample recordings of Orthodox Tewahedo chants, traditional Azmari
songs and contemporary Ethiopian secular music. Each sample is classified by
five expert judges into one of four well-known Ethiopian Kinits, Tizita, Bati,
Ambassel and Anchihoye. Each Kinit uses its own pentatonic scale and also has
its own stylistic characteristics. Thus, Kinit classification needs to combine
scale identification with genre recognition. After describing the dataset, we
present the Ethio Kinits Model (EKM), based on VGG, for classifying the EMIR
clips. In Experiment 1, we investigated whether Filterbank, Mel-spectrogram,
Chroma, or Mel-frequency Cepstral coefficient (MFCC) features work best for
Kinit classification using EKM. MFCC was found to be superior and was therefore
adopted for Experiment 2, where the performance of EKM models using MFCC was
compared using three different audio sample lengths. 3s length gave the best
results. In Experiment 3, EKM and four existing models were compared on the
EMIR dataset: AlexNet, ResNet50, VGG16 and LSTM. EKM was found to have the best
accuracy (95.00%) as well as the fastest training time. We hope this work will
encourage others to explore Ethiopian music and to experiment with other models
for Kinit classification.
| [
{
"version": "v1",
"created": "Thu, 20 Jan 2022 20:48:07 GMT"
}
] | 2023-05-10T00:00:00 | [
[
"Retta",
"Ephrem A.",
""
],
[
"Sutcliffe",
"Richard",
""
],
[
"Almekhlafi",
"Eiad",
""
],
[
"Enku",
"Yosef K.",
""
],
[
"Alemu",
"Eyob",
""
],
[
"Gemechu",
"Tigist D.",
""
],
[
"Berwo",
"Michael A.",
""
],
[
"Mhamed",
"Mustafa",
""
],
[
"Feng",
"Jun",
""
]
] | TITLE: Kinit Classification in Ethiopian Chants, Azmaris and Modern Music: A
New Dataset and CNN Benchmark
ABSTRACT: In this paper, we create EMIR, the first-ever Music Information Retrieval
dataset for Ethiopian music. EMIR is freely available for research purposes and
contains 600 sample recordings of Orthodox Tewahedo chants, traditional Azmari
songs and contemporary Ethiopian secular music. Each sample is classified by
five expert judges into one of four well-known Ethiopian Kinits, Tizita, Bati,
Ambassel and Anchihoye. Each Kinit uses its own pentatonic scale and also has
its own stylistic characteristics. Thus, Kinit classification needs to combine
scale identification with genre recognition. After describing the dataset, we
present the Ethio Kinits Model (EKM), based on VGG, for classifying the EMIR
clips. In Experiment 1, we investigated whether Filterbank, Mel-spectrogram,
Chroma, or Mel-frequency Cepstral coefficient (MFCC) features work best for
Kinit classification using EKM. MFCC was found to be superior and was therefore
adopted for Experiment 2, where the performance of EKM models using MFCC was
compared using three different audio sample lengths. 3s length gave the best
results. In Experiment 3, EKM and four existing models were compared on the
EMIR dataset: AlexNet, ResNet50, VGG16 and LSTM. EKM was found to have the best
accuracy (95.00%) as well as the fastest training time. We hope this work will
encourage others to explore Ethiopian music and to experiment with other models
for Kinit classification.
| no_new_dataset | 0.710434 |
2202.01666 | Guojun Zhang | Guojun Zhang, Saber Malekmohammadi, Xi Chen and Yaoliang Yu | Proportional Fairness in Federated Learning | Accepted at TMLR 2023, code:
https://github.com/huawei-noah/Federated-Learning/tree/main/FairFL | null | null | null | cs.LG cs.AI math.OC stat.ML | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | With the increasingly broad deployment of federated learning (FL) systems in
the real world, it is critical but challenging to ensure fairness in FL, i.e.
reasonably satisfactory performances for each of the numerous diverse clients.
In this work, we introduce and study a new fairness notion in FL, called
proportional fairness (PF), which is based on the relative change of each
client's performance. From its connection with the bargaining games, we propose
PropFair, a novel and easy-to-implement algorithm for finding proportionally
fair solutions in FL and study its convergence properties. Through extensive
experiments on vision and language datasets, we demonstrate that PropFair can
approximately find PF solutions, and it achieves a good balance between the
average performances of all clients and of the worst 10% clients. Our code is
available at
\url{https://github.com/huawei-noah/Federated-Learning/tree/main/FairFL}.
| [
{
"version": "v1",
"created": "Thu, 3 Feb 2022 16:28:04 GMT"
},
{
"version": "v2",
"created": "Mon, 30 May 2022 19:08:11 GMT"
},
{
"version": "v3",
"created": "Mon, 23 Jan 2023 21:58:36 GMT"
},
{
"version": "v4",
"created": "Sun, 5 Feb 2023 16:41:12 GMT"
},
{
"version": "v5",
"created": "Tue, 9 May 2023 15:16:24 GMT"
}
] | 2023-05-10T00:00:00 | [
[
"Zhang",
"Guojun",
""
],
[
"Malekmohammadi",
"Saber",
""
],
[
"Chen",
"Xi",
""
],
[
"Yu",
"Yaoliang",
""
]
] | TITLE: Proportional Fairness in Federated Learning
ABSTRACT: With the increasingly broad deployment of federated learning (FL) systems in
the real world, it is critical but challenging to ensure fairness in FL, i.e.
reasonably satisfactory performances for each of the numerous diverse clients.
In this work, we introduce and study a new fairness notion in FL, called
proportional fairness (PF), which is based on the relative change of each
client's performance. From its connection with the bargaining games, we propose
PropFair, a novel and easy-to-implement algorithm for finding proportionally
fair solutions in FL and study its convergence properties. Through extensive
experiments on vision and language datasets, we demonstrate that PropFair can
approximately find PF solutions, and it achieves a good balance between the
average performances of all clients and of the worst 10% clients. Our code is
available at
\url{https://github.com/huawei-noah/Federated-Learning/tree/main/FairFL}.
| no_new_dataset | 0.710635 |
2202.02397 | Yana Nehme | Yana Nehm\'e, Johanna Delanoy, Florent Dupont, Jean-Philippe Farrugia,
Patrick Le Callet and Guillaume Lavou\'e | Textured Mesh Quality Assessment: Large-Scale Dataset and Deep
Learning-based Quality Metric | null | null | null | null | cs.GR | http://creativecommons.org/licenses/by/4.0/ | Over the past decade, 3D graphics have become highly detailed to mimic the
real world, exploding their size and complexity. Certain applications and
device constraints necessitate their simplification and/or lossy compression,
which can degrade their visual quality. Thus, to ensure the best Quality of
Experience (QoE), it is important to evaluate the visual quality to accurately
drive the compression and find the right compromise between visual quality and
data size. In this work, we focus on subjective and objective quality
assessment of textured 3D meshes. We first establish a large-scale dataset,
which includes 55 source models quantitatively characterized in terms of
geometric, color, and semantic complexity, and corrupted by combinations of 5
types of compression-based distortions applied on the geometry, texture mapping
and texture image of the meshes. This dataset contains over 343k distorted
stimuli. We propose an approach to select a challenging subset of 3000 stimuli
for which we collected 148929 quality judgments from over 4500 participants in
a large-scale crowdsourced subjective experiment. Leveraging our subject-rated
dataset, a learning-based quality metric for 3D graphics was proposed. Our
metric demonstrates state-of-the-art results on our dataset of textured meshes
and on a dataset of distorted meshes with vertex colors. Finally, we present an
application of our metric and dataset to explore the influence of distortion
interactions and content characteristics on the perceived quality of compressed
textured meshes.
| [
{
"version": "v1",
"created": "Fri, 4 Feb 2022 21:29:43 GMT"
},
{
"version": "v2",
"created": "Tue, 8 Mar 2022 13:05:12 GMT"
},
{
"version": "v3",
"created": "Mon, 8 May 2023 20:01:58 GMT"
}
] | 2023-05-10T00:00:00 | [
[
"Nehmé",
"Yana",
""
],
[
"Delanoy",
"Johanna",
""
],
[
"Dupont",
"Florent",
""
],
[
"Farrugia",
"Jean-Philippe",
""
],
[
"Callet",
"Patrick Le",
""
],
[
"Lavoué",
"Guillaume",
""
]
] | TITLE: Textured Mesh Quality Assessment: Large-Scale Dataset and Deep
Learning-based Quality Metric
ABSTRACT: Over the past decade, 3D graphics have become highly detailed to mimic the
real world, exploding their size and complexity. Certain applications and
device constraints necessitate their simplification and/or lossy compression,
which can degrade their visual quality. Thus, to ensure the best Quality of
Experience (QoE), it is important to evaluate the visual quality to accurately
drive the compression and find the right compromise between visual quality and
data size. In this work, we focus on subjective and objective quality
assessment of textured 3D meshes. We first establish a large-scale dataset,
which includes 55 source models quantitatively characterized in terms of
geometric, color, and semantic complexity, and corrupted by combinations of 5
types of compression-based distortions applied on the geometry, texture mapping
and texture image of the meshes. This dataset contains over 343k distorted
stimuli. We propose an approach to select a challenging subset of 3000 stimuli
for which we collected 148929 quality judgments from over 4500 participants in
a large-scale crowdsourced subjective experiment. Leveraging our subject-rated
dataset, a learning-based quality metric for 3D graphics was proposed. Our
metric demonstrates state-of-the-art results on our dataset of textured meshes
and on a dataset of distorted meshes with vertex colors. Finally, we present an
application of our metric and dataset to explore the influence of distortion
interactions and content characteristics on the perceived quality of compressed
textured meshes.
| new_dataset | 0.715436 |
2202.03978 | Xiao Liang | Xiao Liang, Jaehee Chun, Howard Morgan, Ti Bai, Dan Nguyen, Justin C.
Park, Steve Jiang | Segmentation by Test-Time Optimization (TTO) for CBCT-based Adaptive
Radiation Therapy | null | null | 10.1002/mp.15960 | null | cs.CV physics.med-ph | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Online adaptive radiotherapy (ART) requires accurate and efficient
auto-segmentation of target volumes and organs-at-risk (OARs) in mostly
cone-beam computed tomography (CBCT) images. Propagating expert-drawn contours
from the pre-treatment planning CT (pCT) through traditional or deep learning
(DL) based deformable image registration (DIR) can achieve improved results in
many situations. Typical DL-based DIR models are population based, that is,
trained with a dataset for a population of patients, so they may be affected by
the generalizability problem. In this paper, we propose a method called
test-time optimization (TTO) to refine a pre-trained DL-based DIR population
model, first for each individual test patient, and then progressively for each
fraction of online ART treatment. Our proposed method is less susceptible to
the generalizability problem, and thus can improve overall performance of
different DL-based DIR models by improving model accuracy, especially for
outliers. Our experiments used data from 239 patients with head and neck
squamous cell carcinoma to test the proposed method. Firstly, we trained a
population model with 200 patients, and then applied TTO to the remaining 39
test patients by refining the trained population model to obtain 39
individualized models. We compared each of the individualized models with the
population model in terms of segmentation accuracy. The number of patients with
at least 0.05 DSC improvement or 2 mm HD95 improvement by TTO averaged over the
17 selected structures for the state-of-the-art architecture Voxelmorph is 10
out of 39 test patients. The average time for deriving the individualized model
using TTO from the pre-trained population model is approximately four minutes.
When adapting the individualized model to a later fraction of the same patient,
the average time is reduced to about one minute and the accuracy is slightly
improved.
| [
{
"version": "v1",
"created": "Tue, 8 Feb 2022 16:34:22 GMT"
}
] | 2023-05-10T00:00:00 | [
[
"Liang",
"Xiao",
""
],
[
"Chun",
"Jaehee",
""
],
[
"Morgan",
"Howard",
""
],
[
"Bai",
"Ti",
""
],
[
"Nguyen",
"Dan",
""
],
[
"Park",
"Justin C.",
""
],
[
"Jiang",
"Steve",
""
]
] | TITLE: Segmentation by Test-Time Optimization (TTO) for CBCT-based Adaptive
Radiation Therapy
ABSTRACT: Online adaptive radiotherapy (ART) requires accurate and efficient
auto-segmentation of target volumes and organs-at-risk (OARs) in mostly
cone-beam computed tomography (CBCT) images. Propagating expert-drawn contours
from the pre-treatment planning CT (pCT) through traditional or deep learning
(DL) based deformable image registration (DIR) can achieve improved results in
many situations. Typical DL-based DIR models are population based, that is,
trained with a dataset for a population of patients, so they may be affected by
the generalizability problem. In this paper, we propose a method called
test-time optimization (TTO) to refine a pre-trained DL-based DIR population
model, first for each individual test patient, and then progressively for each
fraction of online ART treatment. Our proposed method is less susceptible to
the generalizability problem, and thus can improve overall performance of
different DL-based DIR models by improving model accuracy, especially for
outliers. Our experiments used data from 239 patients with head and neck
squamous cell carcinoma to test the proposed method. Firstly, we trained a
population model with 200 patients, and then applied TTO to the remaining 39
test patients by refining the trained population model to obtain 39
individualized models. We compared each of the individualized models with the
population model in terms of segmentation accuracy. The number of patients with
at least 0.05 DSC improvement or 2 mm HD95 improvement by TTO averaged over the
17 selected structures for the state-of-the-art architecture Voxelmorph is 10
out of 39 test patients. The average time for deriving the individualized model
using TTO from the pre-trained population model is approximately four minutes.
When adapting the individualized model to a later fraction of the same patient,
the average time is reduced to about one minute and the accuracy is slightly
improved.
| no_new_dataset | 0.710446 |
2202.08146 | Md. Mohi Uddin Khan | Md. Mohi Uddin Khan, Abdullah Bin Shams and Md. Mohsin Sarker Raihan | A Prospective Approach for Human-to-Human Interaction Recognition from
Wi-Fi Channel Data using Attention Bidirectional Gated Recurrent Neural
Network with GUI Application Implementation | 48 Pages. This is the pre-print version article submitted for
peer-review to a prestigious journal | null | null | null | cs.LG cs.AI eess.SP stat.ML | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Human Activity Recognition (HAR) research has gained significant momentum due
to recent technological advancements, artificial intelligence algorithms, the
need for smart cities, and socioeconomic transformation. However, existing
computer vision and sensor-based HAR solutions have limitations such as privacy
issues, memory and power consumption, and discomfort in wearing sensors for
which researchers are observing a paradigm shift in HAR research. In response,
WiFi-based HAR is gaining popularity due to the availability of more
coarse-grained Channel State Information. However, existing WiFi-based HAR
approaches are limited to classifying independent and non-concurrent human
activities performed within equal time duration. Recent research commonly
utilizes a Single Input Multiple Output communication link with a WiFi signal
of 5 GHz channel frequency, using two WiFi routers or two Intel 5300 NICs as
transmitter-receiver. Our study, on the other hand, utilizes a Multiple Input
Multiple Output radio link between a WiFi router and an Intel 5300 NIC, with
the time-series Wi-Fi channel state information based on 2.4 GHz channel
frequency for mutual human-to-human concurrent interaction recognition. The
proposed Self-Attention guided Bidirectional Gated Recurrent Neural Network
(Attention-BiGRU) deep learning model can classify 13 mutual interactions with
a maximum benchmark accuracy of 94% for a single subject-pair. This has been
expanded for ten subject pairs, which secured a benchmark accuracy of 88% with
improved classification around the interaction-transition region. An executable
graphical user interface (GUI) software has also been developed in this study
using the PyQt5 python module to classify, save, and display the overall mutual
concurrent human interactions performed within a given time duration. ...
| [
{
"version": "v1",
"created": "Wed, 16 Feb 2022 15:40:52 GMT"
},
{
"version": "v2",
"created": "Sat, 12 Mar 2022 07:15:50 GMT"
},
{
"version": "v3",
"created": "Tue, 19 Jul 2022 04:41:59 GMT"
},
{
"version": "v4",
"created": "Tue, 9 May 2023 06:44:54 GMT"
}
] | 2023-05-10T00:00:00 | [
[
"Khan",
"Md. Mohi Uddin",
""
],
[
"Shams",
"Abdullah Bin",
""
],
[
"Raihan",
"Md. Mohsin Sarker",
""
]
] | TITLE: A Prospective Approach for Human-to-Human Interaction Recognition from
Wi-Fi Channel Data using Attention Bidirectional Gated Recurrent Neural
Network with GUI Application Implementation
ABSTRACT: Human Activity Recognition (HAR) research has gained significant momentum due
to recent technological advancements, artificial intelligence algorithms, the
need for smart cities, and socioeconomic transformation. However, existing
computer vision and sensor-based HAR solutions have limitations such as privacy
issues, memory and power consumption, and discomfort in wearing sensors for
which researchers are observing a paradigm shift in HAR research. In response,
WiFi-based HAR is gaining popularity due to the availability of more
coarse-grained Channel State Information. However, existing WiFi-based HAR
approaches are limited to classifying independent and non-concurrent human
activities performed within equal time duration. Recent research commonly
utilizes a Single Input Multiple Output communication link with a WiFi signal
of 5 GHz channel frequency, using two WiFi routers or two Intel 5300 NICs as
transmitter-receiver. Our study, on the other hand, utilizes a Multiple Input
Multiple Output radio link between a WiFi router and an Intel 5300 NIC, with
the time-series Wi-Fi channel state information based on 2.4 GHz channel
frequency for mutual human-to-human concurrent interaction recognition. The
proposed Self-Attention guided Bidirectional Gated Recurrent Neural Network
(Attention-BiGRU) deep learning model can classify 13 mutual interactions with
a maximum benchmark accuracy of 94% for a single subject-pair. This has been
expanded for ten subject pairs, which secured a benchmark accuracy of 88% with
improved classification around the interaction-transition region. An executable
graphical user interface (GUI) software has also been developed in this study
using the PyQt5 python module to classify, save, and display the overall mutual
concurrent human interactions performed within a given time duration. ...
| no_new_dataset | 0.711437 |
2203.11011 | Jibing Gong | Jibing Gong, Yao Wan, Ye Liu, Xuewen Li, Yi Zhao, Cheng Wang, Yuting
Lin, Xiaohan Fang, Wenzheng Feng, Jingyi Zhang, Jie Tang | Reinforced MOOCs Concept Recommendation in Heterogeneous Information
Networks | null | null | 10.1145/1122445.1122456 | null | cs.IR cs.CY cs.LG | http://creativecommons.org/licenses/by/4.0/ | Massive open online courses (MOOCs), which offer open access and widespread
interactive participation through the internet, are quickly becoming the
preferred method for online and remote learning. Several MOOC platforms offer
the service of course recommendation to users, to improve the learning
experience of users. Despite the usefulness of this service, we consider that
recommending courses to users directly may neglect their varying degrees of
expertise. To mitigate this gap, we examine an interesting problem of concept
recommendation in this paper, which can be viewed as recommending knowledge to
users in a fine-grained way. We put forward a novel approach, termed
HinCRec-RL, for Concept Recommendation in MOOCs, which is based on
Heterogeneous Information Networks and Reinforcement Learning. In particular,
we propose to shape the problem of concept recommendation within a
reinforcement learning framework to characterize the dynamic interaction
between users and knowledge concepts in MOOCs. Furthermore, we propose to form
the interactions among users, courses, videos, and concepts into a
heterogeneous information network (HIN) to learn the semantic user
representations better. We then employ an attentional graph neural network to
represent the users in the HIN, based on meta-paths. Extensive experiments are
conducted on a real-world dataset collected from a Chinese MOOC platform,
XuetangX, to validate the efficacy of our proposed HinCRec-RL. Experimental
results and analysis demonstrate that our proposed HinCRec-RL performs well
when comparing with several state-of-the-art models.
| [
{
"version": "v1",
"created": "Tue, 8 Mar 2022 05:10:55 GMT"
},
{
"version": "v2",
"created": "Wed, 13 Apr 2022 12:09:14 GMT"
},
{
"version": "v3",
"created": "Tue, 9 May 2023 13:01:25 GMT"
}
] | 2023-05-10T00:00:00 | [
[
"Gong",
"Jibing",
""
],
[
"Wan",
"Yao",
""
],
[
"Liu",
"Ye",
""
],
[
"Li",
"Xuewen",
""
],
[
"Zhao",
"Yi",
""
],
[
"Wang",
"Cheng",
""
],
[
"Lin",
"Yuting",
""
],
[
"Fang",
"Xiaohan",
""
],
[
"Feng",
"Wenzheng",
""
],
[
"Zhang",
"Jingyi",
""
],
[
"Tang",
"Jie",
""
]
] | TITLE: Reinforced MOOCs Concept Recommendation in Heterogeneous Information
Networks
ABSTRACT: Massive open online courses (MOOCs), which offer open access and widespread
interactive participation through the internet, are quickly becoming the
preferred method for online and remote learning. Several MOOC platforms offer
the service of course recommendation to users, to improve the learning
experience of users. Despite the usefulness of this service, we consider that
recommending courses to users directly may neglect their varying degrees of
expertise. To mitigate this gap, we examine an interesting problem of concept
recommendation in this paper, which can be viewed as recommending knowledge to
users in a fine-grained way. We put forward a novel approach, termed
HinCRec-RL, for Concept Recommendation in MOOCs, which is based on
Heterogeneous Information Networks and Reinforcement Learning. In particular,
we propose to shape the problem of concept recommendation within a
reinforcement learning framework to characterize the dynamic interaction
between users and knowledge concepts in MOOCs. Furthermore, we propose to form
the interactions among users, courses, videos, and concepts into a
heterogeneous information network (HIN) to learn the semantic user
representations better. We then employ an attentional graph neural network to
represent the users in the HIN, based on meta-paths. Extensive experiments are
conducted on a real-world dataset collected from a Chinese MOOC platform,
XuetangX, to validate the efficacy of our proposed HinCRec-RL. Experimental
results and analysis demonstrate that our proposed HinCRec-RL performs well
when comparing with several state-of-the-art models.
| no_new_dataset | 0.70978 |
2204.04196 | Seth Poulsen | Seth Poulsen, Shubhang Kulkarni, Geoffrey Herman, and Matthew West | Efficient Feedback and Partial Credit Grading for Proof Blocks Problems | Accepted for AIED 2023 in Tokyo, Japan | null | null | null | cs.AI cs.CY cs.DM | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Proof Blocks is a software tool that allows students to practice writing
mathematical proofs by dragging and dropping lines instead of writing proofs
from scratch. Proof Blocks offers the capability of assigning partial credit
and providing solution quality feedback to students. This is done by computing
the edit distance from a student's submission to some predefined set of
solutions. In this work, we propose an algorithm for the edit distance problem
that significantly outperforms the baseline procedure of exhaustively
enumerating over the entire search space. Our algorithm relies on a reduction
to the minimum vertex cover problem. We benchmark our algorithm on thousands of
student submissions from multiple courses, showing that the baseline algorithm
is intractable, and that our proposed algorithm is critical to enable classroom
deployment. Our new algorithm has also been used for problems in many other
domains where the solution space can be modeled as a DAG, including but not
limited to Parsons Problems for writing code, helping students understand
packet ordering in networking protocols, and helping students sketch solution
steps for physics problems. Integrated into multiple learning management
systems, the algorithm serves thousands of students each year.
| [
{
"version": "v1",
"created": "Fri, 8 Apr 2022 17:44:59 GMT"
},
{
"version": "v2",
"created": "Mon, 24 Apr 2023 16:49:43 GMT"
},
{
"version": "v3",
"created": "Mon, 8 May 2023 21:43:38 GMT"
}
] | 2023-05-10T00:00:00 | [
[
"Poulsen",
"Seth",
""
],
[
"Kulkarni",
"Shubhang",
""
],
[
"Herman",
"Geoffrey",
""
],
[
"West",
"Matthew",
""
]
] | TITLE: Efficient Feedback and Partial Credit Grading for Proof Blocks Problems
ABSTRACT: Proof Blocks is a software tool that allows students to practice writing
mathematical proofs by dragging and dropping lines instead of writing proofs
from scratch. Proof Blocks offers the capability of assigning partial credit
and providing solution quality feedback to students. This is done by computing
the edit distance from a student's submission to some predefined set of
solutions. In this work, we propose an algorithm for the edit distance problem
that significantly outperforms the baseline procedure of exhaustively
enumerating over the entire search space. Our algorithm relies on a reduction
to the minimum vertex cover problem. We benchmark our algorithm on thousands of
student submissions from multiple courses, showing that the baseline algorithm
is intractable, and that our proposed algorithm is critical to enable classroom
deployment. Our new algorithm has also been used for problems in many other
domains where the solution space can be modeled as a DAG, including but not
limited to Parsons Problems for writing code, helping students understand
packet ordering in networking protocols, and helping students sketch solution
steps for physics problems. Integrated into multiple learning management
systems, the algorithm serves thousands of students each year.
| no_new_dataset | 0.709806 |
2204.12177 | Shadab Choudhury | Ishrat Jahan Ananya, Sarah Suad, Shadab Hafiz Choudhury and Mohammad
Ashrafuzzaman Khan | A Comparative Study on Approaches to Acoustic Scene Classification using
CNNs | Presented at 2021 Mexican International Conference on Artificial
Intelligence. Published in Advances in Computational Intelligence, MICAI
2021, Lecture Notes in Computer Science. 12 pages, 3 figures, 5 tables | Advances in Computational Intelligence, MICAI 2021, Lecture Notes
in Artificial Intelligence vol. 13067, pp. 81-91 (2021) | 10.1007/978-3-030-89817-5_6 | null | cs.SD cs.AI cs.CV eess.AS | http://creativecommons.org/licenses/by/4.0/ | Acoustic scene classification is a process of characterizing and classifying
the environments from sound recordings. The first step is to generate features
(representations) from the recorded sound and then classify the background
environments. However, different kinds of representations have dramatic effects
on the accuracy of the classification. In this paper, we explored the three
such representations on classification accuracy using neural networks. We
investigated the spectrograms, MFCCs, and embeddings representations using
different CNN networks and autoencoders. Our dataset consists of sounds from
three settings of indoors and outdoors environments - thus the dataset contains
sound from six different kinds of environments. We found that the spectrogram
representation has the highest classification accuracy while MFCC has the
lowest classification accuracy. We reported our findings, insights as well as
some guidelines to achieve better accuracy for environment classification using
sounds.
| [
{
"version": "v1",
"created": "Tue, 26 Apr 2022 09:23:29 GMT"
}
] | 2023-05-10T00:00:00 | [
[
"Ananya",
"Ishrat Jahan",
""
],
[
"Suad",
"Sarah",
""
],
[
"Choudhury",
"Shadab Hafiz",
""
],
[
"Khan",
"Mohammad Ashrafuzzaman",
""
]
] | TITLE: A Comparative Study on Approaches to Acoustic Scene Classification using
CNNs
ABSTRACT: Acoustic scene classification is a process of characterizing and classifying
the environments from sound recordings. The first step is to generate features
(representations) from the recorded sound and then classify the background
environments. However, different kinds of representations have dramatic effects
on the accuracy of the classification. In this paper, we explored the three
such representations on classification accuracy using neural networks. We
investigated the spectrograms, MFCCs, and embeddings representations using
different CNN networks and autoencoders. Our dataset consists of sounds from
three settings of indoors and outdoors environments - thus the dataset contains
sound from six different kinds of environments. We found that the spectrogram
representation has the highest classification accuracy while MFCC has the
lowest classification accuracy. We reported our findings, insights as well as
some guidelines to achieve better accuracy for environment classification using
sounds.
| new_dataset | 0.712988 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.