institution
Pub-Guard-LLM: Detecting Fraudulent Biomedical Articles with Reliable Explanations
Chen, Lihu, Fu, Shuojie, Freedman, Gabriel, Martin, Guy, Kinross, James, Vaghela, Uddhav, Serban, Ovidiu, Toni, Francesca
A significant and growing number of published scientific articles is found to involve fraudulent practices, posing a serious threat to the credibility and safety of research in fields such as medicine. We propose Pub-Guard-LLM, the first large language model-based system tailored to fraud detection of biomedical scientific articles. We provide three application modes for deploying Pub-Guard-LLM: vanilla reasoning, retrieval-augmented generation, and multi-agent debate. Each mode allows for textual explanations of predictions. To assess the performance of our system, we introduce an open-source benchmark, PubMed Retraction, comprising over 11K real-world biomedical articles, including metadata and retraction labels. We show that, across all modes, Pub-Guard-LLM consistently surpasses the performance of various baselines and provides more reliable explanations, namely explanations which are deemed more relevant and coherent than those generated by the baselines when evaluated by multiple assessment methods. By enhancing both detection performance and explainability in scientific fraud detection, Pub-Guard-LLM contributes to safeguarding research integrity with a novel, effective, open-source tool.
- Law Enforcement & Public Safety > Fraud (1.00)
- Health & Medicine > Therapeutic Area > Oncology (1.00)
- Health & Medicine > Pharmaceuticals & Biotechnology (1.00)
A Fully-automatic Side-scan Sonar SLAM Framework
Zhang, Jun, Xie, Yiping, Ling, Li, Folkesson, John
Side-scan sonar (SSS) is a lightweight acoustic sensor that is frequently deployed on autonomous underwater vehicles (AUVs) to provide high-resolution seafloor images. However, using side-scan images to perform simultaneous localization and mapping (SLAM) remains a challenge when there is a lack of 3D bathymetric information and discriminant features in the side-scan images. To tackle this, we propose a feature-based SLAM framework using side-scan sonar, which is able to automatically detect and robustly match keypoints between paired side-scan images. We then use the detected correspondences as constraints to optimize the AUV pose trajectory. The proposed method is evaluated on real data collected by a Hugin AUV, using as a ground truth reference both manually-annotated keypoints and a 3D bathymetry mesh from multibeam echosounder (MBES). Experimental results demonstrate that our approach is able to reduce drifts from the dead-reckoning system. The framework is made publicly available for the benefit of the community.
45 Best Data Science Certification for Data Scientists 2020
Are you looking for Best Data Science Degree Online? This Online Data Science Course list will help you to become a top Data Scientist. Data science or data-driven science is one of today's fastest-growing fields. Do you want to become a Data Scientist in 2022? The list of the Data Science Degrees will give you a clear idea from data science definition to expert levels. If you don't know how to get a data scientist certification then this data science certificate program online will help you to get an online data science certificate. You will be able to get Microsoft data science certification or even a Harvard data science certificate with this excellent collection of online courses. Also, this Data Science training will give you an idea about data science, python, data scientist, big data, analytics, machine learning, deep learning, and Artificial Intelligence (AI) which are the most booming topics now. You can be a data science master in a short period. All big companies, publishers, advertisers, and other industries are now highly dependent on data science or machine learning. So, it is high time to learn some skills in data science, for example, get the highly demanded Data Science online certifications. How does it work at present, and why data scientists' careers and data science jobs are in top positions? If you like a trendy career, you have that opportunity right now and get hired by the big industries. At the same time, online entrepreneurs and business personnel also need to update themselves with fundamental machine learning skills to compete with the fast-moving industry. Below are a few best Data Science online courses that might assist you to jump-start your knowledge of the data science sector. If you want to learn machine learning, then this is the perfect course for you. Two professional data scientists designed this course so that you can learn the theory and algorithms behind machine learning. If you just learn the coding libraries, then you will not know what is going on in the back end. You will not be able to perform well in the industries. This is why this is a very good course to get started in the machine learning world. The course also includes study materials about coding libraries. The two data scientist professionals walk you through the course step by step. Even if you are quite familiar with data science, this is going to help you learn a lot more new things. The course has been structured in a very friendly way.
- Education > Educational Technology > Educational Software > Computer Based Training (1.00)
- Education > Educational Setting > Online (1.00)
- Information Technology > Enterprise Applications > Human Resources > Learning Management (1.00)
- Information Technology > Data Science > Data Mining > Big Data (0.87)
- Information Technology > Artificial Intelligence > Machine Learning > Statistical Learning > Regression (0.69)
- Information Technology > Artificial Intelligence > Machine Learning > Neural Networks > Deep Learning (0.49)
Clustering-Induced Generative Incomplete Image-Text Clustering (CIGIT-C)
Guo, Dongjin, Su, Xiaoming, Wang, Jiatai, Liu, Limin, Pei, Zhiyong, Xu, Zhiwei
The target of image-text clustering (ITC) is to find correct clusters by integrating complementary and consistent information of multi-modalities for these heterogeneous samples. However, the majority of current studies analyse ITC on the ideal premise that the samples in every modality are complete. This presumption, however, is not always valid in real-world situations. The missing data issue degenerates the image-text feature learning performance and will finally affect the generalization abilities in ITC tasks. Although a series of methods have been proposed to address this incomplete image text clustering issue (IITC), the following problems still exist: 1) most existing methods hardly consider the distinct gap between heterogeneous feature domains. 2) For missing data, the representations generated by existing methods are rarely guaranteed to suit clustering tasks. 3) Existing methods do not tap into the latent connections both inter and intra modalities. In this paper, we propose a Clustering-Induced Generative Incomplete Image-Text Clustering(CIGIT-C) network to address the challenges above. More specifically, we first use modality-specific encoders to map original features to more distinctive subspaces. The latent connections between intra and inter-modalities are thoroughly explored by using the adversarial generating network to produce one modality conditional on the other modality. Finally, we update the corresponding modalityspecific encoders using two KL divergence losses. Experiment results on public image-text datasets demonstrated that the suggested method outperforms and is more effective in the IITC job.
- Information Technology (0.46)
- Health & Medicine (0.46)
Enhanced Decentralized Federated Learning based on Consensus in Connected Vehicles
Liu, Xiaoyan, Dong, Zehui, Xu, Zhiwei, Liu, Siyuan, Tian, Jie
Advanced researches on connected vehicles have recently targeted to the integration of vehicle-to-everything (V2X) networks with Machine Learning (ML) tools and distributed decision making. Federated learning (FL) is emerging as a new paradigm to train machine learning (ML) models in distributed systems, including vehicles in V2X networks. Rather than sharing and uploading the training data to the server, the updating of model parameters (e.g., neural networks' weights and biases) is applied by large populations of interconnected vehicles, acting as local learners. Despite these benefits, the limitation of existing approaches is the centralized optimization which relies on a server for aggregation and fusion of local parameters, leading to the drawback of a single point of failure and scaling issues for increasing V2X network size. Meanwhile, in intelligent transport scenarios, data collected from onboard sensors are redundant, which degrades the performance of aggregation. To tackle these problems, we explore a novel idea of decentralized data processing and introduce a federated learning framework for in-network vehicles, C-DFL(Consensus based Decentralized Federated Learning), to tackle federated learning on connected vehicles and improve learning quality. Extensive simulations have been implemented to evaluate the performance of C-DFL, that demonstrates C-DFL outperforms the performance of conventional methods in all cases.
- Asia > Mongolia (0.04)
- Asia > China > Inner Mongolia (0.04)
- Asia > China > Beijing > Beijing (0.04)
- (2 more...)
- Information Technology (1.00)
- Transportation > Ground > Road (0.47)
Six Steps to Responsible AI in the Federal Government
There is widespread agreement that responsible artificial intelligence requires principles such as fairness, transparency, privacy, human safety, and explainability. Nearly all ethicists and tech policy advocates stress these factors and push for algorithms that are fair, transparent, safe, and understandable.1 But it is not always clear how to operationalize these broad principles or how to handle situations where there are conflicts between competing goals.2 It is not easy to move from the abstract to the concrete in developing algorithms and sometimes a focus on one goal comes at the detriment of alternative objectives.3 In the criminal justice area, for example, Richard Berk and colleagues argue that there are many kinds of fairness and it is "impossible to maximize accuracy and fairness at the same time, and impossible simultaneously to satisfy all kinds of fairness."4
- Law (0.89)
- Government > Military (0.69)
- Education > Educational Setting (0.48)
Computer Vision - Graduate Program
Our company vision is to amplify human potential. Our mission is to deliver enterprise a powerful tool for transformation--an augmented reality platform of great utility and simplicity. Achieving our goals requires passion and dedication. That's why we're committed to building and empowering a diverse team of incredibly talented people and fostering an inclusive culture through our values of unity, innovation, and user centricity. Magic Leap is looking for PhD and Masters students to join our team for a 3 month Summer Program for Underrepresented Students in Engineering.
2019 in Review: 10 AI Papers That Made an Impact
The volume of peer-reviewed AI research papers has grown by more than 300 percent over the past three decades (Stanford AI Index 2019), and the top AI conferences in 2019 saw a deluge of paper. CVPR submissions spiked to 5,165, a 56 percent increase over 2018; ICLR received 1,591 main conference paper submissions, up 60 percent over last year; ACL reported a record-breaking 2,906 submissions, almost doubling last year's 1,544; and ICCV 2019 received 4,303 submissions, more than twice the 2017 total. As part of our year-end series, Synced spotlights 10 artificial intelligence papers that garnered extraordinary attention and accolades in 2019. Abstract: Finite-horizon lookahead policies are abundantly used in Reinforcement Learning and demonstrate impressive empirical success. Usually, the lookahead policies are implemented with specific planning methods such as Monte Carlo Tree Search (e.g. in AlphaZero).
- North America > Canada > Ontario > Toronto (0.30)
- North America > Canada > Quebec > Montreal (0.14)
- North America > United States > Wisconsin > Dane County > Madison (0.04)
- (3 more...)
- Information Technology > Artificial Intelligence > Natural Language (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Reinforcement Learning (0.35)
- Information Technology > Artificial Intelligence > Representation & Reasoning > Planning & Scheduling (0.34)
- Information Technology > Artificial Intelligence > Machine Learning > Neural Networks (0.31)
2019 in Review: 10 AI Papers That Made an Impact
The volume of peer-reviewed AI research papers has grown by more than 300 percent over the past three decades (Stanford AI Index 2019), and the top AI conferences in 2019 saw a deluge of paper. CVPR submissions spiked to 5,165, a 56 percent increase over 2018; ICLR received 1,591 main conference paper submissions, up 60 percent over last year; ACL reported a record-breaking 2,906 submissions, almost doubling last year's 1,544; and ICCV 2019 received 4,303 submissions, more than twice the 2017 total. As part of our year-end series, Synced spotlights 10 artificial intelligence papers that garnered extraordinary attention and accolades in 2019. Abstract: Finite-horizon lookahead policies are abundantly used in Reinforcement Learning and demonstrate impressive empirical success. Usually, the lookahead policies are implemented with specific planning methods such as Monte Carlo Tree Search (e.g. in AlphaZero).
- North America > Canada > Ontario > Toronto (0.30)
- North America > Canada > Quebec > Montreal (0.14)
- North America > United States > Wisconsin > Dane County > Madison (0.04)
- (3 more...)
- Information Technology > Artificial Intelligence > Natural Language (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Reinforcement Learning (0.35)
- Information Technology > Artificial Intelligence > Representation & Reasoning > Planning & Scheduling (0.34)
- Information Technology > Artificial Intelligence > Machine Learning > Neural Networks (0.31)
Toronto's thriving AI ecosystem serves as a model for the world
While you were looking the other way, Toronto humbly produced some of the globe's top artificial intelligence and deep learning experts, companies, and innovations. Now is the time for the city to stand up tall and loudly proclaim what local folks already know: Toronto is at the center of AI innovation and its real-world applications. The city is home to world-class academic institutions like the University of Toronto and nearby to the University of Waterloo, both of which constantly churn out bright computer and data scientists, engineers, and developers building next-generation AI technologies. These institutions are world leaders in scientific research, creating an ecosystem ripe with opportunities for novel applications for AI, particularly in the fields of health and life sciences. My own company actively recruits staff from both schools.
- Information Technology > Artificial Intelligence (1.00)
- Information Technology > Data Science > Data Mining > Big Data (0.37)