Practicing Research-Oriented Teaching in AI Courses

AI Course Redesign Fosters Research Skills in Graduate Students

In an era where artificial intelligence (AI) is reshaping industries and redefining technological frontiers, the demand for skilled researchers capable of bridging theory and real-world application has never been greater. Yet, traditional teaching models in higher education often fall short in equipping graduate students with the research acumen needed to thrive in this dynamic field. A pioneering pedagogical initiative led by Wang Hongqiao from the Rocket Force University of Engineering and Cai Yanning from the Business School of Northwest University of Political Science and Law is challenging this status quo. Their research, published in the Journal of Higher Education, presents a comprehensive framework for integrating research-oriented teaching into AI curricula, with demonstrable success in cultivating scientific thinking, problem-solving abilities, and academic independence among computer science graduate students.

The study, titled Practicing Research-Oriented Teaching in Artificial Intelligence Courses for Scientific Research Capacity Development, introduces a dual-track educational model that seamlessly blends theoretical instruction with hands-on, inquiry-driven practice. At its core, the approach is designed to transform passive learners into active investigators—individuals who not only understand AI algorithms but can also identify research gaps, design experiments, innovate on existing methods, and communicate findings effectively. This shift is particularly critical in a discipline like AI, where rapid advancements in machine learning, neural networks, and intelligent systems require a workforce that is not just technically proficient but inherently curious and capable of independent scholarship.

Wang Hongqiao, an associate professor with a doctorate in artificial intelligence and machine learning, has long been at the forefront of integrating advanced computational methods into military and defense applications. His work in synthetic aperture radar (SAR) image recognition and multi-kernel fusion theory has provided a robust foundation for translating cutting-edge research into classroom pedagogy. Alongside Cai Yanning, whose expertise lies in information systems and data-driven decision-making, the duo has developed a curriculum that mirrors the authentic research lifecycle—beginning with problem identification and culminating in scholarly presentation.

The impetus for this educational reform stems from a critical assessment of existing AI courses. Despite the growing number of AI-related offerings at their institution—five or more at the time of the study—students consistently reported several key challenges. First, the theoretical density of the material often rendered it abstract and disengaging. Second, while students absorbed vast amounts of algorithmic knowledge, they struggled to apply these concepts to real-world scenarios. Third, conventional lecture-based formats failed to stimulate active participation. Most critically, the practical components of the course were disconnected from students’ thesis research, creating a schism between coursework and scholarly inquiry.

To address these shortcomings, Wang and Cai adopted a research-oriented teaching philosophy grounded in experiential learning. This approach treats education not as the passive transmission of facts but as an active process of discovery. Students are positioned as co-creators of knowledge, engaging in cycles of questioning, modeling, experimentation, and refinement. The goal is not merely to teach AI but to immerse students in the mindset of a researcher—curious, critical, and creatively persistent.

A cornerstone of their methodology is the use of provocative, open-ended questions to ignite intellectual curiosity from the outset. Rather than beginning with mathematical formalisms or algorithmic pseudocode, the course opens with philosophical and societal debates: Can artificial intelligence surpass human intelligence? Is AI a force for good or a potential existential threat? By referencing perspectives from luminaries such as Stephen Hawking, Bill Gates, and Elon Musk—figures who have voiced both excitement and caution about AI’s trajectory—the instructors create a narrative that positions AI not just as a technical domain but as a transformative societal force. This framing encourages students to think beyond code and consider the broader implications of their work, fostering a sense of responsibility and ethical awareness.

From this conceptual foundation, the course transitions into problem-driven theoretical instruction. Instead of presenting algorithms in isolation, each module begins with a concrete application scenario. For instance, the discussion on support vector machines (SVMs) is anchored in the challenge of recognizing military vehicles in SAR imagery—a domain in which Wang’s research group has extensive expertise. Students are introduced to the MSTAR dataset, a real-world collection of SAR images containing tanks, armored personnel carriers, and infantry fighting vehicles. They are shown how raw sensor data is transformed into feature vectors through multi-scale filtering and spatial sampling, a process that demystifies the often-opaque concept of feature engineering.

The instructional sequence follows a deliberate arc: problem formulation, model construction, algorithmic implementation, experimental validation, and critical evaluation. In the SAR recognition example, students learn not only how to apply standard SVM classifiers but also how to compare variants such as least-squares SVM and multi-kernel SVM. They are taught to evaluate performance using confusion matrices, overall accuracy, and average accuracy—metrics that are standard in the field but rarely emphasized in traditional coursework. By analyzing results through bar charts, ROC curves, and tabular summaries, students develop a nuanced understanding of algorithmic trade-offs and the importance of rigorous evaluation protocols.

