search
HomeTechnology peripheralsAIInterpretation of the 2023 Graduation Thesis List: Are you frightened by the successful draft? Is it difficult to change fate with rebuttal? Are the reviewers biased?

When the top rankings are released again, some people are happy and some are sad.

This IJCAI 2023 received a total of 4566 full text submissions, with an acceptance rate of approximately 15%

Interpretation of the 2023 Graduation Thesis List: Are you frightened by the successful draft? Is it difficult to change fate with rebuttal? Are the reviewers biased?

Question link: ​https://www.zhihu.com/question/578082970​

Judging from the feedback results on Zhihu, the overall review quality It is still not satisfactory (it may be due to the resentment of being rejected...), and some reviewers even rejected it without even reading the content of the rebuttal.

Interpretation of the 2023 Graduation Thesis List: Are you frightened by the successful draft? Is it difficult to change fate with rebuttal? Are the reviewers biased?

There are also papers with the same score but different endings.

Interpretation of the 2023 Graduation Thesis List: Are you frightened by the successful draft? Is it difficult to change fate with rebuttal? Are the reviewers biased?

Interpretation of the 2023 Graduation Thesis List: Are you frightened by the successful draft? Is it difficult to change fate with rebuttal? Are the reviewers biased?

Some netizens also posted reasons for rejection of the meta review, all of which were major shortcomings.

Interpretation of the 2023 Graduation Thesis List: Are you frightened by the successful draft? Is it difficult to change fate with rebuttal? Are the reviewers biased?

But rejection is not the end, the more important thing is to keep going.

Netizen Lower_Evening_4056 believes that even landmark papers will be rejected many times, and some papers can still be accepted even if they are not outstanding enough.

When you move on and look back at those reasonable review comments, you will find that your work can still be improved to a higher level.

The review system does have flaws, and more importantly, don’t regard rejection as an evaluation result of your personal or work value. If you are a student and your advisor evaluates you based on the results of your reviews rather than the quality of your work, you may want to reconsider your relationship with your advisor.

Interpretation of the 2023 Graduation Thesis List: Are you frightened by the successful draft? Is it difficult to change fate with rebuttal? Are the reviewers biased?

The NeurIPS conference has previously carried out consistency experiments. For papers with an average score between 5 and 6.5, the admission results are basically random. Yes, it depends on the reviewer you meet.

For example, the result of a person's paper is 9665. If he does not meet the reviewer who gave him 9 points, the result must be reject, but he happens to meet Bole. And reversed the review results.

Finally, congratulations to those researchers whose papers were accepted for helping to promote the development of artificial intelligence research!

Here are some accepted papers shared on social media.

IJCAI 2023 accepted papers

Gradient correction of multi-task learning in end-to-end anti-noise speech recognition

In the downstream automatic speech recognition system (ASR), the speech enhancement learning strategy (SE) has been proven to be able to effectively reduce the noise generated by noisy speech signals. The system uses a multi-task learning strategy to jointly optimize the two tasks. .

However, enhanced speech learned through SE targets does not always produce good ASR results.

From an optimization perspective, there is sometimes interference between the gradients of the adaptive task and the adaptive reaction task, which hinders multi-task learning and ultimately leads to poor adaptive reaction performance. ideal.

Interpretation of the 2023 Graduation Thesis List: Are you frightened by the successful draft? Is it difficult to change fate with rebuttal? Are the reviewers biased?

Paper link: ​https://arxiv.org/pdf/2302.11362.pdf​

This paper proposes a simple and effective gradient compensation (GR) method to solve the interference problem between task gradients in noise-robust speech recognition.

Specifically, the gradient of the SE task is first projected onto a dynamic surface at an acute angle with the ASR gradient to eliminate the conflict between them and assist ASR optimization.

Additionally, the sizes of the two gradients are adaptively adjusted to prevent the dominant ASR task from being misled by the SE gradient.

Experimental results show that this method can better solve the problem of gradient interference. On the multi-task learning baseline, it achieved 9.3% and 11.1 on the RATS and CHiME-4 data sets respectively. % relative word error rate (WER) reduction.

Constrain Tsetlin machine clause size to build concise logical schema

Tsetlin Machine (TM) is a logic-based A machine learning approach that has the key advantages of being transparent and hardware-friendly.

While TM matches or exceeds the accuracy of deep learning in an increasing number of applications, large clause pooling tends to produce clauses with many literals (long clauses) , making them less understandable.

Additionally, longer clauses increase the switching activity of the clause logic in the hardware, with higher power consumption.

Interpretation of the 2023 Graduation Thesis List: Are you frightened by the successful draft? Is it difficult to change fate with rebuttal? Are the reviewers biased?

##Paper link: ​https://arxiv.org/abs/2301.08190​

This paper introduces a new TM learning method, the clause size-constrained clause learning method (CSC-TM), which can set soft constraints on the clause size.

Once a clause contains more literals than the constraint allows, literals are excluded, so larger clauses appear only briefly.

To evaluate CSC-TM, the researchers conducted classification, clustering, and regression experiments on tabular data, natural language text, images, and board games.

