Repository: yzhao062/anomaly-detection-resources Branch: master Commit: 5ad16ee816bc Files: 7 Total size: 256.6 KB Directory structure: gitextract_2s9inrgx/ ├── .gitignore ├── LICENSE ├── README.rst ├── README_CN.rst ├── download.py ├── resource_urls/ │ └── papers.txt └── url_checker.py ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ # IDE .idea/ .vscode/ # Python cache/bytecode __pycache__/ *.py[cod] *$py.class # Python packaging/build build/ dist/ *.egg-info/ .eggs/ pip-wheel-metadata/ # Virtual environments .venv/ venv/ env/ ENV/ # Test and type-check caches .pytest_cache/ .mypy_cache/ .ruff_cache/ .tox/ .nox/ .coverage .coverage.* htmlcov/ # Notebook checkpoints .ipynb_checkpoints/ # OS files .DS_Store Thumbs.db ================================================ FILE: LICENSE ================================================ GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. Developers that use our General Public Licenses protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License which gives you legal permission to copy, distribute and/or modify the software. A secondary benefit of defending all users' freedom is that improvements made in alternate versions of the program, if they receive widespread use, become available for other developers to incorporate. Many developers of free software are heartened and encouraged by the resulting cooperation. However, in the case of software used on network servers, this result may fail to come about. The GNU General Public License permits making a modified version and letting the public access it on a server without ever releasing its source code to the public. The GNU Affero General Public License is designed specifically to ensure that, in such cases, the modified source code becomes available to the community. It requires the operator of a network server to provide the source code of the modified version running there to the users of that server. Therefore, public use of a modified version, on a publicly accessible server, gives the public access to the source code of the modified version. An older license, called the Affero General Public License and published by Affero, was designed to accomplish similar goals. This is a different license, not a version of the Affero GPL, but Affero has released a new version of the Affero GPL which permits relicensing under this license. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU Affero General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Remote Network Interaction; Use with the GNU General Public License. Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software. This Corresponding Source shall include the Corresponding Source for any work covered by version 3 of the GNU General Public License that is incorporated pursuant to the following paragraph. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the work with which it is combined will remain governed by version 3 of the GNU General Public License. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU Affero General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU Affero General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU Affero General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If your software can interact with users remotely through a computer network, you should also make sure that it provides a way for users to get its source. For example, if your program is a web application, its interface could display a "Source" link that leads users to an archive of the code. There are many ways you could offer source, and different solutions will be better for different programs; see section 13 for the specific requirements. You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see . ================================================ FILE: README.rst ================================================ Anomaly Detection Learning Resources ==================================== .. image:: https://img.shields.io/github/stars/yzhao062/anomaly-detection-resources.svg :target: https://github.com/yzhao062/anomaly-detection-resources/stargazers :alt: GitHub stars .. image:: https://img.shields.io/github/forks/yzhao062/anomaly-detection-resources.svg?color=blue :target: https://github.com/yzhao062/anomaly-detection-resources/network :alt: GitHub forks .. image:: https://img.shields.io/github/license/yzhao062/anomaly-detection-resources.svg?color=blue :target: https://github.com/yzhao062/anomaly-detection-resources/blob/master/LICENSE :alt: License .. image:: https://awesome.re/badge-flat2.svg :target: https://awesome.re/badge-flat2.svg :alt: Awesome .. image:: https://img.shields.io/badge/ADBench-benchmark_results-pink :target: https://github.com/Minqi824/ADBench :alt: Benchmark ---- `Outlier Detection `_ (also known as *Anomaly Detection*) is an exciting yet challenging field, which aims to identify outlying objects that are deviant from the general data distribution. Outlier detection has been proven critical in many fields, such as credit card fraud analytics, network intrusion detection, and mechanical unit defect detection. **This repository collects**: #. Books & Academic Papers #. Online Courses and Videos #. Outlier Datasets #. Open-source and Commercial Libraries/Toolkits #. Key Conferences & Journals **More items will be added to the repository**. Please feel free to suggest other key resources by opening an issue report, submitting a pull request, or dropping me an email @ (yzhao010@usc.edu). Enjoy reading! BTW, you may find my `[GitHub] `_, `[USC FORTIS Lab] `_, and `[Google Scholar] `_ relevant, especially `PyOD library `_, `ADBench benchmark `_, and `NLP-ADBench: NLP Anomaly Detection Benchmark `_,. ---- Table of Contents ----------------- * `1. Books & Tutorials & Benchmarks <#1-books--tutorials--benchmarks>`_ * `1.1. Benchmarks <#13-benchmarks>`_ * `1.2. Tutorials <#12-tutorials>`_ * `1.3. Books <#11-books>`_ * `2. Courses/Seminars/Videos <#2-coursesseminarsvideos>`_ * `3. Toolbox & Datasets <#3-toolbox--datasets>`_ * `3.1. Multivariate data outlier detection <#31-multivariate-data>`_ * `3.2. Time series outlier detection <#32-time-series-outlier-detection>`_ * `3.3. Graph Outlier Detection <#33-graph-outlier-detection>`_ * `3.4. Real-time Elasticsearch <#34-real-time-elasticsearch>`_ * `3.5. Datasets <#35-datasets>`_ * `4. Papers <#4-papers>`_ * `4.1. LLM and LLM Agents for Anomaly Detection <#41-llm-and-llm-agents-for-anomaly-detection>`_ * `4.2. Emerging and Interesting Topics <#42-emerging-and-interesting-topics>`_ * `4.3. Weakly-supervised Methods <#43-weakly-supervised-methods>`_ * `4.4. Machine Learning Systems for Outlier Detection <#44-machine-learning-systems-for-outlier-detection>`_ * `4.5. Automated Outlier Detection <#45-automated-outlier-detection>`_ * `4.6. Outlier Detection with Neural Networks <#46-outlier-detection-with-neural-networks>`_ * `4.7. Interpretability <#47-interpretability>`_ * `4.8. Representation Learning in Outlier Detection <#48-representation-learning-in-outlier-detection>`_ * `4.9. Outlier Detection in Evolving Data <#49-outlier-detection-in-evolving-data>`_ * `4.10. Outlier Ensembles <#410-outlier-ensembles>`_ * `4.11. High-dimensional & Subspace Outliers <#411-high-dimensional--subspace-outliers>`_ * `4.12. Feature Selection in Outlier Detection <#412-feature-selection-in-outlier-detection>`_ * `4.13. Time Series Outlier Detection <#413-time-series-outlier-detection>`_ * `4.14. Graph & Network Outlier Detection <#414-graph--network-outlier-detection>`_ * `4.15. Key Algorithms <#415-key-algorithms>`_ * `4.16. Overview & Survey Papers <#416-overview--survey-papers>`_ * `4.17. Isolation-based Methods <#417-isolation-based-methods>`_ * `4.18. Fairness and Bias in Outlier Detection <#418-fairness-and-bias-in-outlier-detection>`_ * `4.19. Outlier Detection Applications <#419-outlier-detection-applications>`_ * `4.20. Outlier Detection in Other fields <#420-outlier-detection-in-other-fields>`_ * `4.21. Interactive Outlier Detection <#421-interactive-outlier-detection>`_ * `4.22. Active Anomaly Detection <#422-active-anomaly-detection>`_ * `5. Key Conferences/Workshops/Journals <#5-key-conferencesworkshopsjournals>`_ * `5.1. Conferences & Workshops <#51-conferences--workshops>`_ * `5.2. Journals <#52-journals>`_ ---- 1. Books & Tutorials & Benchmarks --------------------------------- 1.1. Benchmarks ^^^^^^^^^^^^^^^ **News**: We have two new works on NLP-based and LLM-based anomaly detection: - NLP-ADBench: NLP Anomaly Detection Benchmark - AD-LLM: Benchmarking Large Language Models for Anomaly Detection ============= ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Data Types Paper Title Venue Year Ref Materials ============= ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== NLP NLP-ADBench: NLP Anomaly Detection Benchmark Preprint 2024 [#Li2024NLPADBench]_ `[PDF] `_, `[Code] `_ NLP AD-LLM: Benchmarking Large Language Models for Anomaly Detection Preprint 2024 [#Yang2024ADLLM]_ `[PDF] `_, `[Code] `_ Time-series The Elephant in the Room: Towards A Reliable Time-Series Anomaly Detection Benchmark NeurIPS D&B 2024 [#Liu2024Elephant]_ `[Homepage] `_, `[PDF] `_, `[Code] `_ Graph GADBench: Revisiting and Benchmarking Supervised Graph Anomaly Detection NeurIPS 2023 [#Tang2023GADBench]_ `[PDF] `_, `[Code] `_ Tabular ADGym: Design Choices for Deep Anomaly Detection NeurIPS 2023 [#Jiang2023adgym]_ `[PDF] `_, `[Code] `_ Graph Benchmarking Node Outlier Detection on Graphs NeurIPS 2022 [#Liu2022Benchmarking]_ `[PDF] `_, `[Code] `_ Tabular ADBench: Anomaly Detection Benchmark NeurIPS 2022 [#Han2022Adbench]_ `[PDF] `_, `[Code] `_ Time-series Revisiting Time Series Outlier Detection: Definitions and Benchmarks NeurIPS 2021 [#Lai2021Revisiting]_ `[PDF] `_, `[Code] `_ ============= ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== 1.2. Tutorials ^^^^^^^^^^^^^^ ===================================================== ============================================ ===== ============================ ========================================================================================================================================================================== Tutorial Title Venue Year Ref Materials ===================================================== ============================================ ===== ============================ ========================================================================================================================================================================== Trustworthy Anomaly Detection SDM 2024 [#Yuan2024Trustworthy]_ `[HTML] `_ Recent Advances in Anomaly Detection CVPR 2023 [#Pang2023recent]_ `[HTML] `_, `[Video] `_ Deep Learning for Anomaly Detection WSDM 2021 [#Pang2021Deep]_ `[HTML] `_ Toward Explainable Deep Anomaly Detection KDD 2021 [#Pang2021Toward]_ `[HTML] `_ Deep Learning for Anomaly Detection KDD 2020 [#Wang2020Deep]_ `[HTML] `_, `[Video] `_ Which Outlier Detector Should I use? ICDM 2018 [#Ting2018Which]_ `[PDF] `_ Outlier detection techniques ACM SIGKDD 2010 [#Kriegel2010Outlier]_ `[PDF] `_ Data mining for anomaly detection PKDD 2008 [#Lazarevic2008Data]_ `[Video] `_ ===================================================== ============================================ ===== ============================ ========================================================================================================================================================================== 1.3. Books ^^^^^^^^^^ `Outlier Analysis `_ by Charu Aggarwal: Classical text book covering most of the outlier analysis techniques. A **must-read** for people in the field of outlier detection. `[Preview.pdf] `_ `Outlier Ensembles: An Introduction `_ by Charu Aggarwal and Saket Sathe: Great intro book for ensemble learning in outlier analysis. `Data Mining: Concepts and Techniques (3rd) `_ by Jiawei Han and Micheline Kamber and Jian Pei: Chapter 12 discusses outlier detection with many key points. `[Google Search] `_ ---- 2. Courses/Seminars/Videos -------------------------- **Coursera Introduction to Anomaly Detection (by IBM)**\ : `[See Video] `_ **Get started with the Anomaly Detection API (by IBM)**\ : `[See Website] `_ **Practical Anomaly Detection by appliedAI Institute**\: `[See Website] `_, `[See Video] `_, `[See GitHub] `_ **Coursera Real-Time Cyber Threat Detection and Mitigation partly covers the topic**\ : `[See Video] `_ **Coursera Machine Learning by Andrew Ng also partly covers the topic**\ : * `Anomaly Detection vs. Supervised Learning `_ * `Developing and Evaluating an Anomaly Detection System `_ **Udemy Outlier Detection Algorithms in Data Mining and Data Science**\ : `[See Video] `_ **Stanford Data Mining for Cyber Security** also covers part of anomaly detection techniques\ : `[See Video] `_ ---- 3. Toolbox & Datasets --------------------- [**Python+LLM Agent**] `OpenAD `_: AD-AGENT is a multi-agent framework designed to automate anomaly detection across diverse data modalities, including tabular, graph, time series, and more. It integrates modular agents, model selection strategies, and configurable pipelines to support extensible and interpretable detection workflows. The framework is under active development and aims to support both academic research and practical deployment. 3.1. Multivariate Data ^^^^^^^^^^^^^^^^^^^^^^ [**Python**] `Python Outlier Detection (PyOD) `_\ : PyOD is a comprehensive and scalable Python toolkit for detecting outlying objects in multivariate data. It contains more than 20 detection algorithms, including emerging deep learning models and outlier ensembles. [**Python**, **GPU**] `TOD: Tensor-based Outlier Detection (PyTOD) `_: A general GPU-accelerated framework for outlier detection. [**Python**] `Python Streaming Anomaly Detection (PySAD) `_\ : PySAD is a streaming anomaly detection framework in Python, which provides a complete set of tools for anomaly detection experiments. It currently contains more than 15 online anomaly detection algorithms and 2 different methods to integrate PyOD detectors to the streaming setting. [**Python**] `Scikit-learn Novelty and Outlier Detection `_. It supports some popular algorithms like LOF, Isolation Forest, and One-class SVM. [**Python**] `Scalable Unsupervised Outlier Detection (SUOD) `_\ : SUOD (Scalable Unsupervised Outlier Detection) is an acceleration framework for large-scale unsupervised outlier detector training and prediction, on top of PyOD. [**Julia**] `OutlierDetection.jl `_\ : OutlierDetection.jl is a Julia toolkit for detecting outlying objects, also known as anomalies. [**Java**] `ELKI: Environment for Developing KDD-Applications Supported by Index-Structures `_\ : ELKI is an open source (AGPLv3) data mining software written in Java. The focus of ELKI is research in algorithms, with an emphasis on unsupervised methods in cluster analysis and outlier detection. [**Java**] `RapidMiner Anomaly Detection Extension `_\ : The Anomaly Detection Extension for RapidMiner comprises the most well know unsupervised anomaly detection algorithms, assigning individual anomaly scores to data rows of example sets. It allows you to find data, which is significantly different from the normal, without the need for the data being labeled. [**R**] `CRAN Task View: Anomaly Detection with R `_\ : This CRAN task view contains a list of packages that can be used for anomaly detection with R. [**R**] `outliers package `_\ : A collection of some tests commonly used for identifying outliers in R. [**Matlab**] `Anomaly Detection Toolbox - Beta `_\ : A collection of popular outlier detection algorithms in Matlab. 3.2. Time Series Outlier Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [**Python**] `TODS `_\ : TODS is a full-stack automated machine learning system for outlier detection on multivariate time-series data. [**Python**] `skyline `_\ : Skyline is a near real time anomaly detection system. [**Python**] `banpei `_\ : Banpei is a Python package of the anomaly detection. [**Python**] `telemanom `_\ : A framework for using LSTMs to detect anomalies in multivariate time series data. [**Python**] `DeepADoTS `_\ : A benchmarking pipeline for anomaly detection on time series data for multiple state-of-the-art deep learning methods. [**Python**] `NAB: The Numenta Anomaly Benchmark `_\ : NAB is a novel benchmark for evaluating algorithms for anomaly detection in streaming, real-time applications. [**Python**] `CueObserve `_\ : Anomaly detection on SQL data warehouses and databases. [**Python**] `Chaos Genius `_\ : ML powered analytics engine for outlier/anomaly detection and root cause analysis. [**R**] `CRAN Task View: Anomaly Detection with R `_\ : This CRAN task view contains a list of packages that can be used for anomaly detection with R. [**R**] `AnomalyDetection `_\ : AnomalyDetection is an open-source R package to detect anomalies which is robust, from a statistical standpoint, in the presence of seasonality and an underlying trend. [**R**] `anomalize `_\ : The 'anomalize' package enables a "tidy" workflow for detecting anomalies in data. 3.3. Graph Outlier Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [**Python**] `Python Graph Outlier Detection (PyGOD) `_\ : PyGOD is a Python library for graph outlier detection (anomaly detection). It includes more than 10 latest graph-based detection algorithms 3.4. Real-time Elasticsearch ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [**Open Distro**] `Real Time Anomaly Detection in Open Distro for Elasticsearch by Amazon `_\ : A machine learning-based anomaly detection plugins for Open Distro for Elasticsearch. See `Real Time Anomaly Detection in Open Distro for Elasticsearch `_. [**Python**] `datastream.io `_\ : An open-source framework for real-time anomaly detection using Python, Elasticsearch and Kibana. 3.5. Datasets ^^^^^^^^^^^^^ **NLP-ADBench**: NLP Anomaly Detection Benchmark and Datasets: https://github.com/USC-FORTIS/NLP-ADBench **ELKI Outlier Datasets**\ : https://elki-project.github.io/datasets/outlier **Outlier Detection DataSets (ODDS)**\ : http://odds.cs.stonybrook.edu/#table1 **Unsupervised Anomaly Detection Dataverse**\ : https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/OPQMVF **Anomaly Detection Meta-Analysis Benchmarks**\ : https://ir.library.oregonstate.edu/concern/datasets/47429f155 **Skoltech Anomaly Benchmark (SKAB)**\ : https://github.com/waico/skab ---- 4. Papers --------- Recommended reading order (latest-first): * `4.1. LLM and LLM Agents for Anomaly Detection <#41-llm-and-llm-agents-for-anomaly-detection>`_ * `4.2. Emerging and Interesting Topics <#42-emerging-and-interesting-topics>`_ * `4.3. Weakly-supervised Methods <#43-weakly-supervised-methods>`_ * `4.4. Machine Learning Systems for Outlier Detection <#44-machine-learning-systems-for-outlier-detection>`_ * `4.5. Automated Outlier Detection <#45-automated-outlier-detection>`_ 4.1. LLM and LLM Agents for Anomaly Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ============================================================================================================== ============================ ===== ============================ ===================================================================================================================================================================================== Paper Title Venue Year Ref Materials ============================================================================================================== ============================ ===== ============================ ===================================================================================================================================================================================== AD-LLM: Benchmarking Large Language Models for Anomaly Detection ACL 2025 Findings 2024 [#Yang2024ADLLM]_ `[PDF] `_, `[Code] `_ NLP-ADBench: NLP Anomaly Detection Benchmark EMNLP 2025 Findings 2024 [#Li2024NLPADBench]_ `[PDF] `_, `[Code] `_ AD-AGENT: A Multi-agent Framework for End-to-end Anomaly Detection Findings of IJCNLP-AACL 2025 [#Yang2025ADAGENT]_ `[PDF] `_, `[Code] `_ LogSAD: Training-free Anomaly Detection with Vision & Language Foundation Models CVPR 2025 2025 [#Zhang2025LogSAD]_ `[PDF] `_, `[Code] `_ MMAD: A Comprehensive Benchmark for Multimodal Large Language Models in Industrial Anomaly Detection ICLR 2025 2025 [#Jiang2025MMAD]_ `[PDF] `_, `[Code] `_ Delving into Large Language Models for Effective Time-Series Anomaly Detection NeurIPS 2025 2025 [#Park2025LLMTSAD]_ `[PDF] `_, `[Code] `_ ============================================================================================================== ============================ ===== ============================ ===================================================================================================================================================================================== 4.2. Emerging and Interesting Topics ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Clustering with Outlier Removal TKDE 2019 [#Liu2018Clustering]_ `[PDF] `_ Real-World Anomaly Detection by using Digital Twin Systems and Weakly-Supervised Learning IEEE Trans. Ind. Informat. 2020 [#Castellani2020Siamese]_ `[PDF] `_ SSD: A Unified Framework for Self-Supervised Outlier Detection ICLR 2021 [#Sehwag2021SSD]_ `[PDF] `_, `[Code] `_ AD-LLM: Benchmarking Large Language Models for Anomaly Detection Preprint 2024 [#Yang2024ADLLM]_ `[PDF] `_, `[Code] `_ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== 4.3. Weakly-Supervised Methods ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================= ============================ ===== ============================= ============================================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================= ============================ ===== ============================= ============================================================================================================================================================================================== XGBOD: improving supervised outlier detection with unsupervised representation learning IJCNN 2018 [#Zhao2018Xgbod]_ `[PDF] `_ Feature Encoding With Autoencoders for Weakly Supervised Anomaly Detection TNNLS 2021 [#Zhou2021Feature]_ `[PDF] `_, `[Code] `_ ================================================================================================= ============================ ===== ============================= ============================================================================================================================================================================================== 4.4. Machine Learning Systems for Outlier Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This section summarizes a list of systems for outlier detection, which may overlap with the section of tools and libraries. ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== PyOD: A Python Toolbox for Scalable Outlier Detection JMLR 2019 [#Zhao2019PYOD]_ `[PDF] `_, `[Code] `_ SUOD: Accelerating Large-Scale Unsupervised Heterogeneous Outlier Detection MLSys 2021 [#Zhao2021SUOD]_ `[PDF] `_, `[Code] `_ TOD: Tensor-based Outlier Detection Preprint 2021 [#Zhao2021TOD]_ `[PDF] `_, `[Code] `_ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== 4.5. Automated Outlier Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== AutoML: state of the art with a focus on anomaly detection, challenges, and research directions Int J Data Sci Anal 2022 [#Bahri2022automl]_ `[PDF] `_ AutoOD: Automated Outlier Detection via Curiosity-guided Search and Self-imitation Learning ICDE 2020 [#Li2020AutoOD]_ `[PDF] `_ Automatic Unsupervised Outlier Model Selection NeurIPS 2021 [#Zhao2020Automating]_ `[PDF] `_, `[Code] `_ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== 4.6. Outlier Detection with Neural Networks ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== Detecting spacecraft anomalies using lstms and nonparametric dynamic thresholding KDD 2018 [#Hundman2018Detecting]_ `[PDF] `_, `[Code] `_ MAD-GAN: Multivariate Anomaly Detection for Time Series Data with Generative Adversarial Networks ICANN 2019 [#Li2019MAD]_ `[PDF] `_, `[Code] `_ Generative Adversarial Active Learning for Unsupervised Outlier Detection TKDE 2019 [#Liu2019Generative]_ `[PDF] `_, `[Code] `_ Deep Autoencoding Gaussian Mixture Model for Unsupervised Anomaly Detection ICLR 2018 [#Zong2018Deep]_ `[PDF] `_, `[Code] `_ Deep Anomaly Detection with Outlier Exposure ICLR 2019 [#Hendrycks2019Deep]_ `[PDF] `_, `[Code] `_ Unsupervised Anomaly Detection With LSTM Neural Networks TNNLS 2019 [#Ergen2019Unsupervised]_ `[PDF] `_, `[IEEE] `_, Effective End-to-end Unsupervised Outlier Detection via Inlier Priority of Discriminative Network NeurIPS 2019 [#Wang2019Effective]_ `[PDF] `_ `[Code] `_ Fascinating Supervisory Signals and Where to Find Them: Deep Anomaly Detection with Scale Learning ICML 2023 [#Xu2023Fascinating]_ `[PDF] `_, `[Code] `_ ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== 4.7. Interpretability ^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Explaining Anomalies in Groups with Characterizing Subspace Rules DMKD 2018 [#Macha2018Explaining]_ `[PDF] `_ Beyond Outlier Detection: LookOut for Pictorial Explanation ECML-PKDD 2018 [#Gupta2018Beyond]_ `[PDF] `_ Contextual outlier interpretation IJCAI 2018 [#Liu2018Contextual]_ `[PDF] `_ Mining multidimensional contextual outliers from categorical relational data IDA 2015 [#Tang2015Mining]_ `[PDF] `_ Discriminative features for identifying and interpreting outliers ICDE 2014 [#Dang2014Discriminative]_ `[PDF] `_ Sequential Feature Explanations for Anomaly Detection TKDD 2019 [#Siddiqui2019Sequential]_ `[HTML] `_ A Survey on Explainable Anomaly Detection TKDD 2023 [#Li2023XAD]_ `[HTML] `_ Explainable Contextual Anomaly Detection Using Quantile Regression Forests DMKD 2023 [#Li2023QCAD]_ `[HTML] `_ Beyond Outlier Detection: Outlier Interpretation by Attention-Guided Triplet Deviation Network WWW 2021 [#Xu2021Beyond]_ `[PDF] `_ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== 4.8. Representation Learning in Outlier Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== Learning Representations of Ultrahigh-dimensional Data for Random Distance-based Outlier Detection SIGKDD 2018 [#Pang2018Learning]_ `[PDF] `_ Learning representations for outlier detection on a budget Preprint 2015 [#Micenkova2015Learning]_ `[PDF] `_ XGBOD: improving supervised outlier detection with unsupervised representation learning IJCNN 2018 [#Zhao2018Xgbod]_ `[PDF] `_ ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== 4.9. Outlier Detection in Evolving Data ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== A Survey on Anomaly detection in Evolving Data: [with Application to Forest Fire Risk Prediction] SIGKDD Explorations 2018 [#Salehi2018A]_ `[PDF] `_ Unsupervised real-time anomaly detection for streaming data Neurocomputing 2017 [#Ahmad2017Unsupervised]_ `[PDF] `_ Outlier Detection in Feature-Evolving Data Streams SIGKDD 2018 [#Manzoor2018Outlier]_ `[PDF] `_, `[Github] `_ Evaluating Real-Time Anomaly Detection Algorithms--The Numenta Anomaly Benchmark ICMLA 2015 [#Lavin2015Evaluating]_ `[PDF] `_, `[Github] `_ MIDAS: Microcluster-Based Detector of Anomalies in Edge Streams AAAI 2020 [#Bhatia2020MIDAS]_ `[PDF] `_, `[Github] `_ NETS: Extremely Fast Outlier Detection from a Data Stream via Set-Based Processing VLDB 2019 [#Yoon2019NETS]_ `[PDF] `_, `[Github] `_, `[Slide] `_ Ultrafast Local Outlier Detection from a Data Stream with Stationary Region Skipping KDD 2020 [#Yoon2020STARE]_ `[PDF] `_, `[Github] `_, `[Slide] `_ Multiple Dynamic Outlier-Detection from a Data Stream by Exploiting Duality of Data and Queries SIGMOD 2021 [#Yoon2021MDUAL]_ `[PDF] `_, `[Github] `_, `[Slide] `_ Adaptive Model Pooling for Online Deep Anomaly Detection from a Complex Evolving Data Stream KDD 2022 [#Yoon2022ARCUS]_ `[PDF] `_, `[Github] `_, `[Slide] `_ ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== 4.10. Outlier Ensembles ^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Outlier ensembles: position paper SIGKDD Explorations 2013 [#Aggarwal2013Outlier]_ `[PDF] `_ Ensembles for unsupervised outlier detection: challenges and research questions a position paper SIGKDD Explorations 2014 [#Zimek2014Ensembles]_ `[PDF] `_ An Unsupervised Boosting Strategy for Outlier Detection Ensembles PAKDD 2018 [#Campos2018An]_ `[HTML] `_ LSCP: Locally selective combination in parallel outlier ensembles SDM 2019 [#Zhao2019LSCP]_ `[PDF] `_ Adaptive Model Pooling for Online Deep Anomaly Detection from a Complex Evolving Data Stream KDD 2022 [#Yoon2022ARCUS]_ `[PDF] `_, `[Github] `_, `[Slide] `_ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== 4.11. High-dimensional & Subspace Outliers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================== ============================ ===== ============================ ======================================================================================================================================================================================================= Paper Title Venue Year Ref Materials ================================================================================================== ============================ ===== ============================ ======================================================================================================================================================================================================= A survey on unsupervised outlier detection in high-dimensional numerical data Stat Anal Data Min 2012 [#Zimek2012A]_ `[HTML] `_ Learning Representations of Ultrahigh-dimensional Data for Random Distance-based Outlier Detection SIGKDD 2018 [#Pang2018Learning]_ `[PDF] `_ Reverse Nearest Neighbors in Unsupervised Distance-Based Outlier Detection TKDE 2015 [#Radovanovic2015Reverse]_ `[PDF] `_, `[SLIDES] `_ Outlier detection for high-dimensional data Biometrika 2015 [#Ro2015Outlier]_ `[PDF] `_ ================================================================================================== ============================ ===== ============================ ======================================================================================================================================================================================================= 4.12. Feature Selection in Outlier Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================================ ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================================ ============================ ===== ============================ ========================================================================================================================================================================== Unsupervised feature selection for outlier detection by modelling hierarchical value-feature couplings ICDM 2016 [#Pang2016Unsupervised]_ `[PDF] `_ Learning homophily couplings from non-iid data for joint feature selection and noise-resilient outlier detection IJCAI 2017 [#Pang2017Learning]_ `[PDF] `_ ================================================================================================================ ============================ ===== ============================ ========================================================================================================================================================================== 4.13. Time Series Outlier Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ===================================================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ===================================================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== Outlier detection for temporal data: A survey TKDE 2014 [#Gupta2014Outlier]_ `[PDF] `_ Detecting spacecraft anomalies using lstms and nonparametric dynamic thresholding KDD 2018 [#Hundman2018Detecting]_ `[PDF] `_, `[Code] `_ Time-Series Anomaly Detection Service at Microsoft KDD 2019 [#Ren2019Time]_ `[PDF] `_ Revisiting Time Series Outlier Detection: Definitions and Benchmarks NeurIPS 2021 [#Lai2021Revisiting]_ `[PDF] `_, `[Code] `_ Graph-Augmented Normalizing Flows for Anomaly Detection of Multiple Time Series ICLR 2022 [#Dai2022Graph]_ `[PDF] `_, `[Code] `_ Drift doesn't matter: dynamic decomposition with diffusion reconstruction for unstable multivariate time series anomaly detection NeurIPS 2023 [#Wang2023Drift]_ `[PDF] `_, `[Code] `_ ===================================================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== 4.14. Graph & Network Outlier Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================= ============================= ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================= ============================= ===== ============================ ========================================================================================================================================================================== Graph based anomaly detection and description: a survey DMKD 2015 [#Akoglu2015Graph]_ `[PDF] `_ Anomaly detection in dynamic networks: a survey WIREs Computational Statistic 2015 [#Ranshous2015Anomaly]_ `[PDF] `_ Outlier detection in graphs: On the impact of multiple graph models ComSIS 2019 [#Campos2019Outlier]_ `[PDF] `_ A Comprehensive Survey on Graph Anomaly Detection with Deep Learning TKDE 2021 [#Ma2021A]_ `[PDF] `_ ================================================================================================= ============================= ===== ============================ ========================================================================================================================================================================== 4.15. Key Algorithms ^^^^^^^^^^^^^^^^^^^ All these algorithms are available in `Python Outlier Detection (PyOD) `_. ==================== ================================================================================================= ================================= ===== =========================== ============================================================================================================================================================================================== Abbreviation Paper Title Venue Year Ref Materials ==================== ================================================================================================= ================================= ===== =========================== ============================================================================================================================================================================================== kNN Efficient algorithms for mining outliers from large data sets ACM SIGMOD Record 2000 [#Ramaswamy2000Efficient]_ `[PDF] `_ KNN Fast outlier detection in high dimensional spaces PKDD 2002 [#Angiulli2002Fast]_ `[PDF] `_ LOF LOF: identifying density-based local outliers ACM SIGMOD Record 2000 [#Breunig2000LOF]_ `[PDF] `_ IForest Isolation forest ICDM 2008 [#Liu2008Isolation]_ `[PDF] `_ OCSVM Estimating the support of a high-dimensional distribution Neural Computation 2001 [#Scholkopf2001Estimating]_ `[PDF] `_ AutoEncoder Ensemble Outlier detection with autoencoder ensembles SDM 2017 [#Chen2017Outlier]_ `[PDF] `_ COPOD COPOD: Copula-Based Outlier Detection ICDM 2020 [#Li2020COPOD]_ `[PDF] `_ ECOD Unsupervised Outlier Detection Using Empirical Cumulative Distribution Functions TKDE 2022 [#Li2021ECOD]_ `[PDF] `_ ==================== ================================================================================================= ================================= ===== =========================== ============================================================================================================================================================================================== 4.16. Overview & Survey Papers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Papers are sorted by the publication year. ====================================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ====================================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== A survey of outlier detection methodologies ARTIF INTELL REV 2004 [#Hodge2004A]_ `[PDF] `_ Anomaly detection: A survey CSUR 2009 [#Chandola2009Anomaly]_ `[PDF] `_ A meta-analysis of the anomaly detection problem Preprint 2015 [#Emmott2015A]_ `[PDF] `_ On the evaluation of unsupervised outlier detection: measures, datasets, and an empirical study DMKD 2016 [#Campos2016On]_ `[HTML] `_, `[SLIDES] `_ A comparative evaluation of unsupervised anomaly detection algorithms for multivariate data PLOS ONE 2016 [#Goldstein2016A]_ `[PDF] `_ A comparative evaluation of outlier detection algorithms: Experiments and analyses Pattern Recognition 2018 [#Domingues2018A]_ `[PDF] `_ Research Issues in Outlier Detection Book Chapter 2019 [#Suri2019Research]_ `[HTML] `_ Quantitative comparison of unsupervised anomaly detection algorithms for intrusion detection SAC 2019 [#Falcao2019Quantitative]_ `[HTML] `_ Progress in Outlier Detection Techniques: A Survey IEEE Access 2019 [#Wang2019Progress]_ `[PDF] `_ Deep learning for anomaly detection: A survey Preprint 2019 [#Chalapathy2019Deep]_ `[PDF] `_ Anomalous Instance Detection in Deep Learning: A Survey Tech Report 2020 [#Bulusu2020Deep]_ `[PDF] `_ Anomaly detection in univariate time-series: A survey on the state-of-the-art Preprint 2020 [#Braei2020Anomaly]_ `[PDF] `_ Deep Learning for Anomaly Detection: A Review CSUR 2021 [#Pang2020Deep]_ `[PDF] `_ A Comprehensive Survey on Graph Anomaly Detection with Deep Learning TKDE 2021 [#Ma2021A]_ `[PDF] `_ Revisiting Time Series Outlier Detection: Definitions and Benchmarks NeurIPS 2021 [#Lai2021Revisiting]_ `[PDF] `_, `[Code] `_ A Unified Survey on Anomaly, Novelty, Open-Set, and Out-of-Distribution Detection: Solutions and Future Challenges Preprint 2021 [#Salehi2021A]_ `[PDF] `_ Self-Supervised Anomaly Detection: A Survey and Outlook Preprint 2022 [#Hojjati2022Self]_ `[PDF] `_ Weakly supervised anomaly detection: A survey Preprint 2023 [#Jiang2023weakly]_ `[PDF] `_, `[PDF] `_ AD-LLM: Benchmarking Large Language Models for Anomaly Detection Preprint 2024 [#Yang2024ADLLM]_ `[PDF] `_, `[Code] `_ Large Language Models for Anomaly and Out-of-Distribution Detection: A Survey Preprint 2024 [#Xu2024LLMsurvey]_ `[PDF] `_ ====================================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== 4.17. Isolation-Based Methods ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================= ============================ ===== ============================= ============================================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================= ============================ ===== ============================= ============================================================================================================================================================================================== Isolation forest ICDM 2008 [#Liu2008Isolation]_ `[PDF] `_ Isolation‐based anomaly detection using nearest‐neighbor ensembles Computational Intelligence 2018 [#Bandaragoda2018Isolation]_ `[PDF] `_, `[Code] `_ Extended Isolation Forest TKDE 2019 [#Hariri2019Extended]_ `[PDF] `_, `[Code] `_ Isolation Distributional Kernel: A New Tool for Kernel based Anomaly Detection KDD 2020 [#Ting2020Isolation]_ `[PDF] `_, `[Code] `_ Deep Isolation Forest for Anomaly Detection TKDE 2023 [#Xu2023Deep]_ `[PDF] `_, `[Code] `_ ================================================================================================= ============================ ===== ============================= ============================================================================================================================================================================================== 4.18. Fairness and Bias in Outlier Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== A Framework for Determining the Fairness of Outlier Detection ECAI 2020 [#Davidson2020A]_ `[PDF] `_ FAIROD: Fairness-aware Outlier Detection AIES 2021 [#Shekhar2021FAIROD]_ `[PDF] `_ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== 4.19. Outlier Detection Applications ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ======================== ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Field Paper Title Venue Year Ref Materials ======================== ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== **Security** A survey of distance and similarity measures used within network intrusion anomaly detection IEEE Commun. Surv. Tutor. 2015 [#WellerFahy2015A]_ `[PDF] `_ **Security** Anomaly-based network intrusion detection: Techniques, systems and challenges Computers & Security 2009 [#GarciaTeodoro2009Anomaly]_ `[PDF] `_ **Finance** A survey of anomaly detection techniques in financial domain Future Gener Comput Syst 2016 [#Ahmed2016A]_ `[PDF] `_ **Traffic** Outlier Detection in Urban Traffic Data WIMS 2018 [#Djenouri2018Outlier]_ `[PDF] `_ **Social Media** A survey on social media anomaly detection SIGKDD Explorations 2016 [#Yu2016A]_ `[PDF] `_ **Social Media** GLAD: group anomaly detection in social media analysis TKDD 2015 [#Yu2015Glad]_ `[PDF] `_ **Machine Failure** Detecting the Onset of Machine Failure Using Anomaly Detection Methods DAWAK 2019 [#Riazi2019Detecting]_ `[PDF] `_ **Video Surveillance** AnomalyNet: An anomaly detection network for video surveillance TIFS 2019 [#Zhou2019AnomalyNet]_ `[IEEE] `_, `Code `_ ======================== ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== 4.20. Outlier Detection in Other fields ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ============== ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Field Paper Title Venue Year Ref Materials ============== ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== **Text** Outlier detection for text data SDM 2017 [#Kannan2017Outlier]_ `[PDF] `_ ============== ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== 4.21. Interactive Outlier Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Learning On-the-Job to Re-rank Anomalies from Top-1 Feedback SDM 2019 [#Lamba2019Learning]_ `[PDF] `_ Interactive anomaly detection on attributed networks WSDM 2019 [#Ding2019Interactive]_ `[PDF] `_ eX2: a framework for interactive anomaly detection IUI Workshop 2019 [#Arnaldo2019ex2]_ `[PDF] `_ Tripartite Active Learning for Interactive Anomaly Discovery IEEE Access 2019 [#Zhu2019Tripartite]_ `[PDF] `_ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== 4.22. Active Anomaly Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== Active learning for anomaly and rare-category detection NeurIPS 2005 [#Pelleg2005Active]_ `[PDF] `_ Outlier detection by active learning SIGKDD 2006 [#Abe2006Outlier]_ `[PDF] `_ Active Anomaly Detection via Ensembles: Insights, Algorithms, and Interpretability Preprint 2019 [#Das2019Active]_ `[PDF] `_ Meta-AAD: Active Anomaly Detection with Deep Reinforcement Learning ICDM 2020 [#Zha2020Meta]_ `[PDF] `_ A3: Activation Anomaly Analysis ECML-PKDD 2020 [#Sperl2021A3]_ `[PDF] `_, `[Code] `_ ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== ---- 5. Key Conferences/Workshops/Journals ------------------------------------- 5.1. Conferences & Workshops ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Key data mining conference **deadlines**, **historical acceptance rates**, and more can be found `data-mining-conferences `_. `ACM International Conference on Knowledge Discovery and Data Mining (SIGKDD) `_. **Note**: SIGKDD usually has an Outlier Detection Workshop (ODD), see `ODD 2021 `_. `ACM International Conference on Management of Data (SIGMOD) `_ `The Web Conference (WWW) `_ `IEEE International Conference on Data Mining (ICDM) `_ `SIAM International Conference on Data Mining (SDM) `_ `IEEE International Conference on Data Engineering (ICDE) `_ `ACM InternationalConference on Information and Knowledge Management (CIKM) `_ `ACM International Conference on Web Search and Data Mining (WSDM) `_ `The European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases (ECML-PKDD) `_ `The Pacific-Asia Conference on Knowledge Discovery and Data Mining (PAKDD) `_ 5.2. Journals ^^^^^^^^^^^^^ `ACM Transactions on Knowledge Discovery from Data (TKDD) `_ `IEEE Transactions on Knowledge and Data Engineering (TKDE) `_ `ACM SIGKDD Explorations Newsletter `_ `Data Mining and Knowledge Discovery `_ `Knowledge and Information Systems (KAIS) `_ ---- References ---------- .. [#Abe2006Outlier] Abe, N., Zadrozny, B. and Langford, J., 2006, August. Outlier detection by active learning. In *Proceedings of the 12th ACM SIGKDD international conference on Knowledge discovery and data mining*, pp. 504-509, ACM. .. [#Aggarwal2013Outlier] Aggarwal, C.C., 2013. Outlier ensembles: position paper. *ACM SIGKDD Explorations Newsletter*\ , 14(2), pp.49-58. .. [#Ahmed2016A] Ahmed, M., Mahmood, A.N. and Islam, M.R., 2016. A survey of anomaly detection techniques in financial domain. *Future Generation Computer Systems*\ , 55, pp.278-288. .. [#Ahmad2017Unsupervised] Ahmad, S., Lavin, A., Purdy, S. and Agha, Z., 2017. Unsupervised real-time anomaly detection for streaming data. *Neurocomputing*, 262, pp.134-147. .. [#Akoglu2015Graph] Akoglu, L., Tong, H. and Koutra, D., 2015. Graph based anomaly detection and description: a survey. *Data Mining and Knowledge Discovery*\ , 29(3), pp.626-688. .. [#Angiulli2002Fast] Angiulli, F. and Pizzuti, C., 2002, August. Fast outlier detection in high dimensional spaces. In *European Conference on Principles of Data Mining and Knowledge Discovery*, pp. 15-27. .. [#Arnaldo2019ex2] Arnaldo, I., Veeramachaneni, K. and Lam, M., 2019. ex2: a framework for interactive anomaly detection. In *ACM IUI Workshop on Exploratory Search and Interactive Data Analytics (ESIDA)*. .. [#Bahri2022automl] Bahri, M., Salutari, F., Putina, A. et al. AutoML: state of the art with a focus on anomaly detection, challenges, and research directions. *International Journal of Data Science and Analytics* (2022). .. [#Bandaragoda2018Isolation] Bandaragoda, Tharindu R., Kai Ming Ting, David Albrecht, Fei Tony Liu, Ye Zhu, and Jonathan R. Wells. "Isolation‐based anomaly detection using nearest‐neighbor ensembles." *Computational Intelligence* 34, no. 4 (2018): 968-998. .. [#Bhatia2020MIDAS] Bhatia, S., Hooi, B., Yoon, M., Shin, K. and Faloutsos. C., 2020. MIDAS: Microcluster-Based Detector of Anomalies in Edge Streams. In *AAAI Conference on Artificial Intelligence (AAAI)*. .. [#Braei2020Anomaly] Braei, M. and Wagner, S., 2020. Anomaly detection in univariate time-series: A survey on the state-of-the-art. arXiv preprint arXiv:2004.00433. .. [#Breunig2000LOF] Breunig, M.M., Kriegel, H.P., Ng, R.T. and Sander, J., 2000, May. LOF: identifying density-based local outliers. *ACM SIGMOD Record*\ , 29(2), pp. 93-104. .. [#Bulusu2020Deep] Bulusu, S., Kailkhura, B., Li, B., Varshney, P. and Song, D., 2020. Anomalous instance detection in deep learning: A survey (No. LLNL-CONF-808677). Lawrence Livermore National Lab.(LLNL), Livermore, CA (United States). .. [#Campos2016On] Campos, G.O., Zimek, A., Sander, J., Campello, R.J., Micenková, B., Schubert, E., Assent, I. and Houle, M.E., 2016. On the evaluation of unsupervised outlier detection: measures, datasets, and an empirical study. *Data Mining and Knowledge Discovery*\ , 30(4), pp.891-927. .. [#Campos2018An] Campos, G.O., Zimek, A. and Meira, W., 2018, June. An Unsupervised Boosting Strategy for Outlier Detection Ensembles. In *Pacific-Asia Conference on Knowledge Discovery and Data Mining (pp. 564-576)*. Springer, Cham. .. [#Campos2019Outlier] Campos, G.O., Moreira, E., Meira Jr, W. and Zimek, A., 2019. Outlier Detection in Graphs: A Study on the Impact of Multiple Graph Models. *Computer Science & Information Systems*, 16(2). .. [#Castellani2020Siamese] Castellani, A., Schmitt, S., Squartini, S., 2020. Real-World Anomaly Detection by using Digital Twin Systems and Weakly-Supervised Learning. In *IEEE Transactions on Industrial Informatics*. .. [#Chalapathy2019Deep] Chalapathy, R. and Chawla, S., 2019. Deep learning for anomaly detection: A survey. arXiv preprint arXiv:1901.03407. .. [#Chandola2009Anomaly] Chandola, V., Banerjee, A. and Kumar, V., 2009. Anomaly detection: A survey. *ACM computing surveys* , 41(3), p.15. .. [#Chawla2011Anomaly] Chawla, S. and Chandola, V., 2011, Anomaly Detection: A Tutorial. *Tutorial at ICDM 2011*. .. [#Chen2017Outlier] Chen, J., Sathe, S., Aggarwal, C. and Turaga, D., 2017, June. Outlier detection with autoencoder ensembles. *SIAM International Conference on Data Mining*, pp. 90-98. Society for Industrial and Applied Mathematics. .. [#Dai2022Graph] Dai, E. and Chen, J., 2022. Graph-Augmented Normalizing Flows for Anomaly Detection of Multiple Time Series. International Conference on Learning Representations (ICLR). .. [#Dang2014Discriminative] Dang, X.H., Assent, I., Ng, R.T., Zimek, A. and Schubert, E., 2014, March. Discriminative features for identifying and interpreting outliers. In *International Conference on Data Engineering (ICDE)*. IEEE. .. [#Das2019Active] Das, S., Islam, M.R., Jayakodi, N.K. and Doppa, J.R., 2019. Active Anomaly Detection via Ensembles: Insights, Algorithms, and Interpretability. arXiv preprint arXiv:1901.08930. .. [#Davidson2020A] Davidson, I. and Ravi, S.S., 2020. A framework for determining the fairness of outlier detection. In Proceedings of the 24th European Conference on Artificial Intelligence (ECAI2020) (Vol. 2029). .. [#Ding2019Interactive] Ding, K., Li, J. and Liu, H., 2019, January. Interactive anomaly detection on attributed networks. In *Proceedings of the Twelfth ACM International Conference on Web Search and Data Mining*, pp. 357-365. ACM. .. [#Djenouri2018Outlier] Djenouri, Y. and Zimek, A., 2018, June. Outlier detection in urban traffic data. In *Proceedings of the 8th International Conference on Web Intelligence, Mining and Semantics*. ACM. .. [#Domingues2018A] Domingues, R., Filippone, M., Michiardi, P. and Zouaoui, J., 2018. A comparative evaluation of outlier detection algorithms: Experiments and analyses. *Pattern Recognition*, 74, pp.406-421. .. [#Emmott2015A] Emmott, A., Das, S., Dietterich, T., Fern, A. and Wong, W.K., 2015. A meta-analysis of the anomaly detection problem. arXiv preprint arXiv:1503.01158. .. [#Ergen2019Unsupervised] Ergen, T. and Kozat, S.S., 2019. Unsupervised Anomaly Detection With LSTM Neural Networks. *IEEE transactions on neural networks and learning systems*. .. [#Falcao2019Quantitative] Falcão, F., Zoppi, T., Silva, C.B.V., Santos, A., Fonseca, B., Ceccarelli, A. and Bondavalli, A., 2019, April. Quantitative comparison of unsupervised anomaly detection algorithms for intrusion detection. In *Proceedings of the 34th ACM/SIGAPP Symposium on Applied Computing*, (pp. 318-327). ACM. .. [#GarciaTeodoro2009Anomaly] Garcia-Teodoro, P., Diaz-Verdejo, J., Maciá-Fernández, G. and Vázquez, E., 2009. Anomaly-based network intrusion detection: Techniques, systems and challenges. *Computers & Security*\ , 28(1-2), pp.18-28. .. [#Goldstein2016A] Goldstein, M. and Uchida, S., 2016. A comparative evaluation of unsupervised anomaly detection algorithms for multivariate data. *PloS one*\ , 11(4), p.e0152173. .. [#Gupta2014Outlier] Gupta, M., Gao, J., Aggarwal, C.C. and Han, J., 2014. Outlier detection for temporal data: A survey. *IEEE Transactions on Knowledge and Data Engineering*\ , 26(9), pp.2250-2267. .. [#Hariri2019Extended] Hariri, S., Kind, M.C. and Brunner, R.J., 2019. Extended Isolation Forest. *IEEE Transactions on Knowledge and Data Engineering*. .. [#Hendrycks2019Deep] Hendrycks, D., Mazeika, M. and Dietterich, T.G., 2019. Deep Anomaly Detection with Outlier Exposure. International Conference on Learning Representations (ICLR). .. [#Hodge2004A] Hodge, V. and Austin, J., 2004. A survey of outlier detection methodologies. *Artificial intelligence review*\ , 22(2), pp.85-126. .. [#Hojjati2022Self] Hojjati, H., Ho, T.K.K. and Armanfard, N., 2022. Self-Supervised Anomaly Detection: A Survey and Outlook. arXiv preprint arXiv:2205.05173. .. [#Hundman2018Detecting] Hundman, K., Constantinou, V., Laporte, C., Colwell, I. and Soderstrom, T., 2018, July. Detecting spacecraft anomalies using lstms and nonparametric dynamic thresholding. In *Proceedings of the 24th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining*, (pp. 387-395). ACM. .. [#Kannan2017Outlier] Kannan, R., Woo, H., Aggarwal, C.C. and Park, H., 2017, June. Outlier detection for text data. In *Proceedings of the 2017 SIAM International Conference on Data Mining*, pp. 489-497. Society for Industrial and Applied Mathematics. .. [#Kriegel2010Outlier] Kriegel, H.P., Kröger, P. and Zimek, A., 2010. Outlier detection techniques. *Tutorial at ACM SIGKDD 2010*. .. [#Jiang2023adgym] Jiang, M., Hou, C., Zheng, A., Han, S., Huang, H., Wen, Q., Hu, X. and Zhao, Y., 2023. ADGym: Design Choices for Deep Anomaly Detection. *NeurIPS*, Datasets and Benchmarks Track. .. [#Jiang2023weakly] Jiang, M., Hou, C., Zheng, A., Hu, X., Han, S., Huang, H., He, X., Yu, P.S. and Zhao, Y., 2023. Weakly supervised anomaly detection: A survey. arXiv preprint arXiv:2302.04549. .. [#Jiang2025MMAD] Jiang, X., Li, J., Deng, H., Liu, Y., Gao, B., Zhou, Y., Li, J., Wang, C. and Zheng, F., 2025. MMAD: A Comprehensive Benchmark for Multimodal Large Language Models in Industrial Anomaly Detection. In *ICLR 2025*. .. [#Lai2021Revisiting] Lai, K.H., Zha, D., Xu, J., Zhao, Y., Wang, G. and Hu, X., 2021. Revisiting Time Series Outlier Detection: Definitions and Benchmarks. *NeurIPS*, Datasets and Benchmarks Track. .. [#Lamba2019Learning] Lamba, H. and Akoglu, L., 2019, May. Learning On-the-Job to Re-rank Anomalies from Top-1 Feedback. In *Proceedings of the 2019 SIAM International Conference on Data Mining (SDM)*, pp. 612-620. Society for Industrial and Applied Mathematics. .. [#Lavin2015Evaluating] Lavin, A. and Ahmad, S., 2015, December. Evaluating Real-Time Anomaly Detection Algorithms--The Numenta Anomaly Benchmark. In *2015 IEEE 14th International Conference on Machine Learning and Applications (ICMLA)* (pp. 38-44). IEEE. .. [#Lazarevic2008Data] Lazarevic, A., Banerjee, A., Chandola, V., Kumar, V. and Srivastava, J., 2008, September. Data mining for anomaly detection. *Tutorial at ECML PKDD 2008*. .. [#Li2019MAD] Li, D., Chen, D., Jin, B., Shi, L., Goh, J. and Ng, S.K., 2019, September. MAD-GAN: Multivariate anomaly detection for time series data with generative adversarial networks. In *International Conference on Artificial Neural Networks* (pp. 703-716). Springer, Cham. .. [#Li2020COPOD] Li, Z., Zhao, Y., Botta, N., Ionescu, C. and Hu, X. COPOD: Copula-Based Outlier Detection. *IEEE International Conference on Data Mining (ICDM)*, 2020. .. [#Li2021ECOD] Li, Z., Zhao, Y., Hu, X., Botta, N., Ionescu, C. and Chen, H. G. ECOD: Unsupervised Outlier Detection Using Empirical Cumulative Distribution Functions. *IEEE Transactions on Knowledge and Data Engineering (TKDE)*, 2022. .. [#Li2023XAD] Li, Z., Zhu, Y. and Van Leeuwen, M., 2023. A survey on explainable anomaly detection. *ACM Transactions on Knowledge Discovery from Data*, 18(1), pp.1-54. .. [#Li2023QCAD] Li, Z. and Van Leeuwen, M., 2023. Explainable contextual anomaly detection using quantile regression forests. *Data Mining and Knowledge Discovery*, 37(6), pp.2517-2563. .. [#Li2024NLPADBench] Li, Y., Li, J., Xiao, Z., Yang, T., Nian, Y., Hu, X. and Zhao, Y. "NLP-ADBench: NLP Anomaly Detection Benchmark," arXiv preprint arXiv:2412.04784. .. [#Liu2008Isolation] Liu, F.T., Ting, K.M. and Zhou, Z.H., 2008, December. Isolation forest. In *International Conference on Data Mining*\ , pp. 413-422. IEEE. .. [#Liu2018Clustering] Liu, H., Li, J., Wu, Y. and Fu, Y., 2019. Clustering with outlier removal. *IEEE transactions on knowledge and data engineering*. .. [#Liu2018Contextual] Liu, N., Shin, D. and Hu, X., 2017. Contextual outlier interpretation. In *International Joint Conference on Artificial Intelligence (IJCAI-18)*, pp.2461-2467. .. [#Liu2019Generative] Liu, Y., Li, Z., Zhou, C., Jiang, Y., Sun, J., Wang, M. and He, X., 2019. Generative Adversarial Active Learning for Unsupervised Outlier Detection. *IEEE transactions on knowledge and data engineering*. .. [#Li2020AutoOD] Li, Y., Chen, Z., Zha, D., Zhou, K., Jin, H., Chen, H. and Hu, X., 2020. AutoOD: Automated Outlier Detection via Curiosity-guided Search and Self-imitation Learning. *ICDE*. .. [#Liu2022Benchmarking] Liu, K., Dou, Y., Zhao, Y., Ding, X., Hu, X., Zhang, R., Ding, K., Chen, C., Peng, H., Shu, K., Sun, L., Li, J., Chen, G.H., Jia, Z., and Yu, P.S. 2022. Benchmarking Node Outlier Detection on Graphs. arXiv preprint arXiv:2206.10071. .. [#Liu2024Elephant] Liu, Q. and Paparrizos, J., 2024. The Elephant in the Room: Towards A Reliable Time-Series Anomaly Detection Benchmark. *NeurIPS 2024 Datasets and Benchmarks Track*. .. [#Ma2021A] Ma, X., Wu, J., Xue, S., Yang, J., Zhou, C., Sheng, Q.Z., Xiong, H. and Akoglu, L., 2021. A comprehensive survey on graph anomaly detection with deep learning. *IEEE Transactions on Knowledge and Data Engineering*. .. [#Macha2018Explaining] Macha, M. and Akoglu, L., 2018. Explaining anomalies in groups with characterizing subspace rules. Data Mining and Knowledge Discovery, 32(5), pp.1444-1480. .. [#Manzoor2018Outlier] Manzoor, E., Lamba, H. and Akoglu, L. Outlier Detection in Feature-Evolving Data Streams. In *24th ACM SIGKDD International Conference on Knowledge Discovery and Data mining (KDD)*. 2018. .. [#Mendiratta2017Anomaly] Mendiratta, B.V., 2017. Anomaly Detection in Networks. *Tutorial at ACM SIGKDD 2017*. .. [#Micenkova2015Learning] Micenková, B., McWilliams, B. and Assent, I., 2015. Learning representations for outlier detection on a budget. arXiv preprint arXiv:1507.08104. .. [#Gupta2018Beyond] Gupta, N., Eswaran, D., Shah, N., Akoglu, L. and Faloutsos, C., Beyond Outlier Detection: LookOut for Pictorial Explanation. *ECML PKDD 2018*. .. [#Han2022Adbench] Han, S., Hu, X., Huang, H., Jiang, M. and Zhao, Y., 2022. ADBench: Anomaly Detection Benchmark. arXiv preprint arXiv:2206.09426. .. [#Pang2016Unsupervised] Pang, G., Cao, L., Chen, L. and Liu, H., 2016, December. Unsupervised feature selection for outlier detection by modelling hierarchical value-feature couplings. In Data Mining (ICDM), 2016 IEEE 16th International Conference on (pp. 410-419). IEEE. .. [#Pang2017Learning] Pang, G., Cao, L., Chen, L. and Liu, H., 2017, August. Learning homophily couplings from non-iid data for joint feature selection and noise-resilient outlier detection. In Proceedings of the 26th International Joint Conference on Artificial Intelligence (pp. 2585-2591). AAAI Press. .. [#Pang2018Learning] Pang, G., Cao, L., Chen, L. and Liu, H., 2018. Learning Representations of Ultrahigh-dimensional Data for Random Distance-based Outlier Detection. In *24th ACM SIGKDD International Conference on Knowledge Discovery and Data mining (KDD)*. 2018. .. [#Pang2020Deep] Pang, G., Shen, C., Cao, L. and Hengel, A.V.D., 2021. Deep Learning for Anomaly Detection: A Review. ACM Computing Surveys (CSUR), 54(2), pp.1-38. .. [#Pang2021Deep] Pang, G., Cao, L. and Aggarwal, C., 2021. Deep Learning for Anomaly Detection. *Tutorial at WSDM 2021*. .. [#Pang2021Toward] Pang, G. and Aggarwal, C., 2021, August. Toward explainable deep anomaly detection. In *KDD* (pp. 4056-4057). .. [#Pang2023recent] Guansong Pang, Joey Tianyi Zhou, Radu Tudor Ionescu, Yu Tian, and Kihyuk Sohn. "Recent Advances in Anomaly Detection". In: *CVPR'23*. Vancouver, Canada. .. [#Park2025LLMTSAD] Park, J., Jung, K., Lee, D., Lee, H., Gwak, D., Park, C., Choo, J. and Cho, J., 2025. Delving into Large Language Models for Effective Time-Series Anomaly Detection. In *NeurIPS 2025*. .. [#Pelleg2005Active] Pelleg, D. and Moore, A.W., 2005. Active learning for anomaly and rare-category detection. In *Advances in neural information processing systems*\, pp. 1073-1080. .. [#Radovanovic2015Reverse] Radovanović, M., Nanopoulos, A. and Ivanović, M., 2015. Reverse nearest neighbors in unsupervised distance-based outlier detection. *IEEE transactions on knowledge and data engineering*, 27(5), pp.1369-1382. .. [#Ramaswamy2000Efficient] Ramaswamy, S., Rastogi, R. and Shim, K., 2000, May. Efficient algorithms for mining outliers from large data sets. *ACM SIGMOD Record*\ , 29(2), pp. 427-438. .. [#Ranshous2015Anomaly] Ranshous, S., Shen, S., Koutra, D., Harenberg, S., Faloutsos, C. and Samatova, N.F., 2015. Anomaly detection in dynamic networks: a survey. Wiley Interdisciplinary Reviews: Computational Statistics, 7(3), pp.223-247. .. [#Ren2019Time] Ren, H., Xu, B., Wang, Y., Yi, C., Huang, C., Kou, X., Xing, T., Yang, M., Tong, J. and Zhang, Q., 2019. Time-Series Anomaly Detection Service at Microsoft. In *Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining*. ACM. .. [#Riazi2019Detecting] Riazi, M., Zaiane, O., Takeuchi, T., Maltais, A., Günther, J. and Lipsett, M., Detecting the Onset of Machine Failure Using Anomaly Detection Methods. .. [#Ro2015Outlier] Ro, K., Zou, C., Wang, Z. and Yin, G., 2015. Outlier detection for high-dimensional data. *Biometrika*, 102(3), pp.589-599. .. [#Salehi2018A] Salehi, Mahsa & Rashidi, Lida. (2018). A Survey on Anomaly detection in Evolving Data: [with Application to Forest Fire Risk Prediction]. *ACM SIGKDD Explorations Newsletter*. 20. 13-23. .. [#Salehi2021A] Salehi, M., Mirzaei, H., Hendrycks, D., Li, Y., Rohban, M.H., Sabokrou, M., 2021. A Unified Survey on Anomaly, Novelty, Open-Set, and Out-of-Distribution Detection: Solutions and Future Challenges. arXiv preprint arXiv:2110.14051. .. [#Scholkopf2001Estimating] Schölkopf, B., Platt, J.C., Shawe-Taylor, J., Smola, A.J. and Williamson, R.C., 2001. Estimating the support of a high-dimensional distribution. *Neural Computation*, 13(7), pp.1443-1471. .. [#Sehwag2021SSD] Sehwag, V., Chiang, M., Mittal, P., 2021. SSD: A Unified Framework for Self-Supervised Outlier Detection. *International Conference on Learning Representations (ICLR)*. .. [#Shekhar2021FAIROD] Shekhar, S., Shah, N. and Akoglu, L., 2021. FAIROD: Fairness-aware Outlier Detection. AAAI/ACM Conference on AI, Ethics, and Society (AIES). .. [#Siddiqui2019Sequential] Siddiqui, M.A., Fern, A., Dietterich, T.G. and Wong, W.K., 2019. Sequential Feature Explanations for Anomaly Detection. *ACM Transactions on Knowledge Discovery from Data (TKDD)*, 13(1), p.1. .. [#Sperl2021A3] Sperl, P., Schulze, J.-P., and Böttinger, K., 2021. Activation Anomaly Analysis. *European Conference on Machine Learning and Data Mining (ECML-PKDD) 2020*. .. [#Suri2019Research] Suri, N.R. and Athithan, G., 2019. Research Issues in Outlier Detection. In *Outlier Detection: Techniques and Applications*, pp. 29-51. Springer, Cham. .. [#Tang2015Mining] Tang, G., Pei, J., Bailey, J. and Dong, G., 2015. Mining multidimensional contextual outliers from categorical relational data. *Intelligent Data Analysis*, 19(5), pp.1171-1192. .. [#Tang2023GADBench] Tang, J., Hua, F., Gao, Z., Zhao, P. and Li, J., 2023. GADBench: Revisiting and Benchmarking Supervised Graph Anomaly Detection. *NeurIPS*, Datasets and Benchmarks Track. .. [#Ting2018Which] Ting, KM., Aryal, S. and Washio, T., 2018, Which Anomaly Detector should I use? *Tutorial at ICDM 2018*. .. [#Ting2020Isolation] Ting, Kai Ming, Bi-Cun Xu, Takashi Washio, and Zhi-Hua Zhou. "Isolation Distributional Kernel: A New Tool for Kernel based Anomaly Detection." In *Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining*, pp. 198-206. 2020. .. [#Wang2019Effective] Wang, S., Zeng, Y., Liu, X., Zhu, E., Yin, J., Xu, C. and Kloft, M., 2019. Effective End-to-end Unsupervised Outlier Detection via Inlier Priority of Discriminative Network. In *33rd Conference on Neural Information Processing Systems*. .. [#Wang2019Progress] Wang, H., Bah, M.J. and Hammad, M., 2019. Progress in Outlier Detection Techniques: A Survey. *IEEE Access*, 7, pp.107964-108000. .. [#Wang2020Deep] Wang, R., Nie, K., Chang, Y. J., Gong, X., Wang, T., Yang, Y., Long, B., 2020. Deep Learning for Anomaly Detection. *Tutorial at KDD 2020*. .. [#WellerFahy2015A] Weller-Fahy, D.J., Borghetti, B.J. and Sodemann, A.A., 2015. A survey of distance and similarity measures used within network intrusion anomaly detection. *IEEE Communications Surveys & Tutorials*\ , 17(1), pp.70-91. .. [#Xu2021Beyond] Xu, H., Wang, Y., Jian, S., Huang, Z., Wang, Y., Liu, N. and Li, F., 2021, April. Beyond Outlier Detection: Outlier Interpretation by Attention-Guided Triplet Deviation Network. In *Proceedings of the Web Conference* 2021 (pp. 1328-1339). .. [#Xu2023Deep] Xu, H., Pang, G., Wang, Y., Wang, Y., 2023. Deep Isolation Forest for Anomaly Detection. *IEEE Transactions on Knowledge and Data Engineering*. .. [#Xu2023Fascinating] Xu, H., Wang, Y., Wei, J., Jian, S., Li, Y., Liu, N., 2023. Fascinating Supervisory Signals and Where to Find Them: Deep Anomaly Detection with Scale Learning. *International Conference on Machine Learning (ICML)*. .. [#Xu2024LLMsurvey] Xu, R. and Ding, K., 2024. Large language models for anomaly and out-of-distribution detection: A survey. arXiv preprint arXiv:2409.01980. .. [#Yang2024ADLLM] Yang, T., Nian, Y., Li, S., Xu, R., Li, Y., Li, J., Xiao, Z., Hu, X., Rossi, R., Ding, K., Hu, X. and Zhao, Y. "AD-LLM: Benchmarking Large Language Models for Anomaly Detection." Findings of ACL, 2025. .. [#Yang2025ADAGENT] Yang, T., Liu, J., Siu, W., Wang, J., Qian, Z., Song, C., Cheng, C., Hu, X., and Zhao, Y. "AD-AGENT: A Multi-agent Framework for End-to-end Anomaly Detection." Findings of IJCNLP-AACL, 2025. .. [#Yoon2019NETS] Yoon, S., Lee, J. G., & Lee, B. S., 2019. NETS: extremely fast outlier detection from a data stream via set-based processing. Proceedings of the VLDB Endowment, 12(11), 1303-1315. .. [#Yoon2020STARE] Yoon, S., Lee, J. G., & Lee, B. S., 2020. Ultrafast local outlier detection from a data stream with stationary region skipping. In Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining (pp. 1181-1191) .. [#Yoon2021MDUAL] Yoon, S., Shin, Y., Lee, J. G., & Lee, B. S. (2021, June). Multiple dynamic outlier-detection from a data stream by exploiting duality of data and queries. In Proceedings of the 2021 International Conference on Management of Data (SIGMOD). .. [#Yoon2022ARCUS] Yoon, S., Lee, Y., Lee, J.G. and Lee, B.S., 2022, August. Adaptive Model Pooling for Online Deep Anomaly Detection from a Complex Evolving Data Stream. In Proceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (pp. 2347-2357). .. [#Yu2015Glad] Yu, R., He, X. and Liu, Y., 2015. GLAD: group anomaly detection in social media analysis. *ACM Transactions on Knowledge Discovery from Data (TKDD)*\ , 10(2), p.18. .. [#Yu2016A] Yu, R., Qiu, H., Wen, Z., Lin, C. and Liu, Y., 2016. A survey on social media anomaly detection. *ACM SIGKDD Explorations Newsletter*\ , 18(1), pp.1-14. .. [#Yuan2024Trustworthy] Yuan, S., Xu, D. and Wu, X., 2024 Trustworthy Anomaly Detection. *Tutorial at SDM 2024*. .. [#Zha2020Meta] Zha, D., Lai, K.H., Wan, M. and Hu, X., 2020. Meta-AAD: Active Anomaly Detection with Deep Reinforcement Learning. *ICDM*. .. [#Zhao2018Xgbod] Zhao, Y. and Hryniewicki, M.K., 2018, July. XGBOD: improving supervised outlier detection with unsupervised representation learning. In *2018 International Joint Conference on Neural Networks (IJCNN)*. IEEE. .. [#Zhao2019LSCP] Zhao, Y., Nasrullah, Z., Hryniewicki, M.K. and Li, Z., 2019, May. LSCP: Locally selective combination in parallel outlier ensembles. In *Proceedings of the 2019 SIAM International Conference on Data Mining (SDM)*, pp. 585-593. Society for Industrial and Applied Mathematics. .. [#Zhao2019PYOD] Zhao, Y., Nasrullah, Z. and Li, Z., PyOD: A Python Toolbox for Scalable Outlier Detection. *Journal of Machine Learning Research*, 20, pp.1-7. .. [#Zhao2020Automating] Zhao, Y., Rossi, R.A. and Akoglu, L., 2021. Automatic Unsupervised Outlier Model Selection. *Advances in Neural Information Processing Systems*. .. [#Zhao2021SUOD] Zhao, Y., Hu, X., Cheng, C., Wang, C., Wan, C., Wang, W., Yang, J., Bai, H., Li, Z., Xiao, C. and Wang, Y., 2021. SUOD: Accelerating Large-scale Unsupervised Heterogeneous Outlier Detection. *Proceedings of Machine Learning and Systems (MLSys)*. .. [#Zhao2021TOD] Zhao, Y., Chen, G.H. and Jia, Z., 2021. TOD: Tensor-based Outlier Detection. arXiv preprint arXiv:2110.14007. .. [#Zhang2025LogSAD] Zhang, J., Wang, G., Jin, Y. and Huang, D., 2025. Towards Training-free Anomaly Detection with Vision and Language Foundation Models. In *CVPR 2025*. .. [#Zhou2019AnomalyNet] Zhou, J.T., Du, J., Zhu, H., Peng, X., Liu, Y. and Goh, R.S.M., 2019. AnomalyNet: An anomaly detection network for video surveillance. *IEEE Transactions on Information Forensics and Security*. .. [#Zhou2021Feature] Zhou, Y., Song, X., Zhang, Y., Liu, F., Zhu, C., & Liu, L. (2021). Feature encoding with autoencoders for weakly supervised anomaly detection. IEEE Transactions on Neural Networks and Learning Systems, 33(6), 2454-2465. .. [#Zhu2019Tripartite] Zhu, Y. and Yang, K., 2019. Tripartite Active Learning for Interactive Anomaly Discovery. *IEEE Access*. .. [#Zimek2012A] Zimek, A., Schubert, E. and Kriegel, H.P., 2012. A survey on unsupervised outlier detection in high‐dimensional numerical data. *Statistical Analysis and Data Mining: The ASA Data Science Journal*\ , 5(5), pp.363-387. .. [#Zimek2014Ensembles] Zimek, A., Campello, R.J. and Sander, J., 2014. Ensembles for unsupervised outlier detection: challenges and research questions a position paper. *ACM Sigkdd Explorations Newsletter*\ , 15(1), pp.11-22. .. [#Zong2018Deep] Zong, B., Song, Q., Min, M.R., Cheng, W., Lumezanu, C., Cho, D. and Chen, H., 2018. Deep autoencoding gaussian mixture model for unsupervised anomaly detection. International Conference on Learning Representations (ICLR). .. [#Wang2023Drift] Wang, C., Zhuang, Z., Qi, Q., Wang, J., Wang, X., Sun, H., & Liao, J. (2023). Drift doesn't matter: dynamic decomposition with diffusion reconstruction for unstable multivariate time series anomaly detection. Advances in Neural Information Processing Systems, 36. ================================================ FILE: README_CN.rst ================================================ 异常检测学习资源 ==================================== .. image:: https://img.shields.io/github/stars/yzhao062/anomaly-detection-resources.svg :target: https://github.com/yzhao062/anomaly-detection-resources/stargazers :alt: GitHub stars .. image:: https://img.shields.io/github/forks/yzhao062/anomaly-detection-resources.svg?color=blue :target: https://github.com/yzhao062/anomaly-detection-resources/network :alt: GitHub forks .. image:: https://img.shields.io/github/license/yzhao062/anomaly-detection-resources.svg?color=blue :target: https://github.com/yzhao062/anomaly-detection-resources/blob/master/LICENSE :alt: License .. image:: https://awesome.re/badge-flat2.svg :target: https://awesome.re/badge-flat2.svg :alt: Awesome .. image:: https://img.shields.io/badge/ADBench-benchmark_results-pink :target: https://github.com/Minqi824/ADBench :alt: Benchmark ---- `Outlier Detection `_ (也称 *Anomaly Detection*)是一个既重要又有挑战性的研究方向, 目标是在数据中识别偏离整体分布的异常样本。 异常检测已在多个场景被证明十分关键,例如信用卡欺诈分析、 网络入侵检测和工业设备缺陷检测。 **本仓库收集了以下资源**: #. 书籍与学术论文 #. 在线课程与视频 #. 异常检测数据集 #. 开源与商业库/工具包 #. 重要会议与期刊 **后续会持续补充更多资源**。 欢迎通过提交 issue、pull request,或邮件联系 (yzhao010@usc.edu) 推荐更多关键资料。 祝阅读愉快! 另外,你也可以查看我的 `[GitHub] `_、`[USC FORTIS Lab] `_ 和 `[Google Scholar] `_, 以及相关项目:`PyOD library `_、`ADBench benchmark `_、 `NLP-ADBench: NLP Anomaly Detection Benchmark `_。 ---- 目录 ----------------- * `1. 书籍、教程与基准测试 <#1-books--tutorials--benchmarks>`_ * `1.1. 基准测试 <#13-benchmarks>`_ * `1.2. 教程 <#12-tutorials>`_ * `1.3. 书籍 <#11-books>`_ * `2. 课程 / 研讨会 / 视频 <#2-coursesseminarsvideos>`_ * `3. 工具库与数据集 <#3-toolbox--datasets>`_ * `3.1. 多变量数据异常检测 <#31-multivariate-data>`_ * `3.2. 时间序列异常检测 <#32-time-series-outlier-detection>`_ * `3.3. 图异常检测 <#33-graph-outlier-detection>`_ * `3.4. 实时 Elasticsearch <#34-real-time-elasticsearch>`_ * `3.5. 数据集 <#35-datasets>`_ * `4. 论文 <#4-papers>`_ * `4.1. 用于异常检测的 LLM 与 LLM Agent <#41-llm-and-llm-agents-for-anomaly-detection>`_ * `4.2. 新兴与有趣方向 <#42-emerging-and-interesting-topics>`_ * `4.3. 弱监督方法 <#43-weakly-supervised-methods>`_ * `4.4. 异常检测机器学习系统 <#44-machine-learning-systems-for-outlier-detection>`_ * `4.5. 自动化异常检测 <#45-automated-outlier-detection>`_ * `4.6. 神经网络异常检测 <#46-outlier-detection-with-neural-networks>`_ * `4.7. 可解释性 <#47-interpretability>`_ * `4.8. 异常检测中的表征学习 <#48-representation-learning-in-outlier-detection>`_ * `4.9. 演化数据中的异常检测 <#49-outlier-detection-in-evolving-data>`_ * `4.10. 异常检测集成方法 <#410-outlier-ensembles>`_ * `4.11. 高维与子空间异常检测 <#411-high-dimensional--subspace-outliers>`_ * `4.12. 异常检测中的特征选择 <#412-feature-selection-in-outlier-detection>`_ * `4.13. 时间序列异常检测 <#413-time-series-outlier-detection>`_ * `4.14. 图与网络异常检测 <#414-graph--network-outlier-detection>`_ * `4.15. 关键算法 <#415-key-algorithms>`_ * `4.16. 综述与调查论文 <#416-overview--survey-papers>`_ * `4.17. 基于 Isolation 的方法 <#417-isolation-based-methods>`_ * `4.18. 异常检测中的公平性与偏差 <#418-fairness-and-bias-in-outlier-detection>`_ * `4.19. 异常检测应用 <#419-outlier-detection-applications>`_ * `4.20. 其他领域中的异常检测 <#420-outlier-detection-in-other-fields>`_ * `4.21. 交互式异常检测 <#421-interactive-outlier-detection>`_ * `4.22. 主动异常检测 <#422-active-anomaly-detection>`_ * `5. 重要会议 / Workshop / 期刊 <#5-key-conferencesworkshopsjournals>`_ * `5.1. 会议与 Workshop <#51-conferences--workshops>`_ * `5.2. 期刊 <#52-journals>`_ ---- .. _1-books--tutorials--benchmarks: 1. 书籍、教程与基准测试 --------------------------------- .. _13-benchmarks: 1.1. 基准测试 ^^^^^^^^^^^^^^ **News**: We have two new works on NLP-based and LLM-based anomaly detection: - NLP-ADBench: NLP Anomaly Detection Benchmark - AD-LLM: Benchmarking Large Language Models for Anomaly Detection ============= ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Data Types Paper Title Venue Year Ref Materials ============= ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== NLP NLP-ADBench: NLP Anomaly Detection Benchmark Preprint 2024 [#Li2024NLPADBench]_ `[PDF] `_, `[Code] `_ NLP AD-LLM: Benchmarking Large Language Models for Anomaly Detection Preprint 2024 [#Yang2024ADLLM]_ `[PDF] `_, `[Code] `_ Time-series The Elephant in the Room: Towards A Reliable Time-Series Anomaly Detection Benchmark NeurIPS D&B 2024 [#Liu2024Elephant]_ `[Homepage] `_, `[PDF] `_, `[Code] `_ Graph GADBench: Revisiting and Benchmarking Supervised Graph Anomaly Detection NeurIPS 2023 [#Tang2023GADBench]_ `[PDF] `_, `[Code] `_ Tabular ADGym: Design Choices for Deep Anomaly Detection NeurIPS 2023 [#Jiang2023adgym]_ `[PDF] `_, `[Code] `_ Graph Benchmarking Node Outlier Detection on Graphs NeurIPS 2022 [#Liu2022Benchmarking]_ `[PDF] `_, `[Code] `_ Tabular ADBench: Anomaly Detection Benchmark NeurIPS 2022 [#Han2022Adbench]_ `[PDF] `_, `[Code] `_ Time-series Revisiting Time Series Outlier Detection: Definitions and Benchmarks NeurIPS 2021 [#Lai2021Revisiting]_ `[PDF] `_, `[Code] `_ ============= ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== .. _12-tutorials: 1.2. 教程 ^^^^^^^^^^^^^^ ===================================================== ============================================ ===== ============================ ========================================================================================================================================================================== Tutorial Title Venue Year Ref Materials ===================================================== ============================================ ===== ============================ ========================================================================================================================================================================== Trustworthy Anomaly Detection SDM 2024 [#Yuan2024Trustworthy]_ `[HTML] `_ Recent Advances in Anomaly Detection CVPR 2023 [#Pang2023recent]_ `[HTML] `_, `[Video] `_ Deep Learning for Anomaly Detection WSDM 2021 [#Pang2021Deep]_ `[HTML] `_ Toward Explainable Deep Anomaly Detection KDD 2021 [#Pang2021Toward]_ `[HTML] `_ Deep Learning for Anomaly Detection KDD 2020 [#Wang2020Deep]_ `[HTML] `_, `[Video] `_ Which Outlier Detector Should I use? ICDM 2018 [#Ting2018Which]_ `[PDF] `_ Outlier detection techniques ACM SIGKDD 2010 [#Kriegel2010Outlier]_ `[PDF] `_ Data mining for anomaly detection PKDD 2008 [#Lazarevic2008Data]_ `[Video] `_ ===================================================== ============================================ ===== ============================ ========================================================================================================================================================================== .. _11-books: 1.3. 书籍 ^^^^^^^^^^ `Outlier Analysis `_ by Charu Aggarwal: Classical text book covering most of the outlier analysis techniques. A **must-read** for people in the field of outlier detection. `[Preview.pdf] `_ `Outlier Ensembles: An Introduction `_ by Charu Aggarwal and Saket Sathe: Great intro book for ensemble learning in outlier analysis. `Data Mining: Concepts and Techniques (3rd) `_ by Jiawei Han and Micheline Kamber and Jian Pei: Chapter 12 discusses outlier detection with many key points. `[Google Search] `_ ---- .. _2-coursesseminarsvideos: 2. 课程 / 研讨会 / 视频 -------------------------- **Coursera Introduction to Anomaly Detection (by IBM)**\ : `[See Video] `_ **Get started with the Anomaly Detection API (by IBM)**\ : `[See Website] `_ **Practical Anomaly Detection by appliedAI Institute**\: `[See Website] `_, `[See Video] `_, `[See GitHub] `_ **Coursera Real-Time Cyber Threat Detection and Mitigation partly covers the topic**\ : `[See Video] `_ **Coursera Machine Learning by Andrew Ng also partly covers the topic**\ : * `Anomaly Detection vs. Supervised Learning `_ * `Developing and Evaluating an Anomaly Detection System `_ **Udemy Outlier Detection Algorithms in Data Mining and Data Science**\ : `[See Video] `_ **Stanford Data Mining for Cyber Security** also covers part of anomaly detection techniques\ : `[See Video] `_ ---- .. _3-toolbox--datasets: 3. 工具库与数据集 --------------------- [**Python+LLM Agent**] `OpenAD `_: AD-AGENT is a multi-agent framework designed to automate anomaly detection across diverse data modalities, including tabular, graph, time series, and more. It integrates modular agents, model selection strategies, and configurable pipelines to support extensible and interpretable detection workflows. The framework is under active development and aims to support both academic research and practical deployment. .. _31-multivariate-data: 3.1. 多变量数据异常检测 ^^^^^^^^^^^^^^^^^^^^^^ [**Python**] `Python Outlier Detection (PyOD) `_\ : PyOD is a comprehensive and scalable Python toolkit for detecting outlying objects in multivariate data. It contains more than 20 detection algorithms, including emerging deep learning models and outlier ensembles. [**Python**, **GPU**] `TOD: Tensor-based Outlier Detection (PyTOD) `_: A general GPU-accelerated framework for outlier detection. [**Python**] `Python Streaming Anomaly Detection (PySAD) `_\ : PySAD is a streaming anomaly detection framework in Python, which provides a complete set of tools for anomaly detection experiments. It currently contains more than 15 online anomaly detection algorithms and 2 different methods to integrate PyOD detectors to the streaming setting. [**Python**] `Scikit-learn Novelty and Outlier Detection `_. It supports some popular algorithms like LOF, Isolation Forest, and One-class SVM. [**Python**] `Scalable Unsupervised Outlier Detection (SUOD) `_\ : SUOD (Scalable Unsupervised Outlier Detection) is an acceleration framework for large-scale unsupervised outlier detector training and prediction, on top of PyOD. [**Julia**] `OutlierDetection.jl `_\ : OutlierDetection.jl is a Julia toolkit for detecting outlying objects, also known as anomalies. [**Java**] `ELKI: Environment for Developing KDD-Applications Supported by Index-Structures `_\ : ELKI is an open source (AGPLv3) data mining software written in Java. The focus of ELKI is research in algorithms, with an emphasis on unsupervised methods in cluster analysis and outlier detection. [**Java**] `RapidMiner Anomaly Detection Extension `_\ : The Anomaly Detection Extension for RapidMiner comprises the most well know unsupervised anomaly detection algorithms, assigning individual anomaly scores to data rows of example sets. It allows you to find data, which is significantly different from the normal, without the need for the data being labeled. [**R**] `CRAN Task View: Anomaly Detection with R `_\ : This CRAN task view contains a list of packages that can be used for anomaly detection with R. [**R**] `outliers package `_\ : A collection of some tests commonly used for identifying outliers in R. [**Matlab**] `Anomaly Detection Toolbox - Beta `_\ : A collection of popular outlier detection algorithms in Matlab. .. _32-time-series-outlier-detection: 3.2. 时间序列异常检测 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [**Python**] `TODS `_\ : TODS is a full-stack automated machine learning system for outlier detection on multivariate time-series data. [**Python**] `skyline `_\ : Skyline is a near real time anomaly detection system. [**Python**] `banpei `_\ : Banpei is a Python package of the anomaly detection. [**Python**] `telemanom `_\ : A framework for using LSTMs to detect anomalies in multivariate time series data. [**Python**] `DeepADoTS `_\ : A benchmarking pipeline for anomaly detection on time series data for multiple state-of-the-art deep learning methods. [**Python**] `NAB: The Numenta Anomaly Benchmark `_\ : NAB is a novel benchmark for evaluating algorithms for anomaly detection in streaming, real-time applications. [**Python**] `CueObserve `_\ : Anomaly detection on SQL data warehouses and databases. [**Python**] `Chaos Genius `_\ : ML powered analytics engine for outlier/anomaly detection and root cause analysis. [**R**] `CRAN Task View: Anomaly Detection with R `_\ : This CRAN task view contains a list of packages that can be used for anomaly detection with R. [**R**] `AnomalyDetection `_\ : AnomalyDetection is an open-source R package to detect anomalies which is robust, from a statistical standpoint, in the presence of seasonality and an underlying trend. [**R**] `anomalize `_\ : The 'anomalize' package enables a "tidy" workflow for detecting anomalies in data. .. _33-graph-outlier-detection: 3.3. 图异常检测 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [**Python**] `Python Graph Outlier Detection (PyGOD) `_\ : PyGOD is a Python library for graph outlier detection (anomaly detection). It includes more than 10 latest graph-based detection algorithms .. _34-real-time-elasticsearch: 3.4. 实时 Elasticsearch ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [**Open Distro**] `Real Time Anomaly Detection in Open Distro for Elasticsearch by Amazon `_\ : A machine learning-based anomaly detection plugins for Open Distro for Elasticsearch. See `Real Time Anomaly Detection in Open Distro for Elasticsearch `_. [**Python**] `datastream.io `_\ : An open-source framework for real-time anomaly detection using Python, Elasticsearch and Kibana. .. _35-datasets: 3.5. 数据集 ^^^^^^^^^^^^^ **NLP-ADBench**: NLP Anomaly Detection Benchmark and Datasets: https://github.com/USC-FORTIS/NLP-ADBench **ELKI Outlier Datasets**\ : https://elki-project.github.io/datasets/outlier **Outlier Detection DataSets (ODDS)**\ : http://odds.cs.stonybrook.edu/#table1 **Unsupervised Anomaly Detection Dataverse**\ : https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/OPQMVF **Anomaly Detection Meta-Analysis Benchmarks**\ : https://ir.library.oregonstate.edu/concern/datasets/47429f155 **Skoltech Anomaly Benchmark (SKAB)**\ : https://github.com/waico/skab ---- .. _4-papers: 4. 论文 --------- 推荐阅读顺序(前沿优先): * `4.1. 用于异常检测的 LLM 与 LLM Agent <#41-llm-and-llm-agents-for-anomaly-detection>`_ * `4.2. 新兴与有趣方向 <#42-emerging-and-interesting-topics>`_ * `4.3. 弱监督方法 <#43-weakly-supervised-methods>`_ * `4.4. 异常检测机器学习系统 <#44-machine-learning-systems-for-outlier-detection>`_ * `4.5. 自动化异常检测 <#45-automated-outlier-detection>`_ 4.1. LLM and LLM Agents for Anomaly Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ============================================================================================================== ============================ ===== ============================ ===================================================================================================================================================================================== Paper Title Venue Year Ref Materials ============================================================================================================== ============================ ===== ============================ ===================================================================================================================================================================================== AD-LLM: Benchmarking Large Language Models for Anomaly Detection ACL 2025 Findings 2024 [#Yang2024ADLLM]_ `[PDF] `_, `[Code] `_ NLP-ADBench: NLP Anomaly Detection Benchmark EMNLP 2025 Findings 2024 [#Li2024NLPADBench]_ `[PDF] `_, `[Code] `_ AD-AGENT: A Multi-agent Framework for End-to-end Anomaly Detection Findings of IJCNLP-AACL 2025 [#Yang2025ADAGENT]_ `[PDF] `_, `[Code] `_ LogSAD: Training-free Anomaly Detection with Vision & Language Foundation Models CVPR 2025 2025 [#Zhang2025LogSAD]_ `[PDF] `_, `[Code] `_ MMAD: A Comprehensive Benchmark for Multimodal Large Language Models in Industrial Anomaly Detection ICLR 2025 2025 [#Jiang2025MMAD]_ `[PDF] `_, `[Code] `_ Delving into Large Language Models for Effective Time-Series Anomaly Detection NeurIPS 2025 2025 [#Park2025LLMTSAD]_ `[PDF] `_, `[Code] `_ ============================================================================================================== ============================ ===== ============================ ===================================================================================================================================================================================== 4.2. Emerging and Interesting Topics ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Clustering with Outlier Removal TKDE 2019 [#Liu2018Clustering]_ `[PDF] `_ Real-World Anomaly Detection by using Digital Twin Systems and Weakly-Supervised Learning IEEE Trans. Ind. Informat. 2020 [#Castellani2020Siamese]_ `[PDF] `_ SSD: A Unified Framework for Self-Supervised Outlier Detection ICLR 2021 [#Sehwag2021SSD]_ `[PDF] `_, `[Code] `_ AD-LLM: Benchmarking Large Language Models for Anomaly Detection Preprint 2024 [#Yang2024ADLLM]_ `[PDF] `_, `[Code] `_ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== 4.3. Weakly-Supervised Methods ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================= ============================ ===== ============================= ============================================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================= ============================ ===== ============================= ============================================================================================================================================================================================== XGBOD: improving supervised outlier detection with unsupervised representation learning IJCNN 2018 [#Zhao2018Xgbod]_ `[PDF] `_ Feature Encoding With Autoencoders for Weakly Supervised Anomaly Detection TNNLS 2021 [#Zhou2021Feature]_ `[PDF] `_, `[Code] `_ ================================================================================================= ============================ ===== ============================= ============================================================================================================================================================================================== 4.4. Machine Learning Systems for Outlier Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This section summarizes a list of systems for outlier detection, which may overlap with the section of tools and libraries. ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== PyOD: A Python Toolbox for Scalable Outlier Detection JMLR 2019 [#Zhao2019PYOD]_ `[PDF] `_, `[Code] `_ SUOD: Accelerating Large-Scale Unsupervised Heterogeneous Outlier Detection MLSys 2021 [#Zhao2021SUOD]_ `[PDF] `_, `[Code] `_ TOD: Tensor-based Outlier Detection Preprint 2021 [#Zhao2021TOD]_ `[PDF] `_, `[Code] `_ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== 4.5. Automated Outlier Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== AutoML: state of the art with a focus on anomaly detection, challenges, and research directions Int J Data Sci Anal 2022 [#Bahri2022automl]_ `[PDF] `_ AutoOD: Automated Outlier Detection via Curiosity-guided Search and Self-imitation Learning ICDE 2020 [#Li2020AutoOD]_ `[PDF] `_ Automatic Unsupervised Outlier Model Selection NeurIPS 2021 [#Zhao2020Automating]_ `[PDF] `_, `[Code] `_ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== 4.6. Outlier Detection with Neural Networks ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== Detecting spacecraft anomalies using lstms and nonparametric dynamic thresholding KDD 2018 [#Hundman2018Detecting]_ `[PDF] `_, `[Code] `_ MAD-GAN: Multivariate Anomaly Detection for Time Series Data with Generative Adversarial Networks ICANN 2019 [#Li2019MAD]_ `[PDF] `_, `[Code] `_ Generative Adversarial Active Learning for Unsupervised Outlier Detection TKDE 2019 [#Liu2019Generative]_ `[PDF] `_, `[Code] `_ Deep Autoencoding Gaussian Mixture Model for Unsupervised Anomaly Detection ICLR 2018 [#Zong2018Deep]_ `[PDF] `_, `[Code] `_ Deep Anomaly Detection with Outlier Exposure ICLR 2019 [#Hendrycks2019Deep]_ `[PDF] `_, `[Code] `_ Unsupervised Anomaly Detection With LSTM Neural Networks TNNLS 2019 [#Ergen2019Unsupervised]_ `[PDF] `_, `[IEEE] `_, Effective End-to-end Unsupervised Outlier Detection via Inlier Priority of Discriminative Network NeurIPS 2019 [#Wang2019Effective]_ `[PDF] `_ `[Code] `_ Fascinating Supervisory Signals and Where to Find Them: Deep Anomaly Detection with Scale Learning ICML 2023 [#Xu2023Fascinating]_ `[PDF] `_, `[Code] `_ ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== 4.7. Interpretability ^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Explaining Anomalies in Groups with Characterizing Subspace Rules DMKD 2018 [#Macha2018Explaining]_ `[PDF] `_ Beyond Outlier Detection: LookOut for Pictorial Explanation ECML-PKDD 2018 [#Gupta2018Beyond]_ `[PDF] `_ Contextual outlier interpretation IJCAI 2018 [#Liu2018Contextual]_ `[PDF] `_ Mining multidimensional contextual outliers from categorical relational data IDA 2015 [#Tang2015Mining]_ `[PDF] `_ Discriminative features for identifying and interpreting outliers ICDE 2014 [#Dang2014Discriminative]_ `[PDF] `_ Sequential Feature Explanations for Anomaly Detection TKDD 2019 [#Siddiqui2019Sequential]_ `[HTML] `_ A Survey on Explainable Anomaly Detection TKDD 2023 [#Li2023XAD]_ `[HTML] `_ Explainable Contextual Anomaly Detection Using Quantile Regression Forests DMKD 2023 [#Li2023QCAD]_ `[HTML] `_ Beyond Outlier Detection: Outlier Interpretation by Attention-Guided Triplet Deviation Network WWW 2021 [#Xu2021Beyond]_ `[PDF] `_ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== 4.8. Representation Learning in Outlier Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== Learning Representations of Ultrahigh-dimensional Data for Random Distance-based Outlier Detection SIGKDD 2018 [#Pang2018Learning]_ `[PDF] `_ Learning representations for outlier detection on a budget Preprint 2015 [#Micenkova2015Learning]_ `[PDF] `_ XGBOD: improving supervised outlier detection with unsupervised representation learning IJCNN 2018 [#Zhao2018Xgbod]_ `[PDF] `_ ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== 4.9. Outlier Detection in Evolving Data ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== A Survey on Anomaly detection in Evolving Data: [with Application to Forest Fire Risk Prediction] SIGKDD Explorations 2018 [#Salehi2018A]_ `[PDF] `_ Unsupervised real-time anomaly detection for streaming data Neurocomputing 2017 [#Ahmad2017Unsupervised]_ `[PDF] `_ Outlier Detection in Feature-Evolving Data Streams SIGKDD 2018 [#Manzoor2018Outlier]_ `[PDF] `_, `[Github] `_ Evaluating Real-Time Anomaly Detection Algorithms--The Numenta Anomaly Benchmark ICMLA 2015 [#Lavin2015Evaluating]_ `[PDF] `_, `[Github] `_ MIDAS: Microcluster-Based Detector of Anomalies in Edge Streams AAAI 2020 [#Bhatia2020MIDAS]_ `[PDF] `_, `[Github] `_ NETS: Extremely Fast Outlier Detection from a Data Stream via Set-Based Processing VLDB 2019 [#Yoon2019NETS]_ `[PDF] `_, `[Github] `_, `[Slide] `_ Ultrafast Local Outlier Detection from a Data Stream with Stationary Region Skipping KDD 2020 [#Yoon2020STARE]_ `[PDF] `_, `[Github] `_, `[Slide] `_ Multiple Dynamic Outlier-Detection from a Data Stream by Exploiting Duality of Data and Queries SIGMOD 2021 [#Yoon2021MDUAL]_ `[PDF] `_, `[Github] `_, `[Slide] `_ Adaptive Model Pooling for Online Deep Anomaly Detection from a Complex Evolving Data Stream KDD 2022 [#Yoon2022ARCUS]_ `[PDF] `_, `[Github] `_, `[Slide] `_ ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== 4.10. Outlier Ensembles ^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Outlier ensembles: position paper SIGKDD Explorations 2013 [#Aggarwal2013Outlier]_ `[PDF] `_ Ensembles for unsupervised outlier detection: challenges and research questions a position paper SIGKDD Explorations 2014 [#Zimek2014Ensembles]_ `[PDF] `_ An Unsupervised Boosting Strategy for Outlier Detection Ensembles PAKDD 2018 [#Campos2018An]_ `[HTML] `_ LSCP: Locally selective combination in parallel outlier ensembles SDM 2019 [#Zhao2019LSCP]_ `[PDF] `_ Adaptive Model Pooling for Online Deep Anomaly Detection from a Complex Evolving Data Stream KDD 2022 [#Yoon2022ARCUS]_ `[PDF] `_, `[Github] `_, `[Slide] `_ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== 4.11. High-dimensional & Subspace Outliers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================== ============================ ===== ============================ ======================================================================================================================================================================================================= Paper Title Venue Year Ref Materials ================================================================================================== ============================ ===== ============================ ======================================================================================================================================================================================================= A survey on unsupervised outlier detection in high-dimensional numerical data Stat Anal Data Min 2012 [#Zimek2012A]_ `[HTML] `_ Learning Representations of Ultrahigh-dimensional Data for Random Distance-based Outlier Detection SIGKDD 2018 [#Pang2018Learning]_ `[PDF] `_ Reverse Nearest Neighbors in Unsupervised Distance-Based Outlier Detection TKDE 2015 [#Radovanovic2015Reverse]_ `[PDF] `_, `[SLIDES] `_ Outlier detection for high-dimensional data Biometrika 2015 [#Ro2015Outlier]_ `[PDF] `_ ================================================================================================== ============================ ===== ============================ ======================================================================================================================================================================================================= 4.12. Feature Selection in Outlier Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================================ ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================================ ============================ ===== ============================ ========================================================================================================================================================================== Unsupervised feature selection for outlier detection by modelling hierarchical value-feature couplings ICDM 2016 [#Pang2016Unsupervised]_ `[PDF] `_ Learning homophily couplings from non-iid data for joint feature selection and noise-resilient outlier detection IJCAI 2017 [#Pang2017Learning]_ `[PDF] `_ ================================================================================================================ ============================ ===== ============================ ========================================================================================================================================================================== 4.13. Time Series Outlier Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ===================================================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ===================================================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== Outlier detection for temporal data: A survey TKDE 2014 [#Gupta2014Outlier]_ `[PDF] `_ Detecting spacecraft anomalies using lstms and nonparametric dynamic thresholding KDD 2018 [#Hundman2018Detecting]_ `[PDF] `_, `[Code] `_ Time-Series Anomaly Detection Service at Microsoft KDD 2019 [#Ren2019Time]_ `[PDF] `_ Revisiting Time Series Outlier Detection: Definitions and Benchmarks NeurIPS 2021 [#Lai2021Revisiting]_ `[PDF] `_, `[Code] `_ Graph-Augmented Normalizing Flows for Anomaly Detection of Multiple Time Series ICLR 2022 [#Dai2022Graph]_ `[PDF] `_, `[Code] `_ Drift doesn't matter: dynamic decomposition with diffusion reconstruction for unstable multivariate time series anomaly detection NeurIPS 2023 [#Wang2023Drift]_ `[PDF] `_, `[Code] `_ ===================================================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== 4.14. Graph & Network Outlier Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================= ============================= ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================= ============================= ===== ============================ ========================================================================================================================================================================== Graph based anomaly detection and description: a survey DMKD 2015 [#Akoglu2015Graph]_ `[PDF] `_ Anomaly detection in dynamic networks: a survey WIREs Computational Statistic 2015 [#Ranshous2015Anomaly]_ `[PDF] `_ Outlier detection in graphs: On the impact of multiple graph models ComSIS 2019 [#Campos2019Outlier]_ `[PDF] `_ A Comprehensive Survey on Graph Anomaly Detection with Deep Learning TKDE 2021 [#Ma2021A]_ `[PDF] `_ ================================================================================================= ============================= ===== ============================ ========================================================================================================================================================================== 4.15. Key Algorithms ^^^^^^^^^^^^^^^^^^^ All these algorithms are available in `Python Outlier Detection (PyOD) `_. ==================== ================================================================================================= ================================= ===== =========================== ============================================================================================================================================================================================== Abbreviation Paper Title Venue Year Ref Materials ==================== ================================================================================================= ================================= ===== =========================== ============================================================================================================================================================================================== kNN Efficient algorithms for mining outliers from large data sets ACM SIGMOD Record 2000 [#Ramaswamy2000Efficient]_ `[PDF] `_ KNN Fast outlier detection in high dimensional spaces PKDD 2002 [#Angiulli2002Fast]_ `[PDF] `_ LOF LOF: identifying density-based local outliers ACM SIGMOD Record 2000 [#Breunig2000LOF]_ `[PDF] `_ IForest Isolation forest ICDM 2008 [#Liu2008Isolation]_ `[PDF] `_ OCSVM Estimating the support of a high-dimensional distribution Neural Computation 2001 [#Scholkopf2001Estimating]_ `[PDF] `_ AutoEncoder Ensemble Outlier detection with autoencoder ensembles SDM 2017 [#Chen2017Outlier]_ `[PDF] `_ COPOD COPOD: Copula-Based Outlier Detection ICDM 2020 [#Li2020COPOD]_ `[PDF] `_ ECOD Unsupervised Outlier Detection Using Empirical Cumulative Distribution Functions TKDE 2022 [#Li2021ECOD]_ `[PDF] `_ ==================== ================================================================================================= ================================= ===== =========================== ============================================================================================================================================================================================== 4.16. Overview & Survey Papers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Papers are sorted by the publication year. ====================================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ====================================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== A survey of outlier detection methodologies ARTIF INTELL REV 2004 [#Hodge2004A]_ `[PDF] `_ Anomaly detection: A survey CSUR 2009 [#Chandola2009Anomaly]_ `[PDF] `_ A meta-analysis of the anomaly detection problem Preprint 2015 [#Emmott2015A]_ `[PDF] `_ On the evaluation of unsupervised outlier detection: measures, datasets, and an empirical study DMKD 2016 [#Campos2016On]_ `[HTML] `_, `[SLIDES] `_ A comparative evaluation of unsupervised anomaly detection algorithms for multivariate data PLOS ONE 2016 [#Goldstein2016A]_ `[PDF] `_ A comparative evaluation of outlier detection algorithms: Experiments and analyses Pattern Recognition 2018 [#Domingues2018A]_ `[PDF] `_ Research Issues in Outlier Detection Book Chapter 2019 [#Suri2019Research]_ `[HTML] `_ Quantitative comparison of unsupervised anomaly detection algorithms for intrusion detection SAC 2019 [#Falcao2019Quantitative]_ `[HTML] `_ Progress in Outlier Detection Techniques: A Survey IEEE Access 2019 [#Wang2019Progress]_ `[PDF] `_ Deep learning for anomaly detection: A survey Preprint 2019 [#Chalapathy2019Deep]_ `[PDF] `_ Anomalous Instance Detection in Deep Learning: A Survey Tech Report 2020 [#Bulusu2020Deep]_ `[PDF] `_ Anomaly detection in univariate time-series: A survey on the state-of-the-art Preprint 2020 [#Braei2020Anomaly]_ `[PDF] `_ Deep Learning for Anomaly Detection: A Review CSUR 2021 [#Pang2020Deep]_ `[PDF] `_ A Comprehensive Survey on Graph Anomaly Detection with Deep Learning TKDE 2021 [#Ma2021A]_ `[PDF] `_ Revisiting Time Series Outlier Detection: Definitions and Benchmarks NeurIPS 2021 [#Lai2021Revisiting]_ `[PDF] `_, `[Code] `_ A Unified Survey on Anomaly, Novelty, Open-Set, and Out-of-Distribution Detection: Solutions and Future Challenges Preprint 2021 [#Salehi2021A]_ `[PDF] `_ Self-Supervised Anomaly Detection: A Survey and Outlook Preprint 2022 [#Hojjati2022Self]_ `[PDF] `_ Weakly supervised anomaly detection: A survey Preprint 2023 [#Jiang2023weakly]_ `[PDF] `_, `[PDF] `_ AD-LLM: Benchmarking Large Language Models for Anomaly Detection Preprint 2024 [#Yang2024ADLLM]_ `[PDF] `_, `[Code] `_ Large Language Models for Anomaly and Out-of-Distribution Detection: A Survey Preprint 2024 [#Xu2024LLMsurvey]_ `[PDF] `_ ====================================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== 4.17. Isolation-Based Methods ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================= ============================ ===== ============================= ============================================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================= ============================ ===== ============================= ============================================================================================================================================================================================== Isolation forest ICDM 2008 [#Liu2008Isolation]_ `[PDF] `_ Isolation‐based anomaly detection using nearest‐neighbor ensembles Computational Intelligence 2018 [#Bandaragoda2018Isolation]_ `[PDF] `_, `[Code] `_ Extended Isolation Forest TKDE 2019 [#Hariri2019Extended]_ `[PDF] `_, `[Code] `_ Isolation Distributional Kernel: A New Tool for Kernel based Anomaly Detection KDD 2020 [#Ting2020Isolation]_ `[PDF] `_, `[Code] `_ Deep Isolation Forest for Anomaly Detection TKDE 2023 [#Xu2023Deep]_ `[PDF] `_, `[Code] `_ ================================================================================================= ============================ ===== ============================= ============================================================================================================================================================================================== 4.18. Fairness and Bias in Outlier Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== A Framework for Determining the Fairness of Outlier Detection ECAI 2020 [#Davidson2020A]_ `[PDF] `_ FAIROD: Fairness-aware Outlier Detection AIES 2021 [#Shekhar2021FAIROD]_ `[PDF] `_ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== 4.19. Outlier Detection Applications ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ======================== ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Field Paper Title Venue Year Ref Materials ======================== ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== **Security** A survey of distance and similarity measures used within network intrusion anomaly detection IEEE Commun. Surv. Tutor. 2015 [#WellerFahy2015A]_ `[PDF] `_ **Security** Anomaly-based network intrusion detection: Techniques, systems and challenges Computers & Security 2009 [#GarciaTeodoro2009Anomaly]_ `[PDF] `_ **Finance** A survey of anomaly detection techniques in financial domain Future Gener Comput Syst 2016 [#Ahmed2016A]_ `[PDF] `_ **Traffic** Outlier Detection in Urban Traffic Data WIMS 2018 [#Djenouri2018Outlier]_ `[PDF] `_ **Social Media** A survey on social media anomaly detection SIGKDD Explorations 2016 [#Yu2016A]_ `[PDF] `_ **Social Media** GLAD: group anomaly detection in social media analysis TKDD 2015 [#Yu2015Glad]_ `[PDF] `_ **Machine Failure** Detecting the Onset of Machine Failure Using Anomaly Detection Methods DAWAK 2019 [#Riazi2019Detecting]_ `[PDF] `_ **Video Surveillance** AnomalyNet: An anomaly detection network for video surveillance TIFS 2019 [#Zhou2019AnomalyNet]_ `[IEEE] `_, `Code `_ ======================== ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== 4.20. Outlier Detection in Other fields ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ============== ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Field Paper Title Venue Year Ref Materials ============== ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== **Text** Outlier detection for text data SDM 2017 [#Kannan2017Outlier]_ `[PDF] `_ ============== ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== 4.21. Interactive Outlier Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== Learning On-the-Job to Re-rank Anomalies from Top-1 Feedback SDM 2019 [#Lamba2019Learning]_ `[PDF] `_ Interactive anomaly detection on attributed networks WSDM 2019 [#Ding2019Interactive]_ `[PDF] `_ eX2: a framework for interactive anomaly detection IUI Workshop 2019 [#Arnaldo2019ex2]_ `[PDF] `_ Tripartite Active Learning for Interactive Anomaly Discovery IEEE Access 2019 [#Zhu2019Tripartite]_ `[PDF] `_ ================================================================================================= ============================ ===== ============================ ========================================================================================================================================================================== 4.22. Active Anomaly Detection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== Paper Title Venue Year Ref Materials ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== Active learning for anomaly and rare-category detection NeurIPS 2005 [#Pelleg2005Active]_ `[PDF] `_ Outlier detection by active learning SIGKDD 2006 [#Abe2006Outlier]_ `[PDF] `_ Active Anomaly Detection via Ensembles: Insights, Algorithms, and Interpretability Preprint 2019 [#Das2019Active]_ `[PDF] `_ Meta-AAD: Active Anomaly Detection with Deep Reinforcement Learning ICDM 2020 [#Zha2020Meta]_ `[PDF] `_ A3: Activation Anomaly Analysis ECML-PKDD 2020 [#Sperl2021A3]_ `[PDF] `_, `[Code] `_ ================================================================================================== ============================ ===== ============================ ========================================================================================================================================================================== ---- .. _5-key-conferencesworkshopsjournals: 5. 重要会议 / Workshop / 期刊 ------------------------------------- .. _51-conferences--workshops: 5.1. 会议与 Workshop ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Key data mining conference **deadlines**, **historical acceptance rates**, and more can be found `data-mining-conferences `_. `ACM International Conference on Knowledge Discovery and Data Mining (SIGKDD) `_. **Note**: SIGKDD usually has an Outlier Detection Workshop (ODD), see `ODD 2021 `_. `ACM International Conference on Management of Data (SIGMOD) `_ `The Web Conference (WWW) `_ `IEEE International Conference on Data Mining (ICDM) `_ `SIAM International Conference on Data Mining (SDM) `_ `IEEE International Conference on Data Engineering (ICDE) `_ `ACM InternationalConference on Information and Knowledge Management (CIKM) `_ `ACM International Conference on Web Search and Data Mining (WSDM) `_ `The European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases (ECML-PKDD) `_ `The Pacific-Asia Conference on Knowledge Discovery and Data Mining (PAKDD) `_ .. _52-journals: 5.2. 期刊 ^^^^^^^^^^^^^ `ACM Transactions on Knowledge Discovery from Data (TKDD) `_ `IEEE Transactions on Knowledge and Data Engineering (TKDE) `_ `ACM SIGKDD Explorations Newsletter `_ `Data Mining and Knowledge Discovery `_ `Knowledge and Information Systems (KAIS) `_ ---- References ---------- .. [#Abe2006Outlier] Abe, N., Zadrozny, B. and Langford, J., 2006, August. Outlier detection by active learning. In *Proceedings of the 12th ACM SIGKDD international conference on Knowledge discovery and data mining*, pp. 504-509, ACM. .. [#Aggarwal2013Outlier] Aggarwal, C.C., 2013. Outlier ensembles: position paper. *ACM SIGKDD Explorations Newsletter*\ , 14(2), pp.49-58. .. [#Ahmed2016A] Ahmed, M., Mahmood, A.N. and Islam, M.R., 2016. A survey of anomaly detection techniques in financial domain. *Future Generation Computer Systems*\ , 55, pp.278-288. .. [#Ahmad2017Unsupervised] Ahmad, S., Lavin, A., Purdy, S. and Agha, Z., 2017. Unsupervised real-time anomaly detection for streaming data. *Neurocomputing*, 262, pp.134-147. .. [#Akoglu2015Graph] Akoglu, L., Tong, H. and Koutra, D., 2015. Graph based anomaly detection and description: a survey. *Data Mining and Knowledge Discovery*\ , 29(3), pp.626-688. .. [#Angiulli2002Fast] Angiulli, F. and Pizzuti, C., 2002, August. Fast outlier detection in high dimensional spaces. In *European Conference on Principles of Data Mining and Knowledge Discovery*, pp. 15-27. .. [#Arnaldo2019ex2] Arnaldo, I., Veeramachaneni, K. and Lam, M., 2019. ex2: a framework for interactive anomaly detection. In *ACM IUI Workshop on Exploratory Search and Interactive Data Analytics (ESIDA)*. .. [#Bahri2022automl] Bahri, M., Salutari, F., Putina, A. et al. AutoML: state of the art with a focus on anomaly detection, challenges, and research directions. *International Journal of Data Science and Analytics* (2022). .. [#Bandaragoda2018Isolation] Bandaragoda, Tharindu R., Kai Ming Ting, David Albrecht, Fei Tony Liu, Ye Zhu, and Jonathan R. Wells. "Isolation‐based anomaly detection using nearest‐neighbor ensembles." *Computational Intelligence* 34, no. 4 (2018): 968-998. .. [#Bhatia2020MIDAS] Bhatia, S., Hooi, B., Yoon, M., Shin, K. and Faloutsos. C., 2020. MIDAS: Microcluster-Based Detector of Anomalies in Edge Streams. In *AAAI Conference on Artificial Intelligence (AAAI)*. .. [#Braei2020Anomaly] Braei, M. and Wagner, S., 2020. Anomaly detection in univariate time-series: A survey on the state-of-the-art. arXiv preprint arXiv:2004.00433. .. [#Breunig2000LOF] Breunig, M.M., Kriegel, H.P., Ng, R.T. and Sander, J., 2000, May. LOF: identifying density-based local outliers. *ACM SIGMOD Record*\ , 29(2), pp. 93-104. .. [#Bulusu2020Deep] Bulusu, S., Kailkhura, B., Li, B., Varshney, P. and Song, D., 2020. Anomalous instance detection in deep learning: A survey (No. LLNL-CONF-808677). Lawrence Livermore National Lab.(LLNL), Livermore, CA (United States). .. [#Campos2016On] Campos, G.O., Zimek, A., Sander, J., Campello, R.J., Micenková, B., Schubert, E., Assent, I. and Houle, M.E., 2016. On the evaluation of unsupervised outlier detection: measures, datasets, and an empirical study. *Data Mining and Knowledge Discovery*\ , 30(4), pp.891-927. .. [#Campos2018An] Campos, G.O., Zimek, A. and Meira, W., 2018, June. An Unsupervised Boosting Strategy for Outlier Detection Ensembles. In *Pacific-Asia Conference on Knowledge Discovery and Data Mining (pp. 564-576)*. Springer, Cham. .. [#Campos2019Outlier] Campos, G.O., Moreira, E., Meira Jr, W. and Zimek, A., 2019. Outlier Detection in Graphs: A Study on the Impact of Multiple Graph Models. *Computer Science & Information Systems*, 16(2). .. [#Castellani2020Siamese] Castellani, A., Schmitt, S., Squartini, S., 2020. Real-World Anomaly Detection by using Digital Twin Systems and Weakly-Supervised Learning. In *IEEE Transactions on Industrial Informatics*. .. [#Chalapathy2019Deep] Chalapathy, R. and Chawla, S., 2019. Deep learning for anomaly detection: A survey. arXiv preprint arXiv:1901.03407. .. [#Chandola2009Anomaly] Chandola, V., Banerjee, A. and Kumar, V., 2009. Anomaly detection: A survey. *ACM computing surveys* , 41(3), p.15. .. [#Chawla2011Anomaly] Chawla, S. and Chandola, V., 2011, Anomaly Detection: A Tutorial. *Tutorial at ICDM 2011*. .. [#Chen2017Outlier] Chen, J., Sathe, S., Aggarwal, C. and Turaga, D., 2017, June. Outlier detection with autoencoder ensembles. *SIAM International Conference on Data Mining*, pp. 90-98. Society for Industrial and Applied Mathematics. .. [#Dai2022Graph] Dai, E. and Chen, J., 2022. Graph-Augmented Normalizing Flows for Anomaly Detection of Multiple Time Series. International Conference on Learning Representations (ICLR). .. [#Dang2014Discriminative] Dang, X.H., Assent, I., Ng, R.T., Zimek, A. and Schubert, E., 2014, March. Discriminative features for identifying and interpreting outliers. In *International Conference on Data Engineering (ICDE)*. IEEE. .. [#Das2019Active] Das, S., Islam, M.R., Jayakodi, N.K. and Doppa, J.R., 2019. Active Anomaly Detection via Ensembles: Insights, Algorithms, and Interpretability. arXiv preprint arXiv:1901.08930. .. [#Davidson2020A] Davidson, I. and Ravi, S.S., 2020. A framework for determining the fairness of outlier detection. In Proceedings of the 24th European Conference on Artificial Intelligence (ECAI2020) (Vol. 2029). .. [#Ding2019Interactive] Ding, K., Li, J. and Liu, H., 2019, January. Interactive anomaly detection on attributed networks. In *Proceedings of the Twelfth ACM International Conference on Web Search and Data Mining*, pp. 357-365. ACM. .. [#Djenouri2018Outlier] Djenouri, Y. and Zimek, A., 2018, June. Outlier detection in urban traffic data. In *Proceedings of the 8th International Conference on Web Intelligence, Mining and Semantics*. ACM. .. [#Domingues2018A] Domingues, R., Filippone, M., Michiardi, P. and Zouaoui, J., 2018. A comparative evaluation of outlier detection algorithms: Experiments and analyses. *Pattern Recognition*, 74, pp.406-421. .. [#Emmott2015A] Emmott, A., Das, S., Dietterich, T., Fern, A. and Wong, W.K., 2015. A meta-analysis of the anomaly detection problem. arXiv preprint arXiv:1503.01158. .. [#Ergen2019Unsupervised] Ergen, T. and Kozat, S.S., 2019. Unsupervised Anomaly Detection With LSTM Neural Networks. *IEEE transactions on neural networks and learning systems*. .. [#Falcao2019Quantitative] Falcão, F., Zoppi, T., Silva, C.B.V., Santos, A., Fonseca, B., Ceccarelli, A. and Bondavalli, A., 2019, April. Quantitative comparison of unsupervised anomaly detection algorithms for intrusion detection. In *Proceedings of the 34th ACM/SIGAPP Symposium on Applied Computing*, (pp. 318-327). ACM. .. [#GarciaTeodoro2009Anomaly] Garcia-Teodoro, P., Diaz-Verdejo, J., Maciá-Fernández, G. and Vázquez, E., 2009. Anomaly-based network intrusion detection: Techniques, systems and challenges. *Computers & Security*\ , 28(1-2), pp.18-28. .. [#Goldstein2016A] Goldstein, M. and Uchida, S., 2016. A comparative evaluation of unsupervised anomaly detection algorithms for multivariate data. *PloS one*\ , 11(4), p.e0152173. .. [#Gupta2014Outlier] Gupta, M., Gao, J., Aggarwal, C.C. and Han, J., 2014. Outlier detection for temporal data: A survey. *IEEE Transactions on Knowledge and Data Engineering*\ , 26(9), pp.2250-2267. .. [#Hariri2019Extended] Hariri, S., Kind, M.C. and Brunner, R.J., 2019. Extended Isolation Forest. *IEEE Transactions on Knowledge and Data Engineering*. .. [#Hendrycks2019Deep] Hendrycks, D., Mazeika, M. and Dietterich, T.G., 2019. Deep Anomaly Detection with Outlier Exposure. International Conference on Learning Representations (ICLR). .. [#Hodge2004A] Hodge, V. and Austin, J., 2004. A survey of outlier detection methodologies. *Artificial intelligence review*\ , 22(2), pp.85-126. .. [#Hojjati2022Self] Hojjati, H., Ho, T.K.K. and Armanfard, N., 2022. Self-Supervised Anomaly Detection: A Survey and Outlook. arXiv preprint arXiv:2205.05173. .. [#Hundman2018Detecting] Hundman, K., Constantinou, V., Laporte, C., Colwell, I. and Soderstrom, T., 2018, July. Detecting spacecraft anomalies using lstms and nonparametric dynamic thresholding. In *Proceedings of the 24th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining*, (pp. 387-395). ACM. .. [#Kannan2017Outlier] Kannan, R., Woo, H., Aggarwal, C.C. and Park, H., 2017, June. Outlier detection for text data. In *Proceedings of the 2017 SIAM International Conference on Data Mining*, pp. 489-497. Society for Industrial and Applied Mathematics. .. [#Kriegel2010Outlier] Kriegel, H.P., Kröger, P. and Zimek, A., 2010. Outlier detection techniques. *Tutorial at ACM SIGKDD 2010*. .. [#Jiang2023adgym] Jiang, M., Hou, C., Zheng, A., Han, S., Huang, H., Wen, Q., Hu, X. and Zhao, Y., 2023. ADGym: Design Choices for Deep Anomaly Detection. *NeurIPS*, Datasets and Benchmarks Track. .. [#Jiang2023weakly] Jiang, M., Hou, C., Zheng, A., Hu, X., Han, S., Huang, H., He, X., Yu, P.S. and Zhao, Y., 2023. Weakly supervised anomaly detection: A survey. arXiv preprint arXiv:2302.04549. .. [#Jiang2025MMAD] Jiang, X., Li, J., Deng, H., Liu, Y., Gao, B., Zhou, Y., Li, J., Wang, C. and Zheng, F., 2025. MMAD: A Comprehensive Benchmark for Multimodal Large Language Models in Industrial Anomaly Detection. In *ICLR 2025*. .. [#Lai2021Revisiting] Lai, K.H., Zha, D., Xu, J., Zhao, Y., Wang, G. and Hu, X., 2021. Revisiting Time Series Outlier Detection: Definitions and Benchmarks. *NeurIPS*, Datasets and Benchmarks Track. .. [#Lamba2019Learning] Lamba, H. and Akoglu, L., 2019, May. Learning On-the-Job to Re-rank Anomalies from Top-1 Feedback. In *Proceedings of the 2019 SIAM International Conference on Data Mining (SDM)*, pp. 612-620. Society for Industrial and Applied Mathematics. .. [#Lavin2015Evaluating] Lavin, A. and Ahmad, S., 2015, December. Evaluating Real-Time Anomaly Detection Algorithms--The Numenta Anomaly Benchmark. In *2015 IEEE 14th International Conference on Machine Learning and Applications (ICMLA)* (pp. 38-44). IEEE. .. [#Lazarevic2008Data] Lazarevic, A., Banerjee, A., Chandola, V., Kumar, V. and Srivastava, J., 2008, September. Data mining for anomaly detection. *Tutorial at ECML PKDD 2008*. .. [#Li2019MAD] Li, D., Chen, D., Jin, B., Shi, L., Goh, J. and Ng, S.K., 2019, September. MAD-GAN: Multivariate anomaly detection for time series data with generative adversarial networks. In *International Conference on Artificial Neural Networks* (pp. 703-716). Springer, Cham. .. [#Li2020COPOD] Li, Z., Zhao, Y., Botta, N., Ionescu, C. and Hu, X. COPOD: Copula-Based Outlier Detection. *IEEE International Conference on Data Mining (ICDM)*, 2020. .. [#Li2021ECOD] Li, Z., Zhao, Y., Hu, X., Botta, N., Ionescu, C. and Chen, H. G. ECOD: Unsupervised Outlier Detection Using Empirical Cumulative Distribution Functions. *IEEE Transactions on Knowledge and Data Engineering (TKDE)*, 2022. .. [#Li2023XAD] Li, Z., Zhu, Y. and Van Leeuwen, M., 2023. A survey on explainable anomaly detection. *ACM Transactions on Knowledge Discovery from Data*, 18(1), pp.1-54. .. [#Li2023QCAD] Li, Z. and Van Leeuwen, M., 2023. Explainable contextual anomaly detection using quantile regression forests. *Data Mining and Knowledge Discovery*, 37(6), pp.2517-2563. .. [#Li2024NLPADBench] Li, Y., Li, J., Xiao, Z., Yang, T., Nian, Y., Hu, X. and Zhao, Y. "NLP-ADBench: NLP Anomaly Detection Benchmark," arXiv preprint arXiv:2412.04784. .. [#Liu2008Isolation] Liu, F.T., Ting, K.M. and Zhou, Z.H., 2008, December. Isolation forest. In *International Conference on Data Mining*\ , pp. 413-422. IEEE. .. [#Liu2018Clustering] Liu, H., Li, J., Wu, Y. and Fu, Y., 2019. Clustering with outlier removal. *IEEE transactions on knowledge and data engineering*. .. [#Liu2018Contextual] Liu, N., Shin, D. and Hu, X., 2017. Contextual outlier interpretation. In *International Joint Conference on Artificial Intelligence (IJCAI-18)*, pp.2461-2467. .. [#Liu2019Generative] Liu, Y., Li, Z., Zhou, C., Jiang, Y., Sun, J., Wang, M. and He, X., 2019. Generative Adversarial Active Learning for Unsupervised Outlier Detection. *IEEE transactions on knowledge and data engineering*. .. [#Li2020AutoOD] Li, Y., Chen, Z., Zha, D., Zhou, K., Jin, H., Chen, H. and Hu, X., 2020. AutoOD: Automated Outlier Detection via Curiosity-guided Search and Self-imitation Learning. *ICDE*. .. [#Liu2022Benchmarking] Liu, K., Dou, Y., Zhao, Y., Ding, X., Hu, X., Zhang, R., Ding, K., Chen, C., Peng, H., Shu, K., Sun, L., Li, J., Chen, G.H., Jia, Z., and Yu, P.S. 2022. Benchmarking Node Outlier Detection on Graphs. arXiv preprint arXiv:2206.10071. .. [#Liu2024Elephant] Liu, Q. and Paparrizos, J., 2024. The Elephant in the Room: Towards A Reliable Time-Series Anomaly Detection Benchmark. *NeurIPS 2024 Datasets and Benchmarks Track*. .. [#Ma2021A] Ma, X., Wu, J., Xue, S., Yang, J., Zhou, C., Sheng, Q.Z., Xiong, H. and Akoglu, L., 2021. A comprehensive survey on graph anomaly detection with deep learning. *IEEE Transactions on Knowledge and Data Engineering*. .. [#Macha2018Explaining] Macha, M. and Akoglu, L., 2018. Explaining anomalies in groups with characterizing subspace rules. Data Mining and Knowledge Discovery, 32(5), pp.1444-1480. .. [#Manzoor2018Outlier] Manzoor, E., Lamba, H. and Akoglu, L. Outlier Detection in Feature-Evolving Data Streams. In *24th ACM SIGKDD International Conference on Knowledge Discovery and Data mining (KDD)*. 2018. .. [#Mendiratta2017Anomaly] Mendiratta, B.V., 2017. Anomaly Detection in Networks. *Tutorial at ACM SIGKDD 2017*. .. [#Micenkova2015Learning] Micenková, B., McWilliams, B. and Assent, I., 2015. Learning representations for outlier detection on a budget. arXiv preprint arXiv:1507.08104. .. [#Gupta2018Beyond] Gupta, N., Eswaran, D., Shah, N., Akoglu, L. and Faloutsos, C., Beyond Outlier Detection: LookOut for Pictorial Explanation. *ECML PKDD 2018*. .. [#Han2022Adbench] Han, S., Hu, X., Huang, H., Jiang, M. and Zhao, Y., 2022. ADBench: Anomaly Detection Benchmark. arXiv preprint arXiv:2206.09426. .. [#Pang2016Unsupervised] Pang, G., Cao, L., Chen, L. and Liu, H., 2016, December. Unsupervised feature selection for outlier detection by modelling hierarchical value-feature couplings. In Data Mining (ICDM), 2016 IEEE 16th International Conference on (pp. 410-419). IEEE. .. [#Pang2017Learning] Pang, G., Cao, L., Chen, L. and Liu, H., 2017, August. Learning homophily couplings from non-iid data for joint feature selection and noise-resilient outlier detection. In Proceedings of the 26th International Joint Conference on Artificial Intelligence (pp. 2585-2591). AAAI Press. .. [#Pang2018Learning] Pang, G., Cao, L., Chen, L. and Liu, H., 2018. Learning Representations of Ultrahigh-dimensional Data for Random Distance-based Outlier Detection. In *24th ACM SIGKDD International Conference on Knowledge Discovery and Data mining (KDD)*. 2018. .. [#Pang2020Deep] Pang, G., Shen, C., Cao, L. and Hengel, A.V.D., 2021. Deep Learning for Anomaly Detection: A Review. ACM Computing Surveys (CSUR), 54(2), pp.1-38. .. [#Pang2021Deep] Pang, G., Cao, L. and Aggarwal, C., 2021. Deep Learning for Anomaly Detection. *Tutorial at WSDM 2021*. .. [#Pang2021Toward] Pang, G. and Aggarwal, C., 2021, August. Toward explainable deep anomaly detection. In *KDD* (pp. 4056-4057). .. [#Pang2023recent] Guansong Pang, Joey Tianyi Zhou, Radu Tudor Ionescu, Yu Tian, and Kihyuk Sohn. "Recent Advances in Anomaly Detection". In: *CVPR'23*. Vancouver, Canada. .. [#Park2025LLMTSAD] Park, J., Jung, K., Lee, D., Lee, H., Gwak, D., Park, C., Choo, J. and Cho, J., 2025. Delving into Large Language Models for Effective Time-Series Anomaly Detection. In *NeurIPS 2025*. .. [#Pelleg2005Active] Pelleg, D. and Moore, A.W., 2005. Active learning for anomaly and rare-category detection. In *Advances in neural information processing systems*\, pp. 1073-1080. .. [#Radovanovic2015Reverse] Radovanović, M., Nanopoulos, A. and Ivanović, M., 2015. Reverse nearest neighbors in unsupervised distance-based outlier detection. *IEEE transactions on knowledge and data engineering*, 27(5), pp.1369-1382. .. [#Ramaswamy2000Efficient] Ramaswamy, S., Rastogi, R. and Shim, K., 2000, May. Efficient algorithms for mining outliers from large data sets. *ACM SIGMOD Record*\ , 29(2), pp. 427-438. .. [#Ranshous2015Anomaly] Ranshous, S., Shen, S., Koutra, D., Harenberg, S., Faloutsos, C. and Samatova, N.F., 2015. Anomaly detection in dynamic networks: a survey. Wiley Interdisciplinary Reviews: Computational Statistics, 7(3), pp.223-247. .. [#Ren2019Time] Ren, H., Xu, B., Wang, Y., Yi, C., Huang, C., Kou, X., Xing, T., Yang, M., Tong, J. and Zhang, Q., 2019. Time-Series Anomaly Detection Service at Microsoft. In *Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining*. ACM. .. [#Riazi2019Detecting] Riazi, M., Zaiane, O., Takeuchi, T., Maltais, A., Günther, J. and Lipsett, M., Detecting the Onset of Machine Failure Using Anomaly Detection Methods. .. [#Ro2015Outlier] Ro, K., Zou, C., Wang, Z. and Yin, G., 2015. Outlier detection for high-dimensional data. *Biometrika*, 102(3), pp.589-599. .. [#Salehi2018A] Salehi, Mahsa & Rashidi, Lida. (2018). A Survey on Anomaly detection in Evolving Data: [with Application to Forest Fire Risk Prediction]. *ACM SIGKDD Explorations Newsletter*. 20. 13-23. .. [#Salehi2021A] Salehi, M., Mirzaei, H., Hendrycks, D., Li, Y., Rohban, M.H., Sabokrou, M., 2021. A Unified Survey on Anomaly, Novelty, Open-Set, and Out-of-Distribution Detection: Solutions and Future Challenges. arXiv preprint arXiv:2110.14051. .. [#Scholkopf2001Estimating] Schölkopf, B., Platt, J.C., Shawe-Taylor, J., Smola, A.J. and Williamson, R.C., 2001. Estimating the support of a high-dimensional distribution. *Neural Computation*, 13(7), pp.1443-1471. .. [#Sehwag2021SSD] Sehwag, V., Chiang, M., Mittal, P., 2021. SSD: A Unified Framework for Self-Supervised Outlier Detection. *International Conference on Learning Representations (ICLR)*. .. [#Shekhar2021FAIROD] Shekhar, S., Shah, N. and Akoglu, L., 2021. FAIROD: Fairness-aware Outlier Detection. AAAI/ACM Conference on AI, Ethics, and Society (AIES). .. [#Siddiqui2019Sequential] Siddiqui, M.A., Fern, A., Dietterich, T.G. and Wong, W.K., 2019. Sequential Feature Explanations for Anomaly Detection. *ACM Transactions on Knowledge Discovery from Data (TKDD)*, 13(1), p.1. .. [#Sperl2021A3] Sperl, P., Schulze, J.-P., and Böttinger, K., 2021. Activation Anomaly Analysis. *European Conference on Machine Learning and Data Mining (ECML-PKDD) 2020*. .. [#Suri2019Research] Suri, N.R. and Athithan, G., 2019. Research Issues in Outlier Detection. In *Outlier Detection: Techniques and Applications*, pp. 29-51. Springer, Cham. .. [#Tang2015Mining] Tang, G., Pei, J., Bailey, J. and Dong, G., 2015. Mining multidimensional contextual outliers from categorical relational data. *Intelligent Data Analysis*, 19(5), pp.1171-1192. .. [#Tang2023GADBench] Tang, J., Hua, F., Gao, Z., Zhao, P. and Li, J., 2023. GADBench: Revisiting and Benchmarking Supervised Graph Anomaly Detection. *NeurIPS*, Datasets and Benchmarks Track. .. [#Ting2018Which] Ting, KM., Aryal, S. and Washio, T., 2018, Which Anomaly Detector should I use? *Tutorial at ICDM 2018*. .. [#Ting2020Isolation] Ting, Kai Ming, Bi-Cun Xu, Takashi Washio, and Zhi-Hua Zhou. "Isolation Distributional Kernel: A New Tool for Kernel based Anomaly Detection." In *Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining*, pp. 198-206. 2020. .. [#Wang2019Effective] Wang, S., Zeng, Y., Liu, X., Zhu, E., Yin, J., Xu, C. and Kloft, M., 2019. Effective End-to-end Unsupervised Outlier Detection via Inlier Priority of Discriminative Network. In *33rd Conference on Neural Information Processing Systems*. .. [#Wang2019Progress] Wang, H., Bah, M.J. and Hammad, M., 2019. Progress in Outlier Detection Techniques: A Survey. *IEEE Access*, 7, pp.107964-108000. .. [#Wang2020Deep] Wang, R., Nie, K., Chang, Y. J., Gong, X., Wang, T., Yang, Y., Long, B., 2020. Deep Learning for Anomaly Detection. *Tutorial at KDD 2020*. .. [#WellerFahy2015A] Weller-Fahy, D.J., Borghetti, B.J. and Sodemann, A.A., 2015. A survey of distance and similarity measures used within network intrusion anomaly detection. *IEEE Communications Surveys & Tutorials*\ , 17(1), pp.70-91. .. [#Xu2021Beyond] Xu, H., Wang, Y., Jian, S., Huang, Z., Wang, Y., Liu, N. and Li, F., 2021, April. Beyond Outlier Detection: Outlier Interpretation by Attention-Guided Triplet Deviation Network. In *Proceedings of the Web Conference* 2021 (pp. 1328-1339). .. [#Xu2023Deep] Xu, H., Pang, G., Wang, Y., Wang, Y., 2023. Deep Isolation Forest for Anomaly Detection. *IEEE Transactions on Knowledge and Data Engineering*. .. [#Xu2023Fascinating] Xu, H., Wang, Y., Wei, J., Jian, S., Li, Y., Liu, N., 2023. Fascinating Supervisory Signals and Where to Find Them: Deep Anomaly Detection with Scale Learning. *International Conference on Machine Learning (ICML)*. .. [#Xu2024LLMsurvey] Xu, R. and Ding, K., 2024. Large language models for anomaly and out-of-distribution detection: A survey. arXiv preprint arXiv:2409.01980. .. [#Yang2024ADLLM] Yang, T., Nian, Y., Li, S., Xu, R., Li, Y., Li, J., Xiao, Z., Hu, X., Rossi, R., Ding, K., Hu, X. and Zhao, Y. "AD-LLM: Benchmarking Large Language Models for Anomaly Detection." Findings of ACL, 2025. .. [#Yang2025ADAGENT] Yang, T., Liu, J., Siu, W., Wang, J., Qian, Z., Song, C., Cheng, C., Hu, X., and Zhao, Y. "AD-AGENT: A Multi-agent Framework for End-to-end Anomaly Detection." Findings of IJCNLP-AACL, 2025. .. [#Yoon2019NETS] Yoon, S., Lee, J. G., & Lee, B. S., 2019. NETS: extremely fast outlier detection from a data stream via set-based processing. Proceedings of the VLDB Endowment, 12(11), 1303-1315. .. [#Yoon2020STARE] Yoon, S., Lee, J. G., & Lee, B. S., 2020. Ultrafast local outlier detection from a data stream with stationary region skipping. In Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining (pp. 1181-1191) .. [#Yoon2021MDUAL] Yoon, S., Shin, Y., Lee, J. G., & Lee, B. S. (2021, June). Multiple dynamic outlier-detection from a data stream by exploiting duality of data and queries. In Proceedings of the 2021 International Conference on Management of Data (SIGMOD). .. [#Yoon2022ARCUS] Yoon, S., Lee, Y., Lee, J.G. and Lee, B.S., 2022, August. Adaptive Model Pooling for Online Deep Anomaly Detection from a Complex Evolving Data Stream. In Proceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (pp. 2347-2357). .. [#Yu2015Glad] Yu, R., He, X. and Liu, Y., 2015. GLAD: group anomaly detection in social media analysis. *ACM Transactions on Knowledge Discovery from Data (TKDD)*\ , 10(2), p.18. .. [#Yu2016A] Yu, R., Qiu, H., Wen, Z., Lin, C. and Liu, Y., 2016. A survey on social media anomaly detection. *ACM SIGKDD Explorations Newsletter*\ , 18(1), pp.1-14. .. [#Yuan2024Trustworthy] Yuan, S., Xu, D. and Wu, X., 2024 Trustworthy Anomaly Detection. *Tutorial at SDM 2024*. .. [#Zha2020Meta] Zha, D., Lai, K.H., Wan, M. and Hu, X., 2020. Meta-AAD: Active Anomaly Detection with Deep Reinforcement Learning. *ICDM*. .. [#Zhao2018Xgbod] Zhao, Y. and Hryniewicki, M.K., 2018, July. XGBOD: improving supervised outlier detection with unsupervised representation learning. In *2018 International Joint Conference on Neural Networks (IJCNN)*. IEEE. .. [#Zhao2019LSCP] Zhao, Y., Nasrullah, Z., Hryniewicki, M.K. and Li, Z., 2019, May. LSCP: Locally selective combination in parallel outlier ensembles. In *Proceedings of the 2019 SIAM International Conference on Data Mining (SDM)*, pp. 585-593. Society for Industrial and Applied Mathematics. .. [#Zhao2019PYOD] Zhao, Y., Nasrullah, Z. and Li, Z., PyOD: A Python Toolbox for Scalable Outlier Detection. *Journal of Machine Learning Research*, 20, pp.1-7. .. [#Zhao2020Automating] Zhao, Y., Rossi, R.A. and Akoglu, L., 2021. Automatic Unsupervised Outlier Model Selection. *Advances in Neural Information Processing Systems*. .. [#Zhao2021SUOD] Zhao, Y., Hu, X., Cheng, C., Wang, C., Wan, C., Wang, W., Yang, J., Bai, H., Li, Z., Xiao, C. and Wang, Y., 2021. SUOD: Accelerating Large-scale Unsupervised Heterogeneous Outlier Detection. *Proceedings of Machine Learning and Systems (MLSys)*. .. [#Zhao2021TOD] Zhao, Y., Chen, G.H. and Jia, Z., 2021. TOD: Tensor-based Outlier Detection. arXiv preprint arXiv:2110.14007. .. [#Zhang2025LogSAD] Zhang, J., Wang, G., Jin, Y. and Huang, D., 2025. Towards Training-free Anomaly Detection with Vision and Language Foundation Models. In *CVPR 2025*. .. [#Zhou2019AnomalyNet] Zhou, J.T., Du, J., Zhu, H., Peng, X., Liu, Y. and Goh, R.S.M., 2019. AnomalyNet: An anomaly detection network for video surveillance. *IEEE Transactions on Information Forensics and Security*. .. [#Zhou2021Feature] Zhou, Y., Song, X., Zhang, Y., Liu, F., Zhu, C., & Liu, L. (2021). Feature encoding with autoencoders for weakly supervised anomaly detection. IEEE Transactions on Neural Networks and Learning Systems, 33(6), 2454-2465. .. [#Zhu2019Tripartite] Zhu, Y. and Yang, K., 2019. Tripartite Active Learning for Interactive Anomaly Discovery. *IEEE Access*. .. [#Zimek2012A] Zimek, A., Schubert, E. and Kriegel, H.P., 2012. A survey on unsupervised outlier detection in high‐dimensional numerical data. *Statistical Analysis and Data Mining: The ASA Data Science Journal*\ , 5(5), pp.363-387. .. [#Zimek2014Ensembles] Zimek, A., Campello, R.J. and Sander, J., 2014. Ensembles for unsupervised outlier detection: challenges and research questions a position paper. *ACM Sigkdd Explorations Newsletter*\ , 15(1), pp.11-22. .. [#Zong2018Deep] Zong, B., Song, Q., Min, M.R., Cheng, W., Lumezanu, C., Cho, D. and Chen, H., 2018. Deep autoencoding gaussian mixture model for unsupervised anomaly detection. International Conference on Learning Representations (ICLR). .. [#Wang2023Drift] Wang, C., Zhuang, Z., Qi, Q., Wang, J., Wang, X., Sun, H., & Liao, J. (2023). Drift doesn't matter: dynamic decomposition with diffusion reconstruction for unstable multivariate time series anomaly detection. Advances in Neural Information Processing Systems, 36. ================================================ FILE: download.py ================================================ #!/usr/bin/python """ This script will download all papers/books and rename to proper name if there is no copyright issue. TODO: download resources by item number TODO: add exception handler for downloader """ import re import pathlib import urllib.request # initialize the log directory if it does not exist pathlib.Path('resources').mkdir(parents=True, exist_ok=True) f = open('resource_urls\\papers.txt', 'r') for line in f: # print(line) line_splits = line.split(' | ') # remove all special char in file name file_name = re.sub(r'[\\/*?:"<>|]', "", line_splits[0]) # strip filename length in case it is too long if len(file_name) > 255: file_name = file_name[:255] url = line_splits[1] print('Downloading', file_name, 'from', url) urllib.request.urlretrieve(url, "resources\\" + file_name + '.pdf') f.close() ================================================ FILE: resource_urls/papers.txt ================================================ Anomaly detection: A survey | https://www.vs.inf.ethz.ch/edu/HS2011/CPS/papers/chandola09_anomaly-detection-survey.pdf A survey of outlier detection methodologies | https://www-users.cs.york.ac.uk/vicky/myPapers/Hodge+Austin_OutlierDetection_AIRE381.pdf A comparative evaluation of unsupervised anomaly detection algorithms for multivariate data | http://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0152173&type=printable Outlier detection for temporal data: A survey | https://pdfs.semanticscholar.org/18d1/714870fb989f32b4311892e8765f00f7098f.pdf Ensembles for unsupervised outlier detection: challenges and research questions a position paper | http://www.kdd.org/exploration_files/V15-01-02-Zimek.pdf Outlier ensembles: position paper | https://pdfs.semanticscholar.org/841e/ce7c3812bbf799c99c84c064bbcf77916ba9.pdf ================================================ FILE: url_checker.py ================================================ #!/usr/bin/env python3 """ Robust URL checker for README-style reStructuredText documents. Features: 1. Extracts and cleans HTTP/HTTPS links from text. 2. Removes common trailing punctuation from RST/Markdown contexts. 3. Uses retries and a browser-like User-Agent. 4. Falls back from HEAD to GET for servers that reject HEAD. 5. Checks links concurrently and prints a final summary. Usage: python url_checker.py python url_checker.py --file README_CN.rst --timeout 8 --workers 20 """ from __future__ import annotations import argparse import re from concurrent.futures import ThreadPoolExecutor, as_completed from dataclasses import dataclass from typing import Iterable from urllib.parse import urlsplit, urlunsplit import requests from requests import Session from requests.adapters import HTTPAdapter from urllib3.util import Retry TRAILING_PUNCT = set('`">),.;:_]') DEFAULT_TIMEOUT = 8 DEFAULT_WORKERS = 16 @dataclass(frozen=True) class CheckResult: url: str ok: bool status_code: int | None method: str detail: str def parse_args() -> argparse.Namespace: parser = argparse.ArgumentParser(description="Check URLs from an RST file.") parser.add_argument( "--file", default="README.rst", help="RST/Markdown file to parse (default: README.rst).", ) parser.add_argument( "--timeout", type=int, default=DEFAULT_TIMEOUT, help=f"Request timeout in seconds (default: {DEFAULT_TIMEOUT}).", ) parser.add_argument( "--workers", type=int, default=DEFAULT_WORKERS, help=f"Number of parallel workers (default: {DEFAULT_WORKERS}).", ) parser.add_argument( "--show-ok", action="store_true", help="Also print successful URLs.", ) return parser.parse_args() def clean_url(raw_url: str) -> str: url = raw_url.strip() while url and url[-1] in TRAILING_PUNCT: url = url[:-1] # Rebuild URL to normalize casing for host and remove fragment-only noise. parts = urlsplit(url) netloc = parts.netloc.lower() fragment = "" cleaned = urlunsplit((parts.scheme, netloc, parts.path, parts.query, fragment)) return cleaned def extract_urls(content: str) -> list[str]: # Match until whitespace; cleanup handles RST trailing characters. raw_urls = re.findall(r"https?://\S+", content) cleaned = set() for raw_url in raw_urls: normalized = clean_url(raw_url) if normalized: cleaned.add(normalized) return sorted(cleaned) def build_session() -> Session: retry = Retry( total=2, connect=2, read=2, backoff_factor=0.5, status_forcelist=(429, 500, 502, 503, 504), allowed_methods=frozenset({"HEAD", "GET"}), raise_on_status=False, ) adapter = HTTPAdapter(max_retries=retry) session = requests.Session() session.mount("http://", adapter) session.mount("https://", adapter) session.headers.update( { "User-Agent": ( "Mozilla/5.0 (compatible; URLChecker/2.0; +https://github.com/yzhao062/" "anomaly-detection-resources)" ) } ) return session def should_fallback_to_get(status_code: int) -> bool: return status_code in (403, 405, 406, 429, 500, 501, 502, 503) def check_one_url(url: str, timeout: int) -> CheckResult: session = build_session() try: head_resp = session.head(url, allow_redirects=True, timeout=timeout) if head_resp.status_code < 400: return CheckResult(url, True, head_resp.status_code, "HEAD", "OK") if should_fallback_to_get(head_resp.status_code): get_resp = session.get(url, allow_redirects=True, timeout=timeout, stream=True) # Avoid downloading full body. get_resp.close() if get_resp.status_code < 400: return CheckResult(url, True, get_resp.status_code, "GET", "OK (fallback)") return CheckResult( url, False, get_resp.status_code, "GET", f"Fallback failed after HEAD {head_resp.status_code}", ) return CheckResult(url, False, head_resp.status_code, "HEAD", "HTTP error") except requests.RequestException as exc: return CheckResult(url, False, None, "HEAD/GET", f"RequestException: {exc}") finally: session.close() def check_all(urls: Iterable[str], timeout: int, workers: int) -> list[CheckResult]: results: list[CheckResult] = [] with ThreadPoolExecutor(max_workers=workers) as executor: futures = {executor.submit(check_one_url, url, timeout): url for url in urls} for future in as_completed(futures): results.append(future.result()) return sorted(results, key=lambda r: r.url) def main() -> int: args = parse_args() try: with open(args.file, "r", encoding="utf-8") as handle: content = handle.read() except FileNotFoundError: print(f"Error: file not found: {args.file}") return 2 urls = extract_urls(content) if not urls: print(f"No URLs found in {args.file}.") return 0 print(f"Found {len(urls)} unique URLs in {args.file}. Checking...") results = check_all(urls, timeout=args.timeout, workers=max(1, args.workers)) ok_count = 0 fail_count = 0 for result in results: if result.ok: ok_count += 1 if args.show_ok: print(f"[OK] {result.url} [{result.method} {result.status_code}]") continue fail_count += 1 status = result.status_code if result.status_code is not None else "N/A" print(f"[FAIL] {result.url} [{result.method} {status}] {result.detail}") print() print(f"Summary: total={len(results)} ok={ok_count} fail={fail_count}") return 1 if fail_count else 0 if __name__ == "__main__": raise SystemExit(main())