This emphasis on comparative analysis extends to the practical component of the course, where students engage in a series of structured programming exercises. From the first lecture, they are required to set up a programming environment—typically Python or MATLAB—and begin implementing algorithms. This early immersion ensures that coding becomes a natural extension of theoretical learning rather than a separate, intimidating skill. Each algorithm is first implemented in its basic form, then applied to benchmark problems, and finally modified or optimized to explore performance improvements.

One of the most innovative aspects of the curriculum is the introduction of “micro-research projects”—short, self-contained investigations that mirror the structure of a full academic study. These projects, which students complete in pairs, are designed to simulate the research process from conception to publication. The instructors provide a curated list of ten project options, each tied to a core AI technique such as search algorithms, genetic algorithms, or neural networks. For example, one project challenges students to implement breadth-first and depth-first search on classic puzzles like the “soldier crossing the maze” or “Plants vs. Zombies” grid problems. Another asks them to apply genetic algorithms to the traveling salesman problem with 30 cities, requiring iterative visualization of solution evolution.

The micro-projects are not mere programming assignments; they are framed as scholarly endeavors. Students must write comprehensive reports in the format of academic papers, complete with abstracts, literature reviews, methodology sections, experimental results, and conclusions. They are expected to conduct background research, cite relevant studies, and contextualize their findings within the broader field. This process cultivates essential academic skills—critical reading, technical writing, and logical argumentation—that are often underdeveloped in standard engineering curricula.

The culmination of each micro-project is a classroom presentation, where student teams present their work to peers and instructors. These sessions are modeled after academic conferences: presenters deliver structured talks, field questions from the audience, and receive constructive feedback. This format not only sharpens communication skills but also fosters a collaborative research culture. Students learn to defend their methods, interpret unexpected results, and appreciate alternative approaches. The experience of being questioned by peers and experts alike builds intellectual resilience and deepens understanding.

Beyond the immediate benefits of technical mastery, the research-oriented approach yields profound cognitive and professional dividends. Students develop the ability to identify research problems—a skill that is foundational to thesis work but rarely taught explicitly. They learn to translate ambiguous real-world challenges into well-defined computational models, a process that requires both creativity and precision. They gain confidence in their capacity to innovate, whether by tweaking an existing algorithm or designing a novel solution from scratch.

Moreover, the integration of the instructors’ own research into the curriculum creates a powerful synergy between teaching and scholarship. The SAR image recognition example is not a hypothetical case study; it is drawn directly from ongoing defense-related projects. This authenticity resonates with students, who see firsthand how classroom concepts are applied to high-stakes, real-world problems. It also reinforces the idea that education and research are not separate domains but interconnected facets of academic life.

The success of this pedagogical model is evident in both qualitative and quantitative outcomes. Students report higher levels of engagement, deeper conceptual understanding, and greater confidence in their research abilities. More importantly, the skills they acquire are directly transferable to their thesis work and future careers. Many have gone on to publish papers, win innovation competitions, or contribute meaningfully to research projects—testaments to the lasting impact of the course.

Wang and Cai’s work also addresses a broader challenge in STEM education: the need to move beyond rote learning and toward intellectual empowerment. In a field as fast-evolving as AI, the ability to learn independently and think critically is more valuable than memorizing any specific algorithm. By embedding research practices into the fabric of the course, they equip students with a mindset that will serve them throughout their careers, regardless of how the technological landscape shifts.

The implications of this study extend beyond a single institution or course. It offers a replicable blueprint for reforming graduate education in technical disciplines, particularly those with strong applied and research components. The principles of problem-driven learning, authentic assessment, and scholarly simulation can be adapted to fields such as robotics, data science, cybersecurity, and computational biology. The key insight is that research skills are not innate talents but competencies that can be systematically cultivated through intentional instructional design.

As AI continues to permeate every sector of society, the need for researchers who can not only build intelligent systems but also question their assumptions, evaluate their impacts, and innovate responsibly becomes ever more urgent. Wang Hongqiao and Cai Yanning’s work demonstrates that the classroom can be a powerful incubator for such researchers—provided that education is reimagined not as the transmission of knowledge but as the cultivation of inquiry.

Their approach embodies the essence of effective graduate education: it challenges students to think like scientists, act like engineers, and communicate like scholars. In doing so, it prepares them not just to participate in the AI revolution, but to lead it.

Wang Hongqiao, Rocket Force University of Engineering; Cai Yanning, Northwest University of Political Science and Law; Journal of Higher Education, DOI: 10.19980/j.cnki.cjhe.2021.12.023