The results show that CSC-TM maintains accuracy with up to 80x text reduction, and indeed TREC, IMDb and BBC Sports have higher accuracy with shorter clauses , after the accuracy peaks, it slowly decreases as the clause size approaches a single text.

The article finally analyzes the power consumption of CSC-TM and obtains new convergence properties.

#DNN-Verification Problem: Computing Unsafe Inputs to Deep Neural Networks

Deep Neural Networks are getting more and more It is mostly used for critical tasks that require a high level of security, such as autonomous driving. Although the most advanced verifier can be used to check whether the DNN is insecure:

Given some attributes (i.e., whether there is at least one unsafe input configuration), the yes/no output of the model is not informative enough for other purposes (such as shielding, model selection, or training improvement).

Interpretation of the 2023 Graduation Thesis List: Are you frightened by the successful draft? Is it difficult to change fate with rebuttal? Are the reviewers biased?

##Paper link: ​https://arxiv.org/abs/2301.07068​

This paper introduces the #DNN-Verification problem, which involves counting the number of DNN input configurations that lead to the violation of a specific security property. The researchers analyze the complexity of this problem and propose a new approach , returns the exact violation count.

Since the problem is P-complete, we propose a stochastic approximation method that provides a provably correct count of the probability bound while significantly reducing computational requirements.

The paper also presents a set of safety-critical benchmarks, experimental results demonstrating the effectiveness of the approximation method and evaluating the tightness of the constraints.

The above is the detailed content of Interpretation of the 2023 Graduation Thesis List: Are you frightened by the successful draft? Is it difficult to change fate with rebuttal? Are the reviewers biased?. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:51CTO.COM. If there is any infringement, please contact admin@php.cn delete
How to Run LLM Locally Using LM Studio? - Analytics VidhyaHow to Run LLM Locally Using LM Studio? - Analytics VidhyaApr 19, 2025 am 11:38 AM

Running large language models at home with ease: LM Studio User Guide In recent years, advances in software and hardware have made it possible to run large language models (LLMs) on personal computers. LM Studio is an excellent tool to make this process easy and convenient. This article will dive into how to run LLM locally using LM Studio, covering key steps, potential challenges, and the benefits of having LLM locally. Whether you are a tech enthusiast or are curious about the latest AI technologies, this guide will provide valuable insights and practical tips. Let's get started! Overview Understand the basic requirements for running LLM locally. Set up LM Studi on your computer

Guy Peri Helps Flavor McCormick's Future Through Data TransformationGuy Peri Helps Flavor McCormick's Future Through Data TransformationApr 19, 2025 am 11:35 AM

Guy Peri is McCormick’s Chief Information and Digital Officer. Though only seven months into his role, Peri is rapidly advancing a comprehensive transformation of the company’s digital capabilities. His career-long focus on data and analytics informs

What is the Chain of Emotion in Prompt Engineering? - Analytics VidhyaWhat is the Chain of Emotion in Prompt Engineering? - Analytics VidhyaApr 19, 2025 am 11:33 AM

Introduction Artificial intelligence (AI) is evolving to understand not just words, but also emotions, responding with a human touch. This sophisticated interaction is crucial in the rapidly advancing field of AI and natural language processing. Th

12 Best AI Tools for Data Science Workflow - Analytics Vidhya12 Best AI Tools for Data Science Workflow - Analytics VidhyaApr 19, 2025 am 11:31 AM

Introduction In today's data-centric world, leveraging advanced AI technologies is crucial for businesses seeking a competitive edge and enhanced efficiency. A range of powerful tools empowers data scientists, analysts, and developers to build, depl

AV Byte: OpenAI's GPT-4o Mini and Other AI InnovationsAV Byte: OpenAI's GPT-4o Mini and Other AI InnovationsApr 19, 2025 am 11:30 AM

This week's AI landscape exploded with groundbreaking releases from industry giants like OpenAI, Mistral AI, NVIDIA, DeepSeek, and Hugging Face. These new models promise increased power, affordability, and accessibility, fueled by advancements in tr

Perplexity's Android App Is Infested With Security Flaws, Report FindsPerplexity's Android App Is Infested With Security Flaws, Report FindsApr 19, 2025 am 11:24 AM

But the company’s Android app, which offers not only search capabilities but also acts as an AI assistant, is riddled with a host of security issues that could expose its users to data theft, account takeovers and impersonation attacks from malicious

Everyone's Getting Better At Using AI: Thoughts On Vibe CodingEveryone's Getting Better At Using AI: Thoughts On Vibe CodingApr 19, 2025 am 11:17 AM

You can look at what’s happening in conferences and at trade shows. You can ask engineers what they’re doing, or consult with a CEO. Everywhere you look, things are changing at breakneck speed. Engineers, and Non-Engineers What’s the difference be

Rocket Launch Simulation and Analysis using RocketPy - Analytics VidhyaRocket Launch Simulation and Analysis using RocketPy - Analytics VidhyaApr 19, 2025 am 11:12 AM

Simulate Rocket Launches with RocketPy: A Comprehensive Guide This article guides you through simulating high-power rocket launches using RocketPy, a powerful Python library. We'll cover everything from defining rocket components to analyzing simula

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)