149 research outputs found
Proceedings of the 4th International Conference on Service Life Design for Infrastructure (SLD4)
SLD4 is a conference on Service Life Design for Infrastructures which is jointly organised by
Delft University and Tongji University as part of the RILEM week 2018 in Delft, The Netherlands.
The conference builds on the success of the previous three events on this topic held in Shanghai
(2006), Delft (2010) and Zhuhai (2014). Service Life Design for Infrastructure is a very
broad topic involving aspects starting from the material properties and behaviour, via structural
performance, serviceability and durability to integral design and asset management. All
related topics from experimental research to modelling and from codes and standards to applications
are welcomed to the conference.
The conference consist of 3 key-note papers and 132 regular papers presented over 3 days.
Parallel to the SLD4 Conference a symposium on Concrete Modelling (CONMOD2018) and
a workshop honouring Professor Klaas van Breugel were organised with topics that are related
to Service Life Design.
In total more than 350 participants took part in the events organised during the RILEM week
2018
HeteFedRec: Federated Recommender Systems with Model Heterogeneity
Owing to the nature of privacy protection, federated recommender systems
(FedRecs) have garnered increasing interest in the realm of on-device
recommender systems. However, most existing FedRecs only allow participating
clients to collaboratively train a recommendation model of the same public
parameter size. Training a model of the same size for all clients can lead to
suboptimal performance since clients possess varying resources. For example,
clients with limited training data may prefer to train a smaller recommendation
model to avoid excessive data consumption, while clients with sufficient data
would benefit from a larger model to achieve higher recommendation accuracy. To
address the above challenge, this paper introduces HeteFedRec, a novel FedRec
framework that enables the assignment of personalized model sizes to
participants. In HeteFedRec, we present a heterogeneous recommendation model
aggregation strategy, including a unified dual-task learning mechanism and a
dimensional decorrelation regularization, to allow knowledge aggregation among
recommender models of different sizes. Additionally, a relation-based ensemble
knowledge distillation method is proposed to effectively distil knowledge from
heterogeneous item embeddings. Extensive experiments conducted on three
real-world recommendation datasets demonstrate the effectiveness and efficiency
of HeteFedRec in training federated recommender systems under heterogeneous
settings
A shortest path-based approach for copy number variation detection from next-generation sequencing data
Copy number variation (CNV) is one of the main structural variations in the human genome and accounts for a considerable proportion of variations. As CNVs can directly or indirectly cause cancer, mental illness, and genetic disease in humans, their effective detection in humans is of great interest in the fields of oncogene discovery, clinical decision-making, bioinformatics, and drug discovery. The advent of next-generation sequencing data makes CNV detection possible, and a large number of CNV detection tools are based on next-generation sequencing data. Due to the complexity (e.g., bias, noise, alignment errors) of next-generation sequencing data and CNV structures, the accuracy of existing methods in detecting CNVs remains low. In this work, we design a new CNV detection approach, called shortest path-based Copy number variation (SPCNV), to improve the detection accuracy of CNVs. SPCNV calculates the k nearest neighbors of each read depth and defines the shortest path, shortest path relation, and shortest path cost sets based on which further calculates the mean shortest path cost of each read depth and its k nearest neighbors. We utilize the ratio between the mean shortest path cost for each read depth and the mean of the mean shortest path cost of its k nearest neighbors to construct a relative shortest path score formula that is able to determine a score for each read depth. Based on the score profile, a boxplot is then applied to predict CNVs. The performance of the proposed method is verified by simulation data experiments and compared against several popular methods of the same type. Experimental results show that the proposed method achieves the best balance between recall and precision in each set of simulated samples. To further verify the performance of the proposed method in real application scenarios, we then select real sample data from the 1,000 Genomes Project to conduct experiments. The proposed method achieves the best F1-scores in almost all samples. Therefore, the proposed method can be used as a more reliable tool for the routine detection of CNVs
Manipulating Federated Recommender Systems: Poisoning with Synthetic Users and Its Countermeasures
Federated Recommender Systems (FedRecs) are considered privacy-preserving
techniques to collaboratively learn a recommendation model without sharing user
data. Since all participants can directly influence the systems by uploading
gradients, FedRecs are vulnerable to poisoning attacks of malicious clients.
However, most existing poisoning attacks on FedRecs are either based on some
prior knowledge or with less effectiveness. To reveal the real vulnerability of
FedRecs, in this paper, we present a new poisoning attack method to manipulate
target items' ranks and exposure rates effectively in the top-
recommendation without relying on any prior knowledge. Specifically, our attack
manipulates target items' exposure rate by a group of synthetic malicious users
who upload poisoned gradients considering target items' alternative products.
We conduct extensive experiments with two widely used FedRecs (Fed-NCF and
Fed-LightGCN) on two real-world recommendation datasets. The experimental
results show that our attack can significantly improve the exposure rate of
unpopular target items with extremely fewer malicious users and fewer global
epochs than state-of-the-art attacks. In addition to disclosing the security
hole, we design a novel countermeasure for poisoning attacks on FedRecs.
Specifically, we propose a hierarchical gradient clipping with sparsified
updating to defend against existing poisoning attacks. The empirical results
demonstrate that the proposed defending mechanism improves the robustness of
FedRecs.Comment: This paper has been accepted by SIGIR202
Towards Personalized Privacy: User-Governed Data Contribution for Federated Recommendation
Federated recommender systems (FedRecs) have gained significant attention for
their potential to protect user's privacy by keeping user privacy data locally
and only communicating model parameters/gradients to the server. Nevertheless,
the currently existing architecture of FedRecs assumes that all users have the
same 0-privacy budget, i.e., they do not upload any data to the server, thus
overlooking those users who are less concerned about privacy and are willing to
upload data to get a better recommendation service. To bridge this gap, this
paper explores a user-governed data contribution federated recommendation
architecture where users are free to take control of whether they share data
and the proportion of data they share to the server. To this end, this paper
presents a cloud-device collaborative graph neural network federated
recommendation model, named CDCGNNFed. It trains user-centric ego graphs
locally, and high-order graphs based on user-shared data in the server in a
collaborative manner via contrastive learning. Furthermore, a graph mending
strategy is utilized to predict missing links in the graph on the server, thus
leveraging the capabilities of graph neural networks over high-order graphs.
Extensive experiments were conducted on two public datasets, and the results
demonstrate the effectiveness of the proposed method
Real-time generative design of diverse, "truly" optimized structures with controllable structural complexities
Compared with traditional design methods, generative design significantly
attracts engineers in various disciplines. In thiswork, howto achieve the
real-time generative design of optimized structures with various diversities
and controllable structural complexities is investigated. To this end, a
modified Moving Morphable Component (MMC) method together with novel strategies
are adopted to generate high-quality dataset. The complexity level of optimized
structures is categorized by the topological invariant. By improving the cost
function, the WGAN is trained to produce optimized designs with the input of
loading position and complexity level in real time. It is found that, diverse
designs with a clear load transmission path and crisp boundary, even not
requiring further optimization and different from any reference in the dataset,
can be generated by the proposed model. This method holds great potential for
future applications of machine learning enhanced intelligent design
Robust Federated Contrastive Recommender System against Model Poisoning Attack
Federated Recommender Systems (FedRecs) have garnered increasing attention
recently, thanks to their privacy-preserving benefits. However, the
decentralized and open characteristics of current FedRecs present two dilemmas.
First, the performance of FedRecs is compromised due to highly sparse on-device
data for each client. Second, the system's robustness is undermined by the
vulnerability to model poisoning attacks launched by malicious users. In this
paper, we introduce a novel contrastive learning framework designed to fully
leverage the client's sparse data through embedding augmentation, referred to
as CL4FedRec. Unlike previous contrastive learning approaches in FedRecs that
necessitate clients to share their private parameters, our CL4FedRec aligns
with the basic FedRec learning protocol, ensuring compatibility with most
existing FedRec implementations. We then evaluate the robustness of FedRecs
equipped with CL4FedRec by subjecting it to several state-of-the-art model
poisoning attacks. Surprisingly, our observations reveal that contrastive
learning tends to exacerbate the vulnerability of FedRecs to these attacks.
This is attributed to the enhanced embedding uniformity, making the polluted
target item embedding easily proximate to popular items. Based on this insight,
we propose an enhanced and robust version of CL4FedRec (rCL4FedRec) by
introducing a regularizer to maintain the distance among item embeddings with
different popularity levels. Extensive experiments conducted on four commonly
used recommendation datasets demonstrate that CL4FedRec significantly enhances
both the model's performance and the robustness of FedRecs
